wasm-client: change example to use the mainnet validator API

This commit is contained in:
Mark Sinclair
2022-09-02 15:22:44 +01:00
parent a2c6abd3dd
commit cc8be3bce2
+1 -1
View File
@@ -25,7 +25,7 @@ async function main() {
set_panic_hook();
// validator server we will use to get topology from
const validator = "https://sandbox-validator.nymtech.net/api"; //"http://localhost:8081";
const validator = "https://validator.nymtech.net/api"; //"http://localhost:8081";
client = new NymClient(validator);