Skip to content

Commit

Permalink
Merge pull request #530 from maticnetwork/add-dyad-token
Browse files Browse the repository at this point in the history
fix native tag on eth token
  • Loading branch information
py-zoid authored Jan 11, 2024
2 parents 29d979e + 801a24b commit bbdadc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/tokens/defaultTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
"decimals": 18,
"originTokenAddress": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
"originNetworkId": 0,
"tags": ["native"],
"tags": ["nativeToken"],
"wrappedTokens": [
{
"chainId": 137,
Expand All @@ -353,7 +353,7 @@
"chainId": 1101,
"wrappedTokenAddress": "0x0000000000000000000000000000000000000000",
"wrappedNetworkId": 1,
"tags": ["lxly", "native"]
"tags": ["lxly", "nativeToken"]
}
],
"logoURI": "https://assets.polygon.technology/tokenAssets/eth.svg"
Expand Down
8 changes: 4 additions & 4 deletions src/tokens/mappedTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"decimals": 18,
"originTokenAddress": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
"originNetworkId": 0,
"tags": ["native"],
"tags": ["nativeToken"],
"wrappedTokens": [
{
"chainId": 137,
Expand All @@ -18,7 +18,7 @@
"chainId": 1101,
"wrappedTokenAddress": "0x0000000000000000000000000000000000000000",
"wrappedNetworkId": 1,
"tags": ["lxly", "native"]
"tags": ["lxly", "nativeToken"]
}
],
"logoURI": "https://assets.polygon.technology/tokenAssets/eth.svg"
Expand All @@ -30,13 +30,13 @@
"decimals": 18,
"originTokenAddress": "0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0",
"originNetworkId": 0,
"tags": ["native"],
"tags": ["erc20"],
"wrappedTokens": [
{
"chainId": 137,
"wrappedTokenAddress": "0x0000000000000000000000000000000000001010",
"wrappedNetworkId": -1,
"tags": ["plasma", "native"]
"tags": ["plasma", "nativeToken"]
},
{
"chainId": 1101,
Expand Down

0 comments on commit bbdadc1

Please sign in to comment.