Skip to content

Commit

Permalink
Update the address in line with stored PK in 1pass
Browse files Browse the repository at this point in the history
  • Loading branch information
moraygrieve committed Sep 21, 2023
1 parent 67c7597 commit 67fc22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/config/enclave_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func DefaultEnclaveConfig() *EnclaveConfig {
DebugNamespaceEnabled: false,
MaxBatchSize: 1024 * 25,
MaxRollupSize: 1024 * 64,
GasPaymentAddress: gethcommon.HexToAddress("0xa714Ae85AA66424766ba4Df364EECc43197051A6"),
GasPaymentAddress: gethcommon.HexToAddress("0xd6C9230053f45F873Cb66D8A02439380a37A4fbF"),
BaseFee: new(big.Int).SetUint64(1),
GasLimit: new(big.Int).SetUint64(params.MaxGasLimit / 6),
}
Expand Down

0 comments on commit 67fc22b

Please sign in to comment.