@acala-network/chopsticks 0.9.2-4 → 0.9.2-6

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.
@@ -47,12 +47,12 @@ export declare const configSchema: z.ZodObject<{
47
47
  }>;
48
48
  }, "strip", z.ZodTypeAny, {
49
49
  name: string;
50
+ id: string;
50
51
  properties: {
51
52
  ss58Format?: number | undefined;
52
53
  tokenDecimals?: number | number[] | undefined;
53
54
  tokenSymbol?: string | string[] | undefined;
54
55
  };
55
- id: string;
56
56
  genesis: {
57
57
  raw: {
58
58
  top: Record<string, string>;
@@ -60,12 +60,12 @@ export declare const configSchema: z.ZodObject<{
60
60
  };
61
61
  }, {
62
62
  name: string;
63
+ id: string;
63
64
  properties: {
64
65
  ss58Format?: number | undefined;
65
66
  tokenDecimals?: number | number[] | undefined;
66
67
  tokenSymbol?: string | string[] | undefined;
67
68
  };
68
- id: string;
69
69
  genesis: {
70
70
  raw: {
71
71
  top: Record<string, string>;
@@ -89,12 +89,12 @@ export declare const configSchema: z.ZodObject<{
89
89
  'wasm-override'?: string | undefined;
90
90
  genesis?: string | {
91
91
  name: string;
92
+ id: string;
92
93
  properties: {
93
94
  ss58Format?: number | undefined;
94
95
  tokenDecimals?: number | number[] | undefined;
95
96
  tokenSymbol?: string | string[] | undefined;
96
97
  };
97
- id: string;
98
98
  genesis: {
99
99
  raw: {
100
100
  top: Record<string, string>;
@@ -118,12 +118,12 @@ export declare const configSchema: z.ZodObject<{
118
118
  'wasm-override'?: string | undefined;
119
119
  genesis?: string | {
120
120
  name: string;
121
+ id: string;
121
122
  properties: {
122
123
  ss58Format?: number | undefined;
123
124
  tokenDecimals?: number | number[] | undefined;
124
125
  tokenSymbol?: string | string[] | undefined;
125
126
  };
126
- id: string;
127
127
  genesis: {
128
128
  raw: {
129
129
  top: Record<string, string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acala-network/chopsticks",
3
- "version": "0.9.2-4",
3
+ "version": "0.9.2-6",
4
4
  "author": "Acala Developers <hello@acala.network>",
5
5
  "license": "Apache-2.0",
6
6
  "bin": "./chopsticks.cjs",
@@ -14,8 +14,8 @@
14
14
  "docs:prep": "typedoc"
15
15
  },
16
16
  "dependencies": {
17
- "@acala-network/chopsticks-core": "0.9.2-4",
18
- "@acala-network/chopsticks-db": "0.9.2-4",
17
+ "@acala-network/chopsticks-core": "0.9.2-6",
18
+ "@acala-network/chopsticks-db": "0.9.2-6",
19
19
  "@pnpm/npm-conf": "^2.2.2",
20
20
  "axios": "^1.6.0",
21
21
  "dotenv": "^16.3.1",