Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gfusee committed Mar 9, 2024
1 parent 683894f commit a0d06dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions containers/localnet/change_genesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def replace_in_files():
with open(external_json_path, 'r') as f:
existing_data = json.load(f)

print(f"validators_objects: {validators_objects}, shards_count: {shards_count}")
existing_data = validators_objects[0:shards_count] + existing_data

existing_data.append(genesis_object)
Expand Down

0 comments on commit a0d06dc

Please sign in to comment.