diff --git a/go/config/enclave_config.go b/go/config/enclave_config.go index f53d59b399..fd2c786597 100644 --- a/go/config/enclave_config.go +++ b/go/config/enclave_config.go @@ -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), }