Skip to content

Commit

Permalink
Update testnet to op-node 1.7.1 and op-geth 1.101308.2 with snap sync…
Browse files Browse the repository at this point in the history
… support
  • Loading branch information
0xalex88 committed Mar 15, 2024
1 parent 19db402 commit 9a54805
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .env.testnet.SAMPLE
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,21 @@ GETH_HTTP_CORSDOMAIN=*
GETH_HTTP_VHOSTS=*
GETH_HTTP_ADDR=0.0.0.0
GETH_HTTP_PORT=8545
GETH_HTTP_API=web3,debug,eth,txpool,net
GETH_HTTP_API=web3,debug,eth,net
GETH_WS=true
GETH_WS_ORIGINS=*
GETH_WS_ADDR=0.0.0.0
GETH_WS_PORT=8546
GETH_WS_API=web3,debug,eth,txpool,net
GETH_SYNCMODE=full
GETH_GCMODE=archive
GETH_NODISCOVER=true
GETH_MAXPEERS=0
GETH_WS_API=web3,debug,eth,net
GETH_MAXPEERS=50
GETH_AUTHRPC_VHOSTS=*
GETH_AUTHRPC_ADDR=0.0.0.0
GETH_AUTHRPC_PORT=8551
GETH_AUTHRPC_JWTSECRET=/data/jwt
GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
GETH_ROLLUP_SEQUENCERHTTP=https://rpc.testnet.frax.com
GETH_BOOTNODES=enode://f38ad808ec6bbb74abde5c7367ff2199c417b86b13e7a5b5d01f1c7dd293df69e6636cbc97709b4efe0a45e98cbd88c83bc89cc69ccd3dab4627cb7a612d325f@51.81.208.197:30304,enode://caf421b54315444c922a88294df105c986940df9046aabcb6a27e89798b8a9941d9934ea8ba7d1a89099c5666f73a5c79cf561e5015d13284d378d9003d07e00@15.204.47.228:30304,enode://68067c00f959bbc7c864cd7d798af371d9ad2f59ad55fc0f3ebdb1b47670dbaf502273f234b869b244875cad4a38b418f2d8f8ffbcb50f20847feaada125233b@15.204.215.38:30304
GETH_SYNCMODE=snap

# Op node values
OP_NODE_L2_ENGINE_RPC=ws://testnet-geth:8551
Expand All @@ -39,5 +38,6 @@ OP_NODE_METRICS_ENABLED=true
OP_NODE_METRICS_ADDR=0.0.0.0
OP_NODE_METRICS_PORT=7300
OP_NODE_DA_RPC=https://da-rpc.testnet.frax.com
OP_NODE_SYNCMODE=execution-layer

# OP_NODE_L1_TRUST_RPC=true
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.101305.1
image: us-docker.pkg.dev/oplabs-tools-artifacts/images/op-geth:v1.101308.2
ports:
- 8545:8545
- 8546:8546
Expand All @@ -18,7 +18,7 @@ services:
- ./testnet/genesis.json:/data/genesis.json:ro
- ./geth-entrypoint.sh:/bin/geth-entrypoint
testnet-node:
image: public.ecr.aws/d7v3u3t4/fraxchain-testnet-optimism/op-node:a371733ab8b8ca288829e94734fbcdf88907e7c3
image: ghcr.io/fraxfinance/fraxtal-op-node:v1.7.1-frax-1.0.0
ports:
- 7545:8545
- 9222:9222
Expand Down

0 comments on commit 9a54805

Please sign in to comment.