diff options
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
