Skip to content

Commit

Permalink
block gmee on old list
Browse files Browse the repository at this point in the history
  • Loading branch information
py-zoid committed Jan 23, 2024
1 parent 41aa293 commit 4b8db82
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
8 changes: 6 additions & 2 deletions src/tokens/polygon.json
Original file line number Diff line number Diff line change
Expand Up @@ -42469,7 +42469,9 @@
"address": "0xcf32822ff397ef82425153a9dcb726e5ff61dca7",
"tags": [
"pos",
"erc20"
"erc20",
"noDeposit",
"noWithdraw"
],
"extensions": {
"originTokenNetwork": 0,
Expand Down Expand Up @@ -62348,7 +62350,9 @@
"address": "0x8207fb9ddfffaecb5168696e02d065982f89f9ea",
"tags": [
"lxly",
"erc20"
"erc20",
"noDeposit",
"noWithdraw"
],
"extensions": {
"originTokenAddress": "0xd9016a907dc0ecfa3ca425ab20b6b785b42f2373",
Expand Down
9 changes: 8 additions & 1 deletion src/tokens/polygonPopular.json
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,14 @@
"symbol": "GMEE",
"decimals": 18,
"address": "0xcf32822ff397Ef82425153a9dcb726E5fF61DCA7",
"tags": ["pos", "erc20", "swapable", "customSig"],
"tags": [
"pos",
"erc20",
"swapable",
"customSig",
"noDeposit",
"noWithdraw"
],
"extensions": {
"withdrawEventSig": "0x7084f5476618d8e60b11ef0d7d3f06914655adb8793e28ff7f018d4c76d505d5",
"originTokenAddress": "0xd9016a907dc0ecfa3ca425ab20b6b785b42f2373",
Expand Down
2 changes: 1 addition & 1 deletion src/tokens/polygonTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -15054,7 +15054,7 @@
"symbol": "GMEE",
"decimals": 18,
"address": "0xcf32822ff397Ef82425153a9dcb726E5fF61DCA7",
"tags": ["pos", "erc20", "swapable", "customWithdrawEventSig"],
"tags": ["pos", "erc20", "swapable", "customWithdrawEventSig", "noDeposit", "noWithdraw"],
"extensions": {
"rootAddress": "0xd9016a907dc0ecfa3ca425ab20b6b785b42f2373",
"withdrawEventSig": "0x7084f5476618d8e60b11ef0d7d3f06914655adb8793e28ff7f018d4c76d505d5"
Expand Down

0 comments on commit 4b8db82

Please sign in to comment.