amaryfilo / connect-wallet

Connect Crypto Wallet by using CoinbaseWallet (WalletLink), KardiaChain, MetaMask browser extentions or mobile application and WalletConnect service by scanning Wallet Qr-code.
MIT License
19 stars 11 forks source link

Outdated WalletLink Code --> Needs to be updated to Coinbase Wallet SDK #8

Closed TrevvvD closed 2 years ago

TrevvvD commented 2 years ago

Hi,

I work on the DevRel team at Coinbase and am submitting this issue to inform you that the WalletLink SDK has been deprecated in favor of our new Coinbase Wallet SDK. You can find more on that and how to upgrade to the latest version here.

Please let me know if you have any questions!

Thanks, Trevor

Twenx1 commented 2 years ago

Hello! I was just following up on what my friend TrevvvorD was stating up top here. If there are any questions we could answer, please let us know. We are super down to help.

Thanks, Freddy

amaryfilo commented 2 years ago

Hello! Thank you for this Issue! @freddt @TrevvvD Now I've started working on it 🔭

I found some bugs 🐞 when using MM and CW together. When I fix this, I will create a pre-release.

amaryfilo commented 2 years ago

@FreddyMJ3 I can’t create transactions in Eth Testnet, because the “Developer mode” button is “hidden” (I could not see button in the extension because there was no scrolling page, sometimes it is absent :c).

Perhaps this is a cool function to close only Ethereum Testnet, but I do not understand why this is needed. 🤔

I added another Testnet blockchain (not ETH), and everything works fine! But not with Kovan and Rinkeby, because users must turn on the developer mode to create a test transaction to see, for example, “how this application works”.

amaryfilo commented 2 years ago

Pre-release version now available 1.1.25-dev.98a738b0b

Install via

npm install -D @amfi/connect-wallet@1.1.25-dev.98a738b0b
amaryfilo commented 2 years ago

Release v1.1.25

Install via npm or yarn.

npm install -D @amfi/connect-wallet@1.1.25
yarn add -D @amfi/connect-wallet@1.1.25