@thirdweb-dev/wallets
Version:
<p align="center"> <br /> <a href="https://thirdweb.com"><img src="https://github.com/thirdweb-dev/js/blob/main/packages/sdk/logo.svg?raw=true" width="200" alt=""/></a> <br /> </p> <h1 align="center">thirdweb Wallet SDK</h1> <p align="center"> <a href="ht
21 lines (19 loc) • 471 B
JavaScript
const walletIds = {
blocto: "blocto",
coinbase: "coinbase",
frame: "frame",
localWallet: "localWallet",
magicLink: "magicLink",
metamask: "metamask",
paper: "paper",
rainbow: "rainbowWallet",
smartWallet: "smartWallet",
safe: "safe",
trust: "trust",
embeddedWallet: "embeddedWallet",
walletConnectV1: "walletConnectV1",
walletConnect: "walletConnect",
phantom: "phantom"
// add new ids sorted alphabetically
};
export { walletIds as w };