From 21ee99d76c99f4e7feedd03141e7ae0a966510a8 Mon Sep 17 00:00:00 2001 From: Alexander van der Bourg Date: Wed, 22 Nov 2023 16:10:43 +0100 Subject: [PATCH 1/2] BIP-490: Enable 80OETH-20WETH Gauge [Ethereum] with a 2% emission cap - Enable 80OETH-20WETH Gauge with 2% cap - Tenderly-sim: https://dashboard.tenderly.co/public/safe/safe-apps/simulator/48907386-a93d-46a4-964a-73c4f9b3c081 --- BIPs/2023-W47/BIP-490.json | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 BIPs/2023-W47/BIP-490.json diff --git a/BIPs/2023-W47/BIP-490.json b/BIPs/2023-W47/BIP-490.json new file mode 100644 index 000000000..572651f56 --- /dev/null +++ b/BIPs/2023-W47/BIP-490.json @@ -0,0 +1,40 @@ +{ + "version": "1.0", + "chainId": "1", + "createdAt": 1700665679580, + "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": "0x1c9E55ae29541F2D29cDf83a38F53e1143Db278E", + "gaugeType": "Ethereum" + } + } + ] +} \ No newline at end of file From 27da05323753cf74e6416a2525a51c1302043705 Mon Sep 17 00:00:00 2001 From: Xeonus Date: Wed, 22 Nov 2023 15:13:16 +0000 Subject: [PATCH 2/2] Reformatted JSON files --- BIPs/2023-W47/BIP-490.json | 2 +- BIPs/2023-W47/BIP-490.report.txt | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 BIPs/2023-W47/BIP-490.report.txt diff --git a/BIPs/2023-W47/BIP-490.json b/BIPs/2023-W47/BIP-490.json index 572651f56..e63a77aac 100644 --- a/BIPs/2023-W47/BIP-490.json +++ b/BIPs/2023-W47/BIP-490.json @@ -37,4 +37,4 @@ } } ] -} \ No newline at end of file +} diff --git a/BIPs/2023-W47/BIP-490.report.txt b/BIPs/2023-W47/BIP-490.report.txt new file mode 100644 index 000000000..5eb45ad7e --- /dev/null +++ b/BIPs/2023-W47/BIP-490.report.txt @@ -0,0 +1,11 @@ +File name: BIPs/2023-W47/BIP-490.json +COMMIT: `21ee99d76c99f4e7feedd03141e7ae0a966510a8` +CHAIN(S): `mainnet` +``` ++-----------------------+---------------------------------------------------------------------+--------------------------+--------------------------------------------+------------------------------------------------------+------------------------------------------------+---------+------------+ +| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | bip | tx_index | ++=======================+=====================================================================+==========================+============================================+======================================================+================================================+=========+============+ +| GaugeAdderV4/addGauge | 0x7056c8dfa8182859ed0d4fb0ef0886fdf3d2edcf000200000000000000000623 | 80OETH/20WETH | 0x1c9E55ae29541F2D29cDf83a38F53e1143Db278E | "OETH(0x856c4Efb76C1D1AE02e20CEB03A2A6a08b0b8dC3)", | "0x0000000000000000000000000000000000000000", | BIP-490 | 0 | +| | pool_address: 0x7056C8DFa8182859eD0d4Fb0eF0886fdf3d2edCF | fee: 0.04, a-factor: N/A | Style: mainnet, cap: 2.0% | "WETH(0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2)" | "0x0000000000000000000000000000000000000000" | | | ++-----------------------+---------------------------------------------------------------------+--------------------------+--------------------------------------------+------------------------------------------------------+------------------------------------------------+---------+------------+ +```