Skip to content

Commit

Permalink
fix: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiorigam committed Nov 22, 2023
1 parent 34dd5d2 commit 1f1952c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/examples/thorest-client/blocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ import {
ThorestClient
} from '@vechainfoundation/vechain-sdk-network';

// Url of the solo network
// Url of the testnet network
const _testnetUrl = 'https://testnet.vechain.org/';

// Solo network instance
// Testnet network instance
const testNetwork = new HttpClient(_testnetUrl);

// Thorest client solo instance
// Thorest client testnet instance
const thorestTestnetClient = new ThorestClient(testNetwork);

// Get block details
Expand Down
6 changes: 3 additions & 3 deletions docs/thorest-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ import {
ThorestClient
} from '@vechainfoundation/vechain-sdk-network';

// Url of the solo network
// Url of the testnet network
const _testnetUrl = 'https://testnet.vechain.org/';

// Solo network instance
// Testnet network instance
const testNetwork = new HttpClient(_testnetUrl);

// Thorest client solo instance
// Thorest client testnet instance
const thorestTestnetClient = new ThorestClient(testNetwork);

// Get block details
Expand Down

0 comments on commit 1f1952c

Please sign in to comment.