-
Notifications
You must be signed in to change notification settings - Fork 63
/
registry.yaml
95 lines (94 loc) · 2.9 KB
/
registry.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
version: 1
chains:
malaga:
chain_id: malaga-420
# Bech32 prefix for addresses
prefix: wasm
# This determines the gas payments we make (and defines the fee token)
gas_price: 0.25umlg
# The path we use to derive the private key from the mnemonic
# Note: The hd paths shown have no meaningful relationship to the existing chains.
# It is recommended practice to use a different hd_path than those commonly used for user accounts.
hd_path: m/44'/1234'/0'/1'
# If you include an optional faucet, it will load the relayer with tokens in `ibc-setup init`
faucet: https://faucet.malaga-420.cosmwasm.com:443
# You can optionally define a default ics20_port that will be used instead of transfer if no flags set
ics20_port: 'transfer'
estimated_block_time: 6000
estimated_indexer_time: 100
# You can include multiple RPC endpoints and it will rotate through them if
# one is down (TODO)
rpc:
- https://rpc.malaga-420.cosmwasm.com:443
local_wasm:
chain_id: testing
prefix: wasm
gas_price: 0.025ucosm
hd_path: m/44'/1234'/0'/2'
estimated_block_time: 400
estimated_indexer_time: 60
rpc:
- http://localhost:26659
local_gaia:
chain_id: gaia-testing
prefix: cosmos
gas_price: 0.025uatom
hd_path: m/44'/1234'/0'/3'
estimated_block_time: 400
estimated_indexer_time: 60
rpc:
- http://localhost:26655
local_osmo:
chain_id: osmo-testing
prefix: osmo
gas_price: 0uosmo
hd_path: m/44'/1234'/0'/4'
estimated_block_time: 400
estimated_indexer_time: 60
rpc:
- http://localhost:26653
cosmoshub-4:
chain_id: cosmoshub-4
prefix: cosmos
gas_price: 0.026uatom
# Default keyring hd_path for the SDK
# This is used for example by `gaiad keys` and most CosmJS webapps
# Set this if you want to share the relayer account with a CLI account (not recommended)
hd_path: m/44'/118'/0'/0/0
ics20_port: 'transfer'
estimated_block_time: 7000
estimated_indexer_time: 150
rpc:
- https://rpc.cosmos.network:443
juno:
chain_id: juno-1
prefix: juno
gas_price: 0.005ujuno
hd_path: m/44'/118'/0'/0/0
ics20_port: 'transfer'
estimated_block_time: 7000
estimated_indexer_time: 250
rpc:
- https://rpc-juno.itastakers.com:443
uni:
chain_id: uni-3
prefix: juno
gas_price: 0.025ujunox
hd_path: m/44'/118'/0'/0/0
ics20_port: 'transfer'
estimated_block_time: 7000
estimated_indexer_time: 250
# request in juno faucet channel https://discord.gg/TfsuB6yd
# faucet: https://faucet.uni.juno.deuslabs.fi
rpc:
- https://rpc.uni.juno.deuslabs.fi:443
osmosis:
chain_id: osmosis-1
prefix: osmo
gas_price: 0uosmo
hd_path: m/44'/118'/0'/0/0
ics20_port: 'transfer'
estimated_block_time: 7000
estimated_indexer_time: 250
rpc:
- https://rpc-osmosis.blockapsis.com:443