@thirdweb-dev/wallets
Version:
<p align="center"> <br /> <a href="https://thirdweb.com"><img src="https://github.com/thirdweb-dev/js/blob/main/legacy_packages/sdk/logo.svg?raw=true" width="200" alt=""/></a> <br /> </p> <h1 align="center">thirdweb Wallet SDK</h1> <p align="center"> <a h
33 lines (30 loc) • 746 B
JavaScript
;
const walletIds = {
blocto: "blocto",
coin98: "coin98",
coinbase: "coinbase",
coreWallet: "coreWallet",
cryptoDefiWallet: "cryptoDefiWallet",
frame: "frame",
imtoken: "imToken",
localWallet: "localWallet",
magicLink: "magicLink",
metamask: "metamask",
paper: "paper",
rainbow: "rainbowWallet",
smartWallet: "smartWallet",
tokenBoundSmartWallet: "tokenBoundSmartWallet",
safe: "safe",
trust: "trust",
embeddedWallet: "embeddedWallet",
walletConnectV1: "walletConnectV1",
walletConnect: "walletConnect",
phantom: "phantom",
okx: "okx",
oneKey: "oneKey",
rabby: "rabby",
xdefi: "xdefi",
magicEden: "magicEden"
// add new ids sorted alphabetically
};
exports.walletIds = walletIds;