Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso committed Apr 23, 2024
1 parent b688b4b commit ecb7fb6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```
Expand Down
8 changes: 4 additions & 4 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```
Expand Down

0 comments on commit ecb7fb6

Please sign in to comment.