diff --git a/package.json b/package.json index f4284925c..8902b6089 100644 --- a/package.json +++ b/package.json @@ -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",