Skip to content

Commit

Permalink
Merge pull request #504 from BalancerMaxis/BIP-426-ALTR-WETH-gauge-Ma…
Browse files Browse the repository at this point in the history
…innet

BIP-426: Enable ALTR-WETH Gauge [Ethereum] with 2% emission ca
  • Loading branch information
Tritium-VLK authored Sep 17, 2023
2 parents 9954b9d + 13964ef commit bc111e8
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
40 changes: 40 additions & 0 deletions BIPs/2023-W37/BIP-426.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1694618094473,
"meta": {
"name": "Transactions Batch",
"description": "",
"txBuilderVersion": "1.16.2",
"createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860",
"createdFromOwnerAddress": "",
"checksum": "0x9585b2f2bae3ea6ac5aca8cf58649f8d614a1a768c131d55d9fb468a49bf1fb6"
},
"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": "0xeE707Ae5500DD9072aC0daB1170DD16d9AddD68F",
"gaugeType": "Ethereum"
}
}
]
}
11 changes: 11 additions & 0 deletions BIPs/2023-W37/BIP-426.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
File name: BIPs/2023-W37/BIP-426.json
COMMIT: `5962c3f7db7794f8408fac79cf2a12680f64490b`
CHAIN(S): `mainnet`
```
+-----------------------+---------------------------------------------------------------------+-------------------------+--------------------------------------------+------------------------------------------------------+------------------------------------------------+---------+------------+
| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | bip | tx_index |
+=======================+=====================================================================+=========================+============================================+======================================================+================================================+=========+============+
| GaugeAdderV4/addGauge | 0x47e1cf97a0586367349a14306a65f54ba0b8f1b60002000000000000000005cd | 20WETH-80ALTR | 0xeE707Ae5500DD9072aC0daB1170DD16d9AddD68F | "WETH(0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2)", | "0x0000000000000000000000000000000000000000", | BIP-426 | 0 |
| | pool_address: 0x47E1Cf97A0586367349A14306A65F54Ba0b8f1B6 | fee: 1.0, a-factor: N/A | Style: mainnet, cap: 2.0% | "ALTR(0xD1ffCacFc630CE68d3cd3369F5db829a3ed01fE2)" | "0x0000000000000000000000000000000000000000" | | |
+-----------------------+---------------------------------------------------------------------+-------------------------+--------------------------------------------+------------------------------------------------------+------------------------------------------------+---------+------------+
```

0 comments on commit bc111e8

Please sign in to comment.