From 1079760912987ebf9b279897633b831d0be610eb Mon Sep 17 00:00:00 2001 From: Mayurshm Date: Mon, 9 Dec 2024 15:07:51 +0530 Subject: [PATCH] Update installer.sh Update installer.sh with VM RPC and Arc --- installer.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/installer.sh b/installer.sh index 19b46e3..e91a911 100755 --- a/installer.sh +++ b/installer.sh @@ -276,8 +276,8 @@ SHMINT_DEFAULT=10001 PREVIOUS_PASSWORD=none -GITLAB_IMAGE_NAME="registry.gitlab.com/shardeum/server:latest" -GITHUB_IMAGE_NAME="ghcr.io/shardeum/server:latest" +GITLAB_IMAGE_NAME="registry.gitlab.com/shardeum/server:devnets2" +GITHUB_IMAGE_NAME="ghcr.io/shardeum/server:devnets2" # Check if container exists with GitLab image GITLAB_CONTAINER_ID=$(docker-safe ps -qf "ancestor=$GITLAB_IMAGE_NAME") @@ -565,8 +565,8 @@ done #APPSEEDLIST="archiver-sphinx.shardeum.org" #APPMONITOR="monitor-sphinx.shardeum.org" -APPMONITOR="34.159.253.200" -RPC_SERVER_URL="https://ws-ldrpc.devnet-us.workloads.shardeum.org/" +APPMONITOR="34.75.230.47" +RPC_SERVER_URL="http://35.227.51.244:8000" cat <./.env <