Skip to content

Commit

Permalink
Merge pull request #1578 from Xeonus/kill-wsteth-gho-gauge-mainnet
Browse files Browse the repository at this point in the history
[BIP-744] Kill the 80wstETH/20GHO Gauge
  • Loading branch information
gosuto-inzasheru authored Dec 16, 2024
2 parents c73f152 + 6d3671e commit 3544774
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
32 changes: 32 additions & 0 deletions BIPs/2024-W51/BIP-744.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1733930438455,
"meta": {
"name": "Transactions Batch",
"description": "Kill obsolete gauges",
"txBuilderVersion": "1.16.3",
"createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f",
"createdFromOwnerAddress": "",
"checksum": ""
},
"transactions": [
{
"to": "0xf5dECDB1f3d1ee384908Fbe16D2F0348AE43a9eA",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{ "name": "target", "type": "address", "internalType": "address" },
{ "name": "data", "type": "bytes", "internalType": "bytes" }
],
"name": "performAction",
"payable": true
},
"contractInputsValues": {
"target": "0x6EE63656BbF5BE3fdF9Be4982BF9466F6a921b83",
"data": "0xab8f0945"
}
}
]
}
13 changes: 13 additions & 0 deletions BIPs/2024-W51/BIP-744.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FILENAME: `BIPs/2024-W51/BIP-744.json`
MULTISIG: `multisigs/dao (mainnet:0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f)`
COMMIT: `f3d96b9810d554595d46632a620157cf9bf5ed36`
CHAIN(S): `mainnet`
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/8e629b86-a2c1-46c9-abdc-af97abd639ce)

```
+---------------+-----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------+---------------+---------+----------+
| function | entrypoint | target | selector | parsed_inputs | bip | tx_index |
+---------------+-----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------+---------------+---------+----------+
| performAction | 0xf5dECDB1f3d1ee384908Fbe16D2F0348AE43a9eA (20221124-authorizer-adaptor-entrypoint/AuthorizerAdaptorEntrypoint) | 0x6EE63656BbF5BE3fdF9Be4982BF9466F6a921b83 (gauges/80wstETH/20GHO-gauge-6ee6) | killGauge() | | BIP-744 | 0 |
+---------------+-----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------+---------------+---------+----------+
```

0 comments on commit 3544774

Please sign in to comment.