chain-registry 1.69.86 → 1.69.87
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/elys/assets.js +179 -2
- package/esm/mainnet/elys/ibc.js +29 -0
- package/esm/mainnet/osmosis/chain.js +12 -0
- package/esm/mainnet/xion/ibc.js +29 -0
- package/mainnet/elys/assets.js +179 -2
- package/mainnet/elys/ibc.js +29 -0
- package/mainnet/osmosis/chain.js +12 -0
- package/mainnet/xion/ibc.js +29 -0
- package/package.json +4 -4
|
@@ -157,8 +157,7 @@ const info = {
|
|
|
157
157
|
aliases: ['microaxl']
|
|
158
158
|
}, {
|
|
159
159
|
denom: 'axl',
|
|
160
|
-
exponent: 6
|
|
161
|
-
aliases: []
|
|
160
|
+
exponent: 6
|
|
162
161
|
}],
|
|
163
162
|
type_asset: 'ics20',
|
|
164
163
|
base: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
|
|
@@ -192,6 +191,184 @@ const info = {
|
|
|
192
191
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
193
192
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
194
193
|
}
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
description: 'Akash Network Token',
|
|
197
|
+
denom_units: [{
|
|
198
|
+
denom: 'ibc/799FDD409719A1122586A629AE8FCA17380351A51C1F47A80A1B8E7F2A491098',
|
|
199
|
+
exponent: 0,
|
|
200
|
+
aliases: ['uakt']
|
|
201
|
+
}, {
|
|
202
|
+
denom: 'akt',
|
|
203
|
+
exponent: 6
|
|
204
|
+
}],
|
|
205
|
+
type_asset: 'ics20',
|
|
206
|
+
base: 'ibc/799FDD409719A1122586A629AE8FCA17380351A51C1F47A80A1B8E7F2A491098',
|
|
207
|
+
name: 'Akash',
|
|
208
|
+
display: 'akt',
|
|
209
|
+
symbol: 'AKT',
|
|
210
|
+
traces: [{
|
|
211
|
+
type: 'ibc',
|
|
212
|
+
counterparty: {
|
|
213
|
+
chain_name: 'akash',
|
|
214
|
+
base_denom: 'uakt',
|
|
215
|
+
channel_id: 'channel-129'
|
|
216
|
+
},
|
|
217
|
+
chain: {
|
|
218
|
+
channel_id: 'channel-5',
|
|
219
|
+
path: 'transfer/channel-5/uakt'
|
|
220
|
+
}
|
|
221
|
+
}],
|
|
222
|
+
images: [{
|
|
223
|
+
image_sync: {
|
|
224
|
+
chain_name: 'akash',
|
|
225
|
+
base_denom: 'uakt'
|
|
226
|
+
},
|
|
227
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
228
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg',
|
|
229
|
+
theme: {
|
|
230
|
+
primary_color_hex: '#bc342c'
|
|
231
|
+
}
|
|
232
|
+
}],
|
|
233
|
+
logo_URIs: {
|
|
234
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
235
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
description: 'Celestia Network Token',
|
|
240
|
+
denom_units: [{
|
|
241
|
+
denom: 'ibc/45D6B52CAD911A15BD9C2F5FFDA80E26AFCB05C7CD520070790ABC86D2B24229',
|
|
242
|
+
exponent: 0,
|
|
243
|
+
aliases: ['utia']
|
|
244
|
+
}, {
|
|
245
|
+
denom: 'tia',
|
|
246
|
+
exponent: 6
|
|
247
|
+
}],
|
|
248
|
+
type_asset: 'ics20',
|
|
249
|
+
base: 'ibc/45D6B52CAD911A15BD9C2F5FFDA80E26AFCB05C7CD520070790ABC86D2B24229',
|
|
250
|
+
name: 'Celestia',
|
|
251
|
+
display: 'tia',
|
|
252
|
+
symbol: 'TIA',
|
|
253
|
+
traces: [{
|
|
254
|
+
type: 'ibc',
|
|
255
|
+
counterparty: {
|
|
256
|
+
chain_name: 'celestia',
|
|
257
|
+
base_denom: 'utia',
|
|
258
|
+
channel_id: 'channel-50'
|
|
259
|
+
},
|
|
260
|
+
chain: {
|
|
261
|
+
channel_id: 'channel-4',
|
|
262
|
+
path: 'transfer/channel-4/utia'
|
|
263
|
+
}
|
|
264
|
+
}],
|
|
265
|
+
images: [{
|
|
266
|
+
image_sync: {
|
|
267
|
+
chain_name: 'celestia',
|
|
268
|
+
base_denom: 'utia'
|
|
269
|
+
},
|
|
270
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
271
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg',
|
|
272
|
+
theme: {
|
|
273
|
+
primary_color_hex: '#7c2cfb'
|
|
274
|
+
}
|
|
275
|
+
}],
|
|
276
|
+
logo_URIs: {
|
|
277
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
278
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
description: 'Xion Network Token',
|
|
283
|
+
denom_units: [{
|
|
284
|
+
denom: 'ibc/6BFB09FE2464A7681645610F56BBEFF555A00B8AE146339FEB4609BF40FB0F4A',
|
|
285
|
+
exponent: 0,
|
|
286
|
+
aliases: ['uxion']
|
|
287
|
+
}, {
|
|
288
|
+
denom: 'xion',
|
|
289
|
+
exponent: 6
|
|
290
|
+
}],
|
|
291
|
+
type_asset: 'ics20',
|
|
292
|
+
base: 'ibc/6BFB09FE2464A7681645610F56BBEFF555A00B8AE146339FEB4609BF40FB0F4A',
|
|
293
|
+
name: 'Xion',
|
|
294
|
+
display: 'xion',
|
|
295
|
+
symbol: 'XION',
|
|
296
|
+
traces: [{
|
|
297
|
+
type: 'ibc',
|
|
298
|
+
counterparty: {
|
|
299
|
+
chain_name: 'xion',
|
|
300
|
+
base_denom: 'uxion',
|
|
301
|
+
channel_id: 'channel-9'
|
|
302
|
+
},
|
|
303
|
+
chain: {
|
|
304
|
+
channel_id: 'channel-8',
|
|
305
|
+
path: 'transfer/channel-8/uxion'
|
|
306
|
+
}
|
|
307
|
+
}],
|
|
308
|
+
images: [{
|
|
309
|
+
image_sync: {
|
|
310
|
+
chain_name: 'xion',
|
|
311
|
+
base_denom: 'uxion'
|
|
312
|
+
},
|
|
313
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png',
|
|
314
|
+
theme: {
|
|
315
|
+
primary_color_hex: '#1c1c1c'
|
|
316
|
+
}
|
|
317
|
+
}],
|
|
318
|
+
logo_URIs: {
|
|
319
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
description: 'Saga Network Token',
|
|
324
|
+
denom_units: [{
|
|
325
|
+
denom: 'ibc/B88C39AD6C8550716DFD64C3AD28F355633554821249AC9F8BCC21341641CD18',
|
|
326
|
+
exponent: 0,
|
|
327
|
+
aliases: ['usaga']
|
|
328
|
+
}, {
|
|
329
|
+
denom: 'saga',
|
|
330
|
+
exponent: 6
|
|
331
|
+
}],
|
|
332
|
+
type_asset: 'ics20',
|
|
333
|
+
base: 'ibc/B88C39AD6C8550716DFD64C3AD28F355633554821249AC9F8BCC21341641CD18',
|
|
334
|
+
name: 'Saga',
|
|
335
|
+
display: 'saga',
|
|
336
|
+
symbol: 'SAGA',
|
|
337
|
+
traces: [{
|
|
338
|
+
type: 'ibc',
|
|
339
|
+
counterparty: {
|
|
340
|
+
chain_name: 'saga',
|
|
341
|
+
base_denom: 'usaga',
|
|
342
|
+
channel_id: 'channel-35'
|
|
343
|
+
},
|
|
344
|
+
chain: {
|
|
345
|
+
channel_id: 'channel-9',
|
|
346
|
+
path: 'transfer/channel-9/usaga'
|
|
347
|
+
}
|
|
348
|
+
}],
|
|
349
|
+
images: [{
|
|
350
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png',
|
|
351
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg',
|
|
352
|
+
theme: {
|
|
353
|
+
primary_color_hex: '#FFFFFF',
|
|
354
|
+
dark_mode: true
|
|
355
|
+
}
|
|
356
|
+
}, {
|
|
357
|
+
image_sync: {
|
|
358
|
+
chain_name: 'saga',
|
|
359
|
+
base_denom: 'usaga'
|
|
360
|
+
},
|
|
361
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
|
|
362
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg',
|
|
363
|
+
theme: {
|
|
364
|
+
primary_color_hex: '#000000',
|
|
365
|
+
dark_mode: false
|
|
366
|
+
}
|
|
367
|
+
}],
|
|
368
|
+
logo_URIs: {
|
|
369
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png',
|
|
370
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg'
|
|
371
|
+
}
|
|
195
372
|
}
|
|
196
373
|
]
|
|
197
374
|
};
|
package/esm/mainnet/elys/ibc.js
CHANGED
|
@@ -216,6 +216,35 @@ const info = [
|
|
|
216
216
|
preferred: true
|
|
217
217
|
}
|
|
218
218
|
}]
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
$schema: '../ibc_data.schema.json',
|
|
222
|
+
chain_1: {
|
|
223
|
+
chain_name: 'elys',
|
|
224
|
+
client_id: '07-tendermint-11',
|
|
225
|
+
connection_id: 'connection-11'
|
|
226
|
+
},
|
|
227
|
+
chain_2: {
|
|
228
|
+
chain_name: 'xion',
|
|
229
|
+
client_id: '07-tendermint-7',
|
|
230
|
+
connection_id: 'connection-8'
|
|
231
|
+
},
|
|
232
|
+
channels: [{
|
|
233
|
+
chain_1: {
|
|
234
|
+
channel_id: 'channel-8',
|
|
235
|
+
port_id: 'transfer'
|
|
236
|
+
},
|
|
237
|
+
chain_2: {
|
|
238
|
+
channel_id: 'channel-9',
|
|
239
|
+
port_id: 'transfer'
|
|
240
|
+
},
|
|
241
|
+
ordering: 'unordered',
|
|
242
|
+
version: 'ics20-1',
|
|
243
|
+
tags: {
|
|
244
|
+
status: 'live',
|
|
245
|
+
preferred: true
|
|
246
|
+
}
|
|
247
|
+
}]
|
|
219
248
|
}
|
|
220
249
|
];
|
|
221
250
|
export default info;
|
|
@@ -171,6 +171,10 @@ const info = {
|
|
|
171
171
|
{
|
|
172
172
|
address: 'https://osmosis-rpc.chainroot.io',
|
|
173
173
|
provider: 'Chainroot'
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
address: 'https://osmosis.rpc.quasarstaking.ai:443',
|
|
177
|
+
provider: 'Quasar'
|
|
174
178
|
}
|
|
175
179
|
],
|
|
176
180
|
rest: [
|
|
@@ -277,6 +281,10 @@ const info = {
|
|
|
277
281
|
{
|
|
278
282
|
address: 'https://osmosis-api.chainroot.io',
|
|
279
283
|
provider: 'Chainroot'
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
address: 'https://osmosis.api.quasarstaking.ai:443',
|
|
287
|
+
provider: 'Quasar'
|
|
280
288
|
}
|
|
281
289
|
],
|
|
282
290
|
grpc: [
|
|
@@ -351,6 +359,10 @@ const info = {
|
|
|
351
359
|
{
|
|
352
360
|
address: 'osmosis-grpc.chainroot.io:443',
|
|
353
361
|
provider: 'Chainroot'
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
address: 'osmosis.grpc.quasarstaking.ai:443',
|
|
365
|
+
provider: 'Quasar'
|
|
354
366
|
}
|
|
355
367
|
]
|
|
356
368
|
},
|
package/esm/mainnet/xion/ibc.js
CHANGED
|
@@ -28,6 +28,35 @@ const info = [
|
|
|
28
28
|
}
|
|
29
29
|
}]
|
|
30
30
|
},
|
|
31
|
+
{
|
|
32
|
+
$schema: '../ibc_data.schema.json',
|
|
33
|
+
chain_1: {
|
|
34
|
+
chain_name: 'elys',
|
|
35
|
+
client_id: '07-tendermint-11',
|
|
36
|
+
connection_id: 'connection-11'
|
|
37
|
+
},
|
|
38
|
+
chain_2: {
|
|
39
|
+
chain_name: 'xion',
|
|
40
|
+
client_id: '07-tendermint-7',
|
|
41
|
+
connection_id: 'connection-8'
|
|
42
|
+
},
|
|
43
|
+
channels: [{
|
|
44
|
+
chain_1: {
|
|
45
|
+
channel_id: 'channel-8',
|
|
46
|
+
port_id: 'transfer'
|
|
47
|
+
},
|
|
48
|
+
chain_2: {
|
|
49
|
+
channel_id: 'channel-9',
|
|
50
|
+
port_id: 'transfer'
|
|
51
|
+
},
|
|
52
|
+
ordering: 'unordered',
|
|
53
|
+
version: 'ics20-1',
|
|
54
|
+
tags: {
|
|
55
|
+
status: 'live',
|
|
56
|
+
preferred: true
|
|
57
|
+
}
|
|
58
|
+
}]
|
|
59
|
+
},
|
|
31
60
|
{
|
|
32
61
|
$schema: '../ibc_data.schema.json',
|
|
33
62
|
chain_1: {
|
package/mainnet/elys/assets.js
CHANGED
|
@@ -159,8 +159,7 @@ const info = {
|
|
|
159
159
|
aliases: ['microaxl']
|
|
160
160
|
}, {
|
|
161
161
|
denom: 'axl',
|
|
162
|
-
exponent: 6
|
|
163
|
-
aliases: []
|
|
162
|
+
exponent: 6
|
|
164
163
|
}],
|
|
165
164
|
type_asset: 'ics20',
|
|
166
165
|
base: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
|
|
@@ -194,6 +193,184 @@ const info = {
|
|
|
194
193
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
195
194
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
196
195
|
}
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
description: 'Akash Network Token',
|
|
199
|
+
denom_units: [{
|
|
200
|
+
denom: 'ibc/799FDD409719A1122586A629AE8FCA17380351A51C1F47A80A1B8E7F2A491098',
|
|
201
|
+
exponent: 0,
|
|
202
|
+
aliases: ['uakt']
|
|
203
|
+
}, {
|
|
204
|
+
denom: 'akt',
|
|
205
|
+
exponent: 6
|
|
206
|
+
}],
|
|
207
|
+
type_asset: 'ics20',
|
|
208
|
+
base: 'ibc/799FDD409719A1122586A629AE8FCA17380351A51C1F47A80A1B8E7F2A491098',
|
|
209
|
+
name: 'Akash',
|
|
210
|
+
display: 'akt',
|
|
211
|
+
symbol: 'AKT',
|
|
212
|
+
traces: [{
|
|
213
|
+
type: 'ibc',
|
|
214
|
+
counterparty: {
|
|
215
|
+
chain_name: 'akash',
|
|
216
|
+
base_denom: 'uakt',
|
|
217
|
+
channel_id: 'channel-129'
|
|
218
|
+
},
|
|
219
|
+
chain: {
|
|
220
|
+
channel_id: 'channel-5',
|
|
221
|
+
path: 'transfer/channel-5/uakt'
|
|
222
|
+
}
|
|
223
|
+
}],
|
|
224
|
+
images: [{
|
|
225
|
+
image_sync: {
|
|
226
|
+
chain_name: 'akash',
|
|
227
|
+
base_denom: 'uakt'
|
|
228
|
+
},
|
|
229
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
230
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg',
|
|
231
|
+
theme: {
|
|
232
|
+
primary_color_hex: '#bc342c'
|
|
233
|
+
}
|
|
234
|
+
}],
|
|
235
|
+
logo_URIs: {
|
|
236
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
237
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
238
|
+
}
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
description: 'Celestia Network Token',
|
|
242
|
+
denom_units: [{
|
|
243
|
+
denom: 'ibc/45D6B52CAD911A15BD9C2F5FFDA80E26AFCB05C7CD520070790ABC86D2B24229',
|
|
244
|
+
exponent: 0,
|
|
245
|
+
aliases: ['utia']
|
|
246
|
+
}, {
|
|
247
|
+
denom: 'tia',
|
|
248
|
+
exponent: 6
|
|
249
|
+
}],
|
|
250
|
+
type_asset: 'ics20',
|
|
251
|
+
base: 'ibc/45D6B52CAD911A15BD9C2F5FFDA80E26AFCB05C7CD520070790ABC86D2B24229',
|
|
252
|
+
name: 'Celestia',
|
|
253
|
+
display: 'tia',
|
|
254
|
+
symbol: 'TIA',
|
|
255
|
+
traces: [{
|
|
256
|
+
type: 'ibc',
|
|
257
|
+
counterparty: {
|
|
258
|
+
chain_name: 'celestia',
|
|
259
|
+
base_denom: 'utia',
|
|
260
|
+
channel_id: 'channel-50'
|
|
261
|
+
},
|
|
262
|
+
chain: {
|
|
263
|
+
channel_id: 'channel-4',
|
|
264
|
+
path: 'transfer/channel-4/utia'
|
|
265
|
+
}
|
|
266
|
+
}],
|
|
267
|
+
images: [{
|
|
268
|
+
image_sync: {
|
|
269
|
+
chain_name: 'celestia',
|
|
270
|
+
base_denom: 'utia'
|
|
271
|
+
},
|
|
272
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
273
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg',
|
|
274
|
+
theme: {
|
|
275
|
+
primary_color_hex: '#7c2cfb'
|
|
276
|
+
}
|
|
277
|
+
}],
|
|
278
|
+
logo_URIs: {
|
|
279
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
|
|
280
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
description: 'Xion Network Token',
|
|
285
|
+
denom_units: [{
|
|
286
|
+
denom: 'ibc/6BFB09FE2464A7681645610F56BBEFF555A00B8AE146339FEB4609BF40FB0F4A',
|
|
287
|
+
exponent: 0,
|
|
288
|
+
aliases: ['uxion']
|
|
289
|
+
}, {
|
|
290
|
+
denom: 'xion',
|
|
291
|
+
exponent: 6
|
|
292
|
+
}],
|
|
293
|
+
type_asset: 'ics20',
|
|
294
|
+
base: 'ibc/6BFB09FE2464A7681645610F56BBEFF555A00B8AE146339FEB4609BF40FB0F4A',
|
|
295
|
+
name: 'Xion',
|
|
296
|
+
display: 'xion',
|
|
297
|
+
symbol: 'XION',
|
|
298
|
+
traces: [{
|
|
299
|
+
type: 'ibc',
|
|
300
|
+
counterparty: {
|
|
301
|
+
chain_name: 'xion',
|
|
302
|
+
base_denom: 'uxion',
|
|
303
|
+
channel_id: 'channel-9'
|
|
304
|
+
},
|
|
305
|
+
chain: {
|
|
306
|
+
channel_id: 'channel-8',
|
|
307
|
+
path: 'transfer/channel-8/uxion'
|
|
308
|
+
}
|
|
309
|
+
}],
|
|
310
|
+
images: [{
|
|
311
|
+
image_sync: {
|
|
312
|
+
chain_name: 'xion',
|
|
313
|
+
base_denom: 'uxion'
|
|
314
|
+
},
|
|
315
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png',
|
|
316
|
+
theme: {
|
|
317
|
+
primary_color_hex: '#1c1c1c'
|
|
318
|
+
}
|
|
319
|
+
}],
|
|
320
|
+
logo_URIs: {
|
|
321
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
description: 'Saga Network Token',
|
|
326
|
+
denom_units: [{
|
|
327
|
+
denom: 'ibc/B88C39AD6C8550716DFD64C3AD28F355633554821249AC9F8BCC21341641CD18',
|
|
328
|
+
exponent: 0,
|
|
329
|
+
aliases: ['usaga']
|
|
330
|
+
}, {
|
|
331
|
+
denom: 'saga',
|
|
332
|
+
exponent: 6
|
|
333
|
+
}],
|
|
334
|
+
type_asset: 'ics20',
|
|
335
|
+
base: 'ibc/B88C39AD6C8550716DFD64C3AD28F355633554821249AC9F8BCC21341641CD18',
|
|
336
|
+
name: 'Saga',
|
|
337
|
+
display: 'saga',
|
|
338
|
+
symbol: 'SAGA',
|
|
339
|
+
traces: [{
|
|
340
|
+
type: 'ibc',
|
|
341
|
+
counterparty: {
|
|
342
|
+
chain_name: 'saga',
|
|
343
|
+
base_denom: 'usaga',
|
|
344
|
+
channel_id: 'channel-35'
|
|
345
|
+
},
|
|
346
|
+
chain: {
|
|
347
|
+
channel_id: 'channel-9',
|
|
348
|
+
path: 'transfer/channel-9/usaga'
|
|
349
|
+
}
|
|
350
|
+
}],
|
|
351
|
+
images: [{
|
|
352
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png',
|
|
353
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg',
|
|
354
|
+
theme: {
|
|
355
|
+
primary_color_hex: '#FFFFFF',
|
|
356
|
+
dark_mode: true
|
|
357
|
+
}
|
|
358
|
+
}, {
|
|
359
|
+
image_sync: {
|
|
360
|
+
chain_name: 'saga',
|
|
361
|
+
base_denom: 'usaga'
|
|
362
|
+
},
|
|
363
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
|
|
364
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg',
|
|
365
|
+
theme: {
|
|
366
|
+
primary_color_hex: '#000000',
|
|
367
|
+
dark_mode: false
|
|
368
|
+
}
|
|
369
|
+
}],
|
|
370
|
+
logo_URIs: {
|
|
371
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.png',
|
|
372
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga_white.svg'
|
|
373
|
+
}
|
|
197
374
|
}
|
|
198
375
|
]
|
|
199
376
|
};
|
package/mainnet/elys/ibc.js
CHANGED
|
@@ -218,6 +218,35 @@ const info = [
|
|
|
218
218
|
preferred: true
|
|
219
219
|
}
|
|
220
220
|
}]
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
$schema: '../ibc_data.schema.json',
|
|
224
|
+
chain_1: {
|
|
225
|
+
chain_name: 'elys',
|
|
226
|
+
client_id: '07-tendermint-11',
|
|
227
|
+
connection_id: 'connection-11'
|
|
228
|
+
},
|
|
229
|
+
chain_2: {
|
|
230
|
+
chain_name: 'xion',
|
|
231
|
+
client_id: '07-tendermint-7',
|
|
232
|
+
connection_id: 'connection-8'
|
|
233
|
+
},
|
|
234
|
+
channels: [{
|
|
235
|
+
chain_1: {
|
|
236
|
+
channel_id: 'channel-8',
|
|
237
|
+
port_id: 'transfer'
|
|
238
|
+
},
|
|
239
|
+
chain_2: {
|
|
240
|
+
channel_id: 'channel-9',
|
|
241
|
+
port_id: 'transfer'
|
|
242
|
+
},
|
|
243
|
+
ordering: 'unordered',
|
|
244
|
+
version: 'ics20-1',
|
|
245
|
+
tags: {
|
|
246
|
+
status: 'live',
|
|
247
|
+
preferred: true
|
|
248
|
+
}
|
|
249
|
+
}]
|
|
221
250
|
}
|
|
222
251
|
];
|
|
223
252
|
exports.default = info;
|
package/mainnet/osmosis/chain.js
CHANGED
|
@@ -173,6 +173,10 @@ const info = {
|
|
|
173
173
|
{
|
|
174
174
|
address: 'https://osmosis-rpc.chainroot.io',
|
|
175
175
|
provider: 'Chainroot'
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
address: 'https://osmosis.rpc.quasarstaking.ai:443',
|
|
179
|
+
provider: 'Quasar'
|
|
176
180
|
}
|
|
177
181
|
],
|
|
178
182
|
rest: [
|
|
@@ -279,6 +283,10 @@ const info = {
|
|
|
279
283
|
{
|
|
280
284
|
address: 'https://osmosis-api.chainroot.io',
|
|
281
285
|
provider: 'Chainroot'
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
address: 'https://osmosis.api.quasarstaking.ai:443',
|
|
289
|
+
provider: 'Quasar'
|
|
282
290
|
}
|
|
283
291
|
],
|
|
284
292
|
grpc: [
|
|
@@ -353,6 +361,10 @@ const info = {
|
|
|
353
361
|
{
|
|
354
362
|
address: 'osmosis-grpc.chainroot.io:443',
|
|
355
363
|
provider: 'Chainroot'
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
address: 'osmosis.grpc.quasarstaking.ai:443',
|
|
367
|
+
provider: 'Quasar'
|
|
356
368
|
}
|
|
357
369
|
]
|
|
358
370
|
},
|
package/mainnet/xion/ibc.js
CHANGED
|
@@ -30,6 +30,35 @@ const info = [
|
|
|
30
30
|
}
|
|
31
31
|
}]
|
|
32
32
|
},
|
|
33
|
+
{
|
|
34
|
+
$schema: '../ibc_data.schema.json',
|
|
35
|
+
chain_1: {
|
|
36
|
+
chain_name: 'elys',
|
|
37
|
+
client_id: '07-tendermint-11',
|
|
38
|
+
connection_id: 'connection-11'
|
|
39
|
+
},
|
|
40
|
+
chain_2: {
|
|
41
|
+
chain_name: 'xion',
|
|
42
|
+
client_id: '07-tendermint-7',
|
|
43
|
+
connection_id: 'connection-8'
|
|
44
|
+
},
|
|
45
|
+
channels: [{
|
|
46
|
+
chain_1: {
|
|
47
|
+
channel_id: 'channel-8',
|
|
48
|
+
port_id: 'transfer'
|
|
49
|
+
},
|
|
50
|
+
chain_2: {
|
|
51
|
+
channel_id: 'channel-9',
|
|
52
|
+
port_id: 'transfer'
|
|
53
|
+
},
|
|
54
|
+
ordering: 'unordered',
|
|
55
|
+
version: 'ics20-1',
|
|
56
|
+
tags: {
|
|
57
|
+
status: 'live',
|
|
58
|
+
preferred: true
|
|
59
|
+
}
|
|
60
|
+
}]
|
|
61
|
+
},
|
|
33
62
|
{
|
|
34
63
|
$schema: '../ibc_data.schema.json',
|
|
35
64
|
chain_1: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.87",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.46",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.46"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "4b34f37de4920a8b55f325a30d416942afa5998c"
|
|
47
47
|
}
|