Skip to content

Commit

Permalink
Reduce keys per gno validator (#26)
Browse files Browse the repository at this point in the history
* Reduce keys per gno validator

* Reduce keys per gno validator
  • Loading branch information
tsudmi authored Mar 8, 2022
1 parent 488a89b commit c8721f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stakewise_cli/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
default="0x010000000000000000000000fc9b67b6034f6b306ea9bd8ec1baf3efa2490394",
),
GENESIS_FORK_VERSION=bytes.fromhex("00000064"),
MAX_KEYS_PER_VALIDATOR=1000,
MAX_KEYS_PER_VALIDATOR=100,
# MAINNET ENS record is used as ENS is not deployed to gnosis chain
ETH1_ENDPOINT="",
DAO_ENS_NAME="",
Expand Down

0 comments on commit c8721f9

Please sign in to comment.