-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1420 from BalancerMaxis/BIP-715-Enable-Automatic-…
…Aura-Relocking [BIP-715] Enable Automatic Aura Relocking
- Loading branch information
Showing
2 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
34 changes: 34 additions & 0 deletions
34
BIPs/2024-W42/[BIP-715] Enable Automatic Aura Relocking.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 |
---|---|---|
@@ -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
17
BIPs/2024-W42/[BIP-715] Enable Automatic Aura Relocking.report.txt
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 |
---|---|---|
@@ -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)" | | | | ||
| | | | ] | | | | ||
| | | | } | | | | ||
+--------------+------------------------------------------------------------+-------+-----------------------------------------------------------------------------------+------------+----------+ | ||
``` |