From e52e19d0f43ca6bb362064870932322dfae67491 Mon Sep 17 00:00:00 2001 From: Alexander van der Bourg Date: Wed, 6 Dec 2023 20:21:55 +0100 Subject: [PATCH 1/2] BIP504: Enable VCX/WETH Gauge 2% Cap (Ethereum) - enable VCX/WETH on mainnet with 2% cap - Tenderly-sim: https://dashboard.tenderly.co/public/safe/safe-apps/simulator/ae96f27c-b603-4bf1-9930-54c843602cfb --- BIPs/2023-W49/BIP-504.json | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 BIPs/2023-W49/BIP-504.json diff --git a/BIPs/2023-W49/BIP-504.json b/BIPs/2023-W49/BIP-504.json new file mode 100644 index 000000000..a7e55883a --- /dev/null +++ b/BIPs/2023-W49/BIP-504.json @@ -0,0 +1,40 @@ +{ + "version": "1.0", + "chainId": "1", + "createdAt": 1701889859614, + "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": "0x85d6840EaB7473b60F10d1a3E2452243eb702C97", + "gaugeType": "Ethereum" + } + } + ] +} \ No newline at end of file From 9afcca6fccbd1861b495a0e10c1126e280cb33f4 Mon Sep 17 00:00:00 2001 From: Xeonus Date: Wed, 6 Dec 2023 19:24:28 +0000 Subject: [PATCH 2/2] Reformatted JSON files --- BIPs/2023-W49/BIP-504.json | 2 +- BIPs/2023-W49/BIP-504.report.txt | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 BIPs/2023-W49/BIP-504.report.txt diff --git a/BIPs/2023-W49/BIP-504.json b/BIPs/2023-W49/BIP-504.json index a7e55883a..91e33159f 100644 --- a/BIPs/2023-W49/BIP-504.json +++ b/BIPs/2023-W49/BIP-504.json @@ -37,4 +37,4 @@ } } ] -} \ No newline at end of file +} diff --git a/BIPs/2023-W49/BIP-504.report.txt b/BIPs/2023-W49/BIP-504.report.txt new file mode 100644 index 000000000..d0406f301 --- /dev/null +++ b/BIPs/2023-W49/BIP-504.report.txt @@ -0,0 +1,12 @@ +FILENAME: `BIPs/2023-W49/BIP-504.json` +MULTISIG: `multisigs/lm (mainnet:0xc38c5f97B34E175FFd35407fc91a937300E33860)` +COMMIT: `e52e19d0f43ca6bb362064870932322dfae67491` +CHAIN(S): `mainnet` +``` ++-----------------------+---------------------------------------------------------------------+-------------------------+--------------------------------------------+-----------------------------------------------------+------------------+---------+------------+ +| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | bip | tx_index | ++=======================+=====================================================================+=========================+============================================+=====================================================+==================+=========+============+ +| GaugeAdderV4/addGauge | 0x577a7f7ee659aa14dc16fd384b3f8078e23f1920000200000000000000000633 | BAL-20WETH-80VCX | 0x85d6840EaB7473b60F10d1a3E2452243eb702C97 | "WETH(0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2)", | | BIP-504 | 0 | +| | pool_address: 0x577A7f7EE659Aa14Dc16FD384B3F8078E23F1920 | fee: 1.0, a-factor: N/A | Style: mainnet, cap: 2.0% | "VCX(0xcE246eEa10988C495B4A90a905Ee9237a0f91543)" | | | | ++-----------------------+---------------------------------------------------------------------+-------------------------+--------------------------------------------+-----------------------------------------------------+------------------+---------+------------+ +```