comit-network / ambrosia

UI for trading in the COMIT network
Apache License 2.0
4 stars 3 forks source link

Update useBitcoinWallet to use the 0.17.0 SDK's BitcoinWallet #8

Closed yosriady closed 4 years ago

yosriady commented 4 years ago

Overview

As of 0.17.0 release, InMemoryBitcoinWallet is no more. https://github.com/comit-network/comit-js-sdk/blob/dev/CHANGELOG.md

We want to update https://github.com/comit-network/taker-ui/blob/master/app/hooks/useBitcoinWallet.tsx#L33-L42 to use the new SDK Wallet.

You can see https://github.com/comit-network/taker-ui/blob/master/app/hooks/useEthereumWallet.tsx#L33-L37 for a working Ethereum wallet example.