Releases: TrueFiEng/useDApp
Releases · TrueFiEng/useDApp
@usedapp/core@0.4.3
01 Aug 16:52
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
@usedapp/core@0.4.2
22 Jul 09:02
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Patch Changes
810e536 : fix(devtools): Adding a check for window object
@usedapp/core@0.4.0
29 Jun 12:52
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
@usedapp/core@0.3.24
31 May 09:33
Compare
Sorry, something went wrong.
No results found
Patch Changes
0f0ebfe : Fixed dependency issue when installing applications dependencies
@usedapp/core@0.3.23
29 May 09:09
Compare
Sorry, something went wrong.
No results found
Patch Changes
ef90adb : Add Polygon and Mumbai support
@usedapp/testing@0.2.9
28 May 17:25
Compare
Sorry, something went wrong.
No results found
@usedapp/core@0.3.22
28 May 17:25
Compare
Sorry, something went wrong.
No results found
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"
}