Skip to content

Commit 82e3a5c

Browse files
committed
format
1 parent ebbe237 commit 82e3a5c

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

content/evm/differences-with-ethereum.mdx

+11-10
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@ While Sei features full EVM compatibility, there are some distinctions between
66
Sei's EVM and Ethereum itself:
77

88
| | Sei | Ethereum Mainnet |
9-
| --------------------- | ------------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
10-
| Gas per Second | ~ 25 MegaGas/s | ~ 3 MegaGas/s |
11-
| TPS | ~ 12,500 | ~ 11 |
12-
| Block time | 400 ms | 12 s |
13-
| Finality | Instant | Various commitment levels (i.e., safe, latest, justified, finalized) |
14-
| EVM Version | Shanghai | Cancun |
15-
| Gas Limit | 10 M | 36 M |
16-
| Byte Size Limit | 21 MB | No byte-denominated limits |
17-
| Execution environment | EVM and CosmWasm | EVM |
18-
| Address space | Dual ECDSA-derived addresses; sei-native Bech32 (sei…) + EVM-compatible address (0x…) | ECDSA-derived address (0x…) |
9+
|-----------------------|---------------------------------------------------------------------------------------|----------------------------------------------------------------------|
10+
| **Gas per Second** | ~25 MegaGas/s | ~3 MegaGas/s |
11+
| **TPS** | ~12,500 | ~11 |
12+
| **Block Time** | 400 ms | 12 s |
13+
| **Finality** | Instant | Various commitment levels (i.e., safe, latest, justified, finalized) |
14+
| **EVM Version** | Shanghai | Cancun |
15+
| **Gas Limit** | 10 M | 36 M |
16+
| **Byte Size Limit** | 21 MB | No byte-denominated limits |
17+
| **Execution Env.** | EVM and CosmWasm | EVM |
18+
| **Address Space** | Dual ECDSA-derived addresses:<br>- Sei-native Bech32 (`sei…`)<br>- EVM-compatible (`0x…`) | ECDSA-derived address (`0x…`) |
19+
1920

2021
- Sei uses the [Shanghai](https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/shanghai.md) version of EVM. This means features rolled out on Ethereum mainnet via the [Cancun](https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/cancun.md) upgrade (i.e., EIP-4844 or blob transactions) are not supported on Sei
2122
- Sei's gas limit is 10M as opposed to Ethereum's 30M. Sei also has a byte size limit of 21MB.

0 commit comments

Comments
 (0)