Skip to content

Commit

Permalink
Update op-geth and op-node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalex88 committed Apr 17, 2024
1 parent a415edf commit 839bbce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101308.2
image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101311.0
ports:
- 8545:8545
- 8546:8546
Expand All @@ -20,7 +20,7 @@ services:
- ./mainnet/genesis.json:/data/genesis.json:ro
- ./geth-entrypoint.sh:/bin/geth-entrypoint
mainnet-node:
image: ghcr.io/fraxfinance/fraxtal-op-node:v1.7.1-frax-1.0.0
image: ghcr.io/fraxfinance/fraxtal-op-node:v1.7.3-frax-1.1.0
ports:
- 7545:8545
- 9222:9222/tcp
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: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101308.2
image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101311.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.7.1-frax-1.0.0
image: ghcr.io/fraxfinance/fraxtal-op-node:v1.7.3-frax-1.1.0
ports:
- 7545:8545
- 9222:9222/tcp
Expand Down

0 comments on commit 839bbce

Please sign in to comment.