From cfd8c2f9c31eb92cf71854da32aa2dce81e84ac9 Mon Sep 17 00:00:00 2001 From: lqS0317 <102649974+lqS0317@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:00:41 +0800 Subject: [PATCH] Update networks sepolia config (#50) * update_networks_sepolia_config --------- Co-authored-by: lqS0317 --- run-node-sepolia.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run-node-sepolia.md b/run-node-sepolia.md index a276997..2fe4319 100644 --- a/run-node-sepolia.md +++ b/run-node-sepolia.md @@ -120,7 +120,7 @@ I recommend that you run this command every once in a while (once a week should If the service status is 'up,' it means that the service has started without any issues. ```sh -docker-compose -f docker-compose-sepolia.yaml ps +docker-compose -f docker-compose-sepolia.yml ps ``` ### Check Data @@ -131,5 +131,5 @@ example: ```sh cast bn -cast bn https://rpc.sepolia.mantle.xyz +cast bn --rpc-url https://rpc.sepolia.mantle.xyz ```