You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{ConnectionProvider,WalletProvider}from'@solana/wallet-adapter-react';import{MagicEdenWallet}from'@solana/wallet-adapter-wallets';import{clusterApiUrl}from'@solana/web3.js';constnetwork=clusterApiUrl('mainnet-beta');constwallets=[newMagicEdenWallet()];<ConnectionProviderendpoint={network}><WalletProviderwallets={wallets}autoConnect>{/* Your app */}</WalletProvider></ConnectionProvider>
Hello there, opening this to ask for magic Eden wallet connectivity to debridge please 🫡 @artyukh @devDesu @biryukovmaxim @mncdg @kotokrad @AlekseiSmirnov @borislitv @kudryaA @merrymari (Not sure who to tag so tagged all contributors, and not sure which repo so went with this one) 😋
Currently not possible to connect and therefore hinders usage for many users that use magic Eden wallet,
Here is an example of adding it, using js, easily adaptble in ts or python even also, hopefully helpful:
For Solana:
Install:
Then similar to this:
Docs: Solana Wallet Adapter
Also has ethereum!/base/few other chains on it
For Ethereum/EVM:
Use
window.magiceden.ethereum
:Docs: Magic Eden Wallet Docs
Connect Button:
WalletMultiButton
for Solana:Links:
Thank you for reading this issue, may help, may not 🤘
All the best - K42
The text was updated successfully, but these errors were encountered: