Skip to content

Commit 85b45b6

Browse files
committed
Increase HOT_WALLET_MIN_BALANCE
Signed-off-by: cyc60 <avsysoev60@gmail.com>
1 parent ed6b1da commit 85b45b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/config/networks.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def IS_SUPPORT_V2_MIGRATION(self) -> bool:
8686
SECONDS_PER_BLOCK=Decimal(12),
8787
GENESIS_FORK_VERSION=Web3.to_bytes(hexstr=HexStr('0x00000000')),
8888
IS_POA=False,
89-
HOT_WALLET_MIN_BALANCE=Web3.to_wei('0.01', 'ether'),
89+
HOT_WALLET_MIN_BALANCE=Web3.to_wei('0.03', 'ether'),
9090
SHAPELLA_FORK_VERSION=Web3.to_bytes(hexstr=HexStr('0x03000000')),
9191
SHAPELLA_EPOCH=194048,
9292
),
@@ -114,7 +114,7 @@ def IS_SUPPORT_V2_MIGRATION(self) -> bool:
114114
SECONDS_PER_BLOCK=Decimal(12),
115115
GENESIS_FORK_VERSION=Web3.to_bytes(hexstr=HexStr('0x01017000')),
116116
IS_POA=False,
117-
HOT_WALLET_MIN_BALANCE=Web3.to_wei('0.01', 'ether'),
117+
HOT_WALLET_MIN_BALANCE=Web3.to_wei('0.03', 'ether'),
118118
SHAPELLA_FORK_VERSION=Web3.to_bytes(hexstr=HexStr('0x01017000')),
119119
SHAPELLA_EPOCH=256,
120120
),
@@ -148,7 +148,7 @@ def IS_SUPPORT_V2_MIGRATION(self) -> bool:
148148
SECONDS_PER_BLOCK=Decimal(12),
149149
GENESIS_FORK_VERSION=Web3.to_bytes(hexstr=HexStr('0x00001020')),
150150
IS_POA=True,
151-
HOT_WALLET_MIN_BALANCE=Web3.to_wei('0.01', 'ether'),
151+
HOT_WALLET_MIN_BALANCE=Web3.to_wei('0.03', 'ether'),
152152
SHAPELLA_FORK_VERSION=Web3.to_bytes(hexstr=HexStr('0x03001020')),
153153
SHAPELLA_EPOCH=162304,
154154
),
@@ -177,7 +177,7 @@ def IS_SUPPORT_V2_MIGRATION(self) -> bool:
177177
SECONDS_PER_BLOCK=Decimal('6.8'),
178178
GENESIS_FORK_VERSION=Web3.to_bytes(hexstr=HexStr('0x00000064')),
179179
IS_POA=False,
180-
HOT_WALLET_MIN_BALANCE=Web3.to_wei('0.01', 'ether'),
180+
HOT_WALLET_MIN_BALANCE=Web3.to_wei('0.03', 'ether'),
181181
SHAPELLA_FORK_VERSION=Web3.to_bytes(hexstr=HexStr('0x0')),
182182
SHAPELLA_EPOCH=0, # todo
183183
),

0 commit comments

Comments
 (0)