Skip to content

Commit dd7ff77

Browse files
authored
fix: add weETH - Update defaultTokens.json
1 parent 67b0e8c commit dd7ff77

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

src/tokens/defaultTokens.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2656,5 +2656,32 @@
26562656
}
26572657
],
26582658
"logoURI": "https://assets.polygon.technology/tokenAssets/dyad.svg"
2659+
},
2660+
{
2661+
"chainId": 1,
2662+
"name": "Wrapped eETH",
2663+
"symbol": "weETH",
2664+
"decimals": 18,
2665+
"originTokenAddress": "0xcd5fe23c85820f7b72d0926fc9b05b43e359b7ee",
2666+
"originNetworkId": 0,
2667+
"tags": ["erc20"],
2668+
"wrappedTokens": [
2669+
{
2670+
"wrappedTokenAddress": "0xfff9094c0fe717a0584c38be78eb24c2137d5c15",
2671+
"wrappedNetworkId": -1,
2672+
"tags": [
2673+
"pos",
2674+
"erc20"
2675+
]
2676+
},
2677+
{
2678+
"wrappedTokenAddress": "0xcd68dff4415358c35a28f96fd5bf7083b22de1d6",
2679+
"tags": ["lxly", "erc20"]
2680+
},
2681+
{
2682+
"wrappedTokenAddress": "0x9893989433e7a383Cb313953e4c2365107dc19a7",
2683+
"tags": ["agglayer", "erc20"]
2684+
}
2685+
]
26592686
}
26602687
]

0 commit comments

Comments
 (0)