Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions test-pp-op/config-op/intent.testnet.toml.bak
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@ 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
name = "OKB"
symbol = "OKB"
initialLiquidity = "0x0"
[chains.roles]
l1ProxyAdminOwner = "0xE350871784500B8B4c630D84195859FEff810b83"
l2ProxyAdminOwner = "0xE350871784500B8B4c630D84195859FEff810b83"
l1ProxyAdminOwner = "0x86Df3Aa8a02b7b67A1b83f1B062F93563F7494d2"
l2ProxyAdminOwner = "0x86Df3Aa8a02b7b67A1b83f1B062F93563F7494d2"
systemConfigOwner = "0x1183f158515091c94188C13Cd16923cee663d4c4"
unsafeBlockSigner = "0x8A8926FEbCFEdD0B189886858B32ad1e7F4a5b4B"
batcher = "0x8EDf9B54e1c693b7B0caEa85E6a005C35e229124"
Expand Down
1 change: 1 addition & 0 deletions test-pp-op/config-op/test.rpc.config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ MaxHeaderHistory = 1024
MaxBlockHistory = 1024
MaxPrice = "50000000000" #50GWei
IgnorePrice = "2"
MinSuggestedPriorityFee = 1

[Eth.GPO.XLayer]
Type = "default"
Expand Down
1 change: 1 addition & 0 deletions test-pp-op/config-op/test.seq.config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ MaxHeaderHistory = 1024
MaxBlockHistory = 1024
MaxPrice = "50000000000" #50GWei
IgnorePrice = "2"
MinSuggestedPriorityFee = 1

[Eth.GPO.XLayer]
Type = "default"
Expand Down
4 changes: 4 additions & 0 deletions test-pp-op/docker-compose-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down