Skip to content

Commit

Permalink
Merge pull request #1420 from BalancerMaxis/BIP-715-Enable-Automatic-…
Browse files Browse the repository at this point in the history
…Aura-Relocking

[BIP-715] Enable Automatic Aura Relocking
  • Loading branch information
Tritium-VLK authored Oct 11, 2024
2 parents d997d5c + aae7e95 commit d21042c
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
34 changes: 34 additions & 0 deletions BIPs/2024-W42/[BIP-715] Enable Automatic Aura Relocking.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1728567199727,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.17.0",
"createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f",
"createdFromOwnerAddress": "",
"checksum": "0x7a487e498d479ffe1df9745d82154257cf9d200bcb773f9bab55122e024d638a"
},
"transactions": [
{
"to": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"name": "module",
"type": "address",
"internalType": "contract Module"
}
],
"name": "enableModule",
"payable": false
},
"contractInputsValues": {
"module": "0xfD20C63554A9916816dC5e5Df596A0333185F263"
}
}
]
}
17 changes: 17 additions & 0 deletions BIPs/2024-W42/[BIP-715] Enable Automatic Aura Relocking.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
FILENAME: `BIPs/2024-W42/[BIP-715] Enable Automatic Aura Relocking.json`
MULTISIG: `multisigs/dao (mainnet:0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f)`
COMMIT: `1601187c2196db01437e98e66fc9e425a28b6df3`
CHAIN(S): `mainnet`
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/0c3ebcb5-9b30-4c34-a4ce-88c75e39af37)

```
+--------------+------------------------------------------------------------+-------+-----------------------------------------------------------------------------------+------------+----------+
| fx_name | to | value | inputs | bip_number | tx_index |
+--------------+------------------------------------------------------------+-------+-----------------------------------------------------------------------------------+------------+----------+
| enableModule | 0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f (multisigs/dao) | 0 | { | BIP-715 | N/A |
| | | | "module": [ | | |
| | | | "0xfD20C63554A9916816dC5e5Df596A0333185F263 (helpers/vlaura_relocker_module)" | | |
| | | | ] | | |
| | | | } | | |
+--------------+------------------------------------------------------------+-------+-----------------------------------------------------------------------------------+------------+----------+
```

0 comments on commit d21042c

Please sign in to comment.