Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Manual implementation of basic types (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
filo87 authored May 17, 2022
1 parent 08c5fcd commit 01926bc
Show file tree
Hide file tree
Showing 10 changed files with 4,697 additions and 50 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"prepack": "rm -rf dist && npm build",
"test": "jest",
"codegen": "./node_modules/.bin/subql codegen",
"generate:defs": "ts-node --skip-project node_modules/.bin/polkadot-types-from-defs --package centrifuge-subql/src/api-interfaces --endpoint ./src/api-interfaces/cfg.json --input ./src/api-interfaces",
"generate:meta": "ts-node --skip-project node_modules/.bin/polkadot-types-from-chain --endpoint ./src/api-interfaces/cfg.json --output ./src/api-interfaces --strict",
"generate:defs": "ts-node --skip-project node_modules/.bin/polkadot-types-from-defs --package centrifuge-subql/src/api-interfaces --endpoint 'wss://fullnode-collator-2.development.cntrfg.com' --input ./src/api-interfaces",
"generate:meta": "ts-node --skip-project node_modules/.bin/polkadot-types-from-chain --endpoint 'wss://fullnode-collator-2.development.cntrfg.com' --output ./src/api-interfaces --strict",
"interface-build": "yarn generate:defs && yarn generate:meta && yarn build"
},
"homepage": "https://github.com/centrifuge/pools-subql",
Expand All @@ -33,7 +33,7 @@
"typescript": "^4.4.4"
},
"exports": {
"chaintypes": "src/chaintypes.ts"
"chaintypes": "./src/chaintypes.ts"
},
"resolutions": {
"ipfs-unixfs": "6.0.6"
Expand Down
5 changes: 0 additions & 5 deletions src/api-interfaces/cfg.json

This file was deleted.

Loading

0 comments on commit 01926bc

Please sign in to comment.