Skip to content

Commit

Permalink
Merge pull request #668 from BalancerMaxis/BIP-496-osETH-ETH-gauge-ma…
Browse files Browse the repository at this point in the history
…innet

BIP-496: Enable osETH/ETH Gauge [Ethereum] with 10% emission cap
  • Loading branch information
gosuto-inzasheru committed Dec 3, 2023
2 parents 7a12fa4 + 0a3bf53 commit 5891b61
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
40 changes: 40 additions & 0 deletions BIPs/2023-W48/BIP-496.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1701305387311,
"meta": {
"name": "Transactions Batch",
"description": "Add new gauges",
"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": "0xc592c33e51A764B94DB0702D8BAf4035eD577aED",
"gaugeType": "Ethereum"
}
}
]
}
12 changes: 12 additions & 0 deletions BIPs/2023-W48/BIP-496.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
File name: BIPs/2023-W48/BIP-496.json
COMMIT: `4a96a3cad8d037c30be84fba4b72395cee858569`
CHAIN(S): `mainnet`
```
+-----------------------+---------------------------------------------------------------------+--------------------------+--------------------------------------------+-----------------------------------------------------------------+-------------------------------------------------+---------+------------+
| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | bip | tx_index |
+=======================+=====================================================================+==========================+============================================+=================================================================+=================================================+=========+============+
| GaugeAdderV4/addGauge | 0xdacf5fa19b1f720111609043ac67a9818262850c000000000000000000000635 | osETH/wETH-BPT | 0xc592c33e51A764B94DB0702D8BAf4035eD577aED | "WETH(0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2)", | "0x0000000000000000000000000000000000000000", | BIP-496 | 0 |
| | pool_address: 0xDACf5Fa19b1f720111609043ac67A9818262850c | fee: 0.01, a-factor: 200 | Style: mainnet, cap: 10.0% | "osETH/wETH-BPT(0xDACf5Fa19b1f720111609043ac67A9818262850c)", | "0x0000000000000000000000000000000000000000", | | |
| | | | | "osETH(0xf1C9acDc66974dFB6dEcB12aA385b9cD01190E38)" | "0x8023518b2192FB5384DAdc596765B3dD1cdFe471" | | |
+-----------------------+---------------------------------------------------------------------+--------------------------+--------------------------------------------+-----------------------------------------------------------------+-------------------------------------------------+---------+------------+
```

0 comments on commit 5891b61

Please sign in to comment.