diff --git a/test-pp-op/config-op/intent.testnet.toml.bak b/test-pp-op/config-op/intent.testnet.toml.bak index 594bff8276b7f..1aa95c7848d35 100644 --- a/test-pp-op/config-op/intent.testnet.toml.bak +++ b/test-pp-op/config-op/intent.testnet.toml.bak @@ -7,18 +7,18 @@ l2ContractsLocator = "file:///app/packages/contracts-bedrock/forge-artifacts" [[chains]] id = "0x00000000000000000000000000000000000000000000000000000000000007A0" - baseFeeVaultRecipient = "0xE350871784500B8B4c630D84195859FEff810b83" - l1FeeVaultRecipient = "0xE350871784500B8B4c630D84195859FEff810b83" - sequencerFeeVaultRecipient = "0xE350871784500B8B4c630D84195859FEff810b83" - eip1559DenominatorCanyon = 2000000000 - eip1559Denominator = 2000000000 + baseFeeVaultRecipient = "0x86Df3Aa8a02b7b67A1b83f1B062F93563F7494d2" + l1FeeVaultRecipient = "0x86Df3Aa8a02b7b67A1b83f1B062F93563F7494d2" + sequencerFeeVaultRecipient = "0x86Df3Aa8a02b7b67A1b83f1B062F93563F7494d2" + eip1559DenominatorCanyon = 100000000 + eip1559Denominator = 100000000 eip1559Elasticity = 1 operatorFeeScalar = 0 operatorFeeConstant = 0 gasLimit = 30000000 [chains.deployOverrides] - l2GenesisBlockGasLimit = "0xbebc200" - l2GenesisBlockBaseFeePerGas = "0x2FAF080" + l2GenesisBlockGasLimit = "0x1C9C380" + l2GenesisBlockBaseFeePerGas = "0x5F5E100" l2BlockTime = 1 [chains.customGasToken] enabled = true @@ -26,8 +26,8 @@ l2ContractsLocator = "file:///app/packages/contracts-bedrock/forge-artifacts" symbol = "OKB" initialLiquidity = "0x0" [chains.roles] - l1ProxyAdminOwner = "0xE350871784500B8B4c630D84195859FEff810b83" - l2ProxyAdminOwner = "0xE350871784500B8B4c630D84195859FEff810b83" + l1ProxyAdminOwner = "0x86Df3Aa8a02b7b67A1b83f1B062F93563F7494d2" + l2ProxyAdminOwner = "0x86Df3Aa8a02b7b67A1b83f1B062F93563F7494d2" systemConfigOwner = "0x1183f158515091c94188C13Cd16923cee663d4c4" unsafeBlockSigner = "0x8A8926FEbCFEdD0B189886858B32ad1e7F4a5b4B" batcher = "0x8EDf9B54e1c693b7B0caEa85E6a005C35e229124" diff --git a/test-pp-op/config-op/test.rpc.config.toml b/test-pp-op/config-op/test.rpc.config.toml index 4f5963b1e1587..d0470fc21f615 100644 --- a/test-pp-op/config-op/test.rpc.config.toml +++ b/test-pp-op/config-op/test.rpc.config.toml @@ -30,6 +30,7 @@ MaxHeaderHistory = 1024 MaxBlockHistory = 1024 MaxPrice = "50000000000" #50GWei IgnorePrice = "2" +MinSuggestedPriorityFee = 1 [Eth.GPO.XLayer] Type = "default" diff --git a/test-pp-op/config-op/test.seq.config.toml b/test-pp-op/config-op/test.seq.config.toml index 00fbc4ea732e3..117652fb59b31 100644 --- a/test-pp-op/config-op/test.seq.config.toml +++ b/test-pp-op/config-op/test.seq.config.toml @@ -38,6 +38,7 @@ MaxHeaderHistory = 1024 MaxBlockHistory = 1024 MaxPrice = "50000000000" #50GWei IgnorePrice = "2" +MinSuggestedPriorityFee = 1 [Eth.GPO.XLayer] Type = "default" diff --git a/test-pp-op/docker-compose-local.yml b/test-pp-op/docker-compose-local.yml index 5bf569455701c..34f1d842c85e5 100644 --- a/test-pp-op/docker-compose-local.yml +++ b/test-pp-op/docker-compose-local.yml @@ -438,6 +438,7 @@ services: - --config=/config.toml - --gcmode=archive - --rollup.disabletxpoolgossip=false + - --pp-rpc-legacy-header-sync-rate-limit=10000 healthcheck: test: ["CMD", "wget", "--spider", "--quiet", "http://localhost:8545"] interval: 3s @@ -465,6 +466,7 @@ services: - --gcmode=archive # - --rollup.sequencerhttp=http://op-geth-seq:8545 - --rollup.enabletxpooladmission + - --pp-rpc-legacy-header-sync-rate-limit=10000 op-seq: image: "${OP_STACK_IMAGE_TAG}" @@ -713,6 +715,7 @@ services: - --config=/config.toml - --gcmode=archive - --rollup.disabletxpoolgossip=false + - --pp-rpc-legacy-header-sync-rate-limit=10000 healthcheck: test: ["CMD", "wget", "--spider", "--quiet", "http://localhost:8545"] interval: 3s @@ -826,6 +829,7 @@ services: - --config=/config.toml - --gcmode=archive - --rollup.disabletxpoolgossip=false + - --pp-rpc-legacy-header-sync-rate-limit=10000 healthcheck: test: ["CMD", "wget", "--spider", "--quiet", "http://localhost:8545"] interval: 3s