Skip to content

Commit

Permalink
Merge pull request #603 from BalancerMaxis/BIP-472-RDNT-WETH-gauge-ma…
Browse files Browse the repository at this point in the history
…innet

BIP-472: Enable RDNT/WETH 80/20 Gauge [Ethereum]
  • Loading branch information
Tritium-VLK authored Nov 3, 2023
2 parents a7eacdf + 335cffd commit 6f9c3fb
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 1 deletion.
40 changes: 40 additions & 0 deletions BIPs/2023-W44/BIP-472.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"version": "1.0",
"chainId": "1",
"createdAt": 1698872293834,
"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": "0xF22BbdAd6B3Dd9314BdF97724DF32b09Ff95C216",
"gaugeType": "Ethereum"
}
}
]
}
11 changes: 11 additions & 0 deletions BIPs/2023-W44/BIP-472.report.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
File name: BIPs/2023-W44/BIP-472.json
COMMIT: `058e68b6ddb8295574d41707d618ca774a3f52c9`
CHAIN(S): `mainnet`
```
+-----------------------+---------------------------------------------------------------------+-------------------------+--------------------------------------------+------------------------------------------------------+------------------------------------------------+---------+------------+
| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | bip | tx_index |
+=======================+=====================================================================+=========================+============================================+======================================================+================================================+=========+============+
| GaugeAdderV4/addGauge | 0xcf7b51ce5755513d4be016b0e28d6edeffa1d52a000200000000000000000617 | RDNT-WETH | 0xF22BbdAd6B3Dd9314BdF97724DF32b09Ff95C216 | "RDNT(0x137dDB47Ee24EaA998a535Ab00378d6BFa84F893)", | "0x0000000000000000000000000000000000000000", | BIP-472 | 0 |
| | pool_address: 0xcF7b51ce5755513d4bE016b0e28D6EDEffa1d52a | fee: 0.5, a-factor: N/A | Style: mainnet, cap: 10.0% | "WETH(0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2)" | "0x0000000000000000000000000000000000000000" | | |
+-----------------------+---------------------------------------------------------------------+-------------------------+--------------------------------------------+------------------------------------------------------+------------------------------------------------+---------+------------+
```
3 changes: 2 additions & 1 deletion config/core_pools.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"0x37b18b10ce5635a84834b26095a0ae5639dcb7520000000000000000000005cb": "ETHx-WETH",
"0x40c806394d03d350420d13cd7d1de1c806f349560000000000000000000005f5": "qETH-WETH",
"0x52b69d6b3eb0bd6b2b4a48a316dfb0e1460e67e40002000000000000000005f3": "ECLP-R-sDAI",
"0x02ca8086498552c071451724d3a34caa3922b65a000200000000000000000613": "80ROOT-20wETH"
"0xcf7b51ce5755513d4be016b0e28d6edeffa1d52a000200000000000000000617": "80RDNT-20wETH",
"0x02ca8086498552c071451724d3a34caa3922b65a000200000000000000000613": "80ROOT-20wETH",
"0xb3b675a9a3cb0df8f66caf08549371bfb76a9867000200000000000000000611": "ECLP-mevETH-wETH"
},
"polygon": {
Expand Down

0 comments on commit 6f9c3fb

Please sign in to comment.