From e727f1cd79c1bd5ea2e420b968f1cbaa4f695a4a Mon Sep 17 00:00:00 2001 From: Max Revitt Date: Thu, 19 Dec 2024 12:05:25 +0000 Subject: [PATCH] tweak(config): bali example l2 rpc url (#1584) --- hermezconfig-bali.yaml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermezconfig-bali.yaml.example b/hermezconfig-bali.yaml.example index 2324247b7e4..8cb384cdfba 100644 --- a/hermezconfig-bali.yaml.example +++ b/hermezconfig-bali.yaml.example @@ -3,7 +3,7 @@ chain: hermez-bali http: true private.api.addr: localhost:9092 zkevm.l2-chain-id: 2440 -zkevm.l2-sequencer-rpc-url: https://rpc-legacy.internal.zkevm-rpc.com/ +zkevm.l2-sequencer-rpc-url: https://rpc.internal.zkevm-rpc.com/ zkevm.l2-datastreamer-url: datastream.internal.zkevm-rpc.com:6900 zkevm.l1-chain-id: 11155111 zkevm.l1-rpc-url: https://rpc.sepolia.org