Skip to content

Commit

Permalink
ts-web: Migrate example oasis.dev -> oasis.io
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Mar 11, 2024
1 parent d29abe9 commit 991fd80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client-sdk/ts-web/core/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 991fd80

Please sign in to comment.