Skip to content

Commit

Permalink
Merge pull request #656 from maticnetwork/dev
Browse files Browse the repository at this point in the history
okb token fix
  • Loading branch information
py-zoid authored Sep 20, 2024
2 parents e00dd4a + 85928c1 commit cffaf45
Showing 1 changed file with 48 additions and 3 deletions.
51 changes: 48 additions & 3 deletions src/tokens/defaultTokensStaging.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
{
"wrappedTokenAddress": "0x0000000000000000000000000000000000000000",
"tags": ["lxly", "governanceToken"]
},
{
"wrappedNetworkId": 3,
"wrappedTokenAddress": "0x5a77f1443d16ee5761d310e38b62f77f726bc71c",
"tags": ["lxly", "governanceToken"],
"name": "Wrapped Ether",
"symbol": "WETH",
}
],
"logoURI": "https://assets.polygon.technology/tokenAssets/eth.svg"
Expand Down Expand Up @@ -49,10 +56,17 @@
},
{
"wrappedTokenAddress": "0xa8ce8aee21bc2a48a5ef670afcc9274c7bbbc035",
"tags": ["lxly", "erc20", "legacy"],
"name": "Legacy Bridge USD Coin",
"tags": ["lxly", "erc20"],
"name": "USD Coin",
"symbol": "USDC"
},
{
"wrappedTokenAddress": "0xa8ce8aee21bc2a48a5ef670afcc9274c7bbbc035",
"wrappedNetworkId": 1,
"tags": ["lxly", "erc20", "legacy"],
"name": "Legacy Bridge USD Coin",
"symbol": "USDC",
},
{
"wrappedTokenAddress": "0x37eAA0eF3549a5Bb7D431be78a3D99BD360d19e5",
"wrappedNetworkId": 1,
Expand Down Expand Up @@ -123,6 +137,32 @@
],
"logoURI": "https://assets.polygon.technology/tokenAssets/pol.png"
},
{
"chainId": 1,
"name": "OKB",
"symbol": "OKB",
"decimals": 18,
"originTokenAddress": "0x75231f58b43240c9718dd58b4967c5114342a86c",
"originNetworkId": 0,
"tags": ["governanceToken"],
"wrappedTokens": [
{
"wrappedTokenAddress": "0x8F94400CDeF837F388100cfE56D7ebB8a3A3fb44",
"wrappedNetworkId": -1,
"tags": ["pos", "erc20"],
},
{
"wrappedTokenAddress": "0x0000000000000000000000000000000000000000",
"wrappedNetworkId": 3,
"tags": ["lxly", "governanceToken"],
},
{
"wrappedTokenAddress": "0xa23390ab60fe5482e9230245eb817a8117528b38",
"tags": ["lxly", "erc20"],
},
],
"logoURI": "https://assets.polygon.technology/tokenAssets/okb.png",
},
{
"chainId": 1,
"name": "Tether USD",
Expand Down Expand Up @@ -160,7 +200,12 @@
},
{
"wrappedTokenAddress": "0xc5015b9d9161dca7e18e32f6f25c4ad850731fd4",
"tags": ["lxly", "erc20", "legacy"]
"tags": ["lxly", "erc20"]
},
{
"wrappedTokenAddress": "0xc5015b9d9161dca7e18e32f6f25c4ad850731fd4",
"wrappedNetworkId": 1,
"tags": ["lxly", "erc20", "legacy"],
},
{
"wrappedTokenAddress": "0x744C5860ba161b5316F7E80D9Ec415e2727e5bD5",
Expand Down

0 comments on commit cffaf45

Please sign in to comment.