-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
81 lines (69 loc) · 1.75 KB
/
config.toml
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
# TODO: Convert to table
denoms = ["factory/neutron1lzecpea0qxw5xae92xkm3vaddeszr278k7w20c/dAsset", "factory/neutron1lzecpea0qxw5xae92xkm3vaddeszr278k7w20c/lAsset"]
denoms_source = "neutron"
[chains.neutron]
name = "Neutron"
chain_id = "neutron-1"
prefix = "neutron"
lcd = "https://lcd-neutron.whispernode.com/"
[chains.osmosis]
name = "Osmosis"
chain_id = "osmosis-1"
prefix = "osmo"
lcd = "https://osmosis-api.polkachu.com/"
[chains.terra]
name = "Terra"
chain_id = "phoenix-1"
prefix = "terra"
lcd = "https://terra-rest.publicnode.com/"
[chains.stargaze]
name = "Stargaze"
chain_id = "stargaze-1"
prefix = "stars"
lcd = "https://stargaze-api.polkachu.com/"
[chains.cosmos_hub]
name = "Cosmos Hub"
chain_id = "cosmoshub-4"
prefix = "cosmos"
lcd = "https://lcd-cosmoshub.whispernode.com/"
[chains.stride]
name = "Stride"
chain_id = "stride-1"
prefix = "stride"
lcd = "https://lcd-stride.whispernode.com/"
[paths.neutron-1]
osmosis-1 = "channel-10"
phoenix-1 = "channel-25"
stargaze-1 = "channel-18"
cosmoshub-4 = "channel-1"
stride-1 = "channel-8"
[paths.osmosis-1]
neutron-1 = "channel-874"
phoenix-1 = "channel-251"
stargaze-1 = "channel-75"
cosmoshub-4 = "channel-0"
stride-1 = "channel-326"
[paths.phoenix-1]
neutron-1 = "channel-229"
osmosis-1 = "channel-1"
stargaze-1 = "channel-324"
cosmoshub-4 = "channel-0"
stride-1 = "channel-46"
[paths.stargaze-1]
neutron-1 = "channel-191"
osmosis-1 = "channel-0"
phoenix-1 = "channel-266"
cosmoshub-4 = "channel-239"
stride-1 = "channel-106"
[paths.cosmoshub-4]
neutron-1 = "channel-569"
osmosis-1 = "channel-141"
phoenix-1 = "channel-339"
stargaze-1 = "channel-730"
stride-1 = "channel-391"
[paths.stride-1]
neutron-1 = "channel-123"
osmosis-1 = "channel-5"
phoenix-1 = "channel-52"
stargaze-1 = "channel-19"
cosmoshub-4 = "channel-0"