liquality / chainify

Blockchain abstraction layer
https://liquality.io
MIT License
219 stars 69 forks source link

Fix: Update nft when swap changes & vise-versa #571

Closed koderholic closed 2 years ago

koderholic commented 2 years ago

Bug: When connect method is called with the Swap provider, the wallet gets updated to the wallet instance in the swap provider, but the wallet instance in the NFT provider isn't changed and vice-versa, which can lead to unexpected behaviors.

Fix: Update the wallet instance in NFT when swap is changed and vise-versa