@acala-network/chopsticks 0.10.0-1 → 0.10.0-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.
@@ -6,7 +6,7 @@ Example usage:
6
6
  To trace transaction calls, you can use the following command:
7
7
 
8
8
  ```bash
9
- npx @acala-network/chopsticks trace-transaction <tx-hash> --chain acala --output trace.json
9
+ npx @acala-network/chopsticks trace-transaction <tx-hash> --config acala --output trace.json
10
10
  ```
11
11
 
12
12
  VM trace can be enabled by add `--vm` flag to the command
@@ -6,7 +6,7 @@ Example usage:
6
6
  To trace transaction calls, you can use the following command:
7
7
 
8
8
  ```bash
9
- npx @acala-network/chopsticks trace-transaction <tx-hash> --chain acala --output trace.json
9
+ npx @acala-network/chopsticks trace-transaction <tx-hash> --config acala --output trace.json
10
10
  ```
11
11
 
12
12
  VM trace can be enabled by add `--vm` flag to the command
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acala-network/chopsticks",
3
- "version": "0.10.0-1",
3
+ "version": "0.10.0-2",
4
4
  "author": "Acala Developers <hello@acala.network>",
5
5
  "license": "Apache-2.0",
6
6
  "bin": "./chopsticks.cjs",
@@ -13,8 +13,8 @@
13
13
  "docs:prep": "typedoc"
14
14
  },
15
15
  "dependencies": {
16
- "@acala-network/chopsticks-core": "0.10.0-1",
17
- "@acala-network/chopsticks-db": "0.10.0-1",
16
+ "@acala-network/chopsticks-core": "0.10.0-2",
17
+ "@acala-network/chopsticks-db": "0.10.0-2",
18
18
  "@pnpm/npm-conf": "^2.2.2",
19
19
  "@polkadot/api-augment": "^10.11.2",
20
20
  "@polkadot/types": "^10.11.2",