Skip to content

Commit d4ac33b

Browse files
committed
Update testnet for Pectra
1 parent b1c296d commit d4ac33b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

testnet.docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22

33
services:
44
testnet-geth:
5-
image: ghcr.io/fraxfinance/fraxtal-op-geth:v1.101411.6-frax-1.0.0
5+
image: ghcr.io/fraxfinance/fraxtal-op-geth:v1.101500.0-frax-1.0.0
66
ports:
77
- 8545:8545
88
- 8546:8546
@@ -20,7 +20,7 @@ services:
2020
- ./testnet/genesis.json:/data/genesis.json:ro
2121
- ./geth-entrypoint.sh:/bin/geth-entrypoint
2222
testnet-node:
23-
image: ghcr.io/fraxfinance/fraxtal-op-node:v1.9.5-frax-1.1.0
23+
image: ghcr.io/fraxfinance/fraxtal-op-node:v1.11.0-frax-1.1.0
2424
ports:
2525
- 7545:8545
2626
- 9222:9222/tcp

testnet/rollup.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
"gasLimit": 30000000
1717
}
1818
},
19+
"chain_op_config": {
20+
"eip1559Elasticity": 10,
21+
"eip1559Denominator": 50,
22+
"eip1559DenominatorCanyon": 250
23+
},
1924
"block_time": 2,
2025
"max_sequencer_drift": 600,
2126
"seq_window_size": 3600,

0 commit comments

Comments
 (0)