Skip to content

Commit

Permalink
Merge pull request #547 from BalancerMaxis/BIP-451-enable-tristETH-OP
Browse files Browse the repository at this point in the history
BIP-451: Enable wstETH/rETH/sfrxETH gauge [Optimism]
  • Loading branch information
Tritium-VLK committed Oct 13, 2023
2 parents 24a30e4 + 9f37038 commit 834184f
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
40 changes: 40 additions & 0 deletions BIPs/2023-W41/BIP-451.json
@@ -0,0 +1,40 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1697052876185,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.16.3",
"createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"createdFromOwnerAddress": "",
"checksum": "0x33b5ed65167ccd7c2a3c8d5ad5f0f91af07c80194b057656c7f1bff4ce68d647"
},
"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": "0x6A2C2d4502335638d2c2f40f0171253fb2c2db88",
"gaugeType": "Optimism"
}
}
]
}
13 changes: 13 additions & 0 deletions BIPs/2023-W41/BIP-451.report.txt
@@ -0,0 +1,13 @@
File name: BIPs/2023-W41/BIP-451.json
COMMIT: `cf211a64f4e284732c7b57dc693ba388d83a618c`
CHAIN(S): `optimism`
```
+-----------------------+---------------------------------------------------------------------+--------------------------+--------------------------------------------+-------------------------------------------------------------+-------------------------------------------------+---------+------------+
| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | bip | tx_index |
+=======================+=====================================================================+==========================+============================================+=============================================================+=================================================+=========+============+
| GaugeAdderV4/addGauge | 0x5f8893506ddc4c271837187d14a9c87964a074dc000000000000000000000106 | bpt-ethtri | 0x6A2C2d4502335638d2c2f40f0171253fb2c2db88 | "wstETH(0x1F32b1c2345538c0c6f582fCB022739c4A194Ebb)", | "0x9aa3cd420f830E049e2b223D0b07D8c809C94d15", | BIP-451 | 0 |
| | pool_address: 0x5F8893506Ddc4C271837187d14A9C87964a074Dc | fee: 0.1, a-factor: 2000 | Style: L0 sidechain, cap: 100.0% | "sfrxETH(0x484c2D6e3cDd945a8B2DF735e079178C1036578c)", | "0xf752dd899F87a91370C1C8ac1488Aef6be687505", | | |
| | | | | "bpt-ethtri(0x5F8893506Ddc4C271837187d14A9C87964a074Dc)", | "0x0000000000000000000000000000000000000000", | | |
| | | | | "rETH(0x9Bcef72be871e61ED4fBbc7630889beE758eb81D)" | "0x658843BB859B7b85cEAb5cF77167e3F0a78dFE7f" | | |
+-----------------------+---------------------------------------------------------------------+--------------------------+--------------------------------------------+-------------------------------------------------------------+-------------------------------------------------+---------+------------+
```

0 comments on commit 834184f

Please sign in to comment.