Skip to content

Commit

Permalink
fix: relocate to correct folder and add safe
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeonus committed Dec 2, 2024
1 parent fc80421 commit 2de73a0
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.

This file was deleted.

46 changes: 46 additions & 0 deletions MaxiOps/injectorScheduling/mainnet/configure-NET-injector.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1733149894552,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.17.0",
"createdFromSafeAddress": "0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e",
"createdFromOwnerAddress": "",
"checksum": "0xccdfa6c4cdd8c"
},
"transactions": [
{
"to": "0x9BE5CE14d1FD02517682aeC14c7162328E9e386e",
"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": "[0x76a6d2A59D3524cFA6775465341a19ca0d5a8657]",
"amountsPerPeriod": "[15500000000000000000000]",
"maxPeriods": "[2]"
}
}
]
}

0 comments on commit 2de73a0

Please sign in to comment.