diff --git a/docs/network/evm-nodes.mdx b/docs/network/evm-nodes.mdx index 32af724f..8b384912 100644 --- a/docs/network/evm-nodes.mdx +++ b/docs/network/evm-nodes.mdx @@ -34,7 +34,7 @@ If you don't want to see all of the options and settings for the EVM node, you c 1. Download the latest release of the `octez-evm-node` binary from https://gitlab.com/tezos/tezos/-/releases. :::note - As of version 6.0, Etherlink requires at least version 0.48 of the `octez-evm-node` binary. + Version 0.50 or later of the `octez-evm-node` binary is strongly recommended for Etherlink 6.1. ::: 1. Run the `octez-evm-node run observer` command to start the node as an observer: diff --git a/docs/progress/upgrades.md b/docs/progress/upgrades.md index 348f5c35..a1c995c1 100644 --- a/docs/progress/upgrades.md +++ b/docs/progress/upgrades.md @@ -114,6 +114,17 @@ For more information about bridging events, see [How bridging FA tokens works](/ For more information, see [Announcing Farfadet: A 6th Upgrade Proposal for Etherlink Mainnet](https://medium.com/@etherlink/announcing-farfadet-a-6th-upgrade-proposal-for-etherlink-mainnet-6bc59793962d). +## Etherlink 6.1 + +:::note + +Version 0.50 or later of the `octez-evm-node` binary is strongly recommended for Etherlink 6.1. + +::: + +The Etherlink 6.1 upgrade went through the fast kernel governance process and fixed an issue with the FA bridge introduced in 6.0. +For more information, see [Announcing Etherlink 6.1: a bugfix proposal for FA token deposits](https://medium.com/@etherlink/announcing-etherlink-6-1-a-bugfix-proposal-for-fa-token-deposits-2cc08ffd6fad). + ## Changelog For full details about changes to Etherlink, see [Changelogs](/progress/changelogs).