Skip to content

Commit

Permalink
Updated GENESIS_VALIDATORS_IPFS_HASH (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-stakewise authored Nov 25, 2024
1 parent e5e71e4 commit de68803
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sw-utils"
version = "v0.6.32"
version = "v0.6.33"
description = "StakeWise Python utils"
authors = ["StakeWise Labs <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down
8 changes: 4 additions & 4 deletions sw_utils/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def SHAPELLA_FORK(self) -> ConsensusFork:
'0xAC0F906E433d58FA868F936E8A43230473652885'
),
GNO_TOKEN_CONTRACT_ADDRESS=Web3.to_checksum_address(EMPTY_ADDR_HEX),
GENESIS_VALIDATORS_IPFS_HASH='bafybeigzq2ntq5zw4tdym5vckbf66mla5q3ge2fzdgqslhckdytlmm7k7y',
GENESIS_VALIDATORS_IPFS_HASH='bafybeih7iqn3ke2cydzctd6bmg5j3xyjdhpg352lvzhxd2fld7h2erzpuu',
CHAIN_ID=1,
IS_POA=False,
FAR_FUTURE_EPOCH=18446744073709551615,
Expand Down Expand Up @@ -132,7 +132,7 @@ def SHAPELLA_FORK(self) -> ConsensusFork:
'0x8A94e1d22D83990205843cda08376d16F150c9bb'
),
GNO_TOKEN_CONTRACT_ADDRESS=Web3.to_checksum_address(EMPTY_ADDR_HEX),
GENESIS_VALIDATORS_IPFS_HASH='bafybeihhaxvlkbvwda6jy3ucawb4cdmgbaumbvoi337gdyp6hdtlrfnb64',
GENESIS_VALIDATORS_IPFS_HASH='bafybeifg4pobtkdhav577d354d6j4wga3krvrnz3zbviqbm7rfqewh6foy',
GENESIS_TIMESTAMP=Timestamp(1695902400),
GENESIS_VALIDATORS_ROOT=Bytes32(
Web3.to_bytes(
Expand Down Expand Up @@ -176,7 +176,7 @@ def SHAPELLA_FORK(self) -> ConsensusFork:
GNO_TOKEN_CONTRACT_ADDRESS=Web3.to_checksum_address(
'0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb'
),
GENESIS_VALIDATORS_IPFS_HASH='bafybeid4xnpjblh4izjb32qygdubyugotivm5rscx6b3jpsez4vxlyig44',
GENESIS_VALIDATORS_IPFS_HASH='bafybeih5addmhcgkuwliowdu5in3y2o5jtcayazol4mgi2jmcgm3dkxqpu',
GENESIS_TIMESTAMP=Timestamp(1638993340),
GENESIS_VALIDATORS_ROOT=Bytes32(
Web3.to_bytes(
Expand Down Expand Up @@ -218,7 +218,7 @@ def SHAPELLA_FORK(self) -> ConsensusFork:
GNO_TOKEN_CONTRACT_ADDRESS=Web3.to_checksum_address(
'0x19C653Da7c37c66208fbfbE8908A5051B57b4C70'
),
GENESIS_VALIDATORS_IPFS_HASH='bafybeih2he7opyg4e7ontq4cvh42tou4ekizpbn4emg6u5lhfziyxcm3zq',
GENESIS_VALIDATORS_IPFS_HASH='bafybeihkagspdbjaj4n5an4q5gzwyc6y3zu5s7xwjc5d7oqvzh7c4v4lfe',
GENESIS_TIMESTAMP=Timestamp(1665396300),
GENESIS_VALIDATORS_ROOT=Bytes32(
Web3.to_bytes(
Expand Down

0 comments on commit de68803

Please sign in to comment.