From 38041c3783183107b92246780fb644769dcb3de7 Mon Sep 17 00:00:00 2001 From: Xeonus Date: Wed, 20 Sep 2023 19:15:29 +0200 Subject: [PATCH] BIP-434: Enable wstETH/4Pool Gauge [Arbitrum] - Enable wstETH/4Pool Gauge on Arbitrum - Tenderly sim: https://dashboard.tenderly.co/public/safe/safe-apps/simulator/1ddc37b9-772d-4e16-8bdb-ddbe33d65f27 --- BIPs/2023-W38/BIP-434.json | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 BIPs/2023-W38/BIP-434.json diff --git a/BIPs/2023-W38/BIP-434.json b/BIPs/2023-W38/BIP-434.json new file mode 100644 index 000000000..8b8644cf1 --- /dev/null +++ b/BIPs/2023-W38/BIP-434.json @@ -0,0 +1,40 @@ +{ + "version": "1.0", + "chainId": "1", + "createdAt": 1695230035540, + "meta": { + "name": "Transactions Batch", + "description": "", + "txBuilderVersion": "1.16.2", + "createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860", + "createdFromOwnerAddress": "", + "checksum": "0x94e12acdc67503083ab1d7f08b9700b869456d5408ca859c46ce35cd9e95d908" + }, + "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": "0xa8Bb331a84032b156E5c670152A5Bd48f5DeC784", + "gaugeType": "Arbitrum" + } + } + ] +} \ No newline at end of file