File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.8"
22
33services :
44 mainnet-geth :
5- image : ghcr.io/fraxfinance/fraxtal-op-geth:v1.101603.4 -frax-1.3.0
5+ image : ghcr.io/fraxfinance/fraxtal-op-geth:v1.101603.5 -frax-1.3.0
66 ports :
77 - 8545:8545
88 - 8546:8546
@@ -20,7 +20,7 @@ services:
2020 - ./mainnet/genesis.json:/data/genesis.json:ro
2121 - ./geth-entrypoint.sh:/bin/geth-entrypoint
2222 mainnet-node :
23- image : ghcr.io/fraxfinance/fraxtal-op-node:v1.16.1 -frax-1.2.0
23+ image : ghcr.io/fraxfinance/fraxtal-op-node:v1.16.2 -frax-1.2.0
2424 ports :
2525 - 7545:8545
2626 - 9222:9222/tcp
Original file line number Diff line number Diff line change 11services :
22 testnet-geth :
3- image : ghcr.io/fraxfinance/fraxtal-op-geth:v1.101603.4 -frax-1.3.0
3+ image : ghcr.io/fraxfinance/fraxtal-op-geth:v1.101603.5 -frax-1.3.0
44 ports :
55 - 8545:8545
66 - 8546:8546
@@ -18,7 +18,7 @@ services:
1818 - ./hoodi-testnet/genesis.json:/data/genesis.json:ro
1919 - ./geth-entrypoint.sh:/bin/geth-entrypoint
2020 testnet-node :
21- image : ghcr.io/fraxfinance/fraxtal-op-node:v1.16.1 -frax-1.2.0
21+ image : ghcr.io/fraxfinance/fraxtal-op-node:v1.16.2 -frax-1.2.0
2222 ports :
2323 - 7545:8545
2424 - 9222:9222/tcp
You can’t perform that action at this time.
0 commit comments