Skip to content

Commit

Permalink
fix: wrapper astar decimals (#47)
Browse files Browse the repository at this point in the history
* fix: wrapper astar decimals

* fix: add dai
  • Loading branch information
nuanyang233 authored Aug 2, 2022
1 parent 62cf34c commit 298063b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mask-token-lists",
"version": "0.0.44",
"version": "0.0.45",
"repository": "https://github.com/DimensionDev/Mask-Token-Lists.git",
"license": "MIT",
"author": "guanbinrui <[email protected]>",
Expand Down
12 changes: 10 additions & 2 deletions src/fungible-tokens/astar.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
"chainId": 592,
"logoURI": "https://raw.githubusercontent.com/sushiswap/icons/master/token/usdt.jpg"
},
{
"chainId": 1,
"decimals": 18,
"symbol": "DAI",
"name": "Dai Stablecoin",
"address": "0x6De33698e9e9b787e09d3Bd7771ef63557E148bb",
"logoURI": "https://raw.githubusercontent.com/sushiswap/icons/master/token/dai.jpg"
},
{
"name": "USDC",
"address": "0xfa9343c3897324496a05fc75abed6bac29f8a40f",
Expand Down Expand Up @@ -35,7 +43,7 @@
"name": "Wrapped ASTR",
"address": "0xAeaaf0e2c81Af264101B9129C00F4440cCF0F720",
"symbol": "WASTR",
"decimals": 8,
"decimals": 18,
"chainId": 592,
"logoURI": "https://versa.finance/images/coins/astar.png"
},
Expand All @@ -49,7 +57,7 @@
},
{
"name": "BUSD",
"address": "0x65e66a61d0a8f1e686c2d6083ad611a10d84d97a",
"address": "0x4Bf769b05E832FCdc9053fFFBC78Ca889aCb5E1E",
"symbol": "BUSD",
"decimals": 18,
"chainId": 592,
Expand Down

0 comments on commit 298063b

Please sign in to comment.