Skip to content

Commit be7163f

Browse files
Merge pull request #759 from 0xPolygon/usdt0-enable
remove noDeposit and noWithdraw tags on usdt
2 parents 788147e + 0c18a75 commit be7163f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tokens/defaultTokens.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
{
230230
"wrappedTokenAddress": "0xc2132d05d31c914a87c6611c10748aeb04b58e8f",
231231
"wrappedNetworkId": -1,
232-
"tags": ["oft", "erc20", "noDeposit", "noWithdraw"],
232+
"tags": ["oft", "erc20"],
233233
"originChainBridgeAdapter": "0x6C96dE32CEa08842dcc4058c14d3aaAD7Fa41dee",
234234
"wrappedChainBridgeAdapter": "0x6BA10300f0DC58B7a1e4c0e41f5daBb7D7829e13"
235235
},

src/tokens/mappedTokens.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
{
263263
"wrappedTokenAddress": "0xc2132d05d31c914a87c6611c10748aeb04b58e8f",
264264
"wrappedNetworkId": -1,
265-
"tags": ["oft", "erc20", "noDeposit", "noWithdraw"],
265+
"tags": ["oft", "erc20"],
266266
"originChainBridgeAdapter": "0x6C96dE32CEa08842dcc4058c14d3aaAD7Fa41dee",
267267
"wrappedChainBridgeAdapter": "0x6BA10300f0DC58B7a1e4c0e41f5daBb7D7829e13"
268268
},

0 commit comments

Comments
 (0)