chain-registry 1.69.59 β 1.69.60
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/esm/mainnet/acrechain/chain.js +0 -12
- package/esm/mainnet/agoric/chain.js +3 -3
- package/esm/mainnet/archway/chain.js +3 -15
- package/esm/mainnet/arkh/chain.js +0 -8
- package/esm/mainnet/assetmantle/chain.js +3 -3
- package/esm/mainnet/assets.js +0 -2
- package/esm/mainnet/aura/chain.js +3 -7
- package/esm/mainnet/beezee/assets.js +86 -0
- package/esm/mainnet/beezee/ibc.js +58 -0
- package/esm/mainnet/celestia/chain.js +6 -6
- package/esm/mainnet/chains.js +0 -2
- package/esm/mainnet/cheqd/chain.js +3 -3
- package/esm/mainnet/cosmoshub/chain.js +12 -3
- package/esm/mainnet/dungeon/chain.js +13 -1
- package/esm/mainnet/gitopia/chain.js +6 -6
- package/esm/mainnet/haqq/chain.js +19 -6
- package/esm/mainnet/humans/chain.js +10 -4
- package/esm/mainnet/ibc.js +0 -2
- package/esm/mainnet/jackal/chain.js +5 -5
- package/esm/mainnet/jackal/ibc.js +29 -0
- package/esm/mainnet/named.js +0 -1
- package/esm/mainnet/neutron/chain.js +3 -3
- package/esm/mainnet/omniflixhub/chain.js +3 -3
- package/esm/mainnet/omniflixhub/ibc.js +29 -0
- package/esm/mainnet/planq/chain.js +6 -6
- package/esm/mainnet/point/chain.js +4 -4
- package/esm/mainnet/realio/chain.js +5 -5
- package/esm/mainnet/routerchain/chain.js +12 -0
- package/esm/mainnet/self/chain.js +16 -0
- package/esm/mainnet/sge/chain.js +8 -8
- package/esm/mainnet/source/chain.js +6 -6
- package/esm/mainnet/stafihub/chain.js +3 -3
- package/esm/mainnet/stratos/chain.js +19 -8
- package/esm/mainnet/uptick/chain.js +6 -6
- package/esm/mainnet/xion/chain.js +30 -3
- package/esm/mainnet/xpla/chain.js +17 -0
- package/esm/mainnet/zetachain/chain.js +18 -0
- package/mainnet/acrechain/chain.js +0 -12
- package/mainnet/agoric/chain.js +3 -3
- package/mainnet/archway/chain.js +3 -15
- package/mainnet/arkh/chain.js +0 -8
- package/mainnet/assetmantle/chain.js +3 -3
- package/mainnet/assets.js +0 -2
- package/mainnet/aura/chain.js +3 -7
- package/mainnet/beezee/assets.js +86 -0
- package/mainnet/beezee/ibc.js +58 -0
- package/mainnet/celestia/chain.js +6 -6
- package/mainnet/chains.js +0 -2
- package/mainnet/cheqd/chain.js +3 -3
- package/mainnet/cosmoshub/chain.js +12 -3
- package/mainnet/dungeon/chain.js +13 -1
- package/mainnet/gitopia/chain.js +6 -6
- package/mainnet/haqq/chain.js +19 -6
- package/mainnet/humans/chain.js +10 -4
- package/mainnet/ibc.js +0 -2
- package/mainnet/jackal/chain.js +5 -5
- package/mainnet/jackal/ibc.js +29 -0
- package/mainnet/named.d.ts +0 -1
- package/mainnet/named.js +2 -3
- package/mainnet/neutron/chain.js +3 -3
- package/mainnet/omniflixhub/chain.js +3 -3
- package/mainnet/omniflixhub/ibc.js +29 -0
- package/mainnet/planq/chain.js +6 -6
- package/mainnet/point/chain.js +4 -4
- package/mainnet/realio/chain.js +5 -5
- package/mainnet/routerchain/chain.js +12 -0
- package/mainnet/self/chain.js +16 -0
- package/mainnet/sge/chain.js +8 -8
- package/mainnet/source/chain.js +6 -6
- package/mainnet/stafihub/chain.js +3 -3
- package/mainnet/stratos/chain.js +19 -8
- package/mainnet/uptick/chain.js +6 -6
- package/mainnet/xion/chain.js +30 -3
- package/mainnet/xpla/chain.js +17 -0
- package/mainnet/zetachain/chain.js +18 -0
- package/package.json +4 -4
- package/esm/mainnet/nois/assets.js +0 -37
- package/esm/mainnet/nois/chain.js +0 -279
- package/esm/mainnet/nois/ibc.js +0 -357
- package/esm/mainnet/nois/index.js +0 -6
- package/mainnet/nois/assets.d.ts +0 -3
- package/mainnet/nois/assets.js +0 -39
- package/mainnet/nois/chain.d.ts +0 -3
- package/mainnet/nois/chain.js +0 -281
- package/mainnet/nois/ibc.d.ts +0 -3
- package/mainnet/nois/ibc.js +0 -359
- package/mainnet/nois/index.d.ts +0 -3
- package/mainnet/nois/index.js +0 -12
|
@@ -33,10 +33,6 @@ const info = {
|
|
|
33
33
|
},
|
|
34
34
|
apis: {
|
|
35
35
|
rpc: [
|
|
36
|
-
{
|
|
37
|
-
address: 'https://rpc.acre.nodestake.top',
|
|
38
|
-
provider: 'nodestake'
|
|
39
|
-
},
|
|
40
36
|
{
|
|
41
37
|
address: 'https://rpc-acre.synergynodes.com',
|
|
42
38
|
provider: 'Synergy Nodes'
|
|
@@ -81,10 +77,6 @@ const info = {
|
|
|
81
77
|
}
|
|
82
78
|
],
|
|
83
79
|
grpc: [
|
|
84
|
-
{
|
|
85
|
-
address: 'grpc.acre.nodestake.top:443',
|
|
86
|
-
provider: 'Nodestake'
|
|
87
|
-
},
|
|
88
80
|
{
|
|
89
81
|
address: 'acrechain-mainnet-grpc.autostake.com:443',
|
|
90
82
|
provider: 'AutoStake π‘οΈ Slash Protected'
|
|
@@ -107,10 +99,6 @@ const info = {
|
|
|
107
99
|
address: 'https://rpc2-acre.synergynodes.com',
|
|
108
100
|
provider: 'Synergy Nodes'
|
|
109
101
|
},
|
|
110
|
-
{
|
|
111
|
-
address: 'https://jsonrpc.acre.nodestake.top',
|
|
112
|
-
provider: 'Nodestake'
|
|
113
|
-
},
|
|
114
102
|
{
|
|
115
103
|
address: 'https://acre-rpc-evm.genznodes.dev/',
|
|
116
104
|
provider: 'genznodes'
|
|
@@ -46,7 +46,7 @@ const info = {
|
|
|
46
46
|
provider: 'Polkachu'
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
|
-
address: 'https://rpc.agoric.nodestake.
|
|
49
|
+
address: 'https://rpc.agoric.nodestake.org',
|
|
50
50
|
provider: 'NodeStake'
|
|
51
51
|
},
|
|
52
52
|
{
|
|
@@ -95,7 +95,7 @@ const info = {
|
|
|
95
95
|
address: 'https://main.api.agoric.net:443'
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
|
-
address: 'https://api.agoric.nodestake.
|
|
98
|
+
address: 'https://api.agoric.nodestake.org',
|
|
99
99
|
provider: 'NodeStake'
|
|
100
100
|
},
|
|
101
101
|
{
|
|
@@ -145,7 +145,7 @@ const info = {
|
|
|
145
145
|
],
|
|
146
146
|
grpc: [
|
|
147
147
|
{
|
|
148
|
-
address: 'grpc.agoric.nodestake.
|
|
148
|
+
address: 'grpc.agoric.nodestake.org:443',
|
|
149
149
|
provider: 'NodeStake'
|
|
150
150
|
},
|
|
151
151
|
{
|
|
@@ -65,10 +65,6 @@ const info = {
|
|
|
65
65
|
address: 'https://rpc-archway.cryptech.com.ua',
|
|
66
66
|
provider: 'cryptech'
|
|
67
67
|
},
|
|
68
|
-
{
|
|
69
|
-
address: 'https://rpc.archway.nodestake.top',
|
|
70
|
-
provider: 'NodeStake'
|
|
71
|
-
},
|
|
72
68
|
{
|
|
73
69
|
address: 'https://rpc-archway.theamsolutions.info',
|
|
74
70
|
provider: 'AM Solutions'
|
|
@@ -175,10 +171,6 @@ const info = {
|
|
|
175
171
|
address: 'https://api-archway.cryptech.com.ua',
|
|
176
172
|
provider: 'cryptech'
|
|
177
173
|
},
|
|
178
|
-
{
|
|
179
|
-
address: 'https://api.archway.nodestake.top',
|
|
180
|
-
provider: 'NodeStake'
|
|
181
|
-
},
|
|
182
174
|
{
|
|
183
175
|
address: 'https://rest-archway.theamsolutions.info',
|
|
184
176
|
provider: 'AM Solutions'
|
|
@@ -265,10 +257,6 @@ const info = {
|
|
|
265
257
|
address: 'https://grpc-archway.cryptech.com.ua',
|
|
266
258
|
provider: 'cryptech'
|
|
267
259
|
},
|
|
268
|
-
{
|
|
269
|
-
address: 'https://grpc.archway.nodestake.top:443',
|
|
270
|
-
provider: 'NodeStake'
|
|
271
|
-
},
|
|
272
260
|
{
|
|
273
261
|
address: 'grpc-archway.theamsolutions.info:443',
|
|
274
262
|
provider: 'AM Solutions'
|
|
@@ -376,9 +364,9 @@ const info = {
|
|
|
376
364
|
},
|
|
377
365
|
{
|
|
378
366
|
kind: 'NodeStake Explorer',
|
|
379
|
-
url: 'https://explorer.nodestake.
|
|
380
|
-
tx_page: 'https://explorer.nodestake.
|
|
381
|
-
account_page: 'https://explorer.nodestake.
|
|
367
|
+
url: 'https://explorer.nodestake.org/archway/',
|
|
368
|
+
tx_page: 'https://explorer.nodestake.org/archway/txs/${txHash}',
|
|
369
|
+
account_page: 'https://explorer.nodestake.org/archway/account/${accountAddress}'
|
|
382
370
|
},
|
|
383
371
|
{
|
|
384
372
|
kind: 'Exploreme',
|
|
@@ -47,19 +47,11 @@ const info = {
|
|
|
47
47
|
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
48
48
|
}],
|
|
49
49
|
grpc: [{
|
|
50
|
-
address: 'grpc.arkh.nodestake.top:443',
|
|
51
|
-
provider: 'NodeStake'
|
|
52
|
-
}, {
|
|
53
50
|
address: 'https://grpc.arkh.nodexcapital.com:443',
|
|
54
51
|
provider: 'NodeX Validator'
|
|
55
52
|
}]
|
|
56
53
|
},
|
|
57
54
|
explorers: [
|
|
58
|
-
{
|
|
59
|
-
kind: 'NodeStake Explorer',
|
|
60
|
-
url: 'https://explorer.nodestake.top/arkh',
|
|
61
|
-
tx_page: 'https://explorer.nodestake.top/arkh/tx/${txHash}'
|
|
62
|
-
},
|
|
63
55
|
{
|
|
64
56
|
kind: 'Kynraze Explorer',
|
|
65
57
|
url: 'https://explorer.kynraze.com/arkhadian',
|
|
@@ -41,7 +41,7 @@ const info = {
|
|
|
41
41
|
provider: 'Polkachu'
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
|
-
address: 'https://rpc.assetmantle.nodestake.
|
|
44
|
+
address: 'https://rpc.assetmantle.nodestake.org',
|
|
45
45
|
provider: 'NodeStake'
|
|
46
46
|
},
|
|
47
47
|
{
|
|
@@ -67,7 +67,7 @@ const info = {
|
|
|
67
67
|
provider: 'AssetMantle'
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
|
-
address: 'https://api.assetmantle.nodestake.
|
|
70
|
+
address: 'https://api.assetmantle.nodestake.org',
|
|
71
71
|
provider: 'NodeStake'
|
|
72
72
|
},
|
|
73
73
|
{
|
|
@@ -93,7 +93,7 @@ const info = {
|
|
|
93
93
|
],
|
|
94
94
|
grpc: [
|
|
95
95
|
{
|
|
96
|
-
address: 'grpc.assetmantle.nodestake.
|
|
96
|
+
address: 'grpc.assetmantle.nodestake.org:443',
|
|
97
97
|
provider: 'NodeStake'
|
|
98
98
|
},
|
|
99
99
|
{
|
package/esm/mainnet/assets.js
CHANGED
|
@@ -116,7 +116,6 @@ import * as _neutron from './neutron';
|
|
|
116
116
|
import * as _nibiru from './nibiru';
|
|
117
117
|
import * as _nim from './nim';
|
|
118
118
|
import * as _noble from './noble';
|
|
119
|
-
import * as _nois from './nois';
|
|
120
119
|
import * as _nolus from './nolus';
|
|
121
120
|
import * as _nomic from './nomic';
|
|
122
121
|
import * as _nyx from './nyx';
|
|
@@ -305,7 +304,6 @@ const assets = [
|
|
|
305
304
|
_nibiru.assets,
|
|
306
305
|
_nim.assets,
|
|
307
306
|
_noble.assets,
|
|
308
|
-
_nois.assets,
|
|
309
307
|
_nolus.assets,
|
|
310
308
|
_nomic.assets,
|
|
311
309
|
_nyx.assets,
|
|
@@ -181,10 +181,6 @@ const info = {
|
|
|
181
181
|
address: 'auranetwork-mainnet-grpc.autostake.com:443',
|
|
182
182
|
provider: 'AutoStake π‘οΈ Slash Protected'
|
|
183
183
|
},
|
|
184
|
-
{
|
|
185
|
-
address: 'https://grpc.aura.nodestake.top',
|
|
186
|
-
provider: 'NodeStake'
|
|
187
|
-
},
|
|
188
184
|
{
|
|
189
185
|
address: 'aura.mainnet.grpc.nodersteam.com:9100/',
|
|
190
186
|
provider: '[NODERS]TEAM'
|
|
@@ -270,9 +266,9 @@ const info = {
|
|
|
270
266
|
},
|
|
271
267
|
{
|
|
272
268
|
kind: 'NodeStake Explorer',
|
|
273
|
-
url: 'https://explorer.nodestake.
|
|
274
|
-
tx_page: 'https://explorer.nodestake.
|
|
275
|
-
account_page: 'https://explorer.nodestake.
|
|
269
|
+
url: 'https://explorer.nodestake.org/aura',
|
|
270
|
+
tx_page: 'https://explorer.nodestake.org/aura/tx/${txHash}',
|
|
271
|
+
account_page: 'https://explorer.nodestake.org/aura/account/${accountAddress}'
|
|
276
272
|
},
|
|
277
273
|
{
|
|
278
274
|
kind: 'TC Network',
|
|
@@ -268,6 +268,92 @@ const info = {
|
|
|
268
268
|
path: 'transfer/channel-0/factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/uspice'
|
|
269
269
|
}
|
|
270
270
|
}]
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
description: 'JKL from Jackal Network',
|
|
274
|
+
denom_units: [{
|
|
275
|
+
denom: 'ibc/4AA3B163580B4377250CD4486FB6AD098EB27822EE056949EC4A39B09C5E3B4E',
|
|
276
|
+
exponent: 0
|
|
277
|
+
}, {
|
|
278
|
+
denom: 'jkl',
|
|
279
|
+
exponent: 6,
|
|
280
|
+
aliases: []
|
|
281
|
+
}],
|
|
282
|
+
type_asset: 'ics20',
|
|
283
|
+
base: 'ibc/4AA3B163580B4377250CD4486FB6AD098EB27822EE056949EC4A39B09C5E3B4E',
|
|
284
|
+
name: 'Jackal',
|
|
285
|
+
display: 'jkl',
|
|
286
|
+
symbol: 'JKL',
|
|
287
|
+
traces: [{
|
|
288
|
+
type: 'ibc',
|
|
289
|
+
counterparty: {
|
|
290
|
+
chain_name: 'jackal',
|
|
291
|
+
base_denom: 'ujkl',
|
|
292
|
+
channel_id: 'channel-142'
|
|
293
|
+
},
|
|
294
|
+
chain: {
|
|
295
|
+
channel_id: 'channel-4',
|
|
296
|
+
path: 'transfer/channel-4/ujkl'
|
|
297
|
+
}
|
|
298
|
+
}],
|
|
299
|
+
images: [{
|
|
300
|
+
image_sync: {
|
|
301
|
+
chain_name: 'jackal',
|
|
302
|
+
base_denom: 'ujkl'
|
|
303
|
+
},
|
|
304
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.png',
|
|
305
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg',
|
|
306
|
+
theme: {
|
|
307
|
+
primary_color_hex: '#dbdbcb'
|
|
308
|
+
}
|
|
309
|
+
}],
|
|
310
|
+
logo_URIs: {
|
|
311
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.png',
|
|
312
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/jackal/images/jkl.svg'
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
description: 'FLIX from OmniFlix Network',
|
|
317
|
+
denom_units: [{
|
|
318
|
+
denom: 'ibc/FF39851E73089ACBD0B09BDF62FA3C67FBD77A2CD97CD159DBCE9C770561F8AF',
|
|
319
|
+
exponent: 0
|
|
320
|
+
}, {
|
|
321
|
+
denom: 'flix',
|
|
322
|
+
exponent: 6,
|
|
323
|
+
aliases: []
|
|
324
|
+
}],
|
|
325
|
+
type_asset: 'ics20',
|
|
326
|
+
base: 'ibc/FF39851E73089ACBD0B09BDF62FA3C67FBD77A2CD97CD159DBCE9C770561F8AF',
|
|
327
|
+
name: 'Flix',
|
|
328
|
+
display: 'flix',
|
|
329
|
+
symbol: 'FLIX',
|
|
330
|
+
traces: [{
|
|
331
|
+
type: 'ibc',
|
|
332
|
+
counterparty: {
|
|
333
|
+
chain_name: 'omniflixhub',
|
|
334
|
+
base_denom: 'uflix',
|
|
335
|
+
channel_id: 'channel-50'
|
|
336
|
+
},
|
|
337
|
+
chain: {
|
|
338
|
+
channel_id: 'channel-5',
|
|
339
|
+
path: 'transfer/channel-5/uflix'
|
|
340
|
+
}
|
|
341
|
+
}],
|
|
342
|
+
images: [{
|
|
343
|
+
image_sync: {
|
|
344
|
+
chain_name: 'omniflixhub',
|
|
345
|
+
base_denom: 'uflix'
|
|
346
|
+
},
|
|
347
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
348
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg',
|
|
349
|
+
theme: {
|
|
350
|
+
primary_color_hex: '#c33635'
|
|
351
|
+
}
|
|
352
|
+
}],
|
|
353
|
+
logo_URIs: {
|
|
354
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
355
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
356
|
+
}
|
|
271
357
|
}
|
|
272
358
|
]
|
|
273
359
|
};
|
|
@@ -27,6 +27,35 @@ const info = [
|
|
|
27
27
|
}
|
|
28
28
|
}]
|
|
29
29
|
},
|
|
30
|
+
{
|
|
31
|
+
$schema: '../ibc_data.schema.json',
|
|
32
|
+
chain_1: {
|
|
33
|
+
chain_name: 'beezee',
|
|
34
|
+
client_id: '07-tendermint-10',
|
|
35
|
+
connection_id: 'connection-4'
|
|
36
|
+
},
|
|
37
|
+
chain_2: {
|
|
38
|
+
chain_name: 'jackal',
|
|
39
|
+
client_id: '07-tendermint-79',
|
|
40
|
+
connection_id: 'connection-65'
|
|
41
|
+
},
|
|
42
|
+
channels: [{
|
|
43
|
+
chain_1: {
|
|
44
|
+
channel_id: 'channel-4',
|
|
45
|
+
port_id: 'transfer'
|
|
46
|
+
},
|
|
47
|
+
chain_2: {
|
|
48
|
+
channel_id: 'channel-142',
|
|
49
|
+
port_id: 'transfer'
|
|
50
|
+
},
|
|
51
|
+
ordering: 'unordered',
|
|
52
|
+
version: 'ics20-1',
|
|
53
|
+
tags: {
|
|
54
|
+
status: 'live',
|
|
55
|
+
preferred: true
|
|
56
|
+
}
|
|
57
|
+
}]
|
|
58
|
+
},
|
|
30
59
|
{
|
|
31
60
|
$schema: '../ibc_data.schema.json',
|
|
32
61
|
chain_1: {
|
|
@@ -56,6 +85,35 @@ const info = [
|
|
|
56
85
|
}
|
|
57
86
|
}]
|
|
58
87
|
},
|
|
88
|
+
{
|
|
89
|
+
$schema: '../ibc_data.schema.json',
|
|
90
|
+
chain_1: {
|
|
91
|
+
chain_name: 'beezee',
|
|
92
|
+
client_id: '07-tendermint-11',
|
|
93
|
+
connection_id: 'connection-5'
|
|
94
|
+
},
|
|
95
|
+
chain_2: {
|
|
96
|
+
chain_name: 'omniflixhub',
|
|
97
|
+
client_id: '07-tendermint-75',
|
|
98
|
+
connection_id: 'connection-55'
|
|
99
|
+
},
|
|
100
|
+
channels: [{
|
|
101
|
+
chain_1: {
|
|
102
|
+
channel_id: 'channel-5',
|
|
103
|
+
port_id: 'transfer'
|
|
104
|
+
},
|
|
105
|
+
chain_2: {
|
|
106
|
+
channel_id: 'channel-50',
|
|
107
|
+
port_id: 'transfer'
|
|
108
|
+
},
|
|
109
|
+
ordering: 'unordered',
|
|
110
|
+
version: 'ics20-1',
|
|
111
|
+
tags: {
|
|
112
|
+
status: 'live',
|
|
113
|
+
preferred: true
|
|
114
|
+
}
|
|
115
|
+
}]
|
|
116
|
+
},
|
|
59
117
|
{
|
|
60
118
|
$schema: '../ibc_data.schema.json',
|
|
61
119
|
chain_1: {
|
|
@@ -47,7 +47,7 @@ const info = {
|
|
|
47
47
|
provider: 'Lunar Oasis'
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
|
-
address: 'https://rpc.celestia.nodestake.
|
|
50
|
+
address: 'https://rpc.celestia.nodestake.org',
|
|
51
51
|
provider: 'NodeStake'
|
|
52
52
|
},
|
|
53
53
|
{
|
|
@@ -169,7 +169,7 @@ const info = {
|
|
|
169
169
|
provider: 'Lunar Oasis'
|
|
170
170
|
},
|
|
171
171
|
{
|
|
172
|
-
address: 'https://api.celestia.nodestake.
|
|
172
|
+
address: 'https://api.celestia.nodestake.org',
|
|
173
173
|
provider: 'NodeStake'
|
|
174
174
|
},
|
|
175
175
|
{
|
|
@@ -259,7 +259,7 @@ const info = {
|
|
|
259
259
|
],
|
|
260
260
|
grpc: [
|
|
261
261
|
{
|
|
262
|
-
address: 'https://grpc.celestia.nodestake.
|
|
262
|
+
address: 'https://grpc.celestia.nodestake.org',
|
|
263
263
|
provider: 'NodeStake'
|
|
264
264
|
},
|
|
265
265
|
{
|
|
@@ -363,9 +363,9 @@ const info = {
|
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
365
|
kind: 'NodeStake',
|
|
366
|
-
url: 'https://explorer.nodestake.
|
|
367
|
-
tx_page: 'https://explorer.nodestake.
|
|
368
|
-
account_page: 'https://explorer.nodestake.
|
|
366
|
+
url: 'https://explorer.nodestake.org/celestia/',
|
|
367
|
+
tx_page: 'https://explorer.nodestake.org/celestia/txs/${txHash}',
|
|
368
|
+
account_page: 'https://explorer.nodestake.org/celestia/account/${accountAddress}'
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
kind: 'Stakeflow',
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -116,7 +116,6 @@ import * as _neutron from './neutron';
|
|
|
116
116
|
import * as _nibiru from './nibiru';
|
|
117
117
|
import * as _nim from './nim';
|
|
118
118
|
import * as _noble from './noble';
|
|
119
|
-
import * as _nois from './nois';
|
|
120
119
|
import * as _nolus from './nolus';
|
|
121
120
|
import * as _nomic from './nomic';
|
|
122
121
|
import * as _nyx from './nyx';
|
|
@@ -305,7 +304,6 @@ const chains = [
|
|
|
305
304
|
_nibiru.chain,
|
|
306
305
|
_nim.chain,
|
|
307
306
|
_noble.chain,
|
|
308
|
-
_nois.chain,
|
|
309
307
|
_nolus.chain,
|
|
310
308
|
_nomic.chain,
|
|
311
309
|
_nyx.chain,
|
|
@@ -45,7 +45,7 @@ const info = {
|
|
|
45
45
|
provider: 'Notional'
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
address: 'https://rpc.cheqd.nodestake.
|
|
48
|
+
address: 'https://rpc.cheqd.nodestake.org',
|
|
49
49
|
provider: 'NodeStake'
|
|
50
50
|
},
|
|
51
51
|
{
|
|
@@ -95,7 +95,7 @@ const info = {
|
|
|
95
95
|
provider: 'AutoStake π‘οΈ Slash Protected'
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
|
-
address: 'https://api.cheqd.nodestake.
|
|
98
|
+
address: 'https://api.cheqd.nodestake.org',
|
|
99
99
|
provider: 'NodeStake'
|
|
100
100
|
},
|
|
101
101
|
{
|
|
@@ -141,7 +141,7 @@ const info = {
|
|
|
141
141
|
provider: 'Notional'
|
|
142
142
|
},
|
|
143
143
|
{
|
|
144
|
-
address: 'grpc.cheqd.nodestake.
|
|
144
|
+
address: 'grpc.cheqd.nodestake.org:443',
|
|
145
145
|
provider: 'NodeStake'
|
|
146
146
|
},
|
|
147
147
|
{
|
|
@@ -111,7 +111,7 @@ const info = {
|
|
|
111
111
|
provider: 'Easy 2 Stake'
|
|
112
112
|
},
|
|
113
113
|
{
|
|
114
|
-
address: 'https://rpc.cosmos.nodestake.
|
|
114
|
+
address: 'https://rpc.cosmos.nodestake.org',
|
|
115
115
|
provider: 'NodeStake'
|
|
116
116
|
},
|
|
117
117
|
{
|
|
@@ -249,7 +249,7 @@ const info = {
|
|
|
249
249
|
provider: 'Easy 2 Stake'
|
|
250
250
|
},
|
|
251
251
|
{
|
|
252
|
-
address: 'https://api.cosmos.nodestake.
|
|
252
|
+
address: 'https://api.cosmos.nodestake.org',
|
|
253
253
|
provider: 'NodeStake'
|
|
254
254
|
},
|
|
255
255
|
{
|
|
@@ -351,7 +351,7 @@ const info = {
|
|
|
351
351
|
provider: 'Stakin'
|
|
352
352
|
},
|
|
353
353
|
{
|
|
354
|
-
address: 'https://grpc.cosmos.nodestake.
|
|
354
|
+
address: 'https://grpc.cosmos.nodestake.org',
|
|
355
355
|
provider: 'NodeStake'
|
|
356
356
|
},
|
|
357
357
|
{
|
|
@@ -501,6 +501,15 @@ const info = {
|
|
|
501
501
|
validator_page: 'https://mainnet.itrocket.net/cosmoshub/staking/${validatorAddress}',
|
|
502
502
|
proposal_page: 'https://mainnet.itrocket.net/cosmoshub/gov/${proposalId}',
|
|
503
503
|
block_page: 'https://mainnet.itrocket.net/cosmoshub/block/${blockHeight}'
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
kind: 'NodeStake',
|
|
507
|
+
url: 'https://explorer.nodestake.org/cosmos',
|
|
508
|
+
tx_page: 'https://explorer.nodestake.org/cosmos/tx/${txHash}',
|
|
509
|
+
account_page: 'https://explorer.nodestake.org/cosmos/account/${accountAddress}',
|
|
510
|
+
validator_page: 'https://explorer.nodestake.org/cosmos/staking/${validatorAddress}',
|
|
511
|
+
proposal_page: 'https://explorer.nodestake.org/cosmos/gov/${proposalId}',
|
|
512
|
+
block_page: 'https://explorer.nodestake.org/cosmos/block/${blockHeight}'
|
|
504
513
|
}
|
|
505
514
|
],
|
|
506
515
|
images: [{
|
|
@@ -20,6 +20,10 @@ const info = {
|
|
|
20
20
|
},
|
|
21
21
|
apis: {
|
|
22
22
|
rpc: [
|
|
23
|
+
{
|
|
24
|
+
address: 'https://dungeon.rpc.quasarstaking.ai',
|
|
25
|
+
provider: 'Quasar'
|
|
26
|
+
},
|
|
23
27
|
{
|
|
24
28
|
address: 'https://rpc-dungeon-1.seraphim.zone',
|
|
25
29
|
provider: 'Seraphim'
|
|
@@ -38,6 +42,10 @@ const info = {
|
|
|
38
42
|
}
|
|
39
43
|
],
|
|
40
44
|
rest: [
|
|
45
|
+
{
|
|
46
|
+
address: 'https://dungeon.api.quasarstaking.ai',
|
|
47
|
+
provider: 'Quasar'
|
|
48
|
+
},
|
|
41
49
|
{
|
|
42
50
|
address: 'https://api-dungeon-1.seraphim.zone',
|
|
43
51
|
provider: 'Seraphim'
|
|
@@ -54,7 +62,11 @@ const info = {
|
|
|
54
62
|
address: 'https://dungeon_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
55
63
|
provider: 'π WHEN MOON π WHEN LAMBO π₯'
|
|
56
64
|
}
|
|
57
|
-
]
|
|
65
|
+
],
|
|
66
|
+
grpc: [{
|
|
67
|
+
address: 'dungeon.grpc.quasarstaking.ai',
|
|
68
|
+
provider: 'Quasar'
|
|
69
|
+
}]
|
|
58
70
|
},
|
|
59
71
|
explorers: [{
|
|
60
72
|
kind: 'Ping.Pub',
|
|
@@ -48,7 +48,7 @@ const info = {
|
|
|
48
48
|
provider: 'Lavender.Five Nodes π'
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
|
-
address: 'https://rpc.gitopia.nodestake.
|
|
51
|
+
address: 'https://rpc.gitopia.nodestake.org:443',
|
|
52
52
|
provider: 'nodestake'
|
|
53
53
|
},
|
|
54
54
|
{
|
|
@@ -166,7 +166,7 @@ const info = {
|
|
|
166
166
|
provider: 'Lavender.Five Nodes π'
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
|
-
address: 'https://api.gitopia.nodestake.
|
|
169
|
+
address: 'https://api.gitopia.nodestake.org:443',
|
|
170
170
|
provider: 'nodestake'
|
|
171
171
|
},
|
|
172
172
|
{
|
|
@@ -300,7 +300,7 @@ const info = {
|
|
|
300
300
|
provider: 'Lavender.Five Nodes π'
|
|
301
301
|
},
|
|
302
302
|
{
|
|
303
|
-
address: 'https://grpc.gitopia.nodestake.
|
|
303
|
+
address: 'https://grpc.gitopia.nodestake.org:443',
|
|
304
304
|
provider: 'nodestake'
|
|
305
305
|
},
|
|
306
306
|
{
|
|
@@ -452,9 +452,9 @@ const info = {
|
|
|
452
452
|
},
|
|
453
453
|
{
|
|
454
454
|
kind: 'NodeStake',
|
|
455
|
-
url: 'https://explorer.nodestake.
|
|
456
|
-
tx_page: 'https://explorer.nodestake.
|
|
457
|
-
account_page: 'https://explorer.nodestake.
|
|
455
|
+
url: 'https://explorer.nodestake.org/gitopia',
|
|
456
|
+
tx_page: 'https://explorer.nodestake.org/gitopia/tx/${txHash}',
|
|
457
|
+
account_page: 'https://explorer.nodestake.org/gitopia/account/${accountAddress}'
|
|
458
458
|
},
|
|
459
459
|
{
|
|
460
460
|
kind: 'Roomit',
|
|
@@ -43,7 +43,7 @@ const info = {
|
|
|
43
43
|
provider: 'kioqq'
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
|
-
address: 'https://rpc.haqq.nodestake.
|
|
46
|
+
address: 'https://rpc.haqq.nodestake.org',
|
|
47
47
|
provider: 'NodeStake'
|
|
48
48
|
},
|
|
49
49
|
{
|
|
@@ -69,6 +69,10 @@ const info = {
|
|
|
69
69
|
{
|
|
70
70
|
address: 'https://haqq.drpc.org',
|
|
71
71
|
provider: 'dRPC'
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
address: 'https://haqq.rpc.m.stavr.tech:443',
|
|
75
|
+
provider: 'π₯STAVRπ₯'
|
|
72
76
|
}
|
|
73
77
|
],
|
|
74
78
|
rest: [
|
|
@@ -81,7 +85,7 @@ const info = {
|
|
|
81
85
|
provider: 'kioqq'
|
|
82
86
|
},
|
|
83
87
|
{
|
|
84
|
-
address: 'https://api.haqq.nodestake.
|
|
88
|
+
address: 'https://api.haqq.nodestake.org',
|
|
85
89
|
provider: 'NodeStake'
|
|
86
90
|
},
|
|
87
91
|
{
|
|
@@ -107,6 +111,10 @@ const info = {
|
|
|
107
111
|
{
|
|
108
112
|
address: 'https://haqq-api.noders.services',
|
|
109
113
|
provider: '[NODERS]TEAM'
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
address: 'https://haqq.api.m.stavr.tech',
|
|
117
|
+
provider: 'π₯STAVRπ₯'
|
|
110
118
|
}
|
|
111
119
|
],
|
|
112
120
|
grpc: [
|
|
@@ -123,7 +131,7 @@ const info = {
|
|
|
123
131
|
provider: '[NODERS]TEAM'
|
|
124
132
|
},
|
|
125
133
|
{
|
|
126
|
-
address: 'https://grpc.haqq.nodestake.
|
|
134
|
+
address: 'https://grpc.haqq.nodestake.org:443',
|
|
127
135
|
provider: 'NodeStake'
|
|
128
136
|
},
|
|
129
137
|
{
|
|
@@ -161,7 +169,7 @@ const info = {
|
|
|
161
169
|
provider: 'kioqq'
|
|
162
170
|
},
|
|
163
171
|
{
|
|
164
|
-
address: 'https://jsonrpc.haqq.nodestake.
|
|
172
|
+
address: 'https://jsonrpc.haqq.nodestake.org',
|
|
165
173
|
provider: 'NodeStake'
|
|
166
174
|
},
|
|
167
175
|
{
|
|
@@ -210,8 +218,8 @@ const info = {
|
|
|
210
218
|
},
|
|
211
219
|
{
|
|
212
220
|
kind: 'NodeStake Explorer',
|
|
213
|
-
url: 'https://explorer.nodestake.
|
|
214
|
-
tx_page: 'https://explorer.nodestake.
|
|
221
|
+
url: 'https://explorer.nodestake.org/haqq',
|
|
222
|
+
tx_page: 'https://explorer.nodestake.org/haqq/tx/${txHash}'
|
|
215
223
|
},
|
|
216
224
|
{
|
|
217
225
|
kind: 'KonsorTech Explorer',
|
|
@@ -222,6 +230,11 @@ const info = {
|
|
|
222
230
|
kind: 'Palamar Explorer',
|
|
223
231
|
url: 'https://explorer.palamar.io/haqq',
|
|
224
232
|
tx_page: 'https://explorer.palamar.io/haqq/tx/${txHash}'
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
kind: 'π₯STAVRπ₯ Explorer',
|
|
236
|
+
url: 'https://explorer.stavr.tech/HAQQ-Mainnet',
|
|
237
|
+
tx_page: 'https://explorer.stavr.tech/HAQQ-Mainnet/tx/${txHash}'
|
|
225
238
|
}
|
|
226
239
|
],
|
|
227
240
|
images: [{
|