From 467921854b6826a6b2eabcd0695f80fb8ebc0176 Mon Sep 17 00:00:00 2001 From: Xeonus Date: Wed, 17 Jul 2024 08:58:41 +0200 Subject: [PATCH 1/2] [BIP-662] Enable Gauge for ShezETH/wstETH with 2% cap [Ethereum] - enable shezETH:wstETH gauge on mainnet - no rate provider for shezETH, not rebasing - [Proposal]() --- BIPs/2024-W30/BIP-662.json | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 BIPs/2024-W30/BIP-662.json diff --git a/BIPs/2024-W30/BIP-662.json b/BIPs/2024-W30/BIP-662.json new file mode 100644 index 000000000..6711838ef --- /dev/null +++ b/BIPs/2024-W30/BIP-662.json @@ -0,0 +1,40 @@ +{ + "version": "1.0", + "chainId": "1", + "createdAt": 1721198975828, + "meta": { + "name": "Transactions Batch", + "description": "Add shezETH:wstETH gauge mainnet", + "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": "0xB002073210698B0852E34DA6A5e432a04D299205", + "gaugeType": "Ethereum" + } + } + ] +} From 92c228ebe2683bcf9fa1f8a062728d3c3d993bb6 Mon Sep 17 00:00:00 2001 From: Xeonus Date: Wed, 17 Jul 2024 07:01:45 +0000 Subject: [PATCH 2/2] Automated processing of Payload PR (validations, transformations, and reports) + reformat JSON --- BIPs/2024-W30/BIP-662.report.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 BIPs/2024-W30/BIP-662.report.txt diff --git a/BIPs/2024-W30/BIP-662.report.txt b/BIPs/2024-W30/BIP-662.report.txt new file mode 100644 index 000000000..f2c33293a --- /dev/null +++ b/BIPs/2024-W30/BIP-662.report.txt @@ -0,0 +1,14 @@ +FILENAME: `BIPs/2024-W30/BIP-662.json` +MULTISIG: `multisigs/lm (mainnet:0xc38c5f97B34E175FFd35407fc91a937300E33860)` +COMMIT: `467921854b6826a6b2eabcd0695f80fb8ebc0176` +CHAIN(S): `mainnet` +TENDERLY: [SUCCESS](https://www.tdly.co/shared/simulation/06b9f127-d7a4-40d8-bc2f-1914bd2f9efc) +``` ++-----------------------+---------------------------------------------------------------------+-----------------+--------------------------------------------+------------------------------------------------------------+--------------------------------------------+----------------+---------+----------+ +| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | review_summary | bip | tx_index | ++-----------------------+---------------------------------------------------------------------+-----------------+--------------------------------------------+------------------------------------------------------------+--------------------------------------------+----------------+---------+----------+ +| GaugeAdderV4/addGauge | 0xdb1f2e1655477d08fb0992f82eede0053b8cd3820000000000000000000006ae | shezETH/wstETH | 0xB002073210698B0852E34DA6A5e432a04D299205 | 0x63a0964A36c34E81959da5894ad888800e17405b: ShezETH | 0x0000000000000000000000000000000000000000 | -- | BIP-662 | 0 | +| | pool_address: 0xDb1f2e1655477d08FB0992f82EEDe0053B8Cd382 | fee: 0.04 | Style: mainnet | 0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0: wstETH | 0x72D07D7DcA67b8A406aD1Ec34ce969c90bFEE768 | safe | | | +| | | a-factor: 200 | cap: 100.0% | 0xDb1f2e1655477d08FB0992f82EEDe0053B8Cd382: shezETH/wstETH | 0x0000000000000000000000000000000000000000 | -- | | | ++-----------------------+---------------------------------------------------------------------+-----------------+--------------------------------------------+------------------------------------------------------------+--------------------------------------------+----------------+---------+----------+ +```