Skip to content

Commit

Permalink
Merge pull request #1536 from BalancerMaxis/net-injector-accept-owner…
Browse files Browse the repository at this point in the history
…ship

NET Injector v1 - Accept Ownership to Omnisafe
  • Loading branch information
gosuto-inzasheru authored Dec 2, 2024
2 parents beb6b6d + 0a0ef2c commit 7522a37
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
26 changes: 26 additions & 0 deletions MaxiOps/injectorScheduling/mainnet/setup_NET_injector.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1730279673289,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.17.1",
"createdFromSafeAddress": "0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e",
"createdFromOwnerAddress": "",
"checksum": ""
},
"transactions": [
{
"to": "0x9be5ce14d1fd02517682aec14c7162328e9e386e",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [],
"name": "acceptOwnership",
"payable": false
},
"contractInputsValues": null
}
]
}
13 changes: 13 additions & 0 deletions MaxiOps/injectorScheduling/mainnet/setup_NET_injector.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FILENAME: `MaxiOps/injectorScheduling/mainnet/setup_NET_injector.json`
MULTISIG: `multisigs/vote_incentive_recycling (mainnet:0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e)`
COMMIT: `0b29be3b2e856786627536c78c241f74426ce742`
CHAIN(S): `mainnet`
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/6a124d33-06f4-4cc5-94b1-9e9b2281caa6)

```
+-----------------+------------------------------------------------------------------------------------+-------+--------+------------+----------+
| fx_name | to | value | inputs | bip_number | tx_index |
+-----------------+------------------------------------------------------------------------------------+-------+--------+------------+----------+
| acceptOwnership | 0x9be5ce14d1fd02517682aec14c7162328e9e386e (maxiKeepers/gaugeRewardsInjectors/net) | 0 | "N/A" | N/A | N/A |
+-----------------+------------------------------------------------------------------------------------+-------+--------+------------+----------+
```

0 comments on commit 7522a37

Please sign in to comment.