wagmi icon indicating copy to clipboard operation
wagmi copied to clipboard

Reactive primitives for Ethereum apps

Results 103 wagmi issues
Sort by recently updated
recently updated
newest added

## Description Updating to React Query 4 stable!

### Is there an existing issue for this? - [X] I have searched the existing issues ### Package Version 0.5.12 and 0.6.0 ### Current Behavior Using this code: ``` const...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Package Version 0.6.0 ### Current Behavior Hi We are trying to implement EIP-747,...

## Description Adds type-safety to contract interactions and [EIP-712](https://eips.ethereum.org/EIPS/eip-712) typed data. Most notably: Autocomplete and type checking for contract function names, arguments, return values, etc. ### Some examples in action...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Package Version 0.6.2 ### Current Behavior I'm getting `Connector not found` error everytime...

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

## Description Isolating the react-query context used by wagmi from the default context used by react-query. ## Additional Information For applications that are using both the wagmi and react-query libraries,...

This PR converts `wagmi` from bundling both CJS + ESM, to bundling pure ESM. I have published the packages to NPM as a snapshot release under the tag `esm-only` (`npm...