Type Parameters

Hierarchy

  • EvmAutomaticTokenBridge

Implements

Constructors

  • Type Parameters

    • N extends "Mainnet" | "Testnet" | "Devnet"

    • C extends "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Rootstock" | "Sepolia"

    Parameters

    • network: N
    • chain: C
    • provider: Provider
    • contracts: Contracts

    Returns EvmAutomaticTokenBridge<N, C>

Properties

chain: C
chainId: bigint
contracts: Contracts
network: N
provider: Provider
tokenBridge: TokenBridgeContract

Methods

  • Type Parameters

    • N extends "Mainnet" | "Testnet" | "Devnet"

    Parameters

    Returns Promise<EvmAutomaticTokenBridge<N, "Ethereum" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Moonbeam" | "Neon" | "Arbitrum" | "Optimism" | "Gnosis" | "Base" | "Rootstock" | "Sepolia">>

Generated using TypeDoc