Skip to content

Commit

Permalink
update decimals_dict in constant.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maximshen007 authored Aug 24, 2021
1 parent 7dfd6f3 commit c1cc34b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/injective/constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"MATIC": 18, # uint8
"ZRX": 18, # uint8
"USDC": 6, # uint8 from https://etherscan.io/token/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48#readProxyContract
"WBTC": 8,
"WETH": 18,
"SUSHI": 18,
"GRT": 18,
"SNX": 18,
"QNT": 18
}


Expand Down

0 comments on commit c1cc34b

Please sign in to comment.