AgoricProviderProps: PropsWithChildren<{
    agoricNetworkConfigs: NetworkConfig[];
    defaultChainName?: string;
    modalTheme?: ThemeCustomizationProps;
    onConnectionError?: ((e) => void);
    provisionNoticeContent?: ProvisionNoticeProps["mainContent"];
    walletConnectOptions?: WalletConnectOptions;
    wallets: MainWalletBase[];
}>

Type declaration

  • agoricNetworkConfigs: NetworkConfig[]
  • Optional defaultChainName?: string
  • Optional modalTheme?: ThemeCustomizationProps
  • Optional onConnectionError?: ((e) => void)
      • (e): void
      • Parameters

        • e: unknown

        Returns void

  • Optional provisionNoticeContent?: ProvisionNoticeProps["mainContent"]
  • Optional walletConnectOptions?: WalletConnectOptions
  • wallets: MainWalletBase[]