Skip to main content
Version: 1.4.2

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: '16015286601757825753',
}

Properties

poolAddress

poolAddress: string

Defined in: token-admin/types.ts:850

Local pool address.


remoteChainSelector

remoteChainSelector: string

Defined in: token-admin/types.ts:852

Remote chain selector (uint64 as string) to remove. Must be currently configured.