@juno-network/assets 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +29 -0
- package/main/assets.js +295 -0
- package/main/chain.js +139 -0
- package/main/ibc_assets.js +2179 -0
- package/main/index.js +39 -0
- package/module/assets.js +288 -0
- package/module/chain.js +132 -0
- package/module/ibc_assets.js +2172 -0
- package/module/index.js +9 -0
- package/package.json +81 -0
- package/types/assets.d.ts +28 -0
- package/types/chain.d.ts +61 -0
- package/types/ibc_assets.d.ts +31 -0
- package/types/index.d.ts +11 -0
package/main/index.js
ADDED
@@ -0,0 +1,39 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
4
|
+
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
6
|
+
value: true
|
7
|
+
});
|
8
|
+
Object.defineProperty(exports, "assets", {
|
9
|
+
enumerable: true,
|
10
|
+
get: function get() {
|
11
|
+
return _assets["default"];
|
12
|
+
}
|
13
|
+
});
|
14
|
+
Object.defineProperty(exports, "chain", {
|
15
|
+
enumerable: true,
|
16
|
+
get: function get() {
|
17
|
+
return _chain["default"];
|
18
|
+
}
|
19
|
+
});
|
20
|
+
exports["default"] = void 0;
|
21
|
+
Object.defineProperty(exports, "ibc_assets", {
|
22
|
+
enumerable: true,
|
23
|
+
get: function get() {
|
24
|
+
return _ibc_assets["default"];
|
25
|
+
}
|
26
|
+
});
|
27
|
+
|
28
|
+
var _assets = _interopRequireDefault(require("./assets"));
|
29
|
+
|
30
|
+
var _chain = _interopRequireDefault(require("./chain"));
|
31
|
+
|
32
|
+
var _ibc_assets = _interopRequireDefault(require("./ibc_assets"));
|
33
|
+
|
34
|
+
var _default = {
|
35
|
+
chain: _chain["default"],
|
36
|
+
assets: _assets["default"],
|
37
|
+
ibc_assets: _ibc_assets["default"]
|
38
|
+
};
|
39
|
+
exports["default"] = _default;
|
package/module/assets.js
ADDED
@@ -0,0 +1,288 @@
|
|
1
|
+
export default {
|
2
|
+
"$schema": "../assetlist.schema.json",
|
3
|
+
"chain_name": "juno",
|
4
|
+
"assets": [{
|
5
|
+
"description": "The native token of JUNO Chain",
|
6
|
+
"denom_units": [{
|
7
|
+
"denom": "ujuno",
|
8
|
+
"exponent": 0
|
9
|
+
}, {
|
10
|
+
"denom": "juno",
|
11
|
+
"exponent": 6
|
12
|
+
}],
|
13
|
+
"base": "ujuno",
|
14
|
+
"name": "Juno",
|
15
|
+
"display": "juno",
|
16
|
+
"symbol": "JUNO",
|
17
|
+
"logo_URIs": {
|
18
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png",
|
19
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg"
|
20
|
+
},
|
21
|
+
"coingecko_id": "juno-network"
|
22
|
+
}, {
|
23
|
+
"description": "The native token cw20 for Neta on Juno Chain",
|
24
|
+
"type_asset": "cw20",
|
25
|
+
"address": "juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr",
|
26
|
+
"denom_units": [{
|
27
|
+
"denom": "cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr",
|
28
|
+
"exponent": 0
|
29
|
+
}, {
|
30
|
+
"denom": "neta",
|
31
|
+
"exponent": 6
|
32
|
+
}],
|
33
|
+
"base": "cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr",
|
34
|
+
"name": "Neta",
|
35
|
+
"display": "neta",
|
36
|
+
"symbol": "NETA",
|
37
|
+
"logo_URIs": {
|
38
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.png",
|
39
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg"
|
40
|
+
},
|
41
|
+
"coingecko_id": "neta"
|
42
|
+
}, {
|
43
|
+
"description": "The native token cw20 for Marble DAO on Juno Chain",
|
44
|
+
"type_asset": "cw20",
|
45
|
+
"address": "juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl",
|
46
|
+
"denom_units": [{
|
47
|
+
"denom": "cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl",
|
48
|
+
"exponent": 0
|
49
|
+
}, {
|
50
|
+
"denom": "marble",
|
51
|
+
"exponent": 3
|
52
|
+
}],
|
53
|
+
"base": "cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl",
|
54
|
+
"name": "Marble",
|
55
|
+
"display": "marble",
|
56
|
+
"symbol": "MARBLE",
|
57
|
+
"logo_URIs": {
|
58
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.png",
|
59
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg"
|
60
|
+
},
|
61
|
+
"coingecko_id": "marble"
|
62
|
+
}, {
|
63
|
+
"description": "Hope Galaxy is an NFT collection based on its own native Token $HOPE, a cw20 token on Juno chain.",
|
64
|
+
"type_asset": "cw20",
|
65
|
+
"address": "juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z",
|
66
|
+
"denom_units": [{
|
67
|
+
"denom": "cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z",
|
68
|
+
"exponent": 0
|
69
|
+
}, {
|
70
|
+
"denom": "hope",
|
71
|
+
"exponent": 6
|
72
|
+
}],
|
73
|
+
"base": "cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z",
|
74
|
+
"name": "Hope Galaxy",
|
75
|
+
"display": "hope",
|
76
|
+
"symbol": "HOPE",
|
77
|
+
"logo_URIs": {
|
78
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png",
|
79
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg"
|
80
|
+
},
|
81
|
+
"coingecko_id": "hope-galaxy"
|
82
|
+
}, {
|
83
|
+
"description": "Racoon aims to simplify accessibility to AI, NFTs and Gambling on the Cosmos Ecosystem",
|
84
|
+
"type_asset": "cw20",
|
85
|
+
"address": "juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa",
|
86
|
+
"denom_units": [{
|
87
|
+
"denom": "cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa",
|
88
|
+
"exponent": 0
|
89
|
+
}, {
|
90
|
+
"denom": "rac",
|
91
|
+
"exponent": 6
|
92
|
+
}],
|
93
|
+
"base": "cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa",
|
94
|
+
"name": "Racoon",
|
95
|
+
"display": "rac",
|
96
|
+
"symbol": "RAC",
|
97
|
+
"logo_URIs": {
|
98
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png",
|
99
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg"
|
100
|
+
},
|
101
|
+
"coingecko_id": "racoon"
|
102
|
+
}, {
|
103
|
+
"description": "The native token of Marble DEX on Juno Chain",
|
104
|
+
"type_asset": "cw20",
|
105
|
+
"address": "juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq",
|
106
|
+
"denom_units": [{
|
107
|
+
"denom": "cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq",
|
108
|
+
"exponent": 0
|
109
|
+
}, {
|
110
|
+
"denom": "block",
|
111
|
+
"exponent": 6
|
112
|
+
}],
|
113
|
+
"base": "cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq",
|
114
|
+
"name": "Block",
|
115
|
+
"display": "block",
|
116
|
+
"symbol": "BLOCK",
|
117
|
+
"logo_URIs": {
|
118
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.png",
|
119
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg"
|
120
|
+
}
|
121
|
+
}, {
|
122
|
+
"description": "The DAO token to build consensus among Hong Kong People",
|
123
|
+
"type_asset": "cw20",
|
124
|
+
"address": "juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49",
|
125
|
+
"denom_units": [{
|
126
|
+
"denom": "cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49",
|
127
|
+
"exponent": 0,
|
128
|
+
"aliases": ["dhk"]
|
129
|
+
}],
|
130
|
+
"base": "cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49",
|
131
|
+
"name": "DHK",
|
132
|
+
"display": "dhk",
|
133
|
+
"symbol": "DHK",
|
134
|
+
"logo_URIs": {
|
135
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png",
|
136
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg"
|
137
|
+
}
|
138
|
+
}, {
|
139
|
+
"description": "Token governance for Junoswap",
|
140
|
+
"type_asset": "cw20",
|
141
|
+
"address": "juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g",
|
142
|
+
"denom_units": [{
|
143
|
+
"denom": "cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g",
|
144
|
+
"exponent": 0
|
145
|
+
}, {
|
146
|
+
"denom": "raw",
|
147
|
+
"exponent": 6
|
148
|
+
}],
|
149
|
+
"base": "cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g",
|
150
|
+
"name": "JunoSwap",
|
151
|
+
"display": "raw",
|
152
|
+
"symbol": "RAW",
|
153
|
+
"logo_URIs": {
|
154
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png"
|
155
|
+
},
|
156
|
+
"coingecko_id": "junoswap-raw-dao"
|
157
|
+
}, {
|
158
|
+
"description": "Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!",
|
159
|
+
"type_asset": "cw20",
|
160
|
+
"address": "juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w",
|
161
|
+
"denom_units": [{
|
162
|
+
"denom": "cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w",
|
163
|
+
"exponent": 0
|
164
|
+
}, {
|
165
|
+
"denom": "asvt",
|
166
|
+
"exponent": 6
|
167
|
+
}],
|
168
|
+
"base": "cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w",
|
169
|
+
"name": "Another.Software Validator Token",
|
170
|
+
"display": "asvt",
|
171
|
+
"symbol": "ASVT",
|
172
|
+
"logo_URIs": {
|
173
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png"
|
174
|
+
}
|
175
|
+
}, {
|
176
|
+
"description": "IBC HNS is HNS, coin of Handshake, decentralized root namesystem, but wrapped to cosmos for IBC support by Another.Software through Juno netowrk.",
|
177
|
+
"type_asset": "cw20",
|
178
|
+
"address": "juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k",
|
179
|
+
"denom_units": [{
|
180
|
+
"denom": "cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k",
|
181
|
+
"exponent": 0
|
182
|
+
}, {
|
183
|
+
"denom": "hns",
|
184
|
+
"exponent": 6
|
185
|
+
}],
|
186
|
+
"base": "cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k",
|
187
|
+
"name": "IBC HNS (Handshake)",
|
188
|
+
"display": "hns",
|
189
|
+
"symbol": "HNS",
|
190
|
+
"logo_URIs": {
|
191
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg"
|
192
|
+
}
|
193
|
+
}, {
|
194
|
+
"description": "DAO dedicated to building tools on the Juno Network",
|
195
|
+
"type_asset": "cw20",
|
196
|
+
"address": "juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3",
|
197
|
+
"denom_units": [{
|
198
|
+
"denom": "cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3",
|
199
|
+
"exponent": 0
|
200
|
+
}, {
|
201
|
+
"denom": "joe",
|
202
|
+
"exponent": 6
|
203
|
+
}],
|
204
|
+
"base": "cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3",
|
205
|
+
"name": "JoeDAO",
|
206
|
+
"display": "joe",
|
207
|
+
"symbol": "JOE",
|
208
|
+
"logo_URIs": {
|
209
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png"
|
210
|
+
}
|
211
|
+
}, {
|
212
|
+
"description": "Governance Token for Digital Land Acquisition DAO",
|
213
|
+
"type_asset": "cw20",
|
214
|
+
"address": "juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr",
|
215
|
+
"denom_units": [{
|
216
|
+
"denom": "cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr",
|
217
|
+
"exponent": 0
|
218
|
+
}, {
|
219
|
+
"denom": "dla",
|
220
|
+
"exponent": 6
|
221
|
+
}],
|
222
|
+
"base": "cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr",
|
223
|
+
"name": "Digital Land Acquisition DAO",
|
224
|
+
"display": "dla",
|
225
|
+
"symbol": "DLA",
|
226
|
+
"logo_URIs": {
|
227
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.png",
|
228
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.svg"
|
229
|
+
}
|
230
|
+
}, {
|
231
|
+
"description": "DeFi gaming platform built on Juno",
|
232
|
+
"type_asset": "cw20",
|
233
|
+
"address": "juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se",
|
234
|
+
"denom_units": [{
|
235
|
+
"denom": "cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se",
|
236
|
+
"exponent": 0
|
237
|
+
}, {
|
238
|
+
"denom": "glto",
|
239
|
+
"exponent": 6
|
240
|
+
}],
|
241
|
+
"base": "cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se",
|
242
|
+
"name": "Gelotto",
|
243
|
+
"display": "glto",
|
244
|
+
"symbol": "GLTO",
|
245
|
+
"logo_URIs": {
|
246
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png",
|
247
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg"
|
248
|
+
}
|
249
|
+
}, {
|
250
|
+
"description": "Gelotto Year 1 Grand Prize Token",
|
251
|
+
"type_asset": "cw20",
|
252
|
+
"address": "juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh",
|
253
|
+
"denom_units": [{
|
254
|
+
"denom": "cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh",
|
255
|
+
"exponent": 0
|
256
|
+
}, {
|
257
|
+
"denom": "gkey",
|
258
|
+
"exponent": 6
|
259
|
+
}],
|
260
|
+
"base": "cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh",
|
261
|
+
"name": "GKey",
|
262
|
+
"display": "gkey",
|
263
|
+
"symbol": "GKEY",
|
264
|
+
"logo_URIs": {
|
265
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.png",
|
266
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg"
|
267
|
+
}
|
268
|
+
}, {
|
269
|
+
"description": "The native token cw20 for BlackHole on Juno Chain",
|
270
|
+
"type_asset": "cw20",
|
271
|
+
"address": "juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca",
|
272
|
+
"denom_units": [{
|
273
|
+
"denom": "cw20:juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca",
|
274
|
+
"exponent": 0
|
275
|
+
}, {
|
276
|
+
"denom": "blkh",
|
277
|
+
"exponent": 4
|
278
|
+
}],
|
279
|
+
"base": "cw20:juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca",
|
280
|
+
"name": "Blackhole",
|
281
|
+
"display": "blkh",
|
282
|
+
"symbol": "BLKH",
|
283
|
+
"logo_URIs": {
|
284
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blkh.png",
|
285
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blkh.svg"
|
286
|
+
}
|
287
|
+
}]
|
288
|
+
};
|
package/module/chain.js
ADDED
@@ -0,0 +1,132 @@
|
|
1
|
+
export default {
|
2
|
+
"$schema": "../chain.schema.json",
|
3
|
+
"chain_name": "juno",
|
4
|
+
"status": "live",
|
5
|
+
"network_type": "mainnet",
|
6
|
+
"pretty_name": "Juno",
|
7
|
+
"chain_id": "juno-1",
|
8
|
+
"bech32_prefix": "juno",
|
9
|
+
"slip44": 118,
|
10
|
+
"genesis": {
|
11
|
+
"genesis_url": "https://raw.githubusercontent.com/CosmosContracts/mainnet/main/juno-1/genesis.json"
|
12
|
+
},
|
13
|
+
"codebase": {
|
14
|
+
"git_repo": "https://github.com/CosmosContracts/juno",
|
15
|
+
"recommended_version": "v9.0.0",
|
16
|
+
"compatible_versions": ["v9.0.0"]
|
17
|
+
},
|
18
|
+
"daemon_name": "junod",
|
19
|
+
"node_home": "$HOME/.juno",
|
20
|
+
"key_algos": ["secp256k1"],
|
21
|
+
"peers": {
|
22
|
+
"seeds": [{
|
23
|
+
"id": "2484353dab0b2c1275765b8ffa2c50b3b36158ca",
|
24
|
+
"address": "seed-node.junochain.com:26656"
|
25
|
+
}, {
|
26
|
+
"id": "ef2315d81caa27e4b0fd0f267d301569ee958893",
|
27
|
+
"address": "juno-seed.blockpane.com:26656"
|
28
|
+
}, {
|
29
|
+
"id": "22ee6e65e5e79cd0b970dd11e52761de8d1d6dfd",
|
30
|
+
"address": "seeds.pupmos.network:2001",
|
31
|
+
"provider": "PUPMØS"
|
32
|
+
}],
|
33
|
+
"persistent_peers": [{
|
34
|
+
"id": "b1f46f1a1955fc773d3b73180179b0e0a07adce1",
|
35
|
+
"address": "162.55.244.250:39656"
|
36
|
+
}, {
|
37
|
+
"id": "7f593757c0cde8972ce929381d8ac8e446837811",
|
38
|
+
"address": "178.18.255.244:26656"
|
39
|
+
}, {
|
40
|
+
"id": "7b22dfc605989d66b89d2dfe118d799ea5abc2f0",
|
41
|
+
"address": "167.99.210.65:26656"
|
42
|
+
}, {
|
43
|
+
"id": "4bd9cac019775047d27f9b9cea66b25270ab497d",
|
44
|
+
"address": "137.184.7.164:26656"
|
45
|
+
}, {
|
46
|
+
"id": "bd822a8057902fbc80fd9135e335f0dfefa32342",
|
47
|
+
"address": "65.21.202.159:38656"
|
48
|
+
}, {
|
49
|
+
"id": "15827c6c13f919e4d9c11bcca23dff4e3e79b1b8",
|
50
|
+
"address": "51.38.52.210:38656"
|
51
|
+
}, {
|
52
|
+
"id": "e665df28999b2b7b40cff2fe4030682c380bf294",
|
53
|
+
"address": "188.40.106.109:38656"
|
54
|
+
}, {
|
55
|
+
"id": "92804ce50c85ff4c7cf149d347dd880fc3735bf4",
|
56
|
+
"address": "34.94.231.154:26656"
|
57
|
+
}, {
|
58
|
+
"id": "795ed214b8354e8468f46d1bbbf6e128a88fe3bd",
|
59
|
+
"address": "34.127.19.222:26656"
|
60
|
+
}, {
|
61
|
+
"id": "ea9c1ac0e91639b2c7957d9604655e2263abe4e1",
|
62
|
+
"address": "185.181.103.136:26656"
|
63
|
+
}]
|
64
|
+
},
|
65
|
+
"apis": {
|
66
|
+
"rpc": [{
|
67
|
+
"address": "https://rpc-juno.whispernode.com",
|
68
|
+
"provider": " WhisperNode 🤐"
|
69
|
+
}, {
|
70
|
+
"address": "https://rpc-juno.itastakers.com",
|
71
|
+
"provider": "itastakers"
|
72
|
+
}, {
|
73
|
+
"address": "https://rpc-juno.ecostake.com",
|
74
|
+
"provider": "ecostake"
|
75
|
+
}, {
|
76
|
+
"address": "https://juno-rpc.polkachu.com",
|
77
|
+
"provider": "Polkachu"
|
78
|
+
}, {
|
79
|
+
"address": "https://rpc.juno.pupmos.network",
|
80
|
+
"provider": "PUPMØS"
|
81
|
+
}, {
|
82
|
+
"address": "https://rpc.junomint.com",
|
83
|
+
"provider": "EZStaking.io"
|
84
|
+
}, {
|
85
|
+
"address": "https://rpc-juno-ia.notional.ventures/",
|
86
|
+
"provider": "Notional"
|
87
|
+
}],
|
88
|
+
"rest": [{
|
89
|
+
"address": "https://lcd-juno.whispernode.com",
|
90
|
+
"provider": " WhisperNode 🤐"
|
91
|
+
}, {
|
92
|
+
"address": "https://lcd-juno.itastakers.com",
|
93
|
+
"provider": "itastakers"
|
94
|
+
}, {
|
95
|
+
"address": "https://rest-juno.ecostake.com",
|
96
|
+
"provider": "ecostake"
|
97
|
+
}, {
|
98
|
+
"address": "https://api.juno.pupmos.network",
|
99
|
+
"provider": "PUPMØS"
|
100
|
+
}, {
|
101
|
+
"address": "https://lcd.junomint.com",
|
102
|
+
"provider": "EZStaking.io"
|
103
|
+
}, {
|
104
|
+
"address": "https://api-juno-ia.notional.ventures/",
|
105
|
+
"provider": "Notional"
|
106
|
+
}],
|
107
|
+
"grpc": [{
|
108
|
+
"address": "35.243.205.230:9090",
|
109
|
+
"provider": "strangelove"
|
110
|
+
}, {
|
111
|
+
"address": "grpc-juno-ia.notional.ventures:443",
|
112
|
+
"provider": "Notional"
|
113
|
+
}]
|
114
|
+
},
|
115
|
+
"explorers": [{
|
116
|
+
"kind": "ping.pub",
|
117
|
+
"url": "https://ping.pub/juno",
|
118
|
+
"tx_page": "https://ping.pub/juno/tx/${txHash}"
|
119
|
+
}, {
|
120
|
+
"kind": "explorers.guru",
|
121
|
+
"url": "https://juno.explorers.guru",
|
122
|
+
"tx_page": "https://juno.explorers.guru/transaction/${txHash}"
|
123
|
+
}, {
|
124
|
+
"kind": "mintscan",
|
125
|
+
"url": "https://www.mintscan.io/juno",
|
126
|
+
"tx_page": "https://www.mintscan.io/juno/txs/{txHash}"
|
127
|
+
}, {
|
128
|
+
"kind": "atomscan",
|
129
|
+
"url": "https://atomscan.com/juno",
|
130
|
+
"tx_page": "https://atomscan.com/juno/transactions/${txHash}"
|
131
|
+
}]
|
132
|
+
};
|