Skip to content

Commit

Permalink
Add compatibility notes for typechain-polkadot
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Mar 13, 2024
1 parent 0695eb4 commit d14f8c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/faq/migrating-from-ink-4-to-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@ ensure that this version is enforced, otherwise users will get an error.
* Stable Rust >= 1.75
* `cargo-contract` >= v4.0
* `polkadot-js/api` and `polkadot-js/api-contract` >= 10.12.1
* `use-inkathon`: upgrade the `polkadot-js/api` and `polkadot-js/api-contract` dependencies in your project to >= 10.12.1
* ink!athon >= 0.7.0
* [`use-inkathon`](https://github.com/scio-labs/use-inkathon): upgrade the `polkadot-js/api` and `polkadot-js/api-contract` dependencies in your project to >= 10.12.1
* [ink!athon](https://inkathon.xyz/) >= 0.7.0
* [`typechain-polkadot`](https://github.com/Brushfam/typechain-polkadot) >= 1.2.0

## Important Changes

Expand Down

0 comments on commit d14f8c6

Please sign in to comment.