Skip to content

Commit

Permalink
update eth2spec
Browse files Browse the repository at this point in the history
  • Loading branch information
gurukamath committed Feb 7, 2024
1 parent 7bb7d1f commit 35a848f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ install_requires =
pycryptodome>=3,<4
coincurve>=18,<19
typing_extensions>=4
eth2spec @ git+https://github.com/ethereum/consensus-specs.git@7402712e4faebcb9cd87370d91acf638ae168949
eth2spec @ git+https://github.com/ethereum/consensus-specs.git@fe8db03f45609e9dd0abeede10294d77ef6fb92c

[options.package_data]
ethereum =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Implementation of the POINT EVALUATION precompiled contract.
"""
from eth2spec.deneb.minimal import (
from eth2spec.deneb.mainnet import (
KZGCommitment,
kzg_commitment_to_versioned_hash,
verify_kzg_proof,
Expand Down

0 comments on commit 35a848f

Please sign in to comment.