UNPKG

simple-sushiswap-sdk

Version:
9 lines (8 loc) 176 B
export declare enum ChainId { MAINNET = 1, ROPSTEN = 3, RINKEBY = 4, GÖRLI = 5, KOVAN = 42 } export declare const ChainNames: Map<number, string>;