Skip to content

Commit

Permalink
Merge pull request #684 from maticnetwork/enable-weth-deposits
Browse files Browse the repository at this point in the history
enable pos weth deposits
  • Loading branch information
py-zoid authored Dec 30, 2024
2 parents 5b3f025 + 8c55452 commit c787fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tokens/mappedTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -37510,12 +37510,12 @@
"decimals": 18,
"originTokenAddress": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"originNetworkId": 0,
"tags": ["erc20", "noDeposit"],
"tags": ["erc20"],
"wrappedTokens": [
{
"wrappedTokenAddress": "0xae740d42e4ff0c5086b2b5b5d149eb2f9e1a754f",
"wrappedNetworkId": -1,
"tags": ["pos", "erc20", "noDeposit"]
"tags": ["pos", "erc20"]
},
{
"wrappedTokenAddress": "0xb584516c8d90f133a48af5cc445cc5d924cf9863",
Expand Down

0 comments on commit c787fd8

Please sign in to comment.