Configurations
Detailed explanation of the Quirks configuration object and its parameters.
As seen before, to initialise Quirks it is necessary to pass an object with a valid configuration. Currently the library supports several configuration parameters to customise different layers (e.g. choose the storage type, the wallets to use, etc.).
Below is an in-depth look at all the elements that make up the
Config
type.
Usage
Types
Prop | Type | Default |
---|---|---|
walletConnectOptions? | - | |
persistOptions? | defaultPersistOptions | |
signerOptions? | - | |
signOptions? | - | |
autoSuggestions? | boolean | true |
autoConnect? | boolean | true |
assetsLists? | AssetLists[] | [] |
chains? | Chain[] | [] |
wallets? | Wallet[] | [] |
SignOptions
Prop | Type | Default |
---|---|---|
disableBalanceCheck? | boolean | true |
preferNoSetMemo? | boolean | true |
preferNoSetFee? | boolean | false |
SignerOptions
Prop | Type | Default |
---|---|---|
signingCosmwasm? | - | |
signingStargate? | - | |
stargate? | - |