Skip to content

Commit

Permalink
use stable in typechain examples
Browse files Browse the repository at this point in the history
  • Loading branch information
coreggon11 committed Aug 25, 2023
1 parent 0017fc3 commit ae8e953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"scripts": {
"build": "npx @727-ventures/typechain-compiler --config ./typechain-compiler-config.json",
"build:release:no-compile": "npx @727-ventures/typechain-compiler --config ./typechain-compiler-config.json --release --noCompile",
"build:release": "npx @727-ventures/typechain-compiler --config ./typechain-compiler-config.json --release --toolchain 1.69",
"build:release": "npx @727-ventures/typechain-compiler --config ./typechain-compiler-config.json --release --toolchain stable",
"typechain": "npx @727-ventures/typechain-polkadot --in artifacts --out ./typechain-generated",
"test:mocha": "mocha --require @babel/register --require ts-node/register --recursive ./tests --extension \".ts\" --exit --timeout 20000",
"test:mocha-single": "mocha --require @babel/register --require ts-node/register --extension \".ts\" --exit --timeout 20000",
Expand Down

0 comments on commit ae8e953

Please sign in to comment.