We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e38f8 commit f593bacCopy full SHA for f593bac
package.json
@@ -20,6 +20,7 @@
20
"docker:compose": "./scripts/docker-compose.sh",
21
"poktroll:proxy:start": "./scripts/proxy-tunnel.sh start",
22
"poktroll:proxy:stop": "./scripts/proxy-tunnel.sh stop",
23
+ "poktroll:update-proto-files": "scripts/copy-poktroll-files.sh",
24
"docker:check-env:production": "env sh ./scripts/dotenv-check.sh production",
25
"docker:build:production": "yarn run docker:compose production build",
26
"docker:build:no-cache:production": "yarn run docker:compose production build --no-cache",
@@ -74,6 +75,7 @@
74
75
"typescript": "^5.2.2"
76
},
77
"dependencies": {
78
+ "@bufbuild/protobuf": "^2.2.0",
79
"@subql/node-cosmos": "^4.1.1",
80
"@subql/types-cosmos": "^3.5.2",
81
"@types/json-bigint": "^1.0.4",
0 commit comments