Skip to content

Releases: TrueFiEng/useDApp

@usedapp/core@0.4.3

01 Aug 16:52
2530f83
Compare
Choose a tag to compare

Patch Changes

  • dc49e68: Catch lookupAddress errors for unsupported chains, e.g. Matic
  • c4f2abb: use rpc errors if available

@usedapp/testing@0.2.10

22 Jul 09:02
5eb8326
Compare
Choose a tag to compare

Patch Changes

  • 779efc9: upgrade to ethers.js to 5.4.1
  • Updated dependencies [684dbaf]
  • Updated dependencies [366e705]
  • Updated dependencies [779efc9]
  • Updated dependencies [59592f3]
    • @usedapp/core@0.4.2

@usedapp/core@0.4.2

22 Jul 09:02
5eb8326
Compare
Choose a tag to compare

Patch Changes

  • 684dbaf: Memoize hook return values to prevent unnecessary re-renders
  • 366e705: Use error messages from RPC client if available
  • 779efc9: upgrade to ethers.js to 5.4.1
  • 59592f3: Add Harmony support

@usedapp/core@0.4.1

10 Jul 19:25
4c6ef6b
Compare
Choose a tag to compare

Patch Changes

  • 810e536: fix(devtools): Adding a check for window object

@usedapp/core@0.4.0

29 Jun 12:52
66396bb
Compare
Choose a tag to compare

Minor Changes

  • 9ab6e2f: Add devtools extension integration

Patch Changes

  • b9304cb: Remove useCallback from ChainStateProvider
  • 9e4e4f5: Add useLookupAddress hook for ENS
  • 0011fe5: Add support for Multicall (via Localhost multicall contract deploy)

@usedapp/coingecko@0.3.22

29 Jun 12:52
66396bb
Compare
Choose a tag to compare

Patch Changes

@usedapp/core@0.3.24

31 May 09:33
5350c23
Compare
Choose a tag to compare

Patch Changes

  • 0f0ebfe: Fixed dependency issue when installing applications dependencies

@usedapp/core@0.3.23

29 May 09:09
ce90f08
Compare
Choose a tag to compare

Patch Changes

  • ef90adb: Add Polygon and Mumbai support

@usedapp/testing@0.2.9

28 May 17:25
2ded91b
Compare
Choose a tag to compare

Patch Changes

  • cdb02b9: Introduce useUpdateConfig
  • 940d064: Introduce deep config update
  • Updated dependencies [cdb02b9]
  • Updated dependencies [940d064]
  • Updated dependencies [c180ac8]
    • @usedapp/core@0.3.22

@usedapp/core@0.3.22

28 May 17:25
2ded91b
Compare
Choose a tag to compare

Patch Changes

  • cdb02b9: Introduce useUpdateConfig

  • 940d064: Introduce deep config update

  • c180ac8: Add troubleshooting ethers type mismatch to docs

    Type mismatch when building might be an error in ethersproject version providing becouse of this
    ading resolutions to package.json should fix problem

    "resolutions": {
    "@ethersproject/abi": "5.2.0",
    "@ethersproject/contracts": "5.2.0"
    }