Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BIP-472: Enable RDNT/WETH 80/20 Gauge [Ethereum] #603

Merged
merged 6 commits into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: `9013af9829443a8e2ad0952bf25e9a7cedc8c260`
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" | | |
+-----------------------+---------------------------------------------------------------------+-------------------------+--------------------------------------------+------------------------------------------------------+------------------------------------------------+---------+------------+
```
1 change: 1 addition & 0 deletions config/core_pools.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"0x37b18b10ce5635a84834b26095a0ae5639dcb7520000000000000000000005cb": "ETHx-WETH",
"0x40c806394d03d350420d13cd7d1de1c806f349560000000000000000000005f5": "qETH-WETH",
"0x52b69d6b3eb0bd6b2b4a48a316dfb0e1460e67e40002000000000000000005f3": "ECLP-R-sDAI",
"0xcf7b51ce5755513d4be016b0e28d6edeffa1d52a000200000000000000000617": "80RDNT-20wETH"
"0xb3b675a9a3cb0df8f66caf08549371bfb76a9867000200000000000000000611": "ECLP-mevETH-wETH"
},
"polygon": {
Expand Down
Loading