summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index a39b688cb0..2e1b783bc0 100755
--- a/build.sh
+++ b/build.sh
@@ -170,7 +170,7 @@ set -e
JSONRPC_RESPONSE="$(curl -X POST \
--fail \
-H "Content-Type: application/json" \
- -d '{"jsonrpc": "2.0", "id": "0", "method": "relay_list"}' \
+ -d '{"jsonrpc": "2.0", "id": "0", "method": "relay_list_v2"}' \
https://api.mullvad.net/rpc/)"
echo $JSONRPC_RESPONSE | node -e "$JSONRPC_CODE" > dist-assets/relays.json