@nexus-cross/dapp-ui 1.3.10 → 1.3.11-beta.2
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/index.cjs +14 -14
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +14 -14
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -1332,20 +1332,20 @@ declare function AppleIcon(): react_jsx_runtime.JSX.Element;
|
|
|
1332
1332
|
declare const WALLET_REGISTRY: {
|
|
1333
1333
|
cross_embedded: {
|
|
1334
1334
|
id: string;
|
|
1335
|
-
name: "
|
|
1335
|
+
name: "ONEpocket with Social";
|
|
1336
1336
|
description: string;
|
|
1337
1337
|
icon: typeof CROSSxIcon;
|
|
1338
1338
|
};
|
|
1339
1339
|
cross_wallet: {
|
|
1340
1340
|
id: string;
|
|
1341
|
-
name: "
|
|
1341
|
+
name: "ONEpocket";
|
|
1342
1342
|
description: string;
|
|
1343
1343
|
icon: typeof CROSSxIcon;
|
|
1344
1344
|
featured: true;
|
|
1345
1345
|
};
|
|
1346
1346
|
cross_extension: {
|
|
1347
1347
|
id: string;
|
|
1348
|
-
name: "
|
|
1348
|
+
name: "ONEpocket Extension";
|
|
1349
1349
|
description: string;
|
|
1350
1350
|
icon: typeof CROSSxIcon;
|
|
1351
1351
|
rdns: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1332,20 +1332,20 @@ declare function AppleIcon(): react_jsx_runtime.JSX.Element;
|
|
|
1332
1332
|
declare const WALLET_REGISTRY: {
|
|
1333
1333
|
cross_embedded: {
|
|
1334
1334
|
id: string;
|
|
1335
|
-
name: "
|
|
1335
|
+
name: "ONEpocket with Social";
|
|
1336
1336
|
description: string;
|
|
1337
1337
|
icon: typeof CROSSxIcon;
|
|
1338
1338
|
};
|
|
1339
1339
|
cross_wallet: {
|
|
1340
1340
|
id: string;
|
|
1341
|
-
name: "
|
|
1341
|
+
name: "ONEpocket";
|
|
1342
1342
|
description: string;
|
|
1343
1343
|
icon: typeof CROSSxIcon;
|
|
1344
1344
|
featured: true;
|
|
1345
1345
|
};
|
|
1346
1346
|
cross_extension: {
|
|
1347
1347
|
id: string;
|
|
1348
|
-
name: "
|
|
1348
|
+
name: "ONEpocket Extension";
|
|
1349
1349
|
description: string;
|
|
1350
1350
|
icon: typeof CROSSxIcon;
|
|
1351
1351
|
rdns: string;
|