Skip to content

Commit

Permalink
Update docker-compose-seoplia.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lqS0317 authored Jan 12, 2024
1 parent f425a1f commit e85b1ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-seoplia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ services:
OP_NODE_P2P_PEERSTORE_PATH: '/op-node/opnode_peerstore_db'
# da retriever
OP_NODE_RETRIEVER_SOCKET: retriever.sepolia.mantle.xyz:8000
OP_NODE_GRAPH_PROVIDER: http://graphnode.sepolia.mantle.xyz/subgraphs/name/datalayr
OP_NODE_GRAPH_PROVIDER: https://graphnode.sepolia.mantle.xyz/subgraphs/name/datalayr
OP_NODE_L2_BACKUP_UNSAFE_SYNC_RPC: https://rpc.sepolia.mantle.xyz
OP_NODE_P2P_STATIC: '/ip4/18.139.118.7/tcp/9003/p2p/16Uiu2HAkywYkvLRUH2MXbD6tSoT3jSMAzTWTp1aDijxpXQXxG6VM'
OP_NODE_SEQUENCER_ENABLED: 'false'
Expand All @@ -90,4 +90,4 @@ services:
OP_NODE_L2_SKIP_SYNC_START_CHECK: 'true'
OP_NODE_P2P_SYNC_REQ_RESP: 'true'
ports:
- ${NODE_RPC_PORT:-9545}:8545
- ${NODE_RPC_PORT:-9545}:8545

0 comments on commit e85b1ed

Please sign in to comment.