We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8364ad8 commit dace638Copy full SHA for dace638
tests/unit/test_erc7201.py
@@ -42,7 +42,11 @@ def test_erc7201_hex_namespace():
42
@pytest.mark.parametrize(
43
"namespace,expected",
44
[
45
- ("example.main", 0x183a6125c38840424c4a85fa12bab2ab606c4b6d0e7cc73c0c06ba5300eab500),
+ # see: https://eips.ethereum.org/EIPS/eip-7201#reference-implementation
46
+ (
47
+ "example.main",
48
+ 0x183A6125C38840424C4A85FA12BAB2AB606C4B6D0E7CC73C0C06BA5300EAB500,
49
+ ),
50
],
51
)
52
def test_erc7201_reference(namespace, expected):
0 commit comments