diff --git a/config.yml b/config.yml deleted file mode 100644 index 6a22523391..0000000000 --- a/config.yml +++ /dev/null @@ -1,16 +0,0 @@ -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"