astra-sdk-core
Version:
⚒️ An SDK for building applications on top of Astra CL
11 lines (10 loc) • 341 B
TypeScript
export declare enum ChainId {
MAINNET = 16718,
DEVNET = 30746,
TESTNET = 22040
}
export declare const SUPPORTED_CHAINS: readonly [ChainId.MAINNET, ChainId.DEVNET, ChainId.TESTNET];
export declare type SupportedChainsType = (typeof SUPPORTED_CHAINS)[number];
export declare enum NativeCurrencyName {
AMBER = "AMB"
}