From cf211a64f4e284732c7b57dc693ba388d83a618c Mon Sep 17 00:00:00 2001 From: Alexander van der Bourg Date: Wed, 11 Oct 2023 21:35:30 +0200 Subject: [PATCH 1/2] BIP-451: Enable wstETH/rETH/sfrxETH gauge [Optimism] - enable wstETH/rETH/sfrxETH gauge [Optimism] - Tenderly-sim: https://dashboard.tenderly.co/public/safe/safe-apps/simulator/5db22156-621e-42da-936d-b955e615cabb --- BIPs/2023-W41/BIP-451.json | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 BIPs/2023-W41/BIP-451.json diff --git a/BIPs/2023-W41/BIP-451.json b/BIPs/2023-W41/BIP-451.json new file mode 100644 index 000000000..b84f520fe --- /dev/null +++ b/BIPs/2023-W41/BIP-451.json @@ -0,0 +1,40 @@ +{ + "version": "1.0", + "chainId": "1", + "createdAt": 1697052876185, + "meta": { + "name": "Transactions Batch", + "description": "", + "txBuilderVersion": "1.16.3", + "createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860", + "createdFromOwnerAddress": "", + "checksum": "0x33b5ed65167ccd7c2a3c8d5ad5f0f91af07c80194b057656c7f1bff4ce68d647" + }, + "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": "0x6A2C2d4502335638d2c2f40f0171253fb2c2db88", + "gaugeType": "Optimism" + } + } + ] +} \ No newline at end of file From 9f37038ac18c3fede6de9ea0c3ab8a3a451c812b Mon Sep 17 00:00:00 2001 From: Xeonus Date: Wed, 11 Oct 2023 19:39:28 +0000 Subject: [PATCH 2/2] Reformatted JSON files --- BIPs/2023-W41/BIP-451.json | 2 +- BIPs/2023-W41/BIP-451.report.txt | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 BIPs/2023-W41/BIP-451.report.txt diff --git a/BIPs/2023-W41/BIP-451.json b/BIPs/2023-W41/BIP-451.json index b84f520fe..321e7c7aa 100644 --- a/BIPs/2023-W41/BIP-451.json +++ b/BIPs/2023-W41/BIP-451.json @@ -37,4 +37,4 @@ } } ] -} \ No newline at end of file +} diff --git a/BIPs/2023-W41/BIP-451.report.txt b/BIPs/2023-W41/BIP-451.report.txt new file mode 100644 index 000000000..bc0927bcd --- /dev/null +++ b/BIPs/2023-W41/BIP-451.report.txt @@ -0,0 +1,13 @@ +File name: BIPs/2023-W41/BIP-451.json +COMMIT: `cf211a64f4e284732c7b57dc693ba388d83a618c` +CHAIN(S): `optimism` +``` ++-----------------------+---------------------------------------------------------------------+--------------------------+--------------------------------------------+-------------------------------------------------------------+-------------------------------------------------+---------+------------+ +| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | bip | tx_index | ++=======================+=====================================================================+==========================+============================================+=============================================================+=================================================+=========+============+ +| GaugeAdderV4/addGauge | 0x5f8893506ddc4c271837187d14a9c87964a074dc000000000000000000000106 | bpt-ethtri | 0x6A2C2d4502335638d2c2f40f0171253fb2c2db88 | "wstETH(0x1F32b1c2345538c0c6f582fCB022739c4A194Ebb)", | "0x9aa3cd420f830E049e2b223D0b07D8c809C94d15", | BIP-451 | 0 | +| | pool_address: 0x5F8893506Ddc4C271837187d14A9C87964a074Dc | fee: 0.1, a-factor: 2000 | Style: L0 sidechain, cap: 100.0% | "sfrxETH(0x484c2D6e3cDd945a8B2DF735e079178C1036578c)", | "0xf752dd899F87a91370C1C8ac1488Aef6be687505", | | | +| | | | | "bpt-ethtri(0x5F8893506Ddc4C271837187d14A9C87964a074Dc)", | "0x0000000000000000000000000000000000000000", | | | +| | | | | "rETH(0x9Bcef72be871e61ED4fBbc7630889beE758eb81D)" | "0x658843BB859B7b85cEAb5cF77167e3F0a78dFE7f" | | | ++-----------------------+---------------------------------------------------------------------+--------------------------+--------------------------------------------+-------------------------------------------------------------+-------------------------------------------------+---------+------------+ +```