-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: node-index, auth key interaction, and YAML support (#1044)
* node-index and auth key interaction * feat: yaml config support
- Loading branch information
1 parent
94f966a
commit 97a1561
Showing
14 changed files
with
185 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
chains: | ||
- name: gaia | ||
chain_id: localcosmos-1 | ||
denom: uatom | ||
binary: gaiad | ||
bech32_prefix: cosmos | ||
docker_image: | ||
version: v10.0.1 | ||
gas_prices: 0%DENOM% | ||
chain_type: cosmos | ||
coin_type: 118 | ||
trusting_period: 112h | ||
gas_adjustment: 2 | ||
number_vals: 1 | ||
number_node: 0 | ||
debugging: true | ||
block_time: 500ms | ||
genesis: | ||
modify: | ||
- key: app_state.gov.voting_params.voting_period | ||
value: 15s | ||
- key: app_state.gov.deposit_params.max_deposit_period | ||
value: 15s | ||
- key: app_state.gov.deposit_params.min_deposit.0.denom | ||
value: uatom | ||
accounts: | ||
- name: acc0 | ||
address: cosmos1hj5fveer5cjtn4wd6wstzugjfdxzl0xpxvjjvr | ||
amount: 10000000000%DENOM% | ||
mnemonic: decorate bright ozone fork gallery riot bus exhaust worth way bone | ||
indoor calm squirrel merry zero scheme cotton until shop any excess stage | ||
laundry |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.