You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the `Get contract address` button is pressed, the input data is saved to the state, which triggers a rerender of the `result` component.
@@ -76,10 +76,16 @@ To enable the `useReadContract` hook, the card is wrapped in a `QueryClientProvi
76
76
In a real project, those would be placed at the root level of the app.
77
77
To learn more about these, look at the [Tanstack Query](https://tanstack.com/query/latest/docs/framework/react/reference/QueryClientProvider) and [Wagmi](https://wagmi.sh/react/api/WagmiProvider) documentation for the corresponding components.
78
78
79
-
{/* WARN:(Nik) This code is functional, but the development server throws a long and scary error. */}
80
-
81
79
<details >
82
80
83
81
<summary>List of available official contracts</summary>
0 commit comments