-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
USDC to Aave USDC-USDT
- Loading branch information
Showing
1 changed file
with
46 additions
and
1 deletion.
There are no files selected for viewing
47 changes: 46 additions & 1 deletion
47
MaxiOps/injectorScheduling/[chain]/injector-configurator.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,46 @@ | ||
{"version":"1.0","chainId":"1","createdAt":1734027703247,"meta":{"name":"Transactions Batch","description":"","txBuilderVersion":"1.17.0","createdFromSafeAddress":"0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e","createdFromOwnerAddress":"","checksum":"0x5db7866744eeb"},"transactions":[{"to":"0x5a18FE4D7a2bd5A39CCa4F9D05D073F21FAE28EE","value":"0","data":null,"contractMethod":{"inputs":[{"name":"gaugeAddresses","type":"address[]","internalType":"address[]"},{"name":"amountsPerPeriod","type":"uint256[]","internalType":"uint256[]"},{"name":"maxPeriods","type":"uint8[]","internalType":"uint8[]"}],"name":"setRecipientList","payable":false},"contractInputsValues":{"gaugeAddresses":"[0x4B891340b51889f438a03DC0e8aAAFB0Bc89e7A6, 0x70A1c01902DAb7a45dcA1098Ca76A8314dd8aDbA, 0x1f3A4C8115629C33A28bF2F97F22D31d256317F6]","amountsPerPeriod":"[1062500000000000000000, 478100000000000000000, 796860000000000000000]","maxPeriods":"[2, 2, 2]"}}]} | ||
{ | ||
"version": "1.0", | ||
"chainId": "1", | ||
"createdAt": 1734027879248, | ||
"meta": { | ||
"name": "Transactions Batch", | ||
"description": "", | ||
"txBuilderVersion": "1.17.0", | ||
"createdFromSafeAddress": "0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e", | ||
"createdFromOwnerAddress": "", | ||
"checksum": "0x04b460630b9a7" | ||
}, | ||
"transactions": [ | ||
{ | ||
"to": "0x80D737BF3973D92a1B5FC4b166F89cb9e7445632", | ||
"value": "0", | ||
"data": null, | ||
"contractMethod": { | ||
"inputs": [ | ||
{ | ||
"name": "gaugeAddresses", | ||
"type": "address[]", | ||
"internalType": "address[]" | ||
}, | ||
{ | ||
"name": "amountsPerPeriod", | ||
"type": "uint256[]", | ||
"internalType": "uint256[]" | ||
}, | ||
{ | ||
"name": "maxPeriods", | ||
"type": "uint8[]", | ||
"internalType": "uint8[]" | ||
} | ||
], | ||
"name": "setRecipientList", | ||
"payable": false | ||
}, | ||
"contractInputsValues": { | ||
"gaugeAddresses": "[0xeEc405B834c90B59122Bcc2357f27110B2ADB4B7]", | ||
"amountsPerPeriod": "[1923000000]", | ||
"maxPeriods": "[2]" | ||
} | ||
} | ||
] | ||
} |