Skip to content

Commit

Permalink
add balances section to the chain directive (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 authored Sep 17, 2024
1 parent 7dbc7e3 commit a095664
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/pages/config/chains.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -335,3 +335,19 @@ chains:
```

> Note: To complete the ICS setup one also needs to setup the relayer with ics enabled. Have a look at the [relayer](https://docs.cosmology.zone/starship/config/relayers#ics)

## `balances` (optional)
The `balances` directive allows you to set the initial balances for the chain addresses. This is useful when you want to test a chain with specific initial balances.

```yaml
chains:
- id: osmosis-1
name: osmosis
numValidators: 1
balances:
- address: cosmos1xv9tklw7d82sezh9haa573wufgy59vmwe6xxe5
coins: 100000000000000uosmo
- address: cosmos1xv9tklw7d82sezh9haa573wufgy59vmwe6xxe5
coins: 100000000000000uion
```

0 comments on commit a095664

Please sign in to comment.