Skip to content

Commit

Permalink
Update node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalex88 committed Jan 30, 2025
1 parent 462a78c commit b1c296d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
mainnet-geth:
image: ghcr.io/fraxfinance/fraxtal-op-geth:v1.101411.1-frax-1.0.0
image: ghcr.io/fraxfinance/fraxtal-op-geth:v1.101411.6-frax-1.0.0
ports:
- 8545:8545
- 8546:8546
Expand Down
4 changes: 2 additions & 2 deletions testnet.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
testnet-geth:
image: ghcr.io/fraxfinance/fraxtal-op-geth:v1.101411.1-frax-1.0.0
image: ghcr.io/fraxfinance/fraxtal-op-geth:v1.101411.6-frax-1.0.0
ports:
- 8545:8545
- 8546:8546
Expand All @@ -20,7 +20,7 @@ services:
- ./testnet/genesis.json:/data/genesis.json:ro
- ./geth-entrypoint.sh:/bin/geth-entrypoint
testnet-node:
image: ghcr.io/fraxfinance/fraxtal-op-node:v1.9.2-frax-1.1.0
image: ghcr.io/fraxfinance/fraxtal-op-node:v1.9.5-frax-1.1.0
ports:
- 7545:8545
- 9222:9222/tcp
Expand Down

0 comments on commit b1c296d

Please sign in to comment.