From b0ce053ff5d122db1ced7b76263a87d038e65984 Mon Sep 17 00:00:00 2001 From: Alexander van der Bourg Date: Wed, 6 Dec 2023 19:54:23 +0100 Subject: [PATCH 1/2] BIP-501: Re-Enable the THX/USDC Gauge with 2% cap [Polygon] - enalbe THX/USDC 2% gauge on Polygon - Tenderly-sim: https://dashboard.tenderly.co/public/safe/safe-apps/simulator/5dcff9c6-31eb-4f92-b53c-2c191769e420 --- BIPs/2023-W49/BIP-501.json | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 BIPs/2023-W49/BIP-501.json diff --git a/BIPs/2023-W49/BIP-501.json b/BIPs/2023-W49/BIP-501.json new file mode 100644 index 000000000..25981645e --- /dev/null +++ b/BIPs/2023-W49/BIP-501.json @@ -0,0 +1,40 @@ +{ + "version": "1.0", + "chainId": "1", + "createdAt": 1701888221562, + "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": "0x9902913ce5439d667774c8f9526064b2bc103b4a", + "gaugeType": "Polygon" + } + } + ] +} \ No newline at end of file From 87278f833e3827630161d45ffd51abbd66b0baf7 Mon Sep 17 00:00:00 2001 From: Xeonus Date: Wed, 6 Dec 2023 18:57:28 +0000 Subject: [PATCH 2/2] Reformatted JSON files --- BIPs/2023-W49/BIP-501.json | 2 +- BIPs/2023-W49/BIP-501.report.txt | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 BIPs/2023-W49/BIP-501.report.txt diff --git a/BIPs/2023-W49/BIP-501.json b/BIPs/2023-W49/BIP-501.json index 25981645e..bedbbf331 100644 --- a/BIPs/2023-W49/BIP-501.json +++ b/BIPs/2023-W49/BIP-501.json @@ -37,4 +37,4 @@ } } ] -} \ No newline at end of file +} diff --git a/BIPs/2023-W49/BIP-501.report.txt b/BIPs/2023-W49/BIP-501.report.txt new file mode 100644 index 000000000..ff5725417 --- /dev/null +++ b/BIPs/2023-W49/BIP-501.report.txt @@ -0,0 +1,12 @@ +FILENAME: `BIPs/2023-W49/BIP-501.json` +MULTISIG: `multisigs/lm (mainnet:0xc38c5f97B34E175FFd35407fc91a937300E33860)` +COMMIT: `b0ce053ff5d122db1ced7b76263a87d038e65984` +CHAIN(S): `polygon` +``` ++-----------------------+---------------------------------------------------------------------+--------------------------+--------------------------------------------+-----------------------------------------------------+------------------+---------+------------+ +| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | bip | tx_index | ++=======================+=====================================================================+==========================+============================================+=====================================================+==================+=========+============+ +| GaugeAdderV4/addGauge | 0xb204bf10bc3a5435017d3db247f56da601dfe08a0002000000000000000000fe | 20USDC-80THX | 0x9902913ce5439d667774c8f9526064b2bc103b4a | "USDC(0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174)", | | BIP-501 | 0 | +| | pool_address: 0xb204BF10bc3a5435017D3db247f56dA601dFe08A | fee: 0.25, a-factor: N/A | Style: L0 sidechain, cap: 2.0% | "THX(0x2934b36ca9A4B31E633C5BE670C8C8b28b6aA015)" | | | | ++-----------------------+---------------------------------------------------------------------+--------------------------+--------------------------------------------+-----------------------------------------------------+------------------+---------+------------+ +```