Skip to content

Commit

Permalink
Fix viem v1 doc links (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: Pabl0cks <[email protected]>
  • Loading branch information
ChangoMan and Pabl0cks authored Mar 30, 2024
1 parent d00be31 commit cfa6f39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/deploying/deploy-nextjs-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The configuration parameters are described below. Make sure to update the values

#### - targetNetworks

Array of blockchain networks where your dapp is deployed. Use values from [`viem/chains`](https://viem.sh/docs/clients/chains.html#chains).
Array of blockchain networks where your dapp is deployed. Use values from [`viem/chains`](https://v1.viem.sh/docs/clients/chains.html).

#### - pollingInterval

Expand Down
2 changes: 1 addition & 1 deletion docs/hooks/useScaffoldContract.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ This example uses the `useScaffoldContract` hook to obtain a contract instance f

## Return Value

- `data` : Object representing viem's [contract instance](https://viem.sh/docs/contract/getContract.html#return-value). Which can be used to call `read` and `write` of the contract.
- `data` : Object representing viem's [contract instance](https://v1.viem.sh/docs/contract/getContract.html#return-value). Which can be used to call `read` and `write` of the contract.
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Here are the main components:

- [**Hardhat**](https://hardhat.org/docs) or [**Foundry**](https://book.getfoundry.sh/) (user's choice) for running local networks, deploying and testing smart contracts.
- [**Wagmi**](https://1.x.wagmi.sh/react/getting-started) for React Hooks to start working with Ethereum.
- [**Viem**](https://viem.sh/docs/getting-started) as low-level interface that provides primitives to interact with Ethereum. The alternative to ethers.js and web3.js.
- [**Viem**](https://v1.viem.sh/docs/getting-started.html) as low-level interface that provides primitives to interact with Ethereum. The alternative to ethers.js and web3.js.
- [**NextJS**](https://nextjs.org/docs) for building a frontend, using many useful pre-made hooks.
- [**RainbowKit**](https://www.rainbowkit.com/docs/) for adding wallet connection.
- [**DaisyUI**](https://daisyui.com/docs/) for pre-built [Tailwind CSS](https://tailwindui.com/components) components.

0 comments on commit cfa6f39

Please sign in to comment.