File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.8"
22
33services :
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
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments