Skip to content
Snippets Groups Projects
Commit e0989db4 authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

ci network fix?

parent 569036db
No related branches found
No related tags found
No related merge requests found
{
"scripts": {
"build": "yarn generate:defs && yarn generate:meta && yarn generate:markdown",
"generate:metadata": "curl -H \"Content-Type: application/json\" -d '{\"id\":\"1\", \"jsonrpc\":\"2.0\", \"method\": \"state_getMetadata\", \"params\":[]}' http://10.0.0.23:9933 > ./metadata.json",
"generate:metadata": "curl -H \"Content-Type: application/json\" -d '{\"id\":\"1\", \"jsonrpc\":\"2.0\", \"method\": \"state_getMetadata\", \"params\":[]}' http://localhost:9933 > ./metadata.json",
"generate:defs": "ts-node --skip-project node_modules/.bin/polkadot-types-from-defs --package sample-polkadotjs-typegen/interfaces --input ./src/interfaces --endpoint \"wss://test.xxlabs.net\"",
"generate:meta": "ts-node --skip-project node_modules/.bin/polkadot-types-from-chain --package sample-polkadotjs-typegen/interfaces --endpoint \"wss://test.xxlabs.net\" --output ./src/interfaces",
"generate:typeshack": "echo \"export const oiwhriubrgvibu = false;\" > src/interfaces/types.ts",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment