From ac55d7867b8d38abb678420da8eba3cd268f9daf Mon Sep 17 00:00:00 2001 From: Alexander van der Bourg Date: Wed, 1 Nov 2023 20:00:19 +0100 Subject: [PATCH 1/2] BIP-469: Enable BEETS/rETH gauge w/ 2% emission cap [Optimism] - enable BEETs/rETH gauge on OP - Tenderly-sim: https://dashboard.tenderly.co/public/safe/safe-apps/simulator/4bf92bf2-b79c-4782-984d-c4639a52d6f9 --- BIPs/2023-W44/BIP-469.json | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 BIPs/2023-W44/BIP-469.json diff --git a/BIPs/2023-W44/BIP-469.json b/BIPs/2023-W44/BIP-469.json new file mode 100644 index 000000000..409b03af9 --- /dev/null +++ b/BIPs/2023-W44/BIP-469.json @@ -0,0 +1,40 @@ +{ + "version": "1.0", + "chainId": "1", + "createdAt": 1698865138766, + "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": "0x20D03f9D0304744891881e6ac1D45b996e7F39B5", + "gaugeType": "Optimism" + } + } + ] +} \ No newline at end of file From 1009d799b3fb65f104d11f619d6779396e2ec135 Mon Sep 17 00:00:00 2001 From: Xeonus Date: Wed, 1 Nov 2023 19:04:55 +0000 Subject: [PATCH 2/2] Reformatted JSON files --- BIPs/2023-W44/BIP-469.json | 2 +- BIPs/2023-W44/BIP-469.report.txt | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 BIPs/2023-W44/BIP-469.report.txt diff --git a/BIPs/2023-W44/BIP-469.json b/BIPs/2023-W44/BIP-469.json index 409b03af9..4951a0156 100644 --- a/BIPs/2023-W44/BIP-469.json +++ b/BIPs/2023-W44/BIP-469.json @@ -37,4 +37,4 @@ } } ] -} \ No newline at end of file +} diff --git a/BIPs/2023-W44/BIP-469.report.txt b/BIPs/2023-W44/BIP-469.report.txt new file mode 100644 index 000000000..b1ceb8762 --- /dev/null +++ b/BIPs/2023-W44/BIP-469.report.txt @@ -0,0 +1,11 @@ +File name: BIPs/2023-W44/BIP-469.json +COMMIT: `ac55d7867b8d38abb678420da8eba3cd268f9daf` +CHAIN(S): `optimism` +``` ++-----------------------+---------------------------------------------------------------------+-------------------------+--------------------------------------------+-------------------------------------------------------+------------------------------------------------+---------+------------+ +| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | bip | tx_index | ++=======================+=====================================================================+=========================+============================================+=======================================================+================================================+=========+============+ +| GaugeAdderV4/addGauge | 0xc1f46ce83439886f0ea9c21512b36e7e67239d2c000200000000000000000108 | bpt-roabee | 0x20D03f9D0304744891881e6ac1D45b996e7F39B5 | "rETH(0x9Bcef72be871e61ED4fBbc7630889beE758eb81D)", | "0x658843BB859B7b85cEAb5cF77167e3F0a78dFE7f", | BIP-469 | 0 | +| | pool_address: 0xc1F46ce83439886F0ea9c21512b36e7E67239d2C | fee: 1.0, a-factor: N/A | Style: L0 sidechain, cap: 2.0% | "BEETS(0xb4Bc46bc6cB217B59ea8F4530BaE26Bf69F677f0)" | "0x0000000000000000000000000000000000000000" | | | ++-----------------------+---------------------------------------------------------------------+-------------------------+--------------------------------------------+-------------------------------------------------------+------------------------------------------------+---------+------------+ +```