Skip to content

Commit

Permalink
fix: silence spellchecker errors
Browse files Browse the repository at this point in the history
  • Loading branch information
itsacoyote committed Aug 15, 2024
1 parent 87d29ac commit f28b442
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/tutorials/guide-viem/10.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ const client = createPublicClient({
});
```

/*spellchecker: disable*/
<!-- /*spellchecker: disable*/ -->
::callout{icon="i-heroicons-information-circle" color="blue"}

- To use the %%zk_testnet_name%%, specify `zkSyncSepoliaTestnet` as the chain.
- For %%zk_mainnet_name%%, replace `zkSyncSepoliaTestnet` with `zkSync`.

::
/*spellchecker: enable*/
<!-- /*spellchecker: enable*/ -->

### Reading Data

Expand Down
2 changes: 2 additions & 0 deletions content/tutorials/guide-web3js/10.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,12 @@ from the `zks_` namespace of the [JSON-RPC API](https://docs.zksync.io/build/api

#### Fetch the Main Contract Address

<!-- /*spellchecker: disable*/ -->
```javascript
const mainContract = await web3.zkSync.rpc.getMainContract();
console.log(`Main contract: ${mainContract}`);
```
<!-- /*spellchecker: enable*/ -->

### Wallet Configuration

Expand Down

0 comments on commit f28b442

Please sign in to comment.