mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-03-30 15:08:28 +00:00

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>
25 lines
375 B
YAML
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
|