diff --git a/docs/faq/migrating-from-ink-4-to-5.md b/docs/faq/migrating-from-ink-4-to-5.md index 5991080a8f..756760ed3c 100644 --- a/docs/faq/migrating-from-ink-4-to-5.md +++ b/docs/faq/migrating-from-ink-4-to-5.md @@ -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