From 9c0794cf98c0b7dab551facc7ab4ac387e9f4458 Mon Sep 17 00:00:00 2001 From: Xeonus Date: Thu, 21 Sep 2023 16:58:59 +0200 Subject: [PATCH] BIP-439: Enable R/sDAI ECLP Gauge [Ethereum] - Enable R/sDAI ECLP gauge on Mainnet - Tenderly-sim: https://dashboard.tenderly.co/public/safe/safe-apps/simulator/eec181f1-c384-4aeb-b17c-4b78247f385b --- BIPs/2023-W38/BIP-439.json | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 BIPs/2023-W38/BIP-439.json diff --git a/BIPs/2023-W38/BIP-439.json b/BIPs/2023-W38/BIP-439.json new file mode 100644 index 000000000..8bca49668 --- /dev/null +++ b/BIPs/2023-W38/BIP-439.json @@ -0,0 +1,40 @@ +{ + "version": "1.0", + "chainId": "1", + "createdAt": 1695308273482, + "meta": { + "name": "Transactions Batch", + "description": "", + "txBuilderVersion": "1.16.2", + "createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860", + "createdFromOwnerAddress": "", + "checksum": "0x0de6ad7337c7e7bf09fbea6da293861112f99064d75555745515fbd744735ba5" + }, + "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": "0x3b861B81B086Ef0CfFA0B00Cd2dDB3d545ec9B98", + "gaugeType": "Ethereum" + } + } + ] +} \ No newline at end of file