Skip to content

Commit

Permalink
chore: pause deposit and withdraw - WRLD
Browse files Browse the repository at this point in the history
  • Loading branch information
saranonearth committed Nov 14, 2023
1 parent b8486bf commit 54902be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/tokens/polygon.json
Original file line number Diff line number Diff line change
Expand Up @@ -2894,7 +2894,7 @@
"symbol": "WRLD",
"decimals": 18,
"address": "0xd5d86fc8d5c0ea1ac1ac5dfab6e529c9967a45e9",
"tags": ["pos", "erc20", "swapable"],
"tags": ["pos", "erc20", "swapable", "noDeposit", "noWithdraw"],
"extensions": {
"originTokenAddress": "0xd5d86fc8d5c0ea1ac1ac5dfab6e529c9967a45e9",
"originTokenNetwork": 0
Expand Down
2 changes: 1 addition & 1 deletion src/tokens/polygonPopular.json
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@
"symbol": "WRLD",
"decimals": 18,
"address": "0xd5d86fc8d5c0ea1ac1ac5dfab6e529c9967a45e9",
"tags": ["pos", "erc20", "swapable"],
"tags": ["pos", "erc20", "swapable", "noDeposit", "noWithdraw"],
"extensions": {
"originTokenAddress": "0xd5d86fc8d5c0ea1ac1ac5dfab6e529c9967a45e9",
"originTokenNetwork": 0
Expand Down
2 changes: 1 addition & 1 deletion src/tokens/polygonTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2730,7 +2730,7 @@
"symbol": "WRLD",
"decimals": 18,
"address": "0xd5d86fc8d5c0ea1ac1ac5dfab6e529c9967a45e9",
"tags": ["pos", "erc20", "swapable"],
"tags": ["pos", "erc20", "swapable", "noDeposit", "noWithdraw"],
"extensions": {
"rootAddress": "0xd5d86fc8d5c0ea1ac1ac5dfab6e529c9967a45e9"
}
Expand Down
2 changes: 1 addition & 1 deletion src/tokens/popularTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@
"symbol": "WRLD",
"decimals": 18,
"address": "0xd5d86fc8d5c0ea1ac1ac5dfab6e529c9967a45e9",
"tags": ["pos", "erc20", "swapable"],
"tags": ["pos", "erc20", "swapable", "noDeposit", "noWithdraw"],
"extensions": {
"rootAddress": "0xd5d86fc8d5c0ea1ac1ac5dfab6e529c9967a45e9"
}
Expand Down

0 comments on commit 54902be

Please sign in to comment.