Skip to content

Commit

Permalink
Merge pull request #41 from hyphacoop/v15-release-export
Browse files Browse the repository at this point in the history
Add gov module adjustment
  • Loading branch information
dasanchez authored Apr 30, 2024
2 parents 962a288 + 032963c commit f7e8795
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example_release_testnet_genesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,8 @@
voting_period='60s')
gentink.add_task(gentink.add_allowed_ibc_client,
allowed_ibc_client='09-localhost')
gentink.add_task(gentink.increase_balance,
address='cosmos10d07y265gmmuvt4z0w9aw880jnsr700j6zn9kn',
amount=-100000)
gentink.add_task(gentink.set_unbonding_time)
gentink.run_tasks()

0 comments on commit f7e8795

Please sign in to comment.