From 2abfe53d423e533c11d21b418f9d199330730f17 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 3 Jun 2024 09:55:11 +0200 Subject: [PATCH] change L1 --- base-sepolia.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/base-sepolia.yml b/base-sepolia.yml index 8eebc727..6392496d 100644 --- a/base-sepolia.yml +++ b/base-sepolia.yml @@ -71,7 +71,7 @@ services: environment: - "OP_NODE_NETWORK=base-sepolia" - "OP_NODE_SYNCMODE=execution-layer" - - "OP_NODE_L1_ETH_RPC=${BASE_ETHEREUM_ENDPOINT}" + - "OP_NODE_L1_ETH_RPC=${BASE_SEPOLIA_ENDPOINT}" - "OP_NODE_L2_ENGINE_AUTH_RAW=${JWTSECRET}" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_RPC=http://base-sepolia:8551" @@ -91,9 +91,9 @@ services: - "OP_NODE_RPC_PORT=8545" - "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log" - "OP_NODE_VERIFIER_L1_CONFS=4" - - "OP_NODE_L1_RPC_KIND=${BASE_ETHEREUM_ENDPOINT_KIND:-basic}" - - "OP_NODE_L1_TRUST_RPC=${BASE_ETHEREUM_ENDPOINT_TRUST:-false}" - - "OP_NODE_L1_BEACON=${BASE_ETHEREUM_ENDPOINT_BEACON}" + - "OP_NODE_L1_RPC_KIND=${BASE_SEPOLIA_ENDPOINT_KIND:-basic}" + - "OP_NODE_L1_TRUST_RPC=${BASE_SEPOLIA_ENDPOINT_TRUST:-false}" + - "OP_NODE_L1_BEACON=${BASE_SEPOLIA_ENDPOINT_BEACON}" networks: - chains