Skip to content

Commit

Permalink
update snapshot and beacon sop (#99)
Browse files Browse the repository at this point in the history
* update sop
  • Loading branch information
BlueShells authored Jul 15, 2024
1 parent 6cc50a7 commit 0559cbd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion docker-compose-sepolia-upgrade-beacon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ services:
OP_NODE_L2_SKIP_SYNC_START_CHECK: 'true'
OP_NODE_P2P_SYNC_REQ_RESP: 'true'
OP_NODE_DA_RPC: 'disperser-holesky.eigenda.xyz:443'
OP_NODE_L1_BEACON: 'beaconrpc_fixme'
OP_NODE_L1_BEACON: 'beaconrpc_fixme' #change this
OP_NODE_RETRIEVER_SOCKET: retriever.sepolia.mantle.xyz:8000
OP_NODE_GRAPH_PROVIDER: https://graphnode.sepolia.mantle.xyz/subgraphs/name/datalayr
OP_NODE_RETRIEVER_TIMEOUT: 120s
ports:
- ${NODE_RPC_PORT:-9545}:8545
8 changes: 6 additions & 2 deletions docker-compose-sepolia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ x-healthcheck: &healthcheck

services:
op-geth:
image: mantlenetworkio/op-geth:v0.5.0-1
image: mantlenetworkio/op-geth:v1.0.1
pull_policy: always
deploy:
resources:
limits:
Expand Down Expand Up @@ -53,6 +54,8 @@ services:
- --metrics
- --metrics.addr=0.0.0.0
- --metrics.port=9001
- --snapshot=false
- --rollup.sequencerhttp=https://rpc.sepolia.mantle.xyz
volumes:
- ./sepolia/secret:/secret/
- ./data/sepolia-geth:/db/geth/
Expand All @@ -61,7 +64,8 @@ services:
- ${VERIFIER_WS_PORT:-8546}:8546
- ${VERIFIER_AUTH_PORT:-8551}:8551
op-node:
image: mantlenetworkio/op-node:v0.5.0-1
image: mantlenetworkio/op-node:v1.0.1
pull_policy: always
deploy:
resources:
limits:
Expand Down
1 change: 0 additions & 1 deletion run-node-sepolia.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,4 +309,3 @@ Otherwise
```
docker-compose -f docker-compose-sepolia-upgrade-beacon.yml up -d
```

0 comments on commit 0559cbd

Please sign in to comment.