wagmi

React Hooks for Ethereum

MIT License

Downloads
3.1M
Stars
5.7K
Committers
241

Bot releases are hidden (Show)

wagmi - [email protected]

Published by jxom about 2 years ago

Patch Changes

  • 0b77286b Thanks @jxom! - Isolate wagmi's React Query queryClient instance.
  • 8cb07462 Thanks @jxom! - Added chainId as an argument to watchBlockNumber.
  • 53c1a474 Thanks @tmm! - Added missing decimals option to Connector watchAsset
wagmi - @wagmi/[email protected]

Published by jxom about 2 years ago

Patch Changes

  • 8cb07462 Thanks @jxom! - Added chainId as an argument to watchBlockNumber.
  • 53c1a474 Thanks @tmm! - Added missing decimals option to Connector watchAsset
  • 4d74dd4f Thanks @jxom! - Support ERC20 contracts that represent strings as bytes32
wagmi - @wagmi/[email protected]

Published by jxom about 2 years ago

Patch Changes

  • aa51bc4d Thanks @jxom! - Fixed an issue in CoinbaseWalletConnector where the browser extension would unintendedly reset the network when the browser is refreshed.
  • cec14089 Thanks @jxom! - Fixed an issue where useProvider & getProvider were not returning referentially equal providers.
  • cec14089 Thanks @jxom! - Fixed an issue where the watch option was not respecting the neighboring chainId option in useBlockNumber.
  • cec14089 Thanks @jxom! - Fixed an issue where block listeners (via watch) were firing excessively on L2 chains.
wagmi - [email protected]

Published by jxom about 2 years ago

Patch Changes

  • aa51bc4d Thanks @jxom! - Fixed an issue in CoinbaseWalletConnector where the browser extension would unintendedly reset the network when the browser is refreshed.
  • cec14089 Thanks @jxom! - Fixed an issue where useProvider & getProvider were not returning referentially equal providers.
  • cec14089 Thanks @jxom! - Fixed an issue where the watch option was not respecting the neighboring chainId option in useBlockNumber.
wagmi - [email protected]

Published by jxom about 2 years ago

Patch changes

  • a34fb00 Thanks @jxom! - Fix useContractRead return value unexpectedly returning null for falsy values
wagmi - [email protected]

Published by jxom about 2 years ago

Patch Changes

  • #734 4c7d123 Thanks @jxom! - Fix issue where useProvider & useWebSocketProvider would not update when chainId config changes