diff --git a/scripts/getSFMetadata.sh b/scripts/getSFMetadata.sh index d4f55ee..bfbc1d4 100755 --- a/scripts/getSFMetadata.sh +++ b/scripts/getSFMetadata.sh @@ -6,7 +6,7 @@ input_json_url="https://raw.githubusercontent.com/superfluid-finance/protocol-mo # Variables #TODO: Move variable to github secret -common_domain="${COMMON_DOMAIN:-.rpc.superfluid.dev}" +common_domain="${COMMON_DOMAIN:-.rpc.x.superfluid.dev}" # Download the input JSON file wget -O input.json "$input_json_url"