@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.
- package/dist/{amount-input-kC6lDwg4.d.ts → amount-input-Datp6G4q.d.ts} +3 -0
- package/dist/{chunk-GN2PEQBK.js → chunk-DDCE2AR4.js} +83 -83
- package/dist/chunk-DDCE2AR4.js.map +1 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/react/index.d.ts +1 -1
- package/dist/react/index.js +1 -1
- package/package.json +2 -2
- package/dist/chunk-GN2PEQBK.js.map +0 -1
|
@@ -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;
|