-
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 #1439 from BalancerMaxis/BIP-725-Enable-hETH-wstET…
…H-Gauge-Ethereum [BIP-725] Enable hETH-wstETH Gauge [Ethereum]
- Loading branch information
Showing
2 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
BIPs/2024-W43/[BIP-725] Enable hETH-wstETH Gauge [Ethereum].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,32 @@ | ||
{ | ||
"version": "1.0", | ||
"chainId": "1", | ||
"createdAt": 1729175326883, | ||
"meta": { | ||
"name": "Transactions Batch", | ||
"description": "", | ||
"txBuilderVersion": "1.17.0", | ||
"createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860", | ||
"createdFromOwnerAddress": "", | ||
"checksum": "0xb922e10d2cbebe805af57419d4f48a7efd5d2d5f8cf6ce3206d2289efa491222" | ||
}, | ||
"transactions": [ | ||
{ | ||
"to": "0x5DbAd78818D4c8958EfF2d5b95b28385A22113Cd", | ||
"value": "0", | ||
"data": null, | ||
"contractMethod": { | ||
"inputs": [ | ||
{ "internalType": "address", "name": "gauge", "type": "address" }, | ||
{ "internalType": "string", "name": "gaugeType", "type": "string" } | ||
], | ||
"name": "addGauge", | ||
"payable": false | ||
}, | ||
"contractInputsValues": { | ||
"gauge": "0x60adB6A1D73b16F47EA3CCBa94f79cc95D2ba73B", | ||
"gaugeType": "Ethereum" | ||
} | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
BIPs/2024-W43/[BIP-725] Enable hETH-wstETH Gauge [Ethereum].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,22 @@ | ||
FILENAME: `BIPs/2024-W43/[BIP-725] Enable hETH-wstETH Gauge [Ethereum].json` | ||
MULTISIG: `multisigs/lm (mainnet:0xc38c5f97B34E175FFd35407fc91a937300E33860)` | ||
COMMIT: `ca2adbfb3d54d05f54d1c1adeeaccd7e47d76da7` | ||
CHAIN(S): `mainnet` | ||
TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/b8dc5b8f-4a48-4480-8f3b-80a1283479de) | ||
|
||
| Gauge Validator | Result | | ||
| :--------------------------------| :----: | | ||
| `validate_preferential_gauge` | ✅ | | ||
| `validate_rate_providers_safety` | ✅ ✅ | | ||
|
||
``` | ||
+-----------------------+---------------------------------------------------------------------+-----------------+--------------------------------------------------+---------------------------------------------------------+--------------------------------------------+----------------+---------+----------+ | ||
| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | review_summary | bip | tx_index | | ||
+-----------------------+---------------------------------------------------------------------+-----------------+--------------------------------------------------+---------------------------------------------------------+--------------------------------------------+----------------+---------+----------+ | ||
| GaugeAdderV4/addGauge | 0xa34bd98e54411494c55f6b12626204350d2d447f0000000000000000000006dc | hETH/wstETH | root: 0x60adB6A1D73b16F47EA3CCBa94f79cc95D2ba73B | 0x270B7748CdF8243bFe68FaCE7230ef0fCE695389: hETH | 0x388BeD0F17Ad5752EBC5b4034226D4c5D33bAA9e | safe | BIP-725 | 0 | | ||
| | pool_address: 0xa34bD98E54411494C55F6b12626204350d2D447f | fee: 0.04 | side: None | 0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0: wstETH | 0x72D07D7DcA67b8A406aD1Ec34ce969c90bFEE768 | safe | | | | ||
| | | a-factor: 200 | style: mainnet | 0xa34bD98E54411494C55F6b12626204350d2D447f: hETH/wstETH | 0x0000000000000000000000000000000000000000 | -- | | | | ||
| | | | cap: 100.0% | | | | | | | ||
| | | | preferential: True | | | | | | | ||
+-----------------------+---------------------------------------------------------------------+-----------------+--------------------------------------------------+---------------------------------------------------------+--------------------------------------------+----------------+---------+----------+ | ||
``` |