Skip to content

Commit c1cc34b

Browse files
authored
update decimals_dict in constant.py
1 parent 7dfd6f3 commit c1cc34b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/injective/constant.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
"MATIC": 18, # uint8
1010
"ZRX": 18, # uint8
1111
"USDC": 6, # uint8 from https://etherscan.io/token/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48#readProxyContract
12+
"WBTC": 8,
13+
"WETH": 18,
14+
"SUSHI": 18,
15+
"GRT": 18,
16+
"SNX": 18,
17+
"QNT": 18
1218
}
1319

1420

0 commit comments

Comments
 (0)