Skip to content

Commit

Permalink
update integration constant
Browse files Browse the repository at this point in the history
  • Loading branch information
otherview committed Dec 20, 2023
1 parent acd5b5a commit b74d65d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/common/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func DefaultEnclaveConfig() *config.EnclaveConfig {
MaxRollupSize: 1024 * 64,
GasPaymentAddress: gethcommon.HexToAddress("0xd6C9230053f45F873Cb66D8A02439380a37A4fbF"),
BaseFee: new(big.Int).SetUint64(1),
GasLocalExecutionCapFlag: 2_500_000,
GasBatchExecutionLimit: 2_500_000,
GasLocalExecutionCapFlag: 3_000_000,
GasBatchExecutionLimit: 3_000_000,
}
}

0 comments on commit b74d65d

Please sign in to comment.