diff --git a/docs/about.md b/docs/about.md index e53f8cfb..a6c81d41 100644 --- a/docs/about.md +++ b/docs/about.md @@ -149,14 +149,14 @@ To dive deeper into configuration, you can check [typechain-compiler documentati Add the following to your `package.json`: ```json "dependencies": { - "@prosopo/typechain-compiler": "^0.5.16", - "@prosopo/typechain-types": "^0.0.22", + "@prosopo/typechain-compiler": "^1.1.15", + "@prosopo/typechain-types": "^1.1.15", "@types/node": "^17.0.34", "ts-node": "^10.7.0", "typescript": "^4.6.4", - "@polkadot/api": "10.12.2", - "@polkadot/api-contract": "10.12.2", - "@polkadot/keyring": "^10.4.2", + "@polkadot/api": "10.13.1", + "@polkadot/api-contract": "10.13.1", + "@polkadot/keyring": "^12.6.2", "@types/bn.js": "^5.1.0" } ``` diff --git a/examples/README.md b/examples/README.md index 928d9202..a10ecbd2 100644 --- a/examples/README.md +++ b/examples/README.md @@ -8,13 +8,13 @@ This directory contains examples of parsed contracts and pieces of advice how to - Add to your package.json file the following and install it with `npm i`: ```json "dependencies": { - "@prosopo/typechain-polkadot": "0.6.8", - "@prosopo/typechain-types": "^0.0.22", + "@prosopo/typechain-polkadot": "1.1.15", + "@prosopo/typechain-types": "^1.1.15", "@types/node": "^17.0.34", "ts-node": "^10.7.0", "typescript": "^4.6.4", - "@polkadot/api": "10.12.1", - "@polkadot/api-contract": "10.12.1", + "@polkadot/api": "10.13.1", + "@polkadot/api-contract": "10.13.1", "@types/bn.js": "^5.1.0" } ```