UNPKG

interchain-token-sdk

Version:

SDK for deploying and managing interchain tokens across multiple chains using Axelar network

7 lines (6 loc) 518 B
export { deployInterchainTokenMulticall } from "./actions/interchainTokenFactory.js"; export { registerAndDeployCanonicalInterchainTokenMulticall } from "./actions/interchainTokenManager.js"; export { SUPPORTED_CHAINS, type ChainConfig } from "./config/chains.js"; export type { InterchainTokenDeployedEventArgs } from "./types/types.js"; export { isValidERC20Token } from "./utils/validateERC20Address.js"; export { estimateNewTokenDeploymentGas, estimateExistingTokenDeploymentGas } from "./utils/gasEstimation.js";