Skip to content

Commit

Permalink
Correctly generate constant (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Jan 15, 2024
1 parent d8ed1d7 commit 0da8e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l1-contracts/contracts/upgrades/Upgrade_v1_4_1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ contract Upgrade_v1_4_1 is BaseZkSyncUpgrade {
batchOverheadL1Gas: $(PRIORITY_TX_BATCH_OVERHEAD_L1_GAS),
maxPubdataPerBatch: $(PRIORITY_TX_PUBDATA_PER_BATCH),
maxL2GasPerBatch: $(PRIORITY_TX_MAX_GAS_PER_BATCH),
priorityTxMaxPubdata: $(PRIORITY_TX_PUBDATA_PER_BATCH),
priorityTxMaxPubdata: $(PRIORITY_TX_MAX_PUBDATA),
minimalL2GasPrice: $(PRIORITY_TX_MINIMAL_GAS_PRICE)
})
);
Expand Down

0 comments on commit 0da8e15

Please sign in to comment.