Documentation
¶
Index ¶
Constants ¶
View Source
const ( // CCIP CCIP = Package("ccip") CCIPDummyReceiver = Package("ccip_dummy_receiver") CCIPOfframp = Package("ccip_offramp") CCIPOnramp = Package("ccip_onramp") CCIPRouter = Package("ccip_router") LockReleaseTokenPool = Package("lock_release_token_pool") BurnMintTokenPool = Package("burn_mint_token_pool") USDCTokenPool = Package("usdc_token_pool") ManagedTokenPool = Package("managed_token_pool") ManagedToken = Package("managed_token") ManagedTokenFaucet = Package("managed_token_faucet") MockLinkToken = Package("mock_link_token") MockEthToken = Package("mock_eth_token") // LINK LINK = Package("link") CCIPBnM = Package("ccip_burn_mint_token") // MCMS MCMS = Package("mcms") MCMSUser = Package("mcms_user") MCMSUserV2 = Package("mcms_user_v2") // Other Test = Package("test") TestSecondary = Package("test_secondary") )
Variables ¶
View Source
var Contracts map[Package]string = map[Package]string{ CCIP: filepath.Join("ccip", "ccip"), CCIPDummyReceiver: filepath.Join("ccip", "ccip_dummy_receiver"), CCIPBnM: filepath.Join("ccip", "ccip_burn_mint_token"), CCIPOfframp: filepath.Join("ccip", "ccip_offramp"), CCIPOnramp: filepath.Join("ccip", "ccip_onramp"), CCIPRouter: filepath.Join("ccip", "ccip_router"), LockReleaseTokenPool: filepath.Join("ccip", "ccip_token_pools", "lock_release_token_pool"), BurnMintTokenPool: filepath.Join("ccip", "ccip_token_pools", "burn_mint_token_pool"), USDCTokenPool: filepath.Join("ccip", "ccip_token_pools", "usdc_token_pool"), ManagedTokenPool: filepath.Join("ccip", "ccip_token_pools", "managed_token_pool"), ManagedToken: filepath.Join("ccip", "managed_token"), ManagedTokenFaucet: filepath.Join("ccip", "managed_token_faucet"), MockLinkToken: filepath.Join("ccip", "mock_link_token"), MockEthToken: filepath.Join("ccip", "mock_eth_token"), LINK: filepath.Join("link"), MCMS: filepath.Join("mcms", "mcms"), MCMSUser: filepath.Join("mcms", "mcms_test"), MCMSUserV2: filepath.Join("mcms", "mcms_test_v2"), Test: filepath.Join("test"), TestSecondary: filepath.Join("test_secondary"), }
Contracts maps packages to their respective root directories within Embed
View Source
var Embed embed.FS
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.