UNPKG

@coinbase/agentkit

Version:

Coinbase AgentKit core primitives

8 lines (7 loc) 319 B
/** * Checks if a chain ID corresponds to a testnet network supported by Across * * @param chainId - The blockchain network chain ID * @returns true if the chain ID corresponds to a testnet network supported by Across, false otherwise */ export declare function isAcrossSupportedTestnet(chainId: number): boolean;