diff --git a/docs/network/overview/ethereum-differences.mdx b/docs/network/overview/ethereum-differences.mdx
index ca85cfea23..a28eef9ffa 100644
--- a/docs/network/overview/ethereum-differences.mdx
+++ b/docs/network/overview/ethereum-differences.mdx
@@ -16,7 +16,7 @@ behavior on Ethereum Mainnet; if you're experiencing otherwise, please contact u
:::note
-With Linea [Beta v4](../../changelog/release-notes.mdx#beta-v40), Linea upgraded to the Pectra hard fork.
+With Linea [Beta v4.4](../../changelog/release-notes.mdx#beta-v44), Linea upgraded to the Fusaka hard fork.
:::
@@ -75,29 +75,16 @@ for more._
Ethereum |
Linea |
-
- | `BLAKE2f` |
-
- Compression function F used in the BLAKE2 cryptographic hashing algorithm.
- |
- Not supported. |
-
| `MODEXP` |
Arbitrary-precision exponentiation under modulo. |
Only supports arguments (base, exponent, modulus) that do not exceed
- 512-byte integers. |
+ 1024-byte integers.
| Precompiles as transaction recipients |
Applicable to various use cases. |
- Not supported. A transaction `to` address cannot be a precompile, i.e. an
- address in the range `0x01`-`0x09`. |
-
-
- | `RIPEMD-160` |
- A hash function. |
- Not supported. |
+ Not supported. A transaction `to` address cannot be a precompile. |
@@ -107,7 +94,7 @@ for more._
introduced a smart contract that enables the caller to `get` or `set` the hash tree root of a
beacon chain block.
-This functionality is available with Linea Beta v4. However, due to the difference in block time
+This functionality is available on Linea. However, due to the difference in block time
when compared to Ethereum Mainnet, only the root of the previous block is available.
## Call data