Merge pull request #728 from fadeev/patch-1

feat: Starport config file
This commit is contained in:
Alexander Peters
2022-01-25 09:02:45 +01:00
committed by GitHub

16
config.yml Normal file
View File

@@ -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"