Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Release 1.0.0-rc.13

Choose a tag to compare

@ignaciosantise ignaciosantise released this 03 Nov 13:56
· 46 commits to main since this release

1.0.0-rc.13 (2023-11-03)

BREAKING❗

  • If you use ethers, you need to install @ethersproject/shims manually in your project, and add at the top of your root file:
import '@walletconnect/react-native-compat'
import '@ethersproject/shims'

Bug Fixes

  • declare constants for core and sdk versions (bf28932)
  • removed @ethersproject/shims as a required dependency of the sdk (7fdf944)
  • return empty array in case fetch doesn't bring listing (a4a22f9)