Skip to content

Commit

Permalink
Update committee ipfs (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi authored Mar 26, 2022
1 parent 60d5987 commit 225acdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stakewise_cli/eth1.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def get_operators_committee(network: str) -> List[List[str]]:

# TODO: remove once committee approved by DAO to mainnet ENS record
if network == MAINNET:
committee_config_url = "ipfs://QmcxbqLSC1NvjfCDPGMP93R2zRdrUMH9Ge5pFarDtM53iM"
committee_config_url = "ipfs://QmVp3QMpKCrnSwACzWVJbNrVQYAZSRwoNNWh7c4XcHb1St"
else:
committee_config_url = ens_resolver.functions.text(
node_id, ens_text_record
Expand Down

0 comments on commit 225acdb

Please sign in to comment.