Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso committed Mar 25, 2024
2 parents b25f071 + 40e7bac commit 65895fa
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This library generates TypeScript types from an `ink!`-based smart contract.

# NOTE
This library is a modified version of 727-venture's typechain-polkadot library. Our team at prosopo is currently in the process of revamping the library to incorporate bug fixes, updates from polkadot libraries, and various improvements. Both the 727-venture and Brushfam iterations of this library seem to be in a state of disrepair, which prompted us to take it over. It's important to note that, at present, generating TypeScript code from a contract is functional, but only through the command line. The functionality of calling via JavaScript and the plugin system is currently flawed. We plan to address and rectify these issues in the near future.
This library is a modified version of 727-venture's typechain-polkadot library. Our team at prosopo is currently in the process of revamping the library to incorporate bug fixes, updates from polkadot libraries, and various improvements.

### Installation & import

Expand Down
4 changes: 2 additions & 2 deletions docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ Add the following to your `package.json`:
"@types/node": "^17.0.34",
"ts-node": "^10.7.0",
"typescript": "^4.6.4",
"@polkadot/api": "10.9.1",
"@polkadot/api-contract": "10.9.1",
"@polkadot/api": "^10.12.1",
"@polkadot/api-contract": "^10.12.1",
"@polkadot/keyring": "^10.4.2",
"@types/bn.js": "^5.1.0"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ This directory contains examples of parsed contracts and pieces of advice how to
"@types/node": "^17.0.34",
"ts-node": "^10.7.0",
"typescript": "^4.6.4",
"@polkadot/api": "10.9.1",
"@polkadot/api-contract": "10.9.1",
"@polkadot/api": "10.12.1",
"@polkadot/api-contract": "10.12.1",
"@types/bn.js": "^5.1.0"
}
```
Expand Down
4 changes: 2 additions & 2 deletions examples/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@types/node": "^17.0.34",
"ts-node": "^10.7.0",
"typescript": "^5.2.2",
"@polkadot/api": "10.11.2",
"@polkadot/api-contract": "10.11.2",
"@polkadot/api": "10.12.1",
"@polkadot/api-contract": "10.12.1",
"@types/bn.js": "^5.1.0"
},
"author": "Varex Silver",
Expand Down
4 changes: 2 additions & 2 deletions examples/psp22/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@types/node": "^18.8.0",
"ts-node": "^10.7.0",
"typescript": "^5.2.2",
"@polkadot/api": "10.11.2",
"@polkadot/api-contract": "10.11.2",
"@polkadot/api": "10.12.1",
"@polkadot/api-contract": "10.12.1",
"@types/bn.js": "^5.1.0"
},
"author": "Supercolony-net",
Expand Down
4 changes: 2 additions & 2 deletions examples/psp34/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@types/node": "^18.8.0",
"ts-node": "^10.7.0",
"typescript": "^5.2.2",
"@polkadot/api": "10.11.2",
"@polkadot/api-contract": "10.11.2",
"@polkadot/api": "10.12.1",
"@polkadot/api-contract": "10.12.1",
"@types/bn.js": "^5.1.1"
},
"author": "Supercolony-net",
Expand Down
4 changes: 2 additions & 2 deletions examples/psp34_enumerable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@types/node": "^18.8.0",
"ts-node": "^10.7.0",
"typescript": "^5.2.2",
"@polkadot/api": "10.11.2",
"@polkadot/api-contract": "10.11.2",
"@polkadot/api": "^10.12.1",
"@polkadot/api-contract": "^10.12.1",
"@types/bn.js": "^5.1.0"
},
"author": "Supercolony-net",
Expand Down
4 changes: 2 additions & 2 deletions packages/typechain-polkadot-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"homepage": "https://github.com/prosopo/typechain-polkadot#readme",
"dependencies": {
"@polkadot/api": "10.11.2",
"@polkadot/api-contract": "10.11.2",
"@polkadot/api": "10.12.1",
"@polkadot/api-contract": "10.12.1",
"@types/bn.js": "^5.1.0",
"@types/node": "^18.0.3",
"camelcase": "^6.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/typechain-polkadot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"engineStrict": true,
"dependencies": {
"@polkadot/api": "10.11.2",
"@polkadot/api-contract": "10.11.2",
"@polkadot/api": "10.12.2",
"@polkadot/api-contract": "10.12.2",
"@polkadot/keyring": "12.6.2",
"@prosopo/typechain-polkadot-parser": "1.1.14",
"@types/fs-extra": "^9.0.13",
Expand Down
4 changes: 2 additions & 2 deletions packages/typechain-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"main": "dist/index.js",
"homepage": "https://github.com/prosopo/typechain-polkadot#readme",
"dependencies": {
"@polkadot/api": "10.11.2",
"@polkadot/api-contract": "10.11.2",
"@polkadot/api": "10.12.1",
"@polkadot/api-contract": "10.12.1",
"@types/bn.js": "^5.1.0",
"@types/node": "^18.0.3",
"camelcase": "^6.3.0",
Expand Down

0 comments on commit 65895fa

Please sign in to comment.