From de7f62f1f9f48ac71bdd8e9e90e921f18cb72eea Mon Sep 17 00:00:00 2001 From: marczeller Date: Mon, 23 Oct 2023 17:31:52 +0200 Subject: [PATCH] payload deployed --- .../AaveV3_ACIPhaseII_20231022.s.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/20231022_AaveV3_Eth_ACIPhaseII/AaveV3_ACIPhaseII_20231022.s.sol b/src/20231022_AaveV3_Eth_ACIPhaseII/AaveV3_ACIPhaseII_20231022.s.sol index 7821e1e8..e815ea1b 100644 --- a/src/20231022_AaveV3_Eth_ACIPhaseII/AaveV3_ACIPhaseII_20231022.s.sol +++ b/src/20231022_AaveV3_Eth_ACIPhaseII/AaveV3_ACIPhaseII_20231022.s.sol @@ -22,7 +22,7 @@ contract DeployEthereum is EthereumScript { contract CreateProposal is EthereumScript { function run() external broadcast { GovHelpers.Payload[] memory payloads = new GovHelpers.Payload[](1); - payloads[0] = GovHelpers.buildMainnet(address(0)); + payloads[0] = GovHelpers.buildMainnet(0x37764148819A1C72CBEbeEc841229Dc441b2644b); GovHelpers.createProposal( payloads, GovHelpers.ipfsHashFile(vm, 'src/20231022_AaveV3_Eth_ACIPhaseII/ACIPhaseII.md')