Skip to content

Releases: incirLabs/react-ethooks

v1.8.2

Choose a tag to compare

@github-actions github-actions released this 06 Nov 16:34

1.8.2 (2023-11-06)

Bug Fixes

  • export window instead of global declare (552eece)

v1.8.1

Choose a tag to compare

@github-actions github-actions released this 29 Jul 15:38

1.8.1 (2023-07-29)

Bug Fixes

  • empty args causes type errors (67d8efc)

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 15:18

1.8.0 (2023-07-29)

Bug Fixes

  • Fix contract call arguments type (0c20bc0)
  • Try to switch first in AutoChangeChain (c578f83)

Features

  • useContractStaticCall hook (66472a9)

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 21:14

1.7.0 (2023-07-20)

Features

v1.6.1

Choose a tag to compare

@github-actions github-actions released this 09 Jun 19:13
31ded34

1.6.1 (2023-06-09)

Bug Fixes

  • move the default provider to useMemo & warn (6e3b08f)

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 22:41
a85acde

1.6.0 (2022-07-24)

Features

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 24 Jul 02:57

1.5.1 (2022-07-24)

Bug Fixes

  • useContract memoization dependencies (4512070)

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 02:07
ddd0057

1.5.0 (2022-07-22)

Bug Fixes

  • useConnect hook was throwing error if onError callback is not provided (16d60bb)

Features

  • useAccount hook now returns Ethereum Name Service domain with address. (322cfc1)
  • useAccountChange hook to listen to account change event (2f2e12c)
  • Update account state when account changed (059d7ed)
  • useERC20Balance hook (b749fcd)
  • useBalance & useERC20Balance hooks format parameter (93f38f2)

v1.4.2

Choose a tag to compare

@github-actions github-actions released this 21 Jul 23:44

1.4.2 (2022-07-21)

Bug Fixes

  • transaction error doesn't include code (91b520e)

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 21 Jul 01:39

1.4.1 (2022-07-21)

Bug Fixes

  • replace empty arrays with constants (d44667c)