forked from Stride-Labs/interchain-queries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
33 lines (33 loc) · 795 Bytes
/
config.yaml
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
32
33
default_chain: stride-testnet
chains:
gaia-testnet:
key: wallet
chain-id: GAIA
rpc-addr: http://127.0.0.1:23657
grpc-addr: http://127.0.0.1:23090
account-prefix: cosmos
keyring-backend: test
gas-adjustment: 1.2
gas-prices: 0.001uatom
key-directory: /root/.icq/keys
debug: false
timeout: 20s
block-timeout: ""
output-format: json
sign-mode: direct
stride-testnet:
key: wallet
chain-id: STRIDE-TESTNET-4
rpc-addr: http://20.2.71.19:16657
grpc-addr: http://20.2.71.19:16090
account-prefix: stride
keyring-backend: test
gas-adjustment: 1.2
gas-prices: 0.001ustrd
key-directory: /root/.icq/keys
debug: false
timeout: 20s
block-timeout: ""
output-format: json
sign-mode: direct
cl: {}