diff --git a/script/WormholeL2FlexibleVotingDeploy.s.sol b/script/WormholeL2FlexibleVotingDeploy.s.sol index 406c9cc..54dda17 100644 --- a/script/WormholeL2FlexibleVotingDeploy.s.sol +++ b/script/WormholeL2FlexibleVotingDeploy.s.sol @@ -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