You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contracts/chain-adapters/ZkSync_Adapter.sol
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ contract ZkSync_Adapter is AdapterInterface {
129
129
// goes live. For now, we'll hardcode these and use aggressive values to ensure inclusion.
130
130
131
131
// Limit on L2 gas to spend.
132
-
uint256public constant L2_GAS_LIMIT =300_000;
132
+
uint256public constant L2_GAS_LIMIT =2_000_000;
133
133
134
134
// How much gas is required to publish a byte of data from L1 to L2. 800 is the required value
135
135
// as set here https://github.com/matter-labs/era-contracts/blob/6391c0d7bf6184d7f6718060e3991ba6f0efe4a7/ethereum/contracts/zksync/facets/Mailbox.sol#L226
0 commit comments