@polycity/sdk
Version:
🛠An SDK for building applications on top of PolyCityDex Protocol.
29 lines (28 loc) • 639 B
TypeScript
import { Avalanche, Binance, Celo, Ether, Fantom, Harmony, Heco, Matic, Movr, Okex, Palm, xDai } from '../entities/Native';
import { ChainId } from '../enums';
export declare const NATIVE: {
137: Ether;
3: Ether;
4: Ether;
5: Ether;
42: Ether;
250: Fantom;
4002: Fantom;
138: Matic;
80001: Matic;
100: xDai;
56: Binance;
97: Binance;
42161: Ether;
43114: Avalanche;
43113: Avalanche;
128: Heco;
256: Heco;
1666600000: Harmony;
1666700000: Harmony;
66: Okex;
65: Okex;
42220: Celo;
11297108109: Palm;
1285: Movr;
};