@chain-registry/juno 1.38.0 → 1.40.0
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/asset_list.js +18415 -0
- package/assets.js +1753 -0
- package/chain.js +424 -0
- package/esm/asset_list.js +18413 -0
- package/esm/assets.js +1751 -0
- package/esm/chain.js +422 -0
- package/esm/index.js +13 -0
- package/esm/testnet.js +94 -0
- package/esm/testnet_assets.js +86 -0
- package/{types/index.d.ts → index.d.ts} +5 -5
- package/index.js +23 -0
- package/package.json +27 -58
- package/testnet.js +96 -0
- package/testnet_assets.js +88 -0
- package/main/asset_list.js +0 -1
- package/main/assets.js +0 -1681
- package/main/chain.js +0 -337
- package/main/index.js +0 -49
- package/main/testnet.js +0 -86
- package/main/testnet_assets.js +0 -88
- /package/{types/asset_list.d.ts → asset_list.d.ts} +0 -0
- /package/{types/assets.d.ts → assets.d.ts} +0 -0
- /package/{types/chain.d.ts → chain.d.ts} +0 -0
- /package/{types/testnet.d.ts → testnet.d.ts} +0 -0
- /package/{types/testnet_assets.d.ts → testnet_assets.d.ts} +0 -0
package/chain.js
ADDED
|
@@ -0,0 +1,424 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const chain = {
|
|
4
|
+
$schema: '../chain.schema.json',
|
|
5
|
+
chain_name: 'juno',
|
|
6
|
+
status: 'live',
|
|
7
|
+
network_type: 'mainnet',
|
|
8
|
+
website: 'https://www.junonetwork.io/',
|
|
9
|
+
pretty_name: 'Juno',
|
|
10
|
+
chain_id: 'juno-1',
|
|
11
|
+
bech32_prefix: 'juno',
|
|
12
|
+
daemon_name: 'junod',
|
|
13
|
+
node_home: '$HOME/.juno',
|
|
14
|
+
key_algos: ['secp256k1'],
|
|
15
|
+
slip44: 118,
|
|
16
|
+
fees: {
|
|
17
|
+
fee_tokens: [{
|
|
18
|
+
denom: 'ujuno',
|
|
19
|
+
fixed_min_gas_price: 0.075,
|
|
20
|
+
low_gas_price: 0.075,
|
|
21
|
+
average_gas_price: 0.1,
|
|
22
|
+
high_gas_price: 0.125
|
|
23
|
+
}, {
|
|
24
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
25
|
+
fixed_min_gas_price: 0.003,
|
|
26
|
+
low_gas_price: 0.003,
|
|
27
|
+
average_gas_price: 0.0035,
|
|
28
|
+
high_gas_price: 0.004
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
31
|
+
staking: {
|
|
32
|
+
staking_tokens: [{
|
|
33
|
+
denom: 'ujuno'
|
|
34
|
+
}]
|
|
35
|
+
},
|
|
36
|
+
codebase: {
|
|
37
|
+
cosmos_sdk_version: 'v0.47.6',
|
|
38
|
+
cosmwasm_enabled: true,
|
|
39
|
+
cosmwasm_version: 'v0.45.0'
|
|
40
|
+
},
|
|
41
|
+
logo_URIs: {
|
|
42
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
43
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
44
|
+
},
|
|
45
|
+
description: 'Juno is a completely community owned and operated smart contract platform.',
|
|
46
|
+
apis: {
|
|
47
|
+
rpc: [
|
|
48
|
+
{
|
|
49
|
+
address: 'https://rpc-juno.whispernode.com:443',
|
|
50
|
+
provider: 'WhisperNode 🤐'
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
address: 'https://rpc-juno.itastakers.com',
|
|
54
|
+
provider: 'itastakers'
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
address: 'http://juno.rpc.m.stavr.tech:1067',
|
|
58
|
+
provider: '🔥STAVR🔥'
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
address: 'https://rpc-juno.ecostake.com',
|
|
62
|
+
provider: 'ecostake'
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
address: 'https://juno-rpc.polkachu.com',
|
|
66
|
+
provider: 'Polkachu'
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
address: 'https://juno-rpc.lavenderfive.com:443',
|
|
70
|
+
provider: 'Lavender.Five Nodes 🐝'
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
address: 'https://rpc-juno.pupmos.network',
|
|
74
|
+
provider: 'PUPMØS'
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
address: 'https://rpc-juno.cosmos-spaces.cloud',
|
|
78
|
+
provider: 'Cosmos Spaces'
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
address: 'https://rpc-juno-ia.cosmosia.notional.ventures/',
|
|
82
|
+
provider: 'Notional'
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
address: 'https://rpc.juno.chaintools.tech/',
|
|
86
|
+
provider: 'ChainTools'
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
address: 'https://juno-rpc.kleomedes.network',
|
|
90
|
+
provider: 'Kleomedes'
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
address: 'https://juno-rpc.icycro.org',
|
|
94
|
+
provider: 'IcyCRO 🧊'
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
address: 'https://rpc.juno.bh.rocks',
|
|
98
|
+
provider: 'BlockHunters 🎯'
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
address: 'https://juno-rpc.kingnodes.com',
|
|
102
|
+
provider: 'kingnodes 👑'
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
address: 'https://juno-rpc.reece.sh',
|
|
106
|
+
provider: 'Reecepbcups'
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
address: 'https://juno-rpc.stakeandrelax.net',
|
|
110
|
+
provider: 'Stake&Relax Validator 🦥'
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
address: 'https://rpc-juno.architectnodes.com',
|
|
114
|
+
provider: 'Architect Nodes'
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
address: 'https://rpc-juno-01.stakeflow.io',
|
|
118
|
+
provider: 'Stakeflow'
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
address: 'https://rpc-juno.validavia.me',
|
|
122
|
+
provider: 'Validavia'
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
address: 'https://juno-rpc.w3coins.io',
|
|
126
|
+
provider: 'w3coins'
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
address: 'https://juno-rpc.publicnode.com:443',
|
|
130
|
+
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
address: 'https://juno-rpc.stake-town.com',
|
|
134
|
+
provider: 'StakeTown'
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
address: 'https://rpc-juno.mainnet.validatrium.club:443',
|
|
138
|
+
provider: 'Validatrium'
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
address: 'https://juno-rpc.stakeandrelax.net',
|
|
142
|
+
provider: 'Stake&Relax 🦥'
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
address: 'https://rpc.juno.validatus.com',
|
|
146
|
+
provider: 'Validatus'
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
address: 'https://rpc.juno.bronbro.io:443',
|
|
150
|
+
provider: 'Bro_n_Bro'
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
address: 'https://juno-rpc.cogwheel.zone',
|
|
154
|
+
provider: 'Cogwheel'
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
address: 'https://juno.declab.pro:26610',
|
|
158
|
+
provider: 'Decloud Nodes Lab'
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
address: 'https://juno.rpc.nodeshub.online:443',
|
|
162
|
+
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅'
|
|
163
|
+
}
|
|
164
|
+
],
|
|
165
|
+
rest: [
|
|
166
|
+
{
|
|
167
|
+
address: 'https://lcd-juno.itastakers.com',
|
|
168
|
+
provider: 'itastakers'
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
address: 'https://rest-juno.ecostake.com',
|
|
172
|
+
provider: 'ecostake'
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
address: 'https://juno-api.lavenderfive.com:443',
|
|
176
|
+
provider: 'Lavender.Five Nodes 🐝'
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
address: 'https://juno.api.m.stavr.tech',
|
|
180
|
+
provider: '🔥STAVR🔥'
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
address: 'https://api-juno.pupmos.network',
|
|
184
|
+
provider: 'PUPMØS'
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
address: 'https://api-juno-ia.cosmosia.notional.ventures/',
|
|
188
|
+
provider: 'Notional'
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
address: 'https://api.juno.chaintools.tech/',
|
|
192
|
+
provider: 'ChainTools'
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
address: 'https://juno-api.polkachu.com',
|
|
196
|
+
provider: 'Polkachu'
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
address: 'https://api-juno.cosmos-spaces.cloud',
|
|
200
|
+
provider: 'Cosmos Spaces'
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
address: 'https://juno-api.kleomedes.network',
|
|
204
|
+
provider: 'Kleomedes'
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
address: 'https://api.juno.bh.rocks',
|
|
208
|
+
provider: 'BlockHunters 🎯'
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
address: 'https://juno-rest.kingnodes.com',
|
|
212
|
+
provider: 'kingnodes 👑'
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
address: 'https://juno-api.stakeandrelax.net',
|
|
216
|
+
provider: 'Stake&Relax Validator 🦥'
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
address: 'https://rest-juno.architectnodes.com',
|
|
220
|
+
provider: 'Architect Nodes'
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
address: 'https://api-juno-01.stakeflow.io',
|
|
224
|
+
provider: 'Stakeflow'
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
address: 'https://lcd-juno.validavia.me',
|
|
228
|
+
provider: 'Validavia'
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
address: 'https://juno-api.w3coins.io',
|
|
232
|
+
provider: 'w3coins'
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
address: 'https://juno-rest.publicnode.com',
|
|
236
|
+
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
address: 'https://juno-api.stake-town.com',
|
|
240
|
+
provider: 'StakeTown'
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
address: 'https://lcd-juno.whispernode.com:443',
|
|
244
|
+
provider: 'WhisperNode 🤐'
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
address: 'https://juno-api.stakeandrelax.net',
|
|
248
|
+
provider: 'Stake&Relax 🦥'
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
address: 'https://api.juno.validatus.com',
|
|
252
|
+
provider: 'Validatus'
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
address: 'https://lcd.juno.bronbro.io:443',
|
|
256
|
+
provider: 'Bro_n_Bro'
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
address: 'https://juno-api.cogwheel.zone',
|
|
260
|
+
provider: 'Cogwheel'
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
address: 'https://juno.declab.pro:443',
|
|
264
|
+
provider: 'Decloud Nodes Lab'
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
address: 'http://juno.api.staking-explorer.com',
|
|
268
|
+
provider: 'Daily DROP'
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
address: 'https://juno.api.nodeshub.online:443',
|
|
272
|
+
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅'
|
|
273
|
+
}
|
|
274
|
+
],
|
|
275
|
+
grpc: [
|
|
276
|
+
{
|
|
277
|
+
address: 'grpc-juno-ia.cosmosia.notional.ventures:443',
|
|
278
|
+
provider: 'Notional'
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
address: 'juno-grpc.lavenderfive.com:443',
|
|
282
|
+
provider: 'Lavender.Five Nodes 🐝'
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
address: 'juno-grpc.polkachu.com:12690',
|
|
286
|
+
provider: 'Polkachu'
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
address: 'http://juno.grpc.m.stavr.tech:504',
|
|
290
|
+
provider: '🔥STAVR🔥'
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
address: 'https://juno-grpc.kingnodes.com:443',
|
|
294
|
+
provider: 'kingnodes 👑'
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
address: 'grpc-juno.cosmos-spaces.cloud:4830',
|
|
298
|
+
provider: 'Cosmos Spaces'
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
address: 'http://juno-grpc.stakeandrelax.net:12690',
|
|
302
|
+
provider: 'Stake&Relax Validator 🦥'
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
address: 'grpc-juno.architectnodes.com:1443',
|
|
306
|
+
provider: 'Architect Nodes'
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
address: 'juno-mainnet-grpc.autostake.com:443',
|
|
310
|
+
provider: 'AutoStake 🛡️ Slash Protected'
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
address: 'http://167.235.211.168:9091',
|
|
314
|
+
provider: 'CommunityStaking'
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
address: 'grpc-juno-01.stakeflow.io:2302',
|
|
318
|
+
provider: 'Stakeflow'
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
address: 'juno-grpc.w3coins.io:12690',
|
|
322
|
+
provider: 'w3coins'
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
address: 'juno-grpc.publicnode.com:443',
|
|
326
|
+
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
address: 'juno-grpc.stake-town.com:443',
|
|
330
|
+
provider: 'StakeTown'
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
address: '138.201.21.121:24990',
|
|
334
|
+
provider: 'Validatrium'
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
address: 'juno-grpc.stakeandrelax.net:12690',
|
|
338
|
+
provider: 'Stake&Relax 🦥'
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
address: 'grpc.juno.validatus.com',
|
|
342
|
+
provider: 'Validatus'
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
address: 'https://grpc.juno.bronbro.io:443',
|
|
346
|
+
provider: 'Bro_n_Bro'
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
address: 'juno-grpc.cogwheel.zone:443',
|
|
350
|
+
provider: 'Cogwheel'
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
address: 'https://juno.declab.pro:9007',
|
|
354
|
+
provider: 'Decloud Nodes Lab'
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
address: 'https://juno.grpc.nodeshub.online',
|
|
358
|
+
provider: 'Nodes Hub'
|
|
359
|
+
}
|
|
360
|
+
]
|
|
361
|
+
},
|
|
362
|
+
explorers: [
|
|
363
|
+
{
|
|
364
|
+
kind: 'ezstaking',
|
|
365
|
+
url: 'https://ezstaking.app/juno',
|
|
366
|
+
tx_page: 'https://ezstaking.app/juno/txs/${txHash}',
|
|
367
|
+
account_page: 'https://ezstaking.app/juno/account/${accountAddress}'
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
kind: 'ping.pub',
|
|
371
|
+
url: 'https://ping.pub/juno',
|
|
372
|
+
tx_page: 'https://ping.pub/juno/tx/${txHash}'
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
kind: 'explorers.guru',
|
|
376
|
+
url: 'https://juno.explorers.guru',
|
|
377
|
+
tx_page: 'https://juno.explorers.guru/transaction/${txHash}'
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
kind: 'mintscan',
|
|
381
|
+
url: 'https://www.mintscan.io/juno',
|
|
382
|
+
tx_page: 'https://www.mintscan.io/juno/transactions/${txHash}',
|
|
383
|
+
account_page: 'https://www.mintscan.io/juno/accounts/${accountAddress}'
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
kind: 'atomscan',
|
|
387
|
+
url: 'https://atomscan.com/juno',
|
|
388
|
+
tx_page: 'https://atomscan.com/juno/transactions/${txHash}',
|
|
389
|
+
account_page: 'https://atomscan.com/juno/accounts/${accountAddress}'
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
kind: '🔥STAVR🔥',
|
|
393
|
+
url: 'https://explorer.stavr.tech/juno',
|
|
394
|
+
tx_page: 'https://explorer.stavr.tech/juno/transactions/${txHash}',
|
|
395
|
+
account_page: 'https://explorer.stavr.tech/juno/accounts/${accountAddress}'
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
kind: 'TC Network',
|
|
399
|
+
url: 'https://explorer.tcnetwork.io/juno',
|
|
400
|
+
tx_page: 'https://explorer.tcnetwork.io/juno/transaction/${txHash}'
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
kind: 'Stakeflow',
|
|
404
|
+
url: 'https://stakeflow.io/juno',
|
|
405
|
+
account_page: 'https://stakeflow.io/juno/accounts/${accountAddress}'
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
kind: 'Decloud Nodes Lab',
|
|
409
|
+
url: 'https://explorer.declab.pro/Juno',
|
|
410
|
+
tx_page: 'https://explorer.declab.pro/Juno/tx/${txHash}'
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
kind: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅',
|
|
414
|
+
url: 'https://explorer.nodeshub.online/juno/',
|
|
415
|
+
tx_page: 'https://explorer.nodeshub.online/juno/tx/${txHash}',
|
|
416
|
+
account_page: 'https://explorer.nodeshub.online/juno/accounts/${accountAddress}'
|
|
417
|
+
}
|
|
418
|
+
],
|
|
419
|
+
images: [{
|
|
420
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
421
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
422
|
+
}]
|
|
423
|
+
};
|
|
424
|
+
exports.default = chain;
|