Skip to content

Commit

Permalink
Merge pull request cosmos#728 from fadeev/patch-1
Browse files Browse the repository at this point in the history
feat: Starport config file
  • Loading branch information
alpe authored Jan 25, 2022
2 parents 75ec3c9 + 00a01da commit d500cb3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
accounts:
- name: alice
coins: ["20000token", "200000000stake"]
- name: bob
coins: ["10000token", "100000000stake"]
validator:
name: alice
staked: "100000000stake"
client:
openapi:
path: "docs/static/openapi.yml"
faucet:
name: bob
coins: ["5token", "100000stake"]
build:
main: "cmd/wasmd"

0 comments on commit d500cb3

Please sign in to comment.