OptionalanalyticsThe analytics instance that will be used by the SDK
OptionalappA URL to the website of the application
OptionalblockThe block explorer used by the SDK
OptionalcolorSet the color mode for the UI elements (alerts and toasts)
OptionaldescriptionDescription of the application
OptionaldisableDisable all default Events and UI elements. If passed together with "eventHandlers", the default eventHandlers will be removed, and the ones passed by the user will be added.
OptionaldisclaimerA disclaimer text that will be displayed in the pairing alert
OptionalenableAutomatically switch between apps on Mobile Devices (Enabled by Default)
OptionalenableEnable metrics tracking (Disabled by Default)
OptionalerrorA list of contracts that the DApp is using. Allows to attach human readable error messages for to error codes
OptionaleventAn object that will be used to overwrite default event handler behaviour.
If you plan to overwrite all default events, use "disableDefaultEvents" instead.
This will overwrite the default event handler, so this can lead to unexpected behavior in some cases. We recommend that you overwrite all handlers if you want to use your own UI.
If you simply want to be notified of events happening, but do not want to overwrite the default behavior,
please use subscribeToEvent() on the DAppClient instead.
OptionalfeaturedThe wallets that will be featured in the UI.
OptionaliconA URL to the icon of the application
OptionalmatrixA list of matrix nodes to connect to. If a non-empty array is passed, the default options will be overwritten. One node will be randomly selected based on the local keypair and the other nodes will be used as a fallback in case the primary node goes down.
Only provide the hostname, no https:// prefix. Eg. { [Regions.EU1]: ['matrix.example.com'] }
Name of the application
OptionalnetworkIndicates on which network the DApp is running on.
OptionalpreferredPlease use "network" instead. Indicates on which network the DApp is planning to run. This is currently used to adjust the URLs of web-wallets in the pairing alert if they use different URLs for testnets. You will still have to define the network you intend to use during the permission request.
OptionalstorageThe storage that will be used by the SDK
OptionalwalletConfiguration that is passed to the WalletConnect transport.
This is required to enable WalletConnect connections.