UNPKG

@energiswap/sdk-core

Version:

⚒️ An SDK for building applications on top of Energiswap V3

10 lines (9 loc) 315 B
export declare enum ChainId { ENERGI = 39797, ENERGI_TESTNET = 49797 } export declare const SUPPORTED_CHAINS: readonly [ChainId.ENERGI, ChainId.ENERGI_TESTNET]; export declare type SupportedChainsType = typeof SUPPORTED_CHAINS[number]; export declare enum NativeCurrencyName { ENERGI = "NRG" }