metaplex-foundation / js-examples

Examples and Starter Kits using the new JS SDK
MIT License
79 stars 92 forks source link

Remove Phantom wallet adapter #38

Open MarkSackerberg opened 1 year ago

MarkSackerberg commented 1 year ago

Since Phantom is now using the standard wallet adapter the special adapter is not required anymore. In contrast there where even issues reqported related to signature verification and Phantom using the old adapter.

falbanese90 commented 1 year ago

Consider applying this solution to the connect-wallet index.js as well

SOLROCKER-D commented 1 year ago

@MarkSackerberg I tried removing these two lines but still having the signature verification issue with Phantom on Devnet.