Skip to content

Commit

Permalink
chore: use hathor play full node for nano testnet deploy (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroferreira1 authored Sep 17, 2024
1 parent ad32463 commit 027fe72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ case $site in
REACT_APP_NETWORK=testnet
;;
nano-testnet)
FULLNODE_HOST=node1.nano-testnet.hathor.network
FULLNODE_HOST=hathorplay.nano-testnet.hathor.network
REACT_APP_BASE_URL=https://$FULLNODE_HOST/v1a/
REACT_APP_WS_URL=wss://$FULLNODE_HOST/v1a/ws/
REACT_APP_EXPLORER_SERVICE_BASE_URL=https://explorer-service.nano-testnet.hathor.network/
Expand Down

0 comments on commit 027fe72

Please sign in to comment.