@pushchain/ui-kit 1.1.30 → 1.1.31
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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pushchain/ui-kit",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.31",
|
|
4
4
|
"homepage": "https://push.org",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pushchain",
|
|
@@ -43,6 +43,5 @@
|
|
|
43
43
|
"scripts": {
|
|
44
44
|
"release:stable": "npx nx run ui-kit:nx-release-publish --otp=1",
|
|
45
45
|
"release:alpha": "npx nx run ui-kit:nx-release-alpha-publish --otp=1"
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
}
|
|
46
|
+
}
|
|
47
|
+
}
|
package/src/index.js
CHANGED
package/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages/ui-kit/src/index.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages/ui-kit/src/index.ts"],"names":[],"mappings":";;;AAAA,2BAAyB;AAEzB,gDAAsB;AAEtB,yCAAyC"}
|
|
@@ -7,7 +7,6 @@ export declare const pushWalletDonut: {
|
|
|
7
7
|
readonly url: "https://explorer.testnet.push.org";
|
|
8
8
|
};
|
|
9
9
|
};
|
|
10
|
-
blockTime?: number | undefined;
|
|
11
10
|
contracts?: viemChains.Prettify<{
|
|
12
11
|
[key: string]: import("viem").ChainContract | {
|
|
13
12
|
[sourceId: number]: import("viem").ChainContract | undefined;
|
|
@@ -26,7 +25,6 @@ export declare const pushWalletDonut: {
|
|
|
26
25
|
readonly name: "PUSH";
|
|
27
26
|
readonly symbol: "PUSH";
|
|
28
27
|
};
|
|
29
|
-
experimental_preconfirmationTime?: number | undefined;
|
|
30
28
|
rpcUrls: {
|
|
31
29
|
readonly default: {
|
|
32
30
|
readonly http: readonly ["https://evm.rpc-testnet-donut-node1.push.org/"];
|