Skip to content

Commit 049da49

Browse files
committed
feat: Allowed USDT to mainnets
1 parent 2b54dd5 commit 049da49

File tree

24 files changed

+4863
-22
lines changed

24 files changed

+4863
-22
lines changed

deployments/avalanche/USDT.json

Lines changed: 647 additions & 0 deletions
Large diffs are not rendered by default.

deployments/bsc/USDT.json

Lines changed: 647 additions & 0 deletions
Large diffs are not rendered by default.

deployments/ethereum/DAI.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,12 +474,12 @@
474474
"inputs": [
475475
{
476476
"internalType": "address",
477-
"name": "to",
477+
"name": "to_",
478478
"type": "address"
479479
},
480480
{
481481
"internalType": "uint256",
482-
"name": "amount",
482+
"name": "amount_",
483483
"type": "uint256"
484484
}
485485
],

deployments/ethereum/DSLA.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,12 +474,12 @@
474474
"inputs": [
475475
{
476476
"internalType": "address",
477-
"name": "to",
477+
"name": "to_",
478478
"type": "address"
479479
},
480480
{
481481
"internalType": "uint256",
482-
"name": "amount",
482+
"name": "amount_",
483483
"type": "uint256"
484484
}
485485
],

deployments/ethereum/USDC.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,12 +474,12 @@
474474
"inputs": [
475475
{
476476
"internalType": "address",
477-
"name": "to",
477+
"name": "to_",
478478
"type": "address"
479479
},
480480
{
481481
"internalType": "uint256",
482-
"name": "amount",
482+
"name": "amount_",
483483
"type": "uint256"
484484
}
485485
],

0 commit comments

Comments
 (0)