Skip to content

Commit 4681d2a

Browse files
committed
Update mainnet and testnet node versions
1 parent 86e8dc1 commit 4681d2a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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
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

hoodi-testnet.docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
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

0 commit comments

Comments
 (0)