-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
1,234 additions
and
1,296 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webb-tools/protocol-substrate-types", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Polkadot.js type definitions required for interacting with Webb's substrate protocol", | ||
"main": "./build/index.js", | ||
"author": "Webb Developers <[email protected]>", | ||
|
@@ -21,7 +21,7 @@ | |
"@babel/runtime": "^7.19.0", | ||
"@open-web3/orml-types": "^1.1.3", | ||
"@polkadot/api-derive": "10.1.4", | ||
"@polkadot/dev": "^0.72.16", | ||
"@polkadot/dev": "^0.72.34", | ||
"@polkadot/typegen": "10.1.4", | ||
"@polkadot/types": "10.1.4", | ||
"fs-extra": "^11.1.1", | ||
|
@@ -40,8 +40,8 @@ | |
"scripts": { | ||
"build": "node ./scripts/build.js", | ||
"build:interfaces": "yarn build:interfaces:defs && yarn build:interfaces:chain && rm ./src/interfaces/index.ts && rm ./src/interfaces/types.ts", | ||
"build:interfaces:defs": "npx ts-node node_modules/.bin/polkadot-types-from-defs --input ./src/interfaces --package @webb-tools/protocol-substrate-types --endpoint ./src/metadata/metadata.json", | ||
"build:interfaces:chain": "npx ts-node node_modules/.bin/polkadot-types-from-chain --endpoint ws://localhost:9944 --output ./src/interfaces", | ||
"build:interfaces:defs": "npx ts-node node_modules/.bin/polkadot-types-from-defs --input ./src/interfaces --endpoint ./src/metadata/metadata.json --package @webb-tools/protocol-substrate-types", | ||
"build:interfaces:chain": "npx ts-node node_modules/.bin/polkadot-types-from-chain --output ./src/interfaces --endpoint ./src/metadata/metadata.json", | ||
"clean": "rm -rf build && rm -rf ts-types", | ||
"publish-types": "node ./scripts/publish-types.js", | ||
"update:metadata": "npx ts-node ./scripts/updateMetadata.ts" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.