EvmConfig: { [ network in BridgeEvmNetworks]: {
    bridge: string;
    chainId: number;
    circleTreasury: string;
    depositWallet: string;
    releaseWallet: string;
    rpcUrl: string;
    tokenBridge: string;
    tokens: BridgeTokenConfig[];
} }

Configuration for EVM networks.

Property

Network configurations for each BridgeEvmNetworks.

Property

The chain ID of the EVM network.

Property

The bridge contract address on the EVM network.

Property

The RPC URL of the EVM network.

Property

The list of token configurations on the EVM network.

Property

The deposit wallet address on the EVM network.

Property

The release wallet address on the EVM network.

Property

The token bridge contract address on the EVM network.

Property

The Circle Treasury address on the EVM network.

Generated using TypeDoc