Skip to content

Commit

Permalink
fix: Fix payload address in script
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf committed Dec 7, 2023
1 parent 4c79bb9 commit 9a55216
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ contract CreateProposal is EthereumScript {
// compose actions for validation
IPayloadsControllerCore.ExecutionAction[]
memory actionsEthereum = new IPayloadsControllerCore.ExecutionAction[](1);
//TODO: Replace this address with payload address
actionsEthereum[0] = GovV3Helpers.buildAction(0xfb1163CD80850CD107bB134C15E5dfDF284F63FE);
actionsEthereum[0] = GovV3Helpers.buildAction(0xbC9ffee8d18d75a412474B92192257d3c18471FF);
payloads[0] = GovV3Helpers.buildMainnetPayload(vm, actionsEthereum);

// create proposal
Expand Down

0 comments on commit 9a55216

Please sign in to comment.