From 42a598968b8161f151cddce05cf11b6a7907c40b Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Mon, 29 Jul 2024 17:38:03 +0530 Subject: [PATCH] Use inbuilt status check for L1 --- testnet-onboarding-demo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testnet-onboarding-demo.md b/testnet-onboarding-demo.md index 0628c84..86f6531 100644 --- a/testnet-onboarding-demo.md +++ b/testnet-onboarding-demo.md @@ -513,10 +513,10 @@ - Check status of L1 - - Run command in intervals of 3 seconds to check if new blocks are created + - Run status check: ```bash - laconic-so deployment --dir fixturenet-eth-deployment exec foundry "cast block-number" + laconic-so deployment --dir fixturenet-eth-deployment exec fixturenet-eth-bootnode-lighthouse "/scripts/status-internal.sh" ``` - Check geth logs to ensure that new blocks are getting created