chain-registry 1.69.66 → 1.69.68
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/akash/ibc.js +29 -0
- package/esm/mainnet/axelar/ibc.js +29 -0
- package/esm/mainnet/beezee/assets.js +37 -0
- package/esm/mainnet/celestia/ibc.js +29 -0
- package/esm/mainnet/chihuahua/assets.js +31 -0
- package/esm/mainnet/composable/chain.js +8 -3
- package/esm/mainnet/cosmoshub/chain.js +8 -0
- package/esm/mainnet/cosmoshub/ibc.js +44 -0
- package/esm/mainnet/dungeon/chain.js +0 -8
- package/esm/mainnet/elys/chain.js +84 -0
- package/esm/mainnet/elys/ibc.js +192 -0
- package/esm/mainnet/elys/index.js +2 -0
- package/esm/mainnet/empowerchain/chain.js +18 -0
- package/esm/mainnet/fetchhub/assets.js +6 -0
- package/esm/mainnet/gitopia/chain.js +6 -6
- package/esm/mainnet/ibc.js +2 -0
- package/esm/mainnet/jackal/chain.js +4 -0
- package/esm/mainnet/kopi/chain.js +6 -6
- package/esm/mainnet/neutron/chain.js +8 -0
- package/esm/mainnet/noble/ibc.js +29 -0
- package/esm/mainnet/osmosis/ibc.js +29 -0
- package/esm/mainnet/pryzm/assets.js +375 -7
- package/esm/mainnet/realio/chain.js +14 -0
- package/esm/mainnet/source/chain.js +12 -8
- package/esm/mainnet/titan/chain.js +2 -2
- package/esm/mainnet/xion/chain.js +0 -14
- package/esm/mainnet/zetachain/chain.js +12 -0
- package/esm/testnet/assets.js +2 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/cosmoshubtestnet/ibc.js +19 -47
- package/esm/testnet/dymensiontestnet1/assets.js +62 -0
- package/esm/testnet/dymensiontestnet1/chain.js +46 -0
- package/esm/testnet/dymensiontestnet1/index.js +4 -0
- package/esm/testnet/elystestnet/ibc.js +2 -2
- package/esm/testnet/manifesttestnet/chain.js +9 -15
- package/esm/testnet/named.js +1 -0
- package/esm/testnet/nobletestnet/ibc.js +1 -1
- package/esm/testnet/sourcetestnet/chain.js +0 -11
- package/esm/testnet/symphonytestnet/ibc.js +0 -28
- package/esm/testnet/titantestnet/assets.js +42 -3
- package/mainnet/akash/ibc.js +29 -0
- package/mainnet/axelar/ibc.js +29 -0
- package/mainnet/beezee/assets.js +37 -0
- package/mainnet/celestia/ibc.js +29 -0
- package/mainnet/chihuahua/assets.js +31 -0
- package/mainnet/composable/chain.js +8 -3
- package/mainnet/cosmoshub/chain.js +8 -0
- package/mainnet/cosmoshub/ibc.js +44 -0
- package/mainnet/dungeon/chain.js +0 -8
- package/mainnet/elys/chain.js +84 -0
- package/mainnet/elys/ibc.d.ts +3 -0
- package/mainnet/elys/ibc.js +194 -0
- package/mainnet/elys/index.d.ts +1 -0
- package/mainnet/elys/index.js +3 -1
- package/mainnet/empowerchain/chain.js +18 -0
- package/mainnet/fetchhub/assets.js +6 -0
- package/mainnet/gitopia/chain.js +6 -6
- package/mainnet/ibc.js +2 -0
- package/mainnet/jackal/chain.js +4 -0
- package/mainnet/kopi/chain.js +6 -6
- package/mainnet/neutron/chain.js +8 -0
- package/mainnet/noble/ibc.js +29 -0
- package/mainnet/osmosis/ibc.js +29 -0
- package/mainnet/pryzm/assets.js +375 -7
- package/mainnet/realio/chain.js +14 -0
- package/mainnet/source/chain.js +12 -8
- package/mainnet/titan/chain.js +2 -2
- package/mainnet/xion/chain.js +0 -14
- package/mainnet/zetachain/chain.js +12 -0
- package/package.json +4 -4
- package/testnet/assets.js +2 -0
- package/testnet/chains.js +2 -0
- package/testnet/cosmoshubtestnet/ibc.js +19 -47
- package/testnet/dymensiontestnet1/assets.d.ts +3 -0
- package/testnet/dymensiontestnet1/assets.js +64 -0
- package/testnet/dymensiontestnet1/chain.d.ts +3 -0
- package/testnet/dymensiontestnet1/chain.js +48 -0
- package/testnet/dymensiontestnet1/index.d.ts +2 -0
- package/testnet/dymensiontestnet1/index.js +10 -0
- package/testnet/elystestnet/ibc.js +2 -2
- package/testnet/manifesttestnet/chain.js +9 -15
- package/testnet/named.d.ts +1 -0
- package/testnet/named.js +4 -3
- package/testnet/nobletestnet/ibc.js +1 -1
- package/testnet/sourcetestnet/chain.js +0 -11
- package/testnet/symphonytestnet/ibc.js +0 -28
- package/testnet/titantestnet/assets.js +42 -3
package/esm/mainnet/akash/ibc.js
CHANGED
|
@@ -136,6 +136,35 @@ const info = [
|
|
|
136
136
|
}
|
|
137
137
|
}]
|
|
138
138
|
},
|
|
139
|
+
{
|
|
140
|
+
$schema: '../ibc_data.schema.json',
|
|
141
|
+
chain_1: {
|
|
142
|
+
chain_name: 'akash',
|
|
143
|
+
client_id: '07-tendermint-191',
|
|
144
|
+
connection_id: 'connection-177'
|
|
145
|
+
},
|
|
146
|
+
chain_2: {
|
|
147
|
+
chain_name: 'elys',
|
|
148
|
+
client_id: '07-tendermint-6',
|
|
149
|
+
connection_id: 'connection-5'
|
|
150
|
+
},
|
|
151
|
+
channels: [{
|
|
152
|
+
chain_1: {
|
|
153
|
+
channel_id: 'channel-129',
|
|
154
|
+
port_id: 'transfer'
|
|
155
|
+
},
|
|
156
|
+
chain_2: {
|
|
157
|
+
channel_id: 'channel-5',
|
|
158
|
+
port_id: 'transfer'
|
|
159
|
+
},
|
|
160
|
+
ordering: 'unordered',
|
|
161
|
+
version: 'ics20-1',
|
|
162
|
+
tags: {
|
|
163
|
+
status: 'live',
|
|
164
|
+
preferred: true
|
|
165
|
+
}
|
|
166
|
+
}]
|
|
167
|
+
},
|
|
139
168
|
{
|
|
140
169
|
$schema: '../ibc_data.schema.json',
|
|
141
170
|
chain_1: {
|
|
@@ -348,6 +348,35 @@ const info = [
|
|
|
348
348
|
}
|
|
349
349
|
}]
|
|
350
350
|
},
|
|
351
|
+
{
|
|
352
|
+
$schema: '../ibc_data.schema.json',
|
|
353
|
+
chain_1: {
|
|
354
|
+
chain_name: 'axelar',
|
|
355
|
+
client_id: '07-tendermint-231',
|
|
356
|
+
connection_id: 'connection-222'
|
|
357
|
+
},
|
|
358
|
+
chain_2: {
|
|
359
|
+
chain_name: 'elys',
|
|
360
|
+
client_id: '07-tendermint-4',
|
|
361
|
+
connection_id: 'connection-3'
|
|
362
|
+
},
|
|
363
|
+
channels: [{
|
|
364
|
+
chain_1: {
|
|
365
|
+
channel_id: 'channel-163',
|
|
366
|
+
port_id: 'transfer'
|
|
367
|
+
},
|
|
368
|
+
chain_2: {
|
|
369
|
+
channel_id: 'channel-3',
|
|
370
|
+
port_id: 'transfer'
|
|
371
|
+
},
|
|
372
|
+
ordering: 'unordered',
|
|
373
|
+
version: 'ics20-1',
|
|
374
|
+
tags: {
|
|
375
|
+
status: 'live',
|
|
376
|
+
preferred: true
|
|
377
|
+
}
|
|
378
|
+
}]
|
|
379
|
+
},
|
|
351
380
|
{
|
|
352
381
|
$schema: '../ibc_data.schema.json',
|
|
353
382
|
chain_1: {
|
|
@@ -354,6 +354,43 @@ const info = {
|
|
|
354
354
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.png',
|
|
355
355
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/omniflixhub/images/flix.svg'
|
|
356
356
|
}
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
description: 'The Sherpa memecoin',
|
|
360
|
+
denom_units: [{
|
|
361
|
+
denom: 'ibc/02EE50AB3A4B7540FA001B24CB75E688016F65547CABE885EA184338440080B2',
|
|
362
|
+
exponent: 0
|
|
363
|
+
}, {
|
|
364
|
+
denom: 'Sherpa',
|
|
365
|
+
exponent: 6
|
|
366
|
+
}],
|
|
367
|
+
type_asset: 'ics20',
|
|
368
|
+
base: 'ibc/02EE50AB3A4B7540FA001B24CB75E688016F65547CABE885EA184338440080B2',
|
|
369
|
+
name: 'Sherpa',
|
|
370
|
+
display: 'Sherpa',
|
|
371
|
+
symbol: 'SHERPA',
|
|
372
|
+
logo_URIs: {
|
|
373
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sherpa.png'
|
|
374
|
+
},
|
|
375
|
+
images: [{
|
|
376
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sherpa.png',
|
|
377
|
+
theme: {
|
|
378
|
+
primary_color_hex: '#fe9cdf'
|
|
379
|
+
}
|
|
380
|
+
}],
|
|
381
|
+
keywords: ['meme'],
|
|
382
|
+
traces: [{
|
|
383
|
+
type: 'ibc',
|
|
384
|
+
counterparty: {
|
|
385
|
+
chain_name: 'osmosis',
|
|
386
|
+
base_denom: 'factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/usherpa',
|
|
387
|
+
channel_id: 'channel-340'
|
|
388
|
+
},
|
|
389
|
+
chain: {
|
|
390
|
+
channel_id: 'channel-0',
|
|
391
|
+
path: 'transfer/channel-0/factory/osmo1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/usherpa'
|
|
392
|
+
}
|
|
393
|
+
}]
|
|
357
394
|
}
|
|
358
395
|
]
|
|
359
396
|
};
|
|
@@ -86,6 +86,35 @@ const info = [
|
|
|
86
86
|
}
|
|
87
87
|
}]
|
|
88
88
|
},
|
|
89
|
+
{
|
|
90
|
+
$schema: '../ibc_data.schema.json',
|
|
91
|
+
chain_1: {
|
|
92
|
+
chain_name: 'celestia',
|
|
93
|
+
client_id: '07-tendermint-95',
|
|
94
|
+
connection_id: 'connection-65'
|
|
95
|
+
},
|
|
96
|
+
chain_2: {
|
|
97
|
+
chain_name: 'elys',
|
|
98
|
+
client_id: '07-tendermint-5',
|
|
99
|
+
connection_id: 'connection-4'
|
|
100
|
+
},
|
|
101
|
+
channels: [{
|
|
102
|
+
chain_1: {
|
|
103
|
+
channel_id: 'channel-50',
|
|
104
|
+
port_id: 'transfer'
|
|
105
|
+
},
|
|
106
|
+
chain_2: {
|
|
107
|
+
channel_id: 'channel-4',
|
|
108
|
+
port_id: 'transfer'
|
|
109
|
+
},
|
|
110
|
+
ordering: 'unordered',
|
|
111
|
+
version: 'ics20-1',
|
|
112
|
+
tags: {
|
|
113
|
+
status: 'live',
|
|
114
|
+
preferred: true
|
|
115
|
+
}
|
|
116
|
+
}]
|
|
117
|
+
},
|
|
89
118
|
{
|
|
90
119
|
$schema: '../ibc_data.schema.json',
|
|
91
120
|
chain_1: {
|
|
@@ -388,6 +388,37 @@ const info = {
|
|
|
388
388
|
primary_color_hex: '#1c1c1c'
|
|
389
389
|
}
|
|
390
390
|
}]
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
description: 'Chihuahua coin',
|
|
394
|
+
extended_description: 'Chihuahua.baby! Chihuahuas may be small, but they possess a mighty spirit and strong energy. These little dogs are known for their boldness. They are confident, sassy, and full of spunk. They are not afraid to take on much larger adversaries when their loved ones are at stake. Chihuahuas thrive on human companionship and enjoy cuddling up with their owners, providing an abundance of love and affection! Woof woof woof...',
|
|
395
|
+
denom_units: [{
|
|
396
|
+
denom: 'factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/Chihuahua',
|
|
397
|
+
exponent: 0
|
|
398
|
+
}, {
|
|
399
|
+
denom: 'Chihuahua',
|
|
400
|
+
exponent: 6
|
|
401
|
+
}],
|
|
402
|
+
base: 'factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/Chihuahua',
|
|
403
|
+
name: 'Chihuahua',
|
|
404
|
+
display: 'Chihuahua',
|
|
405
|
+
symbol: 'CHIHUAHUA',
|
|
406
|
+
logo_URIs: {
|
|
407
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/chihuahua.png'
|
|
408
|
+
},
|
|
409
|
+
images: [{
|
|
410
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/chihuahua.png',
|
|
411
|
+
theme: {
|
|
412
|
+
primary_color_hex: '#444444',
|
|
413
|
+
background_color_hex: '#FFBF38',
|
|
414
|
+
circle: true
|
|
415
|
+
}
|
|
416
|
+
}],
|
|
417
|
+
socials: {
|
|
418
|
+
website: 'https://chihuahua.baby/',
|
|
419
|
+
twitter: 'https://x.com/chihuahuacoinx'
|
|
420
|
+
},
|
|
421
|
+
type_asset: 'sdk.coin'
|
|
391
422
|
}
|
|
392
423
|
]
|
|
393
424
|
};
|
|
@@ -70,7 +70,7 @@ const info = {
|
|
|
70
70
|
provider: 'Bro_n_Bro'
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
|
-
address: 'https://
|
|
73
|
+
address: 'https://picasso-rpc.moonbridge.org',
|
|
74
74
|
provider: 'Moonbridge'
|
|
75
75
|
},
|
|
76
76
|
{
|
|
@@ -120,7 +120,7 @@ const info = {
|
|
|
120
120
|
provider: 'Bro_n_Bro'
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
|
-
address: 'https://
|
|
123
|
+
address: 'https://picasso-api.moonbridge.org',
|
|
124
124
|
provider: 'Moonbridge'
|
|
125
125
|
},
|
|
126
126
|
{
|
|
@@ -186,7 +186,7 @@ const info = {
|
|
|
186
186
|
provider: 'Bro_n_Bro'
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
|
-
address: 'https://
|
|
189
|
+
address: 'https://picasso-grpc.moonbridge.org',
|
|
190
190
|
provider: 'Moonbridge'
|
|
191
191
|
},
|
|
192
192
|
{
|
|
@@ -228,6 +228,11 @@ const info = {
|
|
|
228
228
|
url: 'https://mainnet.whispernode.com/picasso',
|
|
229
229
|
tx_page: 'https://mainnet.whispernode.com/picasso/tx/${txHash}',
|
|
230
230
|
account_page: 'https://mainnet.whispernode.com/picasso/account/${accountAddress}'
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
kind: 'Moonbridge',
|
|
234
|
+
url: 'https://explorer.moonbridge.org/picasso',
|
|
235
|
+
tx_page: 'https://explorer.moonbridge.org/picasso/tx/${txHash}'
|
|
231
236
|
}
|
|
232
237
|
],
|
|
233
238
|
images: [{
|
|
@@ -189,6 +189,10 @@ const info = {
|
|
|
189
189
|
{
|
|
190
190
|
address: 'https://cosmoshub.rpc.quasarstaking.ai',
|
|
191
191
|
provider: 'Quasar'
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
address: 'https://cosmos-rpc.ibs.team',
|
|
195
|
+
provider: 'Inter Blockchain Services'
|
|
192
196
|
}
|
|
193
197
|
],
|
|
194
198
|
rest: [
|
|
@@ -315,6 +319,10 @@ const info = {
|
|
|
315
319
|
{
|
|
316
320
|
address: 'https://cosmoshub.api.quasarstaking.ai',
|
|
317
321
|
provider: 'Quasar'
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
address: 'https://cosmos-api.ibs.team',
|
|
325
|
+
provider: 'Inter Blockchain Services'
|
|
318
326
|
}
|
|
319
327
|
],
|
|
320
328
|
grpc: [
|
|
@@ -576,6 +576,50 @@ const info = [
|
|
|
576
576
|
}
|
|
577
577
|
}]
|
|
578
578
|
},
|
|
579
|
+
{
|
|
580
|
+
$schema: '../ibc_data.schema.json',
|
|
581
|
+
chain_1: {
|
|
582
|
+
chain_name: 'cosmoshub',
|
|
583
|
+
client_id: '07-tendermint-1339',
|
|
584
|
+
connection_id: 'connection-1073'
|
|
585
|
+
},
|
|
586
|
+
chain_2: {
|
|
587
|
+
chain_name: 'elys',
|
|
588
|
+
client_id: '07-tendermint-0',
|
|
589
|
+
connection_id: 'connection-1'
|
|
590
|
+
},
|
|
591
|
+
channels: [{
|
|
592
|
+
chain_1: {
|
|
593
|
+
channel_id: 'channel-1265',
|
|
594
|
+
port_id: 'provider'
|
|
595
|
+
},
|
|
596
|
+
chain_2: {
|
|
597
|
+
channel_id: 'channel-0',
|
|
598
|
+
port_id: 'consumer'
|
|
599
|
+
},
|
|
600
|
+
ordering: 'unordered',
|
|
601
|
+
version: 'ics20-1',
|
|
602
|
+
tags: {
|
|
603
|
+
status: 'live',
|
|
604
|
+
preferred: true
|
|
605
|
+
}
|
|
606
|
+
}, {
|
|
607
|
+
chain_1: {
|
|
608
|
+
channel_id: 'channel-1266',
|
|
609
|
+
port_id: 'transfer'
|
|
610
|
+
},
|
|
611
|
+
chain_2: {
|
|
612
|
+
channel_id: 'channel-1',
|
|
613
|
+
port_id: 'transfer'
|
|
614
|
+
},
|
|
615
|
+
ordering: 'unordered',
|
|
616
|
+
version: 'ics20-1',
|
|
617
|
+
tags: {
|
|
618
|
+
status: 'live',
|
|
619
|
+
preferred: true
|
|
620
|
+
}
|
|
621
|
+
}]
|
|
622
|
+
},
|
|
579
623
|
{
|
|
580
624
|
$schema: '../ibc_data.schema.json',
|
|
581
625
|
chain_1: {
|
|
@@ -28,10 +28,6 @@ const info = {
|
|
|
28
28
|
address: 'https://rpc-dungeon-1.seraphim.zone',
|
|
29
29
|
provider: 'Seraphim'
|
|
30
30
|
},
|
|
31
|
-
{
|
|
32
|
-
address: 'https://rpc-dungeonchain.apeironnodes.com',
|
|
33
|
-
provider: 'ApeironNodes'
|
|
34
|
-
},
|
|
35
31
|
{
|
|
36
32
|
address: 'https://dungeon_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
37
33
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
@@ -46,10 +42,6 @@ const info = {
|
|
|
46
42
|
address: 'https://api-dungeon-1.seraphim.zone',
|
|
47
43
|
provider: 'Seraphim'
|
|
48
44
|
},
|
|
49
|
-
{
|
|
50
|
-
address: 'https://api-dungeonchain.apeironnodes.com',
|
|
51
|
-
provider: 'ApeironNodes'
|
|
52
|
-
},
|
|
53
45
|
{
|
|
54
46
|
address: 'https://api-archive-dungeonchain.apeironnodes.com',
|
|
55
47
|
provider: 'ApeironNodes (Archive)'
|
|
@@ -74,6 +74,34 @@ const info = {
|
|
|
74
74
|
{
|
|
75
75
|
address: 'https://community.nuxian-node.ch:6797/elys/trpc',
|
|
76
76
|
provider: 'PRO Delegators'
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
address: 'https://elys-rpc.highstakes.ch',
|
|
80
|
+
provider: 'High Stakes'
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
address: 'https://elys-rpc.stake-town.com:443',
|
|
84
|
+
provider: 'StakeTown'
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
address: 'https://elys.rpc.m.stavr.tech:443',
|
|
88
|
+
provider: '🔥STAVR🔥'
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
address: 'https://elys-rpc.ibs.team',
|
|
92
|
+
provider: 'Inter Blockchain Services'
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
address: 'https://elys-rpc.cogwheel.zone:443',
|
|
96
|
+
provider: 'Cogwheel ⚙️'
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
address: 'https://elys.rpc.quasarstaking.ai:443',
|
|
100
|
+
provider: 'Quasar'
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
address: 'https://elys-rpc.moonbridge.org:443',
|
|
104
|
+
provider: 'Moonbridge'
|
|
77
105
|
}
|
|
78
106
|
],
|
|
79
107
|
rest: [
|
|
@@ -104,6 +132,34 @@ const info = {
|
|
|
104
132
|
{
|
|
105
133
|
address: 'https://community.nuxian-node.ch:6797/elys/crpc',
|
|
106
134
|
provider: 'PRO Delegators'
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
address: 'https://elys-api.highstakes.ch',
|
|
138
|
+
provider: 'High Stakes'
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
address: 'https://elys-api.stake-town.com:443',
|
|
142
|
+
provider: 'StakeTown'
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
address: 'https://elys.api.m.stavr.tech',
|
|
146
|
+
provider: '🔥STAVR🔥'
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
address: 'https://elys-api.ibs.team',
|
|
150
|
+
provider: 'Inter Blockchain Services'
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
address: 'https://elys-api.cogwheel.zone:443',
|
|
154
|
+
provider: 'Cogwheel ⚙️'
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
address: 'https://elys.api.quasarstaking.ai:443',
|
|
158
|
+
provider: 'Quasar'
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
address: 'https://elys-api.moonbridge.org',
|
|
162
|
+
provider: 'Moonbridge'
|
|
107
163
|
}
|
|
108
164
|
],
|
|
109
165
|
grpc: [
|
|
@@ -130,6 +186,22 @@ const info = {
|
|
|
130
186
|
{
|
|
131
187
|
address: 'elys.grpc.liveraven.net:443',
|
|
132
188
|
provider: 'LiveRaveN'
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
address: 'elys-grpc.stake-town.com:443',
|
|
192
|
+
provider: 'StakeTown'
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
address: 'elys-grpc.cogwheel.zone:443',
|
|
196
|
+
provider: 'Cogwheel ⚙️'
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
address: 'elys.grpc.quasarstaking.ai:443',
|
|
200
|
+
provider: 'Quasar'
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
address: 'elys-grpc.moonbridge.org:443',
|
|
204
|
+
provider: 'Moonbridge'
|
|
133
205
|
}
|
|
134
206
|
]
|
|
135
207
|
},
|
|
@@ -157,6 +229,18 @@ const info = {
|
|
|
157
229
|
url: 'https://mainnet.itrocket.net/elys',
|
|
158
230
|
tx_page: 'https://mainnet.itrocket.net/elys/staking/tx/${txHash}',
|
|
159
231
|
account_page: 'https://mainnet.itrocket.net/elys/account/${accountAddress}'
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
kind: '🔥STAVR🔥',
|
|
235
|
+
url: 'https://explorer.stavr.tech/Elys-Mainnet',
|
|
236
|
+
tx_page: 'https://explorer.stavr.tech/Elys-Mainnet/tx/${txHash}',
|
|
237
|
+
account_page: 'https://explorer.stavr.tech/Elys-Mainnet/account/${accountAddress}'
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
kind: 'Moonbridge',
|
|
241
|
+
url: 'https://explorer.moonbridge.org/elys',
|
|
242
|
+
tx_page: 'https://explorer.moonbridge.org/elys/tx/${txHash}',
|
|
243
|
+
account_page: 'https://explorer.moonbridge.org/elys/account/${accountAddress}'
|
|
160
244
|
}
|
|
161
245
|
]
|
|
162
246
|
};
|
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
const info = [
|
|
2
|
+
{
|
|
3
|
+
$schema: '../ibc_data.schema.json',
|
|
4
|
+
chain_1: {
|
|
5
|
+
chain_name: 'akash',
|
|
6
|
+
client_id: '07-tendermint-191',
|
|
7
|
+
connection_id: 'connection-177'
|
|
8
|
+
},
|
|
9
|
+
chain_2: {
|
|
10
|
+
chain_name: 'elys',
|
|
11
|
+
client_id: '07-tendermint-6',
|
|
12
|
+
connection_id: 'connection-5'
|
|
13
|
+
},
|
|
14
|
+
channels: [{
|
|
15
|
+
chain_1: {
|
|
16
|
+
channel_id: 'channel-129',
|
|
17
|
+
port_id: 'transfer'
|
|
18
|
+
},
|
|
19
|
+
chain_2: {
|
|
20
|
+
channel_id: 'channel-5',
|
|
21
|
+
port_id: 'transfer'
|
|
22
|
+
},
|
|
23
|
+
ordering: 'unordered',
|
|
24
|
+
version: 'ics20-1',
|
|
25
|
+
tags: {
|
|
26
|
+
status: 'live',
|
|
27
|
+
preferred: true
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
$schema: '../ibc_data.schema.json',
|
|
33
|
+
chain_1: {
|
|
34
|
+
chain_name: 'axelar',
|
|
35
|
+
client_id: '07-tendermint-231',
|
|
36
|
+
connection_id: 'connection-222'
|
|
37
|
+
},
|
|
38
|
+
chain_2: {
|
|
39
|
+
chain_name: 'elys',
|
|
40
|
+
client_id: '07-tendermint-4',
|
|
41
|
+
connection_id: 'connection-3'
|
|
42
|
+
},
|
|
43
|
+
channels: [{
|
|
44
|
+
chain_1: {
|
|
45
|
+
channel_id: 'channel-163',
|
|
46
|
+
port_id: 'transfer'
|
|
47
|
+
},
|
|
48
|
+
chain_2: {
|
|
49
|
+
channel_id: 'channel-3',
|
|
50
|
+
port_id: 'transfer'
|
|
51
|
+
},
|
|
52
|
+
ordering: 'unordered',
|
|
53
|
+
version: 'ics20-1',
|
|
54
|
+
tags: {
|
|
55
|
+
status: 'live',
|
|
56
|
+
preferred: true
|
|
57
|
+
}
|
|
58
|
+
}]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
$schema: '../ibc_data.schema.json',
|
|
62
|
+
chain_1: {
|
|
63
|
+
chain_name: 'celestia',
|
|
64
|
+
client_id: '07-tendermint-95',
|
|
65
|
+
connection_id: 'connection-65'
|
|
66
|
+
},
|
|
67
|
+
chain_2: {
|
|
68
|
+
chain_name: 'elys',
|
|
69
|
+
client_id: '07-tendermint-5',
|
|
70
|
+
connection_id: 'connection-4'
|
|
71
|
+
},
|
|
72
|
+
channels: [{
|
|
73
|
+
chain_1: {
|
|
74
|
+
channel_id: 'channel-50',
|
|
75
|
+
port_id: 'transfer'
|
|
76
|
+
},
|
|
77
|
+
chain_2: {
|
|
78
|
+
channel_id: 'channel-4',
|
|
79
|
+
port_id: 'transfer'
|
|
80
|
+
},
|
|
81
|
+
ordering: 'unordered',
|
|
82
|
+
version: 'ics20-1',
|
|
83
|
+
tags: {
|
|
84
|
+
status: 'live',
|
|
85
|
+
preferred: true
|
|
86
|
+
}
|
|
87
|
+
}]
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
$schema: '../ibc_data.schema.json',
|
|
91
|
+
chain_1: {
|
|
92
|
+
chain_name: 'cosmoshub',
|
|
93
|
+
client_id: '07-tendermint-1339',
|
|
94
|
+
connection_id: 'connection-1073'
|
|
95
|
+
},
|
|
96
|
+
chain_2: {
|
|
97
|
+
chain_name: 'elys',
|
|
98
|
+
client_id: '07-tendermint-0',
|
|
99
|
+
connection_id: 'connection-1'
|
|
100
|
+
},
|
|
101
|
+
channels: [{
|
|
102
|
+
chain_1: {
|
|
103
|
+
channel_id: 'channel-1265',
|
|
104
|
+
port_id: 'provider'
|
|
105
|
+
},
|
|
106
|
+
chain_2: {
|
|
107
|
+
channel_id: 'channel-0',
|
|
108
|
+
port_id: 'consumer'
|
|
109
|
+
},
|
|
110
|
+
ordering: 'unordered',
|
|
111
|
+
version: 'ics20-1',
|
|
112
|
+
tags: {
|
|
113
|
+
status: 'live',
|
|
114
|
+
preferred: true
|
|
115
|
+
}
|
|
116
|
+
}, {
|
|
117
|
+
chain_1: {
|
|
118
|
+
channel_id: 'channel-1266',
|
|
119
|
+
port_id: 'transfer'
|
|
120
|
+
},
|
|
121
|
+
chain_2: {
|
|
122
|
+
channel_id: 'channel-1',
|
|
123
|
+
port_id: 'transfer'
|
|
124
|
+
},
|
|
125
|
+
ordering: 'unordered',
|
|
126
|
+
version: 'ics20-1',
|
|
127
|
+
tags: {
|
|
128
|
+
status: 'live',
|
|
129
|
+
preferred: true
|
|
130
|
+
}
|
|
131
|
+
}]
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
$schema: '../ibc_data.schema.json',
|
|
135
|
+
chain_1: {
|
|
136
|
+
chain_name: 'elys',
|
|
137
|
+
client_id: '07-tendermint-3',
|
|
138
|
+
connection_id: 'connection-2'
|
|
139
|
+
},
|
|
140
|
+
chain_2: {
|
|
141
|
+
chain_name: 'noble',
|
|
142
|
+
client_id: '07-tendermint-133',
|
|
143
|
+
connection_id: 'connection-130'
|
|
144
|
+
},
|
|
145
|
+
channels: [{
|
|
146
|
+
chain_1: {
|
|
147
|
+
channel_id: 'channel-2',
|
|
148
|
+
port_id: 'transfer'
|
|
149
|
+
},
|
|
150
|
+
chain_2: {
|
|
151
|
+
channel_id: 'channel-117',
|
|
152
|
+
port_id: 'transfer'
|
|
153
|
+
},
|
|
154
|
+
ordering: 'unordered',
|
|
155
|
+
version: 'ics20-1',
|
|
156
|
+
tags: {
|
|
157
|
+
status: 'live',
|
|
158
|
+
preferred: true
|
|
159
|
+
}
|
|
160
|
+
}]
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
$schema: '../ibc_data.schema.json',
|
|
164
|
+
chain_1: {
|
|
165
|
+
chain_name: 'elys',
|
|
166
|
+
client_id: '07-tendermint-9',
|
|
167
|
+
connection_id: 'connection-9'
|
|
168
|
+
},
|
|
169
|
+
chain_2: {
|
|
170
|
+
chain_name: 'osmosis',
|
|
171
|
+
client_id: '07-tendermint-3385',
|
|
172
|
+
connection_id: 'connection-2839'
|
|
173
|
+
},
|
|
174
|
+
channels: [{
|
|
175
|
+
chain_1: {
|
|
176
|
+
channel_id: 'channel-6',
|
|
177
|
+
port_id: 'transfer'
|
|
178
|
+
},
|
|
179
|
+
chain_2: {
|
|
180
|
+
channel_id: 'channel-91017',
|
|
181
|
+
port_id: 'transfer'
|
|
182
|
+
},
|
|
183
|
+
ordering: 'unordered',
|
|
184
|
+
version: 'ics20-1',
|
|
185
|
+
tags: {
|
|
186
|
+
status: 'live',
|
|
187
|
+
preferred: true
|
|
188
|
+
}
|
|
189
|
+
}]
|
|
190
|
+
}
|
|
191
|
+
];
|
|
192
|
+
export default info;
|
|
@@ -83,6 +83,10 @@ const info = {
|
|
|
83
83
|
{
|
|
84
84
|
address: 'https://empower-rpc.bluestake.net:443',
|
|
85
85
|
provider: 'BlueStake 🚀'
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
address: 'https://empower-rpc.moonbridge.org',
|
|
89
|
+
provider: 'Moonbridge'
|
|
86
90
|
}
|
|
87
91
|
],
|
|
88
92
|
rest: [
|
|
@@ -137,6 +141,10 @@ const info = {
|
|
|
137
141
|
{
|
|
138
142
|
address: 'https://empower-api.bluestake.net',
|
|
139
143
|
provider: 'BlueStake 🚀'
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
address: 'https://empower-api.moonbridge.org',
|
|
147
|
+
provider: 'Moonbridge'
|
|
140
148
|
}
|
|
141
149
|
],
|
|
142
150
|
grpc: [
|
|
@@ -183,6 +191,10 @@ const info = {
|
|
|
183
191
|
{
|
|
184
192
|
address: 'empower-grpc.noders.services:25090',
|
|
185
193
|
provider: '[NODERS]TEAM'
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
address: 'empower-grpc.moonbridge.org:443',
|
|
197
|
+
provider: 'Moonbridge'
|
|
186
198
|
}
|
|
187
199
|
]
|
|
188
200
|
},
|
|
@@ -222,6 +234,12 @@ const info = {
|
|
|
222
234
|
url: 'https://mainnet.whispernode.com/empowerchain',
|
|
223
235
|
tx_page: 'https://mainnet.whispernode.com/empowerchain/tx/${txHash}',
|
|
224
236
|
account_page: 'https://mainnet.whispernode.com/empowerchain/account/${accountAddress}'
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
kind: 'Moonbridge',
|
|
240
|
+
url: 'https://explorer.moonbridge.org/empower',
|
|
241
|
+
tx_page: 'https://explorer.moonbridge.org/empower/tx/${txHash}',
|
|
242
|
+
account_page: 'https://explorer.moonbridge.org/empower/account/${accountAddress}'
|
|
225
243
|
}
|
|
226
244
|
],
|
|
227
245
|
images: [{
|