wallets-wrapper
Version:
How to install
17 lines (16 loc) • 370 B
TypeScript
export declare enum EosCoins {
Eos = "EOS",
Wax = "WAX",
FIO = "FIO",
TestFio = "tFIO",
TestProton = "tProton",
TestTelos = "tTelos",
TestWax = "tWAX",
Kylin = "Kylin",
Jungle4 = "Jungle4"
}
export declare enum EosContractCoins {
USDT = "EOS-USDT",
KylinUSDT = "Kylin-EOS-USDT",
DW_USDT = "dwcoins34321"
}