@acala-network/chopsticks 0.6.3 → 0.6.4
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/lib/rpc/dev/index.js +1 -1
- package/package.json +2 -2
package/lib/rpc/dev/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const txpool_1 = require("
|
|
3
|
+
const txpool_1 = require("../../blockchain/txpool");
|
|
4
4
|
const shared_1 = require("../shared");
|
|
5
5
|
const set_storage_1 = require("../../utils/set-storage");
|
|
6
6
|
const logger_1 = require("../../logger");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acala-network/chopsticks",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.4",
|
|
4
4
|
"author": "Bryan Chen <xlchen1291@gmail.com>",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"bin": "./chopsticks.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"dev:moonbeam": "cd ../..; ts-node-dev --transpile-only --inspect --notify=false packages/chopsticks/src/cli.ts -- --config=configs/moonbeam.yml"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@acala-network/chopsticks-executor": "0.6.
|
|
19
|
+
"@acala-network/chopsticks-executor": "0.6.4",
|
|
20
20
|
"@polkadot/api": "^10.5.1",
|
|
21
21
|
"axios": "^1.4.0",
|
|
22
22
|
"js-yaml": "^4.1.0",
|