Interface: DeleteChainConfigParams
Defined in: token-admin/types.ts:848
Parameters for removing an entire remote chain configuration from a token pool.
This is a convenience wrapper around applyChainUpdates with only removals. The remote chain config must already exist (created via applyChainUpdates).
Example
TypeScript
const params: DeleteChainConfigParams = {
poolAddress: '0x1234...',
remoteChainSelector: 16015286601757825753n,
}
Properties
poolAddress
poolAddress:
string
Defined in: token-admin/types.ts:850
Local pool address.
remoteChainSelector
remoteChainSelector:
bigint
Defined in: token-admin/types.ts:852
Remote chain selector (uint64 as string) to remove. Must be currently configured.