From 9f19b88bd24aef1e74a1d99155656c5a6dcb6e65 Mon Sep 17 00:00:00 2001 From: Xeonus Date: Wed, 7 Jun 2023 20:37:45 +0200 Subject: [PATCH 1/3] BIP-321: Enable OHM/LUSD Gauge on Ethereum - add OHM/LUSD gauge on Ethereum - Tenderly sim: https://dashboard.tenderly.co/public/safe/safe-apps/simulator/e454be29-72a5-408d-bc40-43106f9eec91 --- BIPs/2023-W23/BIP-321.json | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 BIPs/2023-W23/BIP-321.json diff --git a/BIPs/2023-W23/BIP-321.json b/BIPs/2023-W23/BIP-321.json new file mode 100644 index 000000000..e3ff83f5e --- /dev/null +++ b/BIPs/2023-W23/BIP-321.json @@ -0,0 +1,40 @@ +{ + "version": "1.0", + "chainId": "1", + "createdAt": 1686162984566, + "meta": { + "name": "Transactions Batch", + "description": "", + "txBuilderVersion": "1.14.1", + "createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860", + "createdFromOwnerAddress": "", + "checksum": "0xaa0e920dc658aca281bfd140c60d086bfca6330f2e39248414c8930ae30e3c85" + }, + "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": "0xd8191A3496a1520c2B5C81D04B26F8556Fc62d7b", + "gaugeType": "Ethereum" + } + } + ] +} \ No newline at end of file From aadd531d76ed1d6de90c4a3ca5c24277e21e7069 Mon Sep 17 00:00:00 2001 From: Xeonus Date: Wed, 7 Jun 2023 18:38:16 +0000 Subject: [PATCH 2/3] Reformatted JSON files --- BIPs/00batched/2023-W22/1-anySafeWillDo.json | 4 +- BIPs/2023-W23/BIP-321.json | 78 ++++++++++---------- 2 files changed, 40 insertions(+), 42 deletions(-) diff --git a/BIPs/00batched/2023-W22/1-anySafeWillDo.json b/BIPs/00batched/2023-W22/1-anySafeWillDo.json index c1a343a9b..a1ccaef21 100644 --- a/BIPs/00batched/2023-W22/1-anySafeWillDo.json +++ b/BIPs/00batched/2023-W22/1-anySafeWillDo.json @@ -61,9 +61,7 @@ }, "contractInputsValues": { "gaugeType": "EthereumSingleRecipientGauge", - "gauges": [ - "0xb78543e00712C3ABBA10D0852f6E38FDE2AaBA4d" - ] + "gauges": ["0xb78543e00712C3ABBA10D0852f6E38FDE2AaBA4d"] } } ] diff --git a/BIPs/2023-W23/BIP-321.json b/BIPs/2023-W23/BIP-321.json index e3ff83f5e..0c0de673d 100644 --- a/BIPs/2023-W23/BIP-321.json +++ b/BIPs/2023-W23/BIP-321.json @@ -1,40 +1,40 @@ { - "version": "1.0", - "chainId": "1", - "createdAt": 1686162984566, - "meta": { - "name": "Transactions Batch", - "description": "", - "txBuilderVersion": "1.14.1", - "createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860", - "createdFromOwnerAddress": "", - "checksum": "0xaa0e920dc658aca281bfd140c60d086bfca6330f2e39248414c8930ae30e3c85" - }, - "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": "0xd8191A3496a1520c2B5C81D04B26F8556Fc62d7b", - "gaugeType": "Ethereum" - } - } - ] -} \ No newline at end of file + "version": "1.0", + "chainId": "1", + "createdAt": 1686162984566, + "meta": { + "name": "Transactions Batch", + "description": "", + "txBuilderVersion": "1.14.1", + "createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860", + "createdFromOwnerAddress": "", + "checksum": "0xaa0e920dc658aca281bfd140c60d086bfca6330f2e39248414c8930ae30e3c85" + }, + "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": "0xd8191A3496a1520c2B5C81D04B26F8556Fc62d7b", + "gaugeType": "Ethereum" + } + } + ] +} From 439fc71800a0ec0d6f07466107ddb011f91371c7 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 7 Jun 2023 18:40:44 +0000 Subject: [PATCH 3/3] Adding gauge reports to json payloads --- BIPs/2023-W23/BIP-321.report.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 BIPs/2023-W23/BIP-321.report.txt diff --git a/BIPs/2023-W23/BIP-321.report.txt b/BIPs/2023-W23/BIP-321.report.txt new file mode 100644 index 000000000..42947c24b --- /dev/null +++ b/BIPs/2023-W23/BIP-321.report.txt @@ -0,0 +1,9 @@ +BIPs/2023-W23/BIP-321.json +COMMIT: 9f19b88bd24aef1e74a1d99155656c5a6dcb6e65 +``` ++----------+--------------------------------------------------------------------+--------------+--------------------------------------------+---------+--------------------------------------------+------+--------+---------+ +| function | pool_id | symbol | pool_address | aFactor | gauge_address | fee | cap | style | ++----------+--------------------------------------------------------------------+--------------+--------------------------------------------+---------+--------------------------------------------+------+--------+---------+ +| addGauge | 0x18fdf15ff782e44c1f9b6c5846ff6b0f0004f6a2000200000000000000000560 | 50OHM-50LUSD | 0x18FDf15ff782e44C1f9B6C5846ff6B0F0004F6a2 | N/A | 0xd8191A3496a1520c2B5C81D04B26F8556Fc62d7b | 0.3% | 100.0% | mainnet | ++----------+--------------------------------------------------------------------+--------------+--------------------------------------------+---------+--------------------------------------------+------+--------+---------+ +```