Skip to content

Commit

Permalink
add allow_ibc_client to mainnet genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
ASoTNetworks committed Mar 25, 2024
1 parent 3340b69 commit 21235df
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions example_mainnet_genesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@
voting_period='60s')

# Make redelegations faster
gentink.add_task(gentink.set_unbonding_time,
unbonding_time='1s')
# gentink.add_task(gentink.set_unbonding_time,
# unbonding_time='1s')

gentink.add_task(gentink.add_allowed_ibc_client,
allowed_ibc_client='09-localhost')

gentink.run_tasks()

0 comments on commit 21235df

Please sign in to comment.