Type Alias: LoadHappyWalletOptions
type LoadHappyWalletOptions = {
chainId?: string | number;
disableStyles?: boolean;
};
Defined in: packages/core/lib/loadHappyWallet.ts:13
Options for the loadHappyWallet
function as well as React and Vue
providers/plugins.
Properties
chainId?
optional chainId: string | number;
Defined in: packages/core/lib/loadHappyWallet.ts:20
The ID of the default chain to connect to, if it exists in the Happy Wallet.
If the chain with the given ID hasn't been added to the Happy Wallet yet, this will be ignored, and you must add and switch to chain once the user is connected
disableStyles?
optional disableStyles: boolean;
Defined in: packages/core/lib/loadHappyWallet.ts:25
Disable default styles on the connect badge