Skip to content

Commit

Permalink
Update precompiled contract address range (#14950)
Browse files Browse the repository at this point in the history
  • Loading branch information
ardislu authored Apr 3, 2024
1 parent d2cbe96 commit ab1f2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction-to-smart-contracts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ Precompiled Contracts
=====================

There is a small set of contract addresses that are special:
The address range between ``1`` and (including) ``8`` contains
The address range between ``1`` and (including) ``0x0a`` contains
"precompiled contracts" that can be called as any other contract
but their behavior (and their gas consumption) is not defined
by EVM code stored at that address (they do not contain code)
Expand Down

0 comments on commit ab1f2b8

Please sign in to comment.