Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Revert stack limit increase and use updated polkadot-js/api instead #394

Merged
merged 2 commits into from
Jan 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build:calc": "bash ./calc/build.sh",
"build:docker": "docker build -t substrate-api-sidecar .",
"build:docs": "(cd docs && yarn && yarn build)",
"main": "node --stack_size=1300 ./build/src/main.js",
"main": "node ./build/src/main.js",
"lint": "tsc && eslint . --ext ts",
"deploy": "yarn build && standard-version",
"start": "yarn run main",
Expand All @@ -36,9 +36,9 @@
"test": "jest --silent"
},
"dependencies": {
"@polkadot/api": "^3.4.1",
"@polkadot/apps-config": "^0.75.1",
"@polkadot/util-crypto": "^5.2.3",
"@polkadot/api": "^3.5.1",
"@polkadot/apps-config": "^0.76.1",
"@polkadot/util-crypto": "^5.3.1",
"@substrate/calc": "^0.1.3",
"confmgr": "^1.0.6",
"express": "^4.17.1",
Expand Down
Loading