Skip to content

Commit

Permalink
Merge pull request #1167 from BalancerMaxis/BIP-662-shezETH-wstETH-ga…
Browse files Browse the repository at this point in the history
…uge-mainnet

[BIP-662] Enable Gauge for ShezETH/wstETH
  • Loading branch information
Tritium-VLK authored Jul 25, 2024
2 parents 9c7ae0e + 92c228e commit 26da10e
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
40 changes: 40 additions & 0 deletions BIPs/2024-W30/BIP-662.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1721198975828,
"meta": {
"name": "Transactions Batch",
"description": "Add shezETH:wstETH gauge mainnet",
"txBuilderVersion": "1.16.3",
"createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"createdFromOwnerAddress": "",
"checksum": ""
},
"transactions": [
{
"to": "0x5DbAd78818D4c8958EfF2d5b95b28385A22113Cd",
"value": "0",
"data": null,
"contractMethod": {
"inputs": [
{
"name": "gauge",
"type": "address",
"internalType": "address"
},
{
"name": "gaugeType",
"type": "string",
"internalType": "string"
}
],
"name": "addGauge",
"payable": false
},
"contractInputsValues": {
"gauge": "0xB002073210698B0852E34DA6A5e432a04D299205",
"gaugeType": "Ethereum"
}
}
]
}
14 changes: 14 additions & 0 deletions BIPs/2024-W30/BIP-662.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
FILENAME: `BIPs/2024-W30/BIP-662.json`
MULTISIG: `multisigs/lm (mainnet:0xc38c5f97B34E175FFd35407fc91a937300E33860)`
COMMIT: `467921854b6826a6b2eabcd0695f80fb8ebc0176`
CHAIN(S): `mainnet`
TENDERLY: [SUCCESS](https://www.tdly.co/shared/simulation/06b9f127-d7a4-40d8-bc2f-1914bd2f9efc)
```
+-----------------------+---------------------------------------------------------------------+-----------------+--------------------------------------------+------------------------------------------------------------+--------------------------------------------+----------------+---------+----------+
| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | review_summary | bip | tx_index |
+-----------------------+---------------------------------------------------------------------+-----------------+--------------------------------------------+------------------------------------------------------------+--------------------------------------------+----------------+---------+----------+
| GaugeAdderV4/addGauge | 0xdb1f2e1655477d08fb0992f82eede0053b8cd3820000000000000000000006ae | shezETH/wstETH | 0xB002073210698B0852E34DA6A5e432a04D299205 | 0x63a0964A36c34E81959da5894ad888800e17405b: ShezETH | 0x0000000000000000000000000000000000000000 | -- | BIP-662 | 0 |
| | pool_address: 0xDb1f2e1655477d08FB0992f82EEDe0053B8Cd382 | fee: 0.04 | Style: mainnet | 0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0: wstETH | 0x72D07D7DcA67b8A406aD1Ec34ce969c90bFEE768 | safe | | |
| | | a-factor: 200 | cap: 100.0% | 0xDb1f2e1655477d08FB0992f82EEDe0053B8Cd382: shezETH/wstETH | 0x0000000000000000000000000000000000000000 | -- | | |
+-----------------------+---------------------------------------------------------------------+-----------------+--------------------------------------------+------------------------------------------------------------+--------------------------------------------+----------------+---------+----------+
```

0 comments on commit 26da10e

Please sign in to comment.