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

Commit

Permalink
Add deployed payload address.
Browse files Browse the repository at this point in the history
  • Loading branch information
reem committed Oct 10, 2023
1 parent 8e36a6e commit 9c96183
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
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(0xff374aD1be52fF54Cf576586253a113d3F48D4B7);
GovHelpers.createProposal(
payloads,
GovHelpers.ipfsHashFile(
Expand Down

0 comments on commit 9c96183

Please sign in to comment.