UNPKG
@swaptoshi/dex-module
Version:
latest (1.0.0-alpha.0)
1.0.0-alpha.0
Klayr decentralized exchange (dex) on-chain module
swaptoshi.com
Swaptoshi/swaptoshi-sdk
@swaptoshi/dex-module
/
dist
/
constants
/
token_symbol.d.ts
6 lines
(5 loc)
•
279 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
DEX_DEFAULT_NAME
=
"Swaptoshi"
;
export
declare
const
DEX_DEFAULT_TOKEN_SYMBOL
=
"SWX"
;
export
declare
const
DEX_DEFAULT_TOKEN_DECIMAL
=
8
;
export
declare
const
MAINCHAIN_DEFAULT_TOKEN_SYMBOL
=
"KLY"
;
export
declare
const
MAINCHAIN_DEFAULT_TOKEN_DECIMAL
=
8
;