Skip to content

Commit

Permalink
Merge pull request #1539 from Xeonus/configure-NET-injector-mainnet
Browse files Browse the repository at this point in the history
Configure NET Injector on Mainnet
  • Loading branch information
gosuto-inzasheru authored Dec 3, 2024
2 parents 224e4a3 + 0652a89 commit 46120f4
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
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]"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FILENAME: `MaxiOps/injectorScheduling/mainnet/configure-NET-injector.json`
MULTISIG: `multisigs/vote_incentive_recycling (mainnet:0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e)`
COMMIT: `2de73a078744c8b7dd9b31b08d0ad8470c76eeb8`
CHAIN(S): `mainnet`
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/9bf6a18a-8496-4710-a469-48806eb2240d)

```
+------------------+-----------------------------------------------------------------------------------+--------+-------------------------------------------------------------------------------+-------------------------------------------+---------+---------------------------------------------+----------+
| function | injector | symbol | gaugeList | amounts_per_period | periods | total_amount_first_period | tx_index |
+------------------+-----------------------------------------------------------------------------------+--------+-------------------------------------------------------------------------------+-------------------------------------------+---------+---------------------------------------------+----------+
| setRecipientList | 0x9BE5CE14d1FD02517682aeC14c7162328E9e386e(maxiKeepers/gaugeRewardsInjectors/net) | NET | [ | [ | [ | raw: 15500000000000000000000/1e18 = 15500.0 | 0 |
| | | | "0x76a6d2A59D3524cFA6775465341a19ca0d5a8657 (Balancer NETETH Gauge Deposit)" | "15500000000000000000000/1e18 = 15500.0" | "2" | | |
| | | | ] | ] | ] | | |
+------------------+-----------------------------------------------------------------------------------+--------+-------------------------------------------------------------------------------+-------------------------------------------+---------+---------------------------------------------+----------+
```

0 comments on commit 46120f4

Please sign in to comment.