Skip to content

Commit

Permalink
Merge pull request #654 from maticnetwork/rahuldamodar94-patch-1
Browse files Browse the repository at this point in the history
Added noWithdraw tag for GMEE token
  • Loading branch information
py-zoid authored Sep 20, 2024
2 parents 85d7df2 + 1ed2529 commit e00dd4a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/tokens/mappedTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -29644,7 +29644,8 @@
"originNetworkId": 0,
"tags": [
"erc20",
"noDeposit"
"noDeposit",
"noWithdraw"
],
"wrappedTokens": [
{
Expand All @@ -29655,7 +29656,8 @@
"pos",
"erc20",
"customWithdrawEventSig",
"noDeposit"
"noDeposit",
"noWithdraw"
],
"withdrawEventSig": "0x7084f5476618d8e60b11ef0d7d3f06914655adb8793e28ff7f018d4c76d505d5"
},
Expand All @@ -29666,7 +29668,8 @@
"tags": [
"lxly",
"erc20",
"noDeposit"
"noDeposit",
"noWithdraw"
]
}
],
Expand Down Expand Up @@ -62544,4 +62547,4 @@
}
]
}
]
]

0 comments on commit e00dd4a

Please sign in to comment.