Skip to content

Commit fdab65d

Browse files
authored
Merge pull request #380 from ethereum/dev
Release V2.7.0
2 parents 33cdafe + 818e229 commit fdab65d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="staking_deposit",
9-
version='2.6.0',
9+
version='2.7.0',
1010
py_modules=["staking_deposit"],
1111
packages=find_packages(exclude=('tests', 'docs')),
1212
python_requires=">=3.8,<4",

staking_deposit/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing import Dict, NamedTuple
22
from eth_utils import decode_hex
33

4-
DEPOSIT_CLI_VERSION = '2.6.0'
4+
DEPOSIT_CLI_VERSION = '2.7.0'
55

66

77
class BaseChainSetting(NamedTuple):
@@ -35,7 +35,7 @@ class BaseChainSetting(NamedTuple):
3535
GENESIS_VALIDATORS_ROOT=bytes.fromhex('53a92d8f2bb1d85f62d16a156e6ebcd1bcaba652d0900b2c2f387826f3481f6f'))
3636
# Holesky setting
3737
HoleskySetting = BaseChainSetting(
38-
NETWORK_NAME=HOLESKY, GENESIS_FORK_VERSION=bytes.fromhex('00017000'),
38+
NETWORK_NAME=HOLESKY, GENESIS_FORK_VERSION=bytes.fromhex('01017000'),
3939
GENESIS_VALIDATORS_ROOT=bytes.fromhex('9143aa7c615a7f7115e2b6aac319c03529df8242ae705fba9df39b79c59fa8b1'))
4040

4141

0 commit comments

Comments
 (0)