Skip to content

Releases: TrueFiEng/useDApp

@usedapp/[email protected]

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/[email protected]

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

Patch Changes

@usedapp/[email protected]

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/[email protected]

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

Patch Changes

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

@usedapp/[email protected]

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/[email protected]

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

Patch Changes

@usedapp/[email protected]

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

Patch Changes

  • 0f0ebfe: Fixed dependency issue when installing applications dependencies

@usedapp/[email protected]

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

Patch Changes

  • ef90adb: Add Polygon and Mumbai support

@usedapp/[email protected]

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

Patch Changes

@usedapp/[email protected]

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"
    }