Skip to content

Commit 4769ea9

Browse files
committed
Merge branch 'develop' into feature/wrapped-tokens-support
2 parents 773e210 + 0ab0bd9 commit 4769ea9

36 files changed

+4279
-1126
lines changed

deployments/avalanche/USDT.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,4 +644,4 @@
644644
"type": "function"
645645
}
646646
]
647-
}
647+
}

deployments/bsc/USDT.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,4 +644,8 @@
644644
"type": "function"
645645
}
646646
]
647-
}
647+
<<<<<<< HEAD
648+
}
649+
=======
650+
}
651+
>>>>>>> develop

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)