Skip to content

Commit 81be857

Browse files
committed
updating fixes for RPC nodes
1 parent aa0eeac commit 81be857

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scripts/rpc_onboarding_round_6.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ while true; do
465465
stop_supra_container
466466
download_snapshot
467467
start_supra_container
468-
start_supra_rpc_node
468+
start_rpc_node
469469
;;
470470
4)
471471
echo "Exit the script"

scripts/update_version_round_6_rpc.sh

+2
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,7 @@ echo "New Docker image created"
5858
rm -rf $SCRIPT_EXECUTION_LOCATION/genesis.blob
5959
# wget -o "$SCRIPT_EXECUTION_LOCATION/genesis.blob" https://testnet-snapshot.supra.com/configs/genesis.blob
6060

61+
docker cp "$SCRIPT_EXECUTION_LOCATION/config.toml" supra_rpc_$ip_address:/supra/
62+
6163
wget -O "$(pwd)/rpc_onboarding_round_6.sh" https://raw.githubusercontent.com/Entropy-Foundation/supra-nodeops-data/refs/heads/master/scripts/rpc_onboarding_round_6.sh
6264
chmod +x "$(pwd)/rpc_onboarding_round_6.sh"

0 commit comments

Comments
 (0)