Skip to content

Commit

Permalink
Merge pull request #1661 from oasisprotocol/matevz/fix/ts-web-oasis-io
Browse files Browse the repository at this point in the history
ts-web: Migrate example oasis.dev -> oasis.io
  • Loading branch information
matevz authored Mar 11, 2024
2 parents d29abe9 + 991fd80 commit e7e0b93
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 e7e0b93

Please sign in to comment.