planetmint-go/config.yml
Julian Strobl e8dbfcb644 [ignite] Fix multiple main packages found
When downloading the `vendor/` directory with:
```
$ go mod vendor
```
and then e.g. run `ignite chain init` this error happens:

* specify the path to your chain's main package in your
  config.yml>build.main: multiple main packages found

Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-10-16 13:17:10 +02:00

25 lines
375 B
YAML

---
version: 1
build:
main: cmd/planetmint-god
accounts:
- name: alice
coins:
- 20000plmnt
- 200000000stake
- name: bob
coins:
- 100000000plmnt
- 100000000stake
client:
openapi:
path: docs/static/openapi.yml
faucet:
name: bob
coins:
- 100000000plmnt
- 100000stake
validators:
- name: alice
bonded: 100000000stake