Skip to content

Commit 47a3646

Browse files
committed
feat(addresses): Add SYSTEM_ADDRESS
1 parent 566ab38 commit 47a3646

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ethereum_test_addresses/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
from .precompiles import Precompile
66
from .system_contracts import SystemContract
77

8+
SYSTEM_ADDRESS = 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE
9+
810
__all__ = [
911
"Precompile",
1012
"SystemContract",
13+
"SYSTEM_ADDRESS",
1114
]

0 commit comments

Comments
 (0)