We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd491d2 commit 82a04bcCopy full SHA for 82a04bc
1 file changed
examples/oapp-solana/tasks/solana/index.ts
@@ -36,8 +36,6 @@ import { EndpointId, endpointIdToNetwork } from '@layerzerolabs/lz-definitions'
36
import { MyOApp } from '../../lib/client/myoapp'
37
import { DebugLogger, KnownErrors, createSolanaConnectionFactory } from '../common/utils'
38
39
-// import { getPrioritizationFees } from './utils'
40
-
41
const LOOKUP_TABLE_ADDRESS: Partial<Record<EndpointId, PublicKey>> = {
42
[EndpointId.SOLANA_V2_MAINNET]: publicKey('AokBxha6VMLLgf97B5VYHEtqztamWmYERBmmFvjuTzJB'),
43
[EndpointId.SOLANA_V2_TESTNET]: publicKey('9thqPdbR27A1yLWw2spwJLySemiGMXxPnEvfmXVk4KuK'),
0 commit comments