@ic-pay/icpay-widget 1.1.45 → 1.1.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -36,6 +36,8 @@ type CommonConfig = {
36
36
  publishableKey: string;
37
37
  apiUrl?: string;
38
38
  icHost?: string;
39
+ chainName?: string;
40
+ chainId?: number;
39
41
  metadata?: Record<string, any>;
40
42
  derivationOrigin?: string;
41
43
  actorProvider?: (canisterId: string, idl: any) => any;
@@ -573,6 +575,7 @@ declare class ICPayPayButton extends LitElement {
573
575
  private onrampPollTimer;
574
576
  private transakMessageHandlerBound;
575
577
  private pnp;
578
+ private oisyConnectRetriedNewTab;
576
579
  private sdk;
577
580
  private onrampPollingActive;
578
581
  private onrampNotifyController;