Skip to content

Commit

Permalink
Merge pull request #506 from BalancerMaxis/BIP-428-tripleETH-gauge-Ma…
Browse files Browse the repository at this point in the history
…innet

BIP-428: Create a uniETH - wstETH - rETH Composable Stable Pool [Ethe…
  • Loading branch information
Tritium-VLK authored Sep 17, 2023
2 parents f106cf1 + 1b04fdd commit a3120a8
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
40 changes: 40 additions & 0 deletions BIPs/2023-W37/BIP-428.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1694618459097,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.16.2",
"createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"createdFromOwnerAddress": "",
"checksum": "0x9e76bf3cb38ddf2a62ad6ab3921c6cc40b6aa7d1fd59b0ba831d84ea459dcfde"
},
"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": "0xe6281Fc01607366794597d7fA6b32931fF986969",
"gaugeType": "Ethereum"
}
}
]
}
13 changes: 13 additions & 0 deletions BIPs/2023-W37/BIP-428.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
File name: BIPs/2023-W37/BIP-428.json
COMMIT: `621579a28466cfe84cb0d67f14431976c0344d02`
CHAIN(S): `mainnet`
```
+-----------------------+---------------------------------------------------------------------+-------------------------+--------------------------------------------+-------------------------------------------------------------------+-------------------------------------------------+---------+------------+
| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | bip | tx_index |
+=======================+=====================================================================+=========================+============================================+===================================================================+=================================================+=========+============+
| GaugeAdderV4/addGauge | 0x70d5e3234f6329c1d5a26796dcf4e109d69a34880000000000000000000005e7 | uniETH/wstETH/rETH | 0xe6281Fc01607366794597d7fA6b32931fF986969 | "uniETH/wstETH/rETH(0x70d5E3234F6329c1D5a26796dcf4e109d69A3488)", | "0x0000000000000000000000000000000000000000", | BIP-428 | 0 |
| | pool_address: 0x70d5E3234F6329c1D5a26796dcf4e109d69A3488 | fee: 0.04, a-factor: 50 | Style: mainnet, cap: 2.0% | "wstETH(0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0)", | "0x72D07D7DcA67b8A406aD1Ec34ce969c90bFEE768", | | |
| | | | | "rETH(0xae78736Cd615f374D3085123A210448E74Fc6393)", | "0x1a8F81c256aee9C640e14bB0453ce247ea0DFE6F", | | |
| | | | | "uniETH(0xF1376bceF0f78459C0Ed0ba5ddce976F1ddF51F4)" | "0x2c3b8c5e98A6e89AAAF21Deebf5FF9d08c4A9FF7" | | |
+-----------------------+---------------------------------------------------------------------+-------------------------+--------------------------------------------+-------------------------------------------------------------------+-------------------------------------------------+---------+------------+
```

0 comments on commit a3120a8

Please sign in to comment.