-
Notifications
You must be signed in to change notification settings - Fork 5
/
receiver.yml
31 lines (31 loc) · 925 Bytes
/
receiver.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
accounts:
- name: alice
mnemonic: cruise scene law sea push expose scorpion wire trick repair wave quote task dose inner denial alpha favorite certain blouse motion flash split lunch
coins: ["20000000atom", "2000000000stake"]
- name: bob
mnemonic: lizard garlic canyon winner cheese tent drip task because ecology clay bridge junk critic track artefact gather harsh deliver unit vacant earth diesel stool
coins: ["10000000atom", "1000000000stake"]
validator:
name: alice
staked: "100000000stake"
faucet:
host: ":4501"
name: bob
coins: ["1000000atom", "100000000stake"]
host:
rpc: ":26559"
p2p: ":26662"
prof: ":6062"
grpc: ":9096"
grpc-web: ":8092"
api: ":1312"
frontend: ":8082"
dev-ui: ":12352"
genesis:
chain_id: "receiver"
app_state:
interchainquery:
params:
allow_queries: ["/cosmos.bank.v1beta1.Query/AllBalances"]
init:
home: "$HOME/.receiver"