Skip to content

Releases: R4k4210/react-dapp-web3

Release version 3.0.1

09 Mar 19:10
75fcf0b
Compare
Choose a tag to compare

BREAKING CHANGES

  • Upgrade to WalletConnect V2.
  • Configuration options changed.

Release version 2.2.5

19 Jan 22:30
cac019f
Compare
Choose a tag to compare
Fix is initialized on wallet connect (#21)

* IsInitialized fix

With WalletConnect, setIsInitialized never changed to true.
For WalletConnect, provider.enable() must always be called before
obtaining the wallet or the chainId. Otherwise the code freezes
on those calls.

* Fixed typo

* New version - Bug fixes

Release version 2.2.4

19 Dec 17:50
Compare
Choose a tag to compare

Fixed mobile issues.

Release versoin 2.2.2

15 Dec 05:23
Compare
Choose a tag to compare
v2.2.2

dependencies updates

Release version 2.1.0

29 Oct 04:48
0fac0d6
Compare
Choose a tag to compare

Changes:

  • Removed the use of localStorage.
  • Now chainId is exposed
  • Updated Readme
  • Removed some console.error
  • Added throw errors

Release version 1.1.0

02 Sep 05:20
fcf8f6c
Compare
Choose a tag to compare
v1.1.0

New release 1.1.0 (#6)

Release version 1.0.5

23 Aug 00:35
9584f07
Compare
Choose a tag to compare
v1.0.5

Added MIT LICENSE