From 5f49372c044bc3988463f7d502cebbbd9683c9e5 Mon Sep 17 00:00:00 2001 From: jogeorgeou Date: Wed, 12 Jul 2023 20:20:16 -0400 Subject: [PATCH 1/3] Create BIP-363.json Adds Arbitrum Gauge for alETH/wstETH. 0xD2C2b1C0F8Ad6E653eD7064fa7bAd7a22De8B249 Simulation: https://dashboard.tenderly.co/public/safe/safe-apps/simulator/b0a1b6ea-d3c6-4ca2-a1ed-6225c7483689 --- BIPs/2023-W28/BIP-363.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 BIPs/2023-W28/BIP-363.json diff --git a/BIPs/2023-W28/BIP-363.json b/BIPs/2023-W28/BIP-363.json new file mode 100644 index 000000000..e69de29bb From 44a7c6a77f8b9998b64cbf88ad48078485156e02 Mon Sep 17 00:00:00 2001 From: jogeorgeou Date: Wed, 12 Jul 2023 20:29:43 -0400 Subject: [PATCH 2/3] Update BIP-363 Adds alETH/rETH Gauge on Arbitrum as well. 0xCe540832f7c790d25345Aa19FB1Db3cfDEA04611 New Simulation: https://dashboard.tenderly.co/public/safe/safe-apps/simulator/bd84def1-971c-4573-a15a-b29ac56d2066 --- BIPs/2023-W28/BIP-363.json | 49 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/BIPs/2023-W28/BIP-363.json b/BIPs/2023-W28/BIP-363.json index e69de29bb..410c083f7 100644 --- a/BIPs/2023-W28/BIP-363.json +++ b/BIPs/2023-W28/BIP-363.json @@ -0,0 +1,49 @@ +{ + "version": "1.0", + "chainId": "1", + "createdAt": 1689208074750, + "meta": { + "name": "Transactions Batch", + "description": "", + "txBuilderVersion": "1.16.0", + "createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860", + "createdFromOwnerAddress": "", + "checksum": "0xa9cbdb7465ad462486664647ecdc748d834fb5347efd3d4ac018aabac7eba46e" + }, + "transactions": [ + { + "to": "0x5DbAd78818D4c8958EfF2d5b95b28385A22113Cd", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { "internalType": "address", "name": "gauge", "type": "address" }, + { "internalType": "string", "name": "gaugeType", "type": "string" } + ], + "name": "addGauge", + "payable": false + }, + "contractInputsValues": { + "gauge": "0xD2C2b1C0F8Ad6E653eD7064fa7bAd7a22De8B249", + "gaugeType": "Arbitrum" + } + }, + { + "to": "0x5DbAd78818D4c8958EfF2d5b95b28385A22113Cd", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { "internalType": "address", "name": "gauge", "type": "address" }, + { "internalType": "string", "name": "gaugeType", "type": "string" } + ], + "name": "addGauge", + "payable": false + }, + "contractInputsValues": { + "gauge": "0xCe540832f7c790d25345Aa19FB1Db3cfDEA04611", + "gaugeType": "Arbitrum" + } + } + ] +} From 42a7c5fe7670047f102e5a573951a697a3287fa3 Mon Sep 17 00:00:00 2001 From: Zen-Maxi Date: Thu, 13 Jul 2023 00:35:54 +0000 Subject: [PATCH 3/3] Reformatted JSON files --- BIPs/2023-W28/BIP-363.report.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 BIPs/2023-W28/BIP-363.report.txt diff --git a/BIPs/2023-W28/BIP-363.report.txt b/BIPs/2023-W28/BIP-363.report.txt new file mode 100644 index 000000000..bf83f0c3c --- /dev/null +++ b/BIPs/2023-W28/BIP-363.report.txt @@ -0,0 +1,11 @@ +File name: BIPs/2023-W28/BIP-363.json +COMMIT: `44a7c6a77f8b9998b64cbf88ad48078485156e02` +CHAIN(S): `arbitrum` +``` ++----------+--------------------------------------------------------------------+------------------+--------------------------------------------+---------+--------------------------------------------+-------+--------+--------------+---------+-------------------+ +| function | pool_id | symbol | pool_address | aFactor | gauge_address | fee | cap | style | bip | transaction_index | ++----------+--------------------------------------------------------------------+------------------+--------------------------------------------+---------+--------------------------------------------+-------+--------+--------------+---------+-------------------+ +| addGauge | 0x26e5c5e2b48815b59640a1a82ac3c2249188daf4000000000000000000000476 | alETH/wstETH-BPT | 0x26e5C5e2b48815b59640a1a82ac3C2249188Daf4 | 100 | 0xD2C2b1C0F8Ad6E653eD7064fa7bAd7a22De8B249 | 0.04% | 100.0% | L0 sidechain | BIP-363 | N/A | +| addGauge | 0xfa92d9dd808d0e8d68079bdc7f01e74658e1ef15000000000000000000000477 | alETH/rETH-BPT | 0xfA92D9Dd808D0E8D68079BDc7f01E74658E1EF15 | 100 | 0xCe540832f7c790d25345Aa19FB1Db3cfDEA04611 | 0.04% | 100.0% | L0 sidechain | BIP-363 | N/A | ++----------+--------------------------------------------------------------------+------------------+--------------------------------------------+---------+--------------------------------------------+-------+--------+--------------+---------+-------------------+ +```