Skip to content

Commit

Permalink
fix: mirrorOf on MATIC erc20
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKheops committed Dec 14, 2023
1 parent 0c3b135 commit adce27b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 16 deletions.
7 changes: 7 additions & 0 deletions data/evm-networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@
"symbol": "USDT",
"contractAddress": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
"coingeckoId": "tether"
},
{
"symbol": "MATIC",
"contractAddress": "0x0000000000000000000000000000000000001010",
"coingeckoId": "matic-network",
"isDefault": false,
"mirrorOf": "137-evm-native-matic"
}
]
}
Expand Down
17 changes: 9 additions & 8 deletions dist/evmNetworks/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -95475,6 +95475,15 @@
"decimals": 6,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/usdt.svg"
},
{
"symbol": "MATIC",
"contractAddress": "0x0000000000000000000000000000000000001010",
"coingeckoId": "matic-network",
"isDefault": true,
"mirrorOf": "137-evm-native-matic",
"decimals": 18,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/matic-network.webp"
},
{
"symbol": "ZCN",
"coingeckoId": "0chain",
Expand Down Expand Up @@ -100003,14 +100012,6 @@
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/matic-aave-usdc.webp"
},
{
"symbol": "MATIC",
"coingeckoId": "matic-network",
"contractAddress": "0x0000000000000000000000000000000000001010",
"decimals": 18,
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/matic-network.webp"
},
{
"symbol": "MATRIX",
"coingeckoId": "matrixswap",
Expand Down
17 changes: 9 additions & 8 deletions dist/evmNetworks/byId/137.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@
"decimals": 6,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/usdt.svg"
},
{
"symbol": "MATIC",
"contractAddress": "0x0000000000000000000000000000000000001010",
"coingeckoId": "matic-network",
"isDefault": true,
"mirrorOf": "137-evm-native-matic",
"decimals": 18,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/matic-network.webp"
},
{
"symbol": "ZCN",
"coingeckoId": "0chain",
Expand Down Expand Up @@ -4587,14 +4596,6 @@
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/matic-aave-usdc.webp"
},
{
"symbol": "MATIC",
"coingeckoId": "matic-network",
"contractAddress": "0x0000000000000000000000000000000000001010",
"decimals": 18,
"isDefault": false,
"logo": "https://raw.githubusercontent.com/TalismanSociety/chaindata/main/assets/tokens/coingecko/matic-network.webp"
},
{
"symbol": "MATRIX",
"coingeckoId": "matrixswap",
Expand Down

0 comments on commit adce27b

Please sign in to comment.