-
Notifications
You must be signed in to change notification settings - Fork 0
/
commands copy.json
61 lines (59 loc) · 2.03 KB
/
commands copy.json
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
{
"commands": [
{
"path": "/home/jason/go/bin/rly",
"arguments": ["start", "akash-osmosis", "--debug-addr", ":8001"],
"info": {
"name": "akash-osmosis",
"icons": [
"https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png",
"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png"
]
}
},
{
"path": "/home/jason/go/bin/rly",
"arguments": ["start", "cosmoshub-osmosis", "--debug-addr", ":8002"],
"info": {
"name": "cosmoshub-osmosis",
"icons": [
"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png",
"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png"
]
}
},
{
"path": "/home/jason/go/bin/rly",
"arguments": ["start", "juno-osmosis", "--debug-addr", ":8003"],
"info": {
"name": "juno-osmosis",
"icons": [
"https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png",
"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png"
]
}
},
{
"path": "/home/jason/go/bin/rly",
"arguments": ["start", "dydx-osmosis", "--debug-addr", ":8004"],
"info": {
"name": "dydx-osmosis",
"icons": [
"https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png",
"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png"
]
}
},
{
"path": "/home/jason/go/bin/rly",
"arguments": ["start", "fetchhub-osmosis", "--debug-addr", ":8005"],
"info": {
"name": "fetchhub-osmosis",
"icons": [
"https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png",
"https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png"
]
}
}
]
}