won-dto
Version:
Won DTO For WonCore
27 lines (26 loc) • 635 B
TypeScript
export declare enum NetworkStatus {
ACTIVED = "ACTIVED",
DEACTIVATED = "DEACTIVATED"
}
export declare enum ChainCodes {
won = "won",
polygon = "polygon",
polygonTestnet = "polygonTestnet",
bsc = "bsc",
bscTestnet = "bscTestnet",
celoTestnet = "celoTestnet",
ganache = "ganache",
ropsten = "ropsten",
arbitrumRinkeby = "arbitrumRinkeby",
arbitrum = "arbitrum",
mintme = "mintme",
celo = "celo",
avax = "avax",
coredao = "coredao",
moonriver = "moonriver",
harmony = "harmony",
fantom = "fantom",
bitgert = "bitgert",
fuse = "fuse",
doge = "doge"
}