FAQ
Why can't I access VAMP WALLET on my website?
VAMP WALLET will only inject its provider into websites that begin with https://
, or if the host is localhost
or 127.0.0.1
. If your website only uses http://
, VAMP WALLET will not inject its provider and you will not be able to access the methods found at window.vamp
. Encrypting your web traffic and upgrading to https://
will restore functionality.
VAMP WALLET will also not inject its provider into any iframe.
Why isn't my token displaying properly?
VAMP WALLET supports the Token Metadata Standard established by Metaplex. When displaying tokens, VAMP WALLET will first categorize them according to their TokenStandard. If a token is considered Fungible
, VAMP WALLET will display it on the Home tab. Otherwise, VAMP WALLET will display it as a Collectible. For more information, please review:
Displaying Tokens on Blockchain´s
What types of NFTs are supported?
VAMP WALLET supports a range of NFT media types including images, audio files, video files, and 3D models. At this time, VAMP WALLET does not support HTML files. For a full list of the types of NFTs that VAMP WALLET will display, please reference.
Are hardware wallets supported?
Yes, VAMP WALLET currently supports Ledger and requires no special treatment on the application side.
How does VAMP WALLET import wallet addresses?
When importing addresses from an existing seed phrase, VAMP WALLET will scan for 20 addresses in each of our three supported derivation paths (bip44change
, bip44
, and a deprecated path), for a total of 60 addresses. For the convenience of the user, VAMP WALLET will filter this list of addresses down to wallets that have ever had signatures (i.e. have ever been used). VAMP WALLET will then sort this filtered list based on how many signatures each wallet has had plus the amount of lamports it currently owns.
Last updated