@imtbl/checkout-sdk 2.7.4 → 2.7.6-alpha.0
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/browser/index.js
CHANGED
package/dist/node/index.cjs
CHANGED
package/dist/node/index.js
CHANGED
|
@@ -2,4 +2,6 @@ import { WidgetConfiguration } from './widget';
|
|
|
2
2
|
/**
|
|
3
3
|
* Connect Widget Configuration represents the configuration options for the Connect Widget.
|
|
4
4
|
*/
|
|
5
|
-
export type ConnectWidgetConfiguration = {
|
|
5
|
+
export type ConnectWidgetConfiguration = {
|
|
6
|
+
allowlistWalletRdns?: string[];
|
|
7
|
+
} & WidgetConfiguration;
|
|
@@ -13,4 +13,6 @@ export type ConnectWidgetParams = {
|
|
|
13
13
|
targetWalletRdns?: string | WalletProviderRdns;
|
|
14
14
|
/** List of wallets rdns to exclude from the connect widget */
|
|
15
15
|
blocklistWalletRdns?: string[];
|
|
16
|
+
/** List of wallets rdns to include in the connect widget */
|
|
17
|
+
allowlistWalletRdns?: string[];
|
|
16
18
|
};
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@imtbl/checkout-sdk",
|
|
3
3
|
"description": "Immutable Checkout SDK",
|
|
4
|
-
"version": "2.7.
|
|
4
|
+
"version": "2.7.6-alpha.0",
|
|
5
5
|
"author": "immutable",
|
|
6
6
|
"bugs": "https://github.com/immutable/ts-immutable-sdk/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@imtbl/blockchain-data": "2.7.
|
|
9
|
-
"@imtbl/bridge-sdk": "2.7.
|
|
10
|
-
"@imtbl/config": "2.7.
|
|
11
|
-
"@imtbl/dex-sdk": "2.7.
|
|
12
|
-
"@imtbl/generated-clients": "2.7.
|
|
13
|
-
"@imtbl/metrics": "2.7.
|
|
14
|
-
"@imtbl/orderbook": "2.7.
|
|
15
|
-
"@imtbl/passport": "2.7.
|
|
8
|
+
"@imtbl/blockchain-data": "2.7.6-alpha.0",
|
|
9
|
+
"@imtbl/bridge-sdk": "2.7.6-alpha.0",
|
|
10
|
+
"@imtbl/config": "2.7.6-alpha.0",
|
|
11
|
+
"@imtbl/dex-sdk": "2.7.6-alpha.0",
|
|
12
|
+
"@imtbl/generated-clients": "2.7.6-alpha.0",
|
|
13
|
+
"@imtbl/metrics": "2.7.6-alpha.0",
|
|
14
|
+
"@imtbl/orderbook": "2.7.6-alpha.0",
|
|
15
|
+
"@imtbl/passport": "2.7.6-alpha.0",
|
|
16
16
|
"@metamask/detect-provider": "^2.0.0",
|
|
17
17
|
"axios": "^1.6.5",
|
|
18
18
|
"ethers": "^6.13.4",
|