Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
payload deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
marczeller committed Oct 23, 2023
1 parent 506a989 commit de7f62f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit de7f62f

Please sign in to comment.