Documentation
¶
Index ¶
- Constants
- type AcceptMCMSOwnership
- type AcceptOwnershipCCIP
- type AcceptOwnershipCCIPConfig
- type AddRemoteTP
- type AddRemoteTPConfig
- type BlockFunction
- type BlockFunctionConfig
- type BlockVersion
- type BlockVersionConfig
- type ConfigureMCMS
- type ConfigureMCMSConfig
- type ConfigureRouterOnRamp
- type ConfigureRouterOnRampConfig
- type ConnectSuiToEVM
- type ConnectSuiToEVMConfig
- type CurseUncurseChains
- type CurseUncurseChainsConfig
- type CurseUncurseOperationType
- type DeployCCIPBnMToken
- type DeployCCIPBnMTokenConfig
- type DeployDummyReceiver
- type DeployDummyReceiverConfig
- type DeployLinkToken
- type DeployLinkTokenConfig
- type DeployMCMS
- type DeployMCMSUser
- type DeployMCMSUserConfig
- type DeployManagedToken
- type DeployManagedTokenConfig
- type DeployManagedTokenFaucet
- type DeployManagedTokenFaucetConfig
- type DeploySuiChain
- type DeploySuiChainConfig
- type DeployTPAndConfigure
- type DeployTPAndConfigureConfig
- type InvokeMCMSFunctionOne
- type InvokeMCMSFunctionOneConfig
- type MCMSExecuteTransferOwnership
- type MCMSExecuteTransferOwnershipInput
- type MCMSProposalGenerate
- type MCMSProposalUpgradePackage
- type ManagedTokenConfigureNewMinter
- type ManagedTokenConfigureNewMinterConfig
- type MintLinkToken
- type MintLinkTokenConfig
- type NewFeeToken
- type NewFeeTokenConfig
- type RegisterDummyReceiver
- type RegisterDummyReceiverConfig
- type SetDynamicConfigOnRamp
- type SetDynamicConfigOnRampConfig
- type TPConfigure
- type TPConfigureConfig
- type UpgradeRegistry
- type UpgradeRegistryConfig
Constants ¶
const CCIPBnMSymbol = "CCIP BnM"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcceptMCMSOwnership ¶
type AcceptMCMSOwnership struct{}
func (AcceptMCMSOwnership) Apply ¶
func (a AcceptMCMSOwnership) Apply(e cldf.Environment, config mcmsops.AcceptMCMSOwnershipSeqInput) (cldf.ChangesetOutput, error)
Apply implements deployment.ChangeSetV2.
func (AcceptMCMSOwnership) VerifyPreconditions ¶
func (a AcceptMCMSOwnership) VerifyPreconditions(e cldf.Environment, config mcmsops.AcceptMCMSOwnershipSeqInput) error
VerifyPreconditions implements deployment.ChangeSetV2.
type AcceptOwnershipCCIP ¶
type AcceptOwnershipCCIP struct{}
AcceptOwnershipCCIP deploys Sui chain packages and modules
func (AcceptOwnershipCCIP) Apply ¶
func (d AcceptOwnershipCCIP) Apply(e cldf.Environment, config AcceptOwnershipCCIPConfig) (cldf.ChangesetOutput, error)
Apply implements deployment.ChangeSetV2.
func (AcceptOwnershipCCIP) VerifyPreconditions ¶
func (d AcceptOwnershipCCIP) VerifyPreconditions(e cldf.Environment, config AcceptOwnershipCCIPConfig) error
TODO VerifyPreconditions imsplements deployment.ChangeSetV2.
type AcceptOwnershipCCIPConfig ¶
type AcceptOwnershipCCIPConfig struct {
SuiChainSelector uint64
}
type AddRemoteTP ¶
type AddRemoteTP struct{}
DeployAptosChain deploys Sui chain packages and modules
func (AddRemoteTP) Apply ¶
func (d AddRemoteTP) Apply(e cldf.Environment, config AddRemoteTPConfig) (cldf.ChangesetOutput, error)
Apply implements deployment.ChangeSetV2.
func (AddRemoteTP) VerifyPreconditions ¶
func (d AddRemoteTP) VerifyPreconditions(e cldf.Environment, config AddRemoteTPConfig) error
VerifyPreconditions implements deployment.ChangeSetV2.
type AddRemoteTPConfig ¶
type BlockFunction ¶
type BlockFunction struct{}
func (BlockFunction) Apply ¶
func (d BlockFunction) Apply(e cldf.Environment, config BlockFunctionConfig) (cldf.ChangesetOutput, error)
Apply implements deployment.ChangeSetV2.
func (BlockFunction) VerifyPreconditions ¶
func (d BlockFunction) VerifyPreconditions(e cldf.Environment, config BlockFunctionConfig) error
VerifyPreconditions implements deployment.ChangeSetV2.
type BlockFunctionConfig ¶
type BlockVersion ¶
type BlockVersion struct{}
func (BlockVersion) Apply ¶
func (d BlockVersion) Apply(e cldf.Environment, config BlockVersionConfig) (cldf.ChangesetOutput, error)
Apply implements deployment.ChangeSetV2.
func (BlockVersion) VerifyPreconditions ¶
func (d BlockVersion) VerifyPreconditions(e cldf.Environment, config BlockVersionConfig) error
VerifyPreconditions implements deployment.ChangeSetV2.
type BlockVersionConfig ¶
type ConfigureMCMS ¶
type ConfigureMCMS struct{}
func (ConfigureMCMS) Apply ¶
func (c ConfigureMCMS) Apply(e cldf.Environment, config ConfigureMCMSConfig) (cldf.ChangesetOutput, error)
Apply implements deployment.ChangeSetV2.
func (ConfigureMCMS) VerifyPreconditions ¶
func (c ConfigureMCMS) VerifyPreconditions(e cldf.Environment, config ConfigureMCMSConfig) error
VerifyPreconditions implements deployment.ChangeSetV2.
type ConfigureMCMSConfig ¶
type ConfigureMCMSConfig struct {
mcmsops.ConfigureMCMSSeqInput
TimelockConfig *utils.TimelockConfig // If nil, configuration will be executed directly
}
type ConfigureRouterOnRamp ¶
type ConfigureRouterOnRamp struct{}
func (ConfigureRouterOnRamp) Apply ¶
func (d ConfigureRouterOnRamp) Apply(e cldf.Environment, config ConfigureRouterOnRampConfig) (cldf.ChangesetOutput, error)
Apply implements deployment.ChangeSetV2.
func (ConfigureRouterOnRamp) VerifyPreconditions ¶
func (d ConfigureRouterOnRamp) VerifyPreconditions(e cldf.Environment, config ConfigureRouterOnRampConfig) error
VerifyPreconditions implements deployment.ChangeSetV2.
type ConnectSuiToEVM ¶
type ConnectSuiToEVM struct{}
ConnectSuiToEVM connects sui chain with EVM
func (ConnectSuiToEVM) Apply ¶
func (d ConnectSuiToEVM) Apply(e cldf.Environment, config ConnectSuiToEVMConfig) (cldf.ChangesetOutput, error)
Apply implements deployment.ChangeSetV2.
func (ConnectSuiToEVM) VerifyPreconditions ¶
func (d ConnectSuiToEVM) VerifyPreconditions(e cldf.Environment, config ConnectSuiToEVMConfig) error
VerifyPreconditions implements deployment.ChangeSetV2.
type ConnectSuiToEVMConfig ¶
type ConnectSuiToEVMConfig struct {
SuiChainSelector uint64
FeeQuoterApplyTokenTransferFeeConfigUpdatesInput ccip_ops.FeeQuoterApplyTokenTransferFeeConfigUpdatesInput
FeeQuoterApplyDestChainConfigUpdatesInput ccip_ops.FeeQuoterApplyDestChainConfigUpdatesInput
FeeQuoterApplyPremiumMultiplierWeiPerEthUpdatesInput ccip_ops.FeeQuoterApplyPremiumMultiplierWeiPerEthUpdatesInput
ApplyDestChainConfigureOnRampInput ccip_onramp_ops.ApplyDestChainConfigureOnRampInput
ApplySourceChainConfigUpdateInput ccip_offramp_ops.ApplySourceChainConfigUpdateInput
TimelockConfig *utils.TimelockConfig // If nil, transactions will be executed
}
type CurseUncurseChains ¶
type CurseUncurseChains struct{}
func (CurseUncurseChains) Apply ¶
func (c CurseUncurseChains) Apply(e cldf.Environment, cfg CurseUncurseChainsConfig) (cldf.ChangesetOutput, error)
func (CurseUncurseChains) VerifyPreconditions ¶
func (c CurseUncurseChains) VerifyPreconditions(e cldf.Environment, cfg CurseUncurseChainsConfig) error
type CurseUncurseChainsConfig ¶
type CurseUncurseChainsConfig struct {
SuiChainSelector uint64 `yaml:"suiChainSelector"`
OperationType string `yaml:"operationType"`
IsGlobalCurse bool `yaml:"isGlobalCurse"`
DestChainSelectors []uint64 `yaml:"destChainSelectors"`
TimelockConfig *utils.TimelockConfig `yaml:"timelockConfig,omitempty"`
}
type CurseUncurseOperationType ¶
type CurseUncurseOperationType string
const ( CurseOperationType CurseUncurseOperationType = "curse" UncurseOperationType CurseUncurseOperationType = "uncurse" )
type DeployCCIPBnMToken ¶
type DeployCCIPBnMToken struct{}
DeployCCIPBnMToken deploys Sui chain packages and modules
func (DeployCCIPBnMToken) Apply ¶
func (d DeployCCIPBnMToken) Apply(e cldf.Environment, config DeployCCIPBnMTokenConfig) (cldf.ChangesetOutput, error)
Apply implements deployment.ChangeSetV2.
func (DeployCCIPBnMToken) VerifyPreconditions ¶
func (d DeployCCIPBnMToken) VerifyPreconditions(e cldf.Environment, config DeployCCIPBnMTokenConfig) error
VerifyPreconditions implements deployment.ChangeSetV2.
type DeployDummyReceiver ¶
type DeployDummyReceiver struct{}
DeployAptosChain deploys Aptos chain packages and modules
func (DeployDummyReceiver) Apply ¶
func (d DeployDummyReceiver) Apply(e cldf.Environment, config DeployDummyReceiverConfig) (cldf.ChangesetOutput, error)
Apply implements deployment.ChangeSetV2.
func (DeployDummyReceiver) VerifyPreconditions ¶
func (d DeployDummyReceiver) VerifyPreconditions(e cldf.Environment, config DeployDummyReceiverConfig) error
VerifyPreconditions implements deployment.ChangeSetV2.
type DeployLinkToken ¶
type DeployLinkToken struct{}
DeployLinkToken deploys Sui chain packages and modules
func (DeployLinkToken) Apply ¶
func (d DeployLinkToken) Apply(e cldf.Environment, config DeployLinkTokenConfig) (cldf.ChangesetOutput, error)
Apply implements deployment.ChangeSetV2.
func (DeployLinkToken) VerifyPreconditions ¶
func (d DeployLinkToken) VerifyPreconditions(e cldf.Environment, config DeployLinkTokenConfig) error
VerifyPreconditions implements deployment.ChangeSetV2.
type DeployLinkTokenConfig ¶
type DeployLinkTokenConfig struct {
ChainSelector uint64 `yaml:"chainSelector"`
}
type DeployMCMS ¶
type DeployMCMS struct{}
func (DeployMCMS) Apply ¶
func (d DeployMCMS) Apply(e cldf.Environment, config mcmsops.DeployMCMSSeqInput) (cldf.ChangesetOutput, error)
Apply implements deployment.ChangeSetV2.
func (DeployMCMS) VerifyPreconditions ¶
func (d DeployMCMS) VerifyPreconditions(e cldf.Environment, config mcmsops.DeployMCMSSeqInput) error
VerifyPreconditions implements deployment.ChangeSetV2.
type DeployMCMSUser ¶
type DeployMCMSUser struct{}
func (DeployMCMSUser) Apply ¶
func (d DeployMCMSUser) Apply(e cldf.Environment, config DeployMCMSUserConfig) (cldf.ChangesetOutput, error)
Apply implements deployment.ChangeSetV2.
func (DeployMCMSUser) VerifyPreconditions ¶
func (d DeployMCMSUser) VerifyPreconditions(e cldf.Environment, config DeployMCMSUserConfig) error
VerifyPreconditions implements deployment.ChangeSetV2.
type DeployMCMSUserConfig ¶
type DeployMCMSUserConfig struct {
mcmsuserops.DeployMCMSUserSeqInput
ChainSelector uint64 `json:"chainSelector"`
}
type DeployManagedToken ¶
type DeployManagedToken struct{}
DeployAptosChain deploys Sui chain packages and modules
func (DeployManagedToken) Apply ¶
func (d DeployManagedToken) Apply(e cldf.Environment, config DeployManagedTokenConfig) (cldf.ChangesetOutput, error)
Apply implements deployment.ChangeSetV2.
func (DeployManagedToken) VerifyPreconditions ¶
func (d DeployManagedToken) VerifyPreconditions(e cldf.Environment, config DeployManagedTokenConfig) error
VerifyPreconditions implements deployment.ChangeSetV2.
type DeployManagedTokenConfig ¶
type DeployManagedTokenConfig struct {
managedtokenops.DeployAndInitManagedTokenInput
ChainSelector uint64 `yaml:"chainSelector"`
}
type DeployManagedTokenFaucet ¶
type DeployManagedTokenFaucet struct{}
func (DeployManagedTokenFaucet) Apply ¶
func (d DeployManagedTokenFaucet) Apply(e cldf.Environment, config DeployManagedTokenFaucetConfig) (cldf.ChangesetOutput, error)
func (DeployManagedTokenFaucet) VerifyPreconditions ¶
func (d DeployManagedTokenFaucet) VerifyPreconditions(e cldf.Environment, config DeployManagedTokenFaucetConfig) error
type DeploySuiChain ¶
type DeploySuiChain struct{}
DeploySuiChain deploys Sui chain packages and modules
func (DeploySuiChain) Apply ¶
func (d DeploySuiChain) Apply(e cldf.Environment, config DeploySuiChainConfig) (cldf.ChangesetOutput, error)
Apply implements deployment.ChangeSetV2.
func (DeploySuiChain) VerifyPreconditions ¶
func (d DeploySuiChain) VerifyPreconditions(e cldf.Environment, config DeploySuiChainConfig) error
TODO VerifyPreconditions implements deployment.ChangeSetV2.
type DeploySuiChainConfig ¶
type DeployTPAndConfigure ¶
type DeployTPAndConfigure struct{}
ConnectSuiToEVM connects sui chain with EVM
func (DeployTPAndConfigure) Apply ¶
func (d DeployTPAndConfigure) Apply(e cldf.Environment, config DeployTPAndConfigureConfig) (cldf.ChangesetOutput, error)
Apply implements deployment.ChangeSetV2.
func (DeployTPAndConfigure) VerifyPreconditions ¶
func (d DeployTPAndConfigure) VerifyPreconditions(e cldf.Environment, config DeployTPAndConfigureConfig) error
VerifyPreconditions implements deployment.ChangeSetV2.
type DeployTPAndConfigureConfig ¶
type DeployTPAndConfigureConfig struct {
SuiChainSelector uint64
TokenPoolTypes []deployment.TokenPoolType
ManagedTPInput managedtokenpoolops.DeployAndInitManagedTokenPoolInput
LockReleaseTPInput lockreleasetokenpoolops.DeployAndInitLockReleaseTokenPoolInput
BurnMintTpInput burnminttokenpoolops.DeployAndInitBurnMintTokenPoolInput
}
type InvokeMCMSFunctionOne ¶
type InvokeMCMSFunctionOne struct{}
func (InvokeMCMSFunctionOne) Apply ¶
func (d InvokeMCMSFunctionOne) Apply(e cldf.Environment, config InvokeMCMSFunctionOneConfig) (cldf.ChangesetOutput, error)
func (InvokeMCMSFunctionOne) VerifyPreconditions ¶
func (d InvokeMCMSFunctionOne) VerifyPreconditions(e cldf.Environment, config InvokeMCMSFunctionOneConfig) error
VerifyPreconditions implements deployment.ChangeSetV2.
type InvokeMCMSFunctionOneConfig ¶
type InvokeMCMSFunctionOneConfig struct {
// MCMS related
MmcsPackageID string `json:"mcmsPackageID"`
McmsStateObjID string `json:"mcmsStateObjID"`
TimelockObjID string `json:"timelockObjID"`
AccountObjID string `json:"accountObjID"`
RegistryObjID string `json:"registryObjID"`
DeployerStateObjID string `json:"deployerStateObjID"`
// Proposal related
Role suisdk.TimelockRole `json:"role"`
Delay time.Duration `json:"delay"`
// MCMS User related
McmcsUserPackageID string `json:"mcmsUserPackageID"`
McmsUserObjectID string `json:"mcmsUserObjectID"`
McmsUserOwnerCapObj string `json:"mcmsUserOwnerCapObj"`
// Chain related
ChainSelector uint64 `json:"chainSelector"`
}
type MCMSExecuteTransferOwnership ¶
type MCMSExecuteTransferOwnership struct{}
func (MCMSExecuteTransferOwnership) Apply ¶
func (d MCMSExecuteTransferOwnership) Apply(e cldf.Environment, config MCMSExecuteTransferOwnershipInput) (cldf.ChangesetOutput, error)
func (MCMSExecuteTransferOwnership) VerifyPreconditions ¶
func (d MCMSExecuteTransferOwnership) VerifyPreconditions(e cldf.Environment, config MCMSExecuteTransferOwnershipInput) error
VerifyPreconditions implements deployment.ChangeSetV2.
type MCMSExecuteTransferOwnershipInput ¶
type MCMSExecuteTransferOwnershipInput struct {
ChainSelector uint64 `json:"chainSelector" yaml:"chainSelector"`
// Type of contracts to execute the transfer on
MCMS bool `json:"mcms,omitempty" yaml:"mcms,omitempty"`
StateObject bool `json:"state_object,omitempty" yaml:"state_object,omitempty"`
OnRamp bool `json:"onramp,omitempty" yaml:"onramp,omitempty"`
OffRamp bool `json:"offramp,omitempty" yaml:"offramp,omitempty"`
Router bool `json:"router,omitempty" yaml:"router,omitempty"`
ManagedToken bool `json:"managed_token,omitempty" yaml:"managed_token,omitempty"`
UsdcTokenPool bool `json:"usdc_token_pool,omitempty" yaml:"usdc_token_pool,omitempty"`
BurnMintTokenPoolTokenSymbol string `json:"burn_mint_token_pool,omitempty" yaml:"burn_mint_token_pool,omitempty"`
LockReleaseTokenPoolTokenSymbol string `json:"lock_release_token_pool,omitempty" yaml:"lock_release_token_pool,omitempty"`
ManagedTokenPoolTokenSymbol string `json:"managed_token_pool,omitempty" yaml:"managed_token_pool,omitempty"`
}
type MCMSProposalGenerate ¶
type MCMSProposalGenerate struct{}
func (MCMSProposalGenerate) Apply ¶
func (d MCMSProposalGenerate) Apply(e cldf.Environment, config mcmsops.ProposalGenerateInput) (cldf.ChangesetOutput, error)
func (MCMSProposalGenerate) VerifyPreconditions ¶
func (d MCMSProposalGenerate) VerifyPreconditions(e cldf.Environment, config mcmsops.ProposalGenerateInput) error
VerifyPreconditions implements deployment.ChangeSetV2.
type MCMSProposalUpgradePackage ¶
type MCMSProposalUpgradePackage struct{}
func (MCMSProposalUpgradePackage) Apply ¶
func (d MCMSProposalUpgradePackage) Apply(e cldf.Environment, config mcmsops.UpgradeCCIPInput) (cldf.ChangesetOutput, error)
func (MCMSProposalUpgradePackage) VerifyPreconditions ¶
func (d MCMSProposalUpgradePackage) VerifyPreconditions(e cldf.Environment, config mcmsops.UpgradeCCIPInput) error
VerifyPreconditions implements deployment.ChangeSetV2.
type ManagedTokenConfigureNewMinter ¶
type ManagedTokenConfigureNewMinter struct{}
func (ManagedTokenConfigureNewMinter) Apply ¶
func (d ManagedTokenConfigureNewMinter) Apply(e cldf.Environment, config ManagedTokenConfigureNewMinterConfig) (cldf.ChangesetOutput, error)
Apply implements deployment.ChangeSetV2.
func (ManagedTokenConfigureNewMinter) VerifyPreconditions ¶
func (d ManagedTokenConfigureNewMinter) VerifyPreconditions(e cldf.Environment, config ManagedTokenConfigureNewMinterConfig) error
VerifyPreconditions implements deployment.ChangeSetV2.
type MintLinkToken ¶
type MintLinkToken struct{}
func (MintLinkToken) Apply ¶
func (d MintLinkToken) Apply(e cldf.Environment, config MintLinkTokenConfig) (cldf.ChangesetOutput, error)
Apply implements deployment.ChangeSetV2.
func (MintLinkToken) VerifyPreconditions ¶
func (d MintLinkToken) VerifyPreconditions(e cldf.Environment, config MintLinkTokenConfig) error
VerifyPreconditions implements deployment.ChangeSetV2.
type MintLinkTokenConfig ¶
type NewFeeToken ¶
type NewFeeToken struct{}
ConnectSuiToEVM connects sui chain with EVM
func (NewFeeToken) Apply ¶
func (d NewFeeToken) Apply(e cldf.Environment, config NewFeeTokenConfig) (cldf.ChangesetOutput, error)
Apply implements deployment.ChangeSetV2.
func (NewFeeToken) VerifyPreconditions ¶
func (d NewFeeToken) VerifyPreconditions(e cldf.Environment, config NewFeeTokenConfig) error
VerifyPreconditions implements deployment.ChangeSetV2.
type NewFeeTokenConfig ¶
type RegisterDummyReceiver ¶
type RegisterDummyReceiver struct{}
func (RegisterDummyReceiver) Apply ¶
func (d RegisterDummyReceiver) Apply(e cldf.Environment, config RegisterDummyReceiverConfig) (cldf.ChangesetOutput, error)
Apply implements deployment.ChangeSetV2.
func (RegisterDummyReceiver) VerifyPreconditions ¶
func (d RegisterDummyReceiver) VerifyPreconditions(e cldf.Environment, config RegisterDummyReceiverConfig) error
VerifyPreconditions implements deployment.ChangeSetV2.
type SetDynamicConfigOnRamp ¶
type SetDynamicConfigOnRamp struct{}
func (SetDynamicConfigOnRamp) Apply ¶
func (SetDynamicConfigOnRamp) Apply(e cldf.Environment, config SetDynamicConfigOnRampConfig) (cldf.ChangesetOutput, error)
Apply implements deployment.ChangeSetV2.
func (SetDynamicConfigOnRamp) VerifyPreconditions ¶
func (SetDynamicConfigOnRamp) VerifyPreconditions(e cldf.Environment, config SetDynamicConfigOnRampConfig) error
VerifyPreconditions implements deployment.ChangeSetV2.
type SetDynamicConfigOnRampConfig ¶
type SetDynamicConfigOnRampConfig struct {
ChainSelector uint64
FeeAggregator string
AllowListAdmin string
TimelockConfig *utils.TimelockConfig // If nil, execute directly; otherwise generate proposal
}
type TPConfigure ¶
type TPConfigure struct{}
ConnectSuiToEVM connects sui chain with EVM
func (TPConfigure) Apply ¶
func (d TPConfigure) Apply(e cldf.Environment, config TPConfigureConfig) (cldf.ChangesetOutput, error)
Apply implements deployment.ChangeSetV2.
func (TPConfigure) VerifyPreconditions ¶
func (d TPConfigure) VerifyPreconditions(e cldf.Environment, config TPConfigureConfig) error
VerifyPreconditions implements deployment.ChangeSetV2.
type TPConfigureConfig ¶
type TPConfigureConfig struct {
SuiChainSelector uint64
TokenPoolTypes []string
ManagedTPInput managedtokenpoolops.ConfigureManagedTokenPoolInput
LockReleaseTPInput lockreleasetokenpoolops.DeployAndInitLockReleaseTokenPoolInput
BurnMintTpInput burnminttokenpoolops.ConfigureBurnMintTokenPoolInput
TimelockConfig *utils.TimelockConfig
}
type UpgradeRegistry ¶
type UpgradeRegistry struct{}
func (UpgradeRegistry) Apply ¶
func (d UpgradeRegistry) Apply(e cldf.Environment, config UpgradeRegistryConfig) (cldf.ChangesetOutput, error)
Apply implements deployment.ChangeSetV2.
func (UpgradeRegistry) VerifyPreconditions ¶
func (d UpgradeRegistry) VerifyPreconditions(e cldf.Environment, config UpgradeRegistryConfig) error
VerifyPreconditions implements deployment.ChangeSetV2.
Source Files
¶
- cs_accept_ownership_sui_chain.go
- cs_add_new_fee_token.go
- cs_add_remote_tp.go
- cs_block_function.go
- cs_block_version.go
- cs_connect_sui_to_evm.go
- cs_curse_uncurse.go
- cs_deploy_ccip_bnm.go
- cs_deploy_dummy_receiver.go
- cs_deploy_link.go
- cs_deploy_managed_token.go
- cs_deploy_managed_token_faucet.go
- cs_deploy_sui_chain.go
- cs_deploy_tp_and_configure.go
- cs_init_upgrade_registry.go
- cs_managed_token_configure_new_minter.go
- cs_mcms_accept_ownership_self.go
- cs_mcms_configure.go
- cs_mcms_deploy.go
- cs_mcms_execute_ownership_transfer.go
- cs_mcms_proposal_generate.go
- cs_mcms_proposal_upgrade_package.go
- cs_mcms_user.go
- cs_mcms_user_proposal.go
- cs_mint_token.go
- cs_register_dummy_receiver.go
- cs_remove_remote_tp.go
- cs_set_dynamic_config_onramp.go
- cs_set_onramp_router.go
- cs_tp_configure.go