UNPKG

@snowballmoney/chain-agnostic-utils

Version:

Chain agnostic utilities for cross-chain applications

53 lines 1.57 kB
export declare const NAMESPACES: { readonly LISK: "lip9"; readonly EVM: "eip155"; readonly BITCOIN: "bip122"; readonly COSMOS: "cosmos"; readonly POLKADOT: "polkadot"; readonly KUSAMA: "kusama"; readonly CARDANO: "cardano"; readonly SOLANA: "solana"; readonly RIPPLE: "xrp"; readonly NEAR: "near"; readonly STELLAR: "stellar"; readonly HEDERA: "hedera"; readonly TEZOS: "tezos"; readonly ALGORAND: "algo"; readonly TRON: "tron"; readonly MOVEMENT: "move-mvmt"; readonly APTOS: "move-aptos"; readonly SUI: "move-sui"; readonly STARKNET: "starknet"; readonly FLOW: "flow"; readonly IOTA: "iota"; readonly ERGO: "ergo"; readonly AION: "aion"; readonly ONTOLOGY: "ontology"; readonly NEO: "neo"; readonly VECHAIN: "vechain"; readonly THETA: "theta"; readonly ZILLIQA: "zil"; readonly ELROND: "egld"; readonly WAVES: "waves"; readonly ICON: "icon"; readonly HARMONY: "harmony"; readonly THORCHAIN: "thor"; readonly KLAYTN: "klaytn"; readonly CONFLUX: "cfx"; readonly CELO: "celo"; readonly NERVOS: "nervos"; readonly KADENA: "kadena"; readonly TON: "ton"; readonly TELOS: "telos"; readonly WAX: "wax"; readonly FIRO: "firo"; readonly XDC: "xdc"; readonly ARBITRUM: "arbitrum"; readonly OPTIMISM: "optimism"; readonly METIS: "metis"; readonly ZKSYNC: "zksync"; readonly LINEA: "linea"; readonly BASE: "base"; readonly RONIN: "ronin"; }; //# sourceMappingURL=namespaces.d.ts.map