Particle Network docs home pagelight logodark logo
  • Demo
  • Blog
  • GitHub
  • Support
  • Dashboard
  • Dashboard
PARTICLE WALLET
Particle Wallet FAQ
Introduction
Guides
APIs & SDKs
Changelog
Schedule a Demo
  • Particle Network
  • Discord
  • GitHub
  • Demo
  • APIs & SDKs
    • Introduction to APIs & SDKs
    PARTICLE CONNECT
    • Introduction to Particle Connect
    • SDKs (Desktop)
    • SDKs (Mobile)
    • FAQ
    PARTICLE AUTH
    • Introduction to Particle Auth
    • Server API
    • SDKs (Desktop)
    • SDKs (Mobile)
    • SDKs (Multi-platform)
    • FAQ
    PARTICLE WALLET
    • Introduction to Particle Wallet
    • Introduction to On-Ramp
    • SDKs (Desktop)
    • SDKs (Mobile)
    • FAQ
    ACCOUNT ABSTRACTION
    • Introduction to Smart Wallet-as-a-Service
    • SDKs (Desktop)
    • SDKs (Mobile)
    • Account Abstraction RPC
    • Bundler RPC
    • Paymaster RPC
    • FAQ
    BTC CONNECT
    • Introduction to BTC Connect
    • SDKs (Desktop)
    • BTC Connect RPC
    • FAQ
    EHNANCED
    • Overview
    • EVM Enhanced RPC
    • Solana Enhanced RPC
    • Swap RPC
    DEBUGGING
    • Common SDK Errors
    • Common API Errors
    PARTICLE WALLET

    Particle Wallet FAQ

    Find Frequently Asked Questions about Particle Wallet.

    Answer:

    You can use the fields in the wallet property within the Particle Auth or Particle Connect configuration object to track tokens in the embedded wallet. Specifically, the customStyle object provides two properties for managing token tracking:

    1. displayTokenAddresses: This property allows you to specify which token addresses should be tracked in the wallet interface.

    2. priorityTokenAddresses: This property enables you to define priorities when displaying tokens.

    Connectkit.tsx
        wallet({
          customStyle: {
            displayTokenAddresses: ["0x4d224452801ACEd8B2F0aebE155379bb5D594381"],
            priorityTokenAddresses: ["0x4d224452801ACEd8B2F0aebE155379bb5D594381"],
          },
        }),
    

    If the icon is undetected, our team must manually add it. Please contact us to update it.

    Answer: To customize the name and icon of your embedded wallet, please provide us with the desired name and icon. Our team will manually configure these details to reflect your preferences within the wallet interface.

    Answer: Incomplete transaction records in the wallet may occur due to the large number of supported chains, particularly on testnets where detailed transaction histories are not always available. For mainnets, we strive to ensure comprehensive support. If you notice any gaps in transaction records for a particular chain, please reach out to us, and we will assess the possibility of enhancing support for that chain.

    Answer: Token balance synchronization issues may arise due to indexing delays. If you experience a significant delay in updating token balances, please contact us, and we will investigate the issue to ensure accurate and timely synchronization of your wallet balances.

    Was this page helpful?

    Suggest editsRaise issue
    React Native (JS) - WalletIntroduction to Smart Wallet-as-a-Service
    xgithubdiscord
    Powered by Mintlify