Skip to content

Commit

Permalink
Update AVAILABLE_NETWORKS
Browse files Browse the repository at this point in the history
Signed-off-by: cyc60 <[email protected]>
  • Loading branch information
cyc60 committed Apr 4, 2024
1 parent da0ffbc commit aa005ec
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
from web3 import Web3
from web3.types import ChecksumAddress

from src.config.networks import HOLESKY, MAINNET, NETWORKS, NetworkConfig
from src.config.networks import (
CHIADO,
GNOSIS,
HOLESKY,
MAINNET,
NETWORKS,
NetworkConfig,
)
from src.validators.typings import ValidatorsRegistrationMode

DATA_DIR = Path.home() / '.stakewise'
Expand Down Expand Up @@ -230,7 +237,7 @@ def is_genesis_vault(self) -> bool:

settings = Settings()

AVAILABLE_NETWORKS = [MAINNET, HOLESKY]
AVAILABLE_NETWORKS = [MAINNET, HOLESKY, GNOSIS, CHIADO]
DEFAULT_NETWORK = MAINNET

# oracles
Expand Down

0 comments on commit aa005ec

Please sign in to comment.