Skip to content

Commit

Permalink
update_sepolia_rollup.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lqS0317 authored and lqS0317 committed Jan 13, 2024
1 parent 071e1fd commit 6db7302
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 @@ -58,7 +58,7 @@ services:
- ./sepolia/secret:/secret
- ./sepolia/rollup.json:/config/rollup.json
environment:
OP_NODE_L1_ETH_RPC: 'wss://eth-sepolia-public.unifra.io' #change this
OP_NODE_L1_ETH_RPC: 'wss://sepolia.gateway.tenderly.co' #change this
OP_NODE_L2_ENGINE_RPC: 'http://op-geth:8551'
OP_NODE_L2_ENGINE_AUTH: /secret/jwt_secret_txt
OP_NODE_ROLLUP_CONFIG: '/config/rollup.json'
Expand Down Expand Up @@ -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 6db7302

Please sign in to comment.