Skip to content

Commit

Permalink
fix: astar token list (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuanyang233 authored Aug 2, 2022
1 parent 298063b commit 16bec90
Show file tree
Hide file tree
Showing 2 changed files with 3 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.45",
"version": "0.0.46",
"repository": "https://github.com/DimensionDev/Mask-Token-Lists.git",
"license": "MIT",
"author": "guanbinrui <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions src/fungible-tokens/astar.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"logoURI": "https://raw.githubusercontent.com/sushiswap/icons/master/token/usdt.jpg"
},
{
"chainId": 1,
"chainId": 592,
"decimals": 18,
"symbol": "DAI",
"name": "Dai Stablecoin",
Expand All @@ -29,7 +29,7 @@
"symbol": "ETH",
"decimals": 18,
"chainId": 592,
"logoURI": "https://raw.githubusercontent.com/sushiswap/icons/master/token/dpi.jpg"
"logoURI": "https://raw.githubusercontent.com/sushiswap/icons/master/token/eth.jpg"
},
{
"name": "Wrapped BTC",
Expand Down

0 comments on commit 16bec90

Please sign in to comment.