Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeating committed Mar 25, 2024
1 parent a770953 commit 171b3e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/WormholeL2FlexibleVotingDeploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ contract WormholeL2FlexibleVotingDeploy is Script, ScriptConstants {
);

vm.broadcast();
// Through trial and error we determined this was the lowest gas limit
// for the L1 token bridge.
l1TokenBridge.updateGasLimit(500_000);

// Create L1 metadata bridge that sends proposal metadata to L2
Expand Down

0 comments on commit 171b3e6

Please sign in to comment.