Import
Usage
Return Type
| Property | Type | Description |
|---|---|---|
displayedAssets | Array<{ contractAddress: string, chainId: number }> | Tokens displayed in the wallet UI. |
readOnlyNetworks | number[] | undefined | Network IDs where users can view but cannot initiate new transactions. |
setDisplayedAssets | (assets: ...) => void | Updates the list of displayed tokens. |
hideExternalConnectOptions | boolean | undefined | Hides external wallet connection options when true. |
hideConnectedWallets | boolean | undefined | Hides the connected wallets section when true. |
hideSocialConnectOptions | boolean | undefined | Hides social login options when true. |
readOnlyNetworks before allowing transaction attempts, and validate contract addresses before adding assets.