From 991fd80bed19fe9303dbb653fe82beeb676fb83f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matev=C5=BE=20Jekovec?= Date: Mon, 11 Mar 2024 14:11:21 +0100 Subject: [PATCH] ts-web: Migrate example oasis.dev -> oasis.io --- client-sdk/ts-web/core/docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client-sdk/ts-web/core/docs/getting-started.md b/client-sdk/ts-web/core/docs/getting-started.md index 4b12513a8d..eeec9f5384 100644 --- a/client-sdk/ts-web/core/docs/getting-started.md +++ b/client-sdk/ts-web/core/docs/getting-started.md @@ -19,8 +19,8 @@ We have [a sample that uses webpack](../playground/webpack.config.js). ```js import * as oasis from '@oasisprotocol/client'; -// Use https://testnet.grpc.oasis.dev to interact with the testnet instead. -const nic = new oasis.client.NodeInternal('https://grpc.oasis.dev'); +// Use https://testnet.grpc.oasis.io to interact with the testnet instead. +const nic = new oasis.client.NodeInternal('https://grpc.oasis.io'); ``` This connects to a public oasis-node instance.