We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf1423 commit e065bceCopy full SHA for e065bce
scripts/reshare-client.sh
@@ -67,7 +67,7 @@ if [ "$LOCAL_PARTY_ID" -eq "$TARGET_PARTY_ID" ]; then
67
fi
68
69
# Dynamically generate server_url
70
-SERVER_URL="https://reshare-server.${TARGET_PARTY_ID}.stage.smpcv2.worldcoin.dev:6443"
+SERVER_URL="https://reshare-server.$((TARGET_PARTY_ID + 1)).stage.smpcv2.worldcoin.dev:6443"
71
72
# Constant parameters
73
BATCH_SIZE=100
0 commit comments