From 596229df52c41bdbefb016eca2c3b1ec84a66372 Mon Sep 17 00:00:00 2001 From: chalith Date: Mon, 11 Apr 2022 18:39:49 +0530 Subject: [PATCH] Updated registry account address for beta1 --- installer/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/setup.sh b/installer/setup.sh index 0e7115b..e40a460 100755 --- a/installer/setup.sh +++ b/installer/setup.sh @@ -32,7 +32,7 @@ export MB_XRPL_USER="sashimbxrpl" export DOCKER_REGISTRY_USER="sashidockerreg" export DOCKER_REGISTRY_PORT=4444 export CG_SUFFIX="-cg" -export EVERNODE_REGISTRY_ADDRESS="rPmxne3NGeBJ5YY97tshCop2WVoS43bMez" +export EVERNODE_REGISTRY_ADDRESS="rEEd18Kp3eQV6nPVScRX6DPrqRfG4Qb3Wk" # Configuring the sashimono service is the last stage of the installation. # So if the service exists, Previous sashimono installation has been complete.