Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit b05c719

Browse files
committed
feat: add ipfs hash
1 parent 8966b3b commit b05c719

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

scripts/CreateProposal.s.sol

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ contract CreateUpgradeProposal is Script {
1313
payloads[3] = GovHelpers.buildArbitrum(0x209Ad99bd808221293d03827B86cC544bcA0023b); // https://arbiscan.io/address/0x209ad99bd808221293d03827b86cc544bca0023b
1414

1515
vm.startBroadcast();
16-
GovHelpers.createProposal(payloads, bytes32(''));
16+
GovHelpers.createProposal(
17+
payloads,
18+
0x55426ad34b9642fc138837d67391ecf707f97e5a37a09c6cfa031a7603d3ee1c
19+
);
1720
vm.stopBroadcast();
1821
}
1922
}

0 commit comments

Comments
 (0)