Skip to content

Commit

Permalink
fix: bad matching asset & asset code (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraikov committed Jul 5, 2022
1 parent 4bbfe2f commit c28fb94
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 48 deletions.
6 changes: 3 additions & 3 deletions src/assets/erc20/arbitrum-tokens.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ARBUSDC": {
"name": "Arbitrum USD Coin",
"code": "USDC",
"code": "ARBUSDC",
"decimals": 6,
"contractAddress": "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8",
"color": "#5b31b9",
Expand All @@ -10,7 +10,7 @@
},
"ARBUSDT": {
"name": "Arbitrum Tether USD",
"code": "USDT",
"code": "ARBUSDT",
"decimals": 6,
"contractAddress": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
"color": "#5b31f9",
Expand All @@ -19,7 +19,7 @@
},
"ARBDAI": {
"name": "Arbitrum DAI",
"code": "DAI",
"code": "ARBDAI",
"decimals": 18,
"contractAddress": "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
"color": "#3b31a9",
Expand Down
6 changes: 3 additions & 3 deletions src/assets/erc20/avalanche-tokens.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"WBTC.e": {
"name": "Avax Wrapped Bitcoin",
"code": "WBTC",
"code": "WBTC.e",
"decimals": 8,
"contractAddress": "0x50b7545627a5162f82a992c33b87adc75187b218",
"color": "#5b3159",
Expand All @@ -10,7 +10,7 @@
},
"USDC.e": {
"name": "Avax USD Coin",
"code": "USDC",
"code": "USDC.e",
"decimals": 6,
"contractAddress": "0xa7d7079b0fead91f3e65f86e8915cb59c1a4c664",
"color": "#5b31b9",
Expand All @@ -19,7 +19,7 @@
},
"USDT.e": {
"name": "Avax Tether USD",
"code": "USDT",
"code": "USDT.e",
"decimals": 6,
"contractAddress": "0xc7198437980c041c805a1edcba50c1ce5db95118",
"color": "#5b31f9",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/erc20/ethereum-tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1888,7 +1888,7 @@
"coinGeckoId": "storm"
},
"WMATIC": {
"name": "Wrapped Matic Network Token",
"name": "Matic Token",
"code": "MATIC",
"decimals": 18,
"contractAddress": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0",
Expand Down

0 comments on commit c28fb94

Please sign in to comment.