chain-registry 1.69.86 → 1.69.88
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/beezee/assets.js +48 -0
- package/esm/mainnet/chihuahua/assets.js +31 -0
- package/esm/mainnet/cosmoshub/assets.js +37 -0
- package/esm/mainnet/elys/assets.js +179 -2
- package/esm/mainnet/elys/chain.js +8 -0
- package/esm/mainnet/elys/ibc.js +29 -0
- package/esm/mainnet/injective/assets.js +112 -0
- package/esm/mainnet/neutron/assets.js +41 -0
- package/esm/mainnet/osmosis/assets.js +43 -0
- package/esm/mainnet/osmosis/chain.js +12 -0
- package/esm/mainnet/terra2/assets.js +30 -0
- package/esm/mainnet/xion/ibc.js +29 -0
- package/esm/testnet/ibc.js +2 -0
- package/esm/testnet/manifesttestnet/ibc.js +29 -0
- package/esm/testnet/manifesttestnet/index.js +2 -0
- package/esm/testnet/osmosistestnet/ibc.js +28 -0
- package/esm/testnet/uniontestnet/chain.js +11 -44
- package/mainnet/beezee/assets.js +48 -0
- package/mainnet/chihuahua/assets.js +31 -0
- package/mainnet/cosmoshub/assets.js +37 -0
- package/mainnet/elys/assets.js +179 -2
- package/mainnet/elys/chain.js +8 -0
- package/mainnet/elys/ibc.js +29 -0
- package/mainnet/injective/assets.js +112 -0
- package/mainnet/neutron/assets.js +41 -0
- package/mainnet/osmosis/assets.js +43 -0
- package/mainnet/osmosis/chain.js +12 -0
- package/mainnet/terra2/assets.js +30 -0
- package/mainnet/xion/ibc.js +29 -0
- package/package.json +4 -4
- package/testnet/ibc.js +2 -0
- package/testnet/manifesttestnet/ibc.d.ts +3 -0
- package/testnet/manifesttestnet/ibc.js +31 -0
- package/testnet/manifesttestnet/index.d.ts +1 -0
- package/testnet/manifesttestnet/index.js +3 -1
- package/testnet/osmosistestnet/ibc.js +28 -0
- package/testnet/uniontestnet/chain.js +11 -44
|
@@ -432,6 +432,54 @@ const info = {
|
|
|
432
432
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
433
433
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
434
434
|
}
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
description: 'PHMN from Osmosis',
|
|
438
|
+
denom_units: [{
|
|
439
|
+
denom: 'ibc/12C0B8B561AFCFDA3C73DEE0F7F84AA2B860D48493C27E8E81A5D14724FAB08B',
|
|
440
|
+
exponent: 0,
|
|
441
|
+
aliases: ['cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l']
|
|
442
|
+
}, {
|
|
443
|
+
denom: 'phmn',
|
|
444
|
+
exponent: 6,
|
|
445
|
+
aliases: []
|
|
446
|
+
}],
|
|
447
|
+
type_asset: 'ics20',
|
|
448
|
+
base: 'ibc/12C0B8B561AFCFDA3C73DEE0F7F84AA2B860D48493C27E8E81A5D14724FAB08B',
|
|
449
|
+
name: 'POSTHUMAN',
|
|
450
|
+
display: 'phmn',
|
|
451
|
+
symbol: 'PHMN',
|
|
452
|
+
traces: [{
|
|
453
|
+
type: 'ibc',
|
|
454
|
+
counterparty: {
|
|
455
|
+
chain_name: 'osmosis',
|
|
456
|
+
base_denom: 'ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B',
|
|
457
|
+
channel_id: 'channel-340'
|
|
458
|
+
},
|
|
459
|
+
chain: {
|
|
460
|
+
channel_id: 'channel-0',
|
|
461
|
+
path: 'transfer/channel-0/transfer/channel-169/cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l'
|
|
462
|
+
}
|
|
463
|
+
}],
|
|
464
|
+
logo_URIs: {
|
|
465
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
|
|
466
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg'
|
|
467
|
+
},
|
|
468
|
+
images: [{
|
|
469
|
+
image_sync: {
|
|
470
|
+
chain_name: 'juno',
|
|
471
|
+
base_denom: 'cw20:juno1rws84uz7969aaa7pej303udhlkt3j9ca0l3egpcae98jwak9quzq8szn2l'
|
|
472
|
+
},
|
|
473
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.png',
|
|
474
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/phmn.svg',
|
|
475
|
+
theme: {
|
|
476
|
+
primary_color_hex: '#bbc2c6'
|
|
477
|
+
}
|
|
478
|
+
}],
|
|
479
|
+
socials: {
|
|
480
|
+
website: 'https://posthuman.digital/',
|
|
481
|
+
twitter: 'https://twitter.com/POSTHUMAN_DVS'
|
|
482
|
+
}
|
|
435
483
|
}
|
|
436
484
|
]
|
|
437
485
|
};
|
|
@@ -419,6 +419,37 @@ const info = {
|
|
|
419
419
|
twitter: 'https://x.com/chihuahuacoinx'
|
|
420
420
|
},
|
|
421
421
|
type_asset: 'sdk.coin'
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
description: 'WLF coin',
|
|
425
|
+
extended_description: '$WLF Wire Liberty Fence meme coin! Wirelibertyfence.xyz',
|
|
426
|
+
denom_units: [{
|
|
427
|
+
denom: 'factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/wirelibertyfence',
|
|
428
|
+
exponent: 0
|
|
429
|
+
}, {
|
|
430
|
+
denom: 'WLF',
|
|
431
|
+
exponent: 6
|
|
432
|
+
}],
|
|
433
|
+
base: 'factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/wirelibertyfence',
|
|
434
|
+
name: 'wirelibertyfence',
|
|
435
|
+
display: 'WLF',
|
|
436
|
+
symbol: 'WLF',
|
|
437
|
+
logo_URIs: {
|
|
438
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/wirelibertyfence.png'
|
|
439
|
+
},
|
|
440
|
+
images: [{
|
|
441
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/wirelibertyfence.png',
|
|
442
|
+
theme: {
|
|
443
|
+
primary_color_hex: '#BD963D',
|
|
444
|
+
background_color_hex: '#6C165E',
|
|
445
|
+
circle: true
|
|
446
|
+
}
|
|
447
|
+
}],
|
|
448
|
+
socials: {
|
|
449
|
+
website: 'https://wirelibertyfence.xyz/',
|
|
450
|
+
twitter: 'https://x.com/Wirelibertyfence_CTO'
|
|
451
|
+
},
|
|
452
|
+
type_asset: 'sdk.coin'
|
|
422
453
|
}
|
|
423
454
|
]
|
|
424
455
|
};
|
|
@@ -160,6 +160,43 @@ const info = {
|
|
|
160
160
|
primary_color_hex: '#04fbfb'
|
|
161
161
|
}
|
|
162
162
|
}]
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
description: 'The native token of Dungeon Chain',
|
|
166
|
+
denom_units: [{
|
|
167
|
+
denom: 'ibc/7A64BFC809209157A1330CE199891B699A2C3B55C384EAFCCDD23ECDC735BA73',
|
|
168
|
+
exponent: 0,
|
|
169
|
+
aliases: ['udgn']
|
|
170
|
+
}, {
|
|
171
|
+
denom: 'dgn',
|
|
172
|
+
exponent: 6
|
|
173
|
+
}],
|
|
174
|
+
type_asset: 'ics20',
|
|
175
|
+
base: 'ibc/7A64BFC809209157A1330CE199891B699A2C3B55C384EAFCCDD23ECDC735BA73',
|
|
176
|
+
name: 'Dungeon',
|
|
177
|
+
display: 'dgn',
|
|
178
|
+
symbol: 'DGN',
|
|
179
|
+
traces: [{
|
|
180
|
+
type: 'ibc',
|
|
181
|
+
counterparty: {
|
|
182
|
+
chain_name: 'dungeon',
|
|
183
|
+
base_denom: 'udgn',
|
|
184
|
+
channel_id: 'channel-1'
|
|
185
|
+
},
|
|
186
|
+
chain: {
|
|
187
|
+
channel_id: 'channel-1200',
|
|
188
|
+
path: 'transfer/channel-1200/udgn'
|
|
189
|
+
}
|
|
190
|
+
}],
|
|
191
|
+
logo_URIs: {
|
|
192
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
193
|
+
},
|
|
194
|
+
images: [{
|
|
195
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
196
|
+
theme: {
|
|
197
|
+
primary_color_hex: '#1c1c1c'
|
|
198
|
+
}
|
|
199
|
+
}]
|
|
163
200
|
}
|
|
164
201
|
]
|
|
165
202
|
};
|
|
@@ -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
|
};
|
|
@@ -63,6 +63,10 @@ const info = {
|
|
|
63
63
|
address: 'https://elys-rpc.publicnode.com:443',
|
|
64
64
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
65
65
|
},
|
|
66
|
+
{
|
|
67
|
+
address: 'https://elys.rpc.vnodes.io:443',
|
|
68
|
+
provider: 'vNodes[V] > s[E]vices'
|
|
69
|
+
},
|
|
66
70
|
{
|
|
67
71
|
address: 'https://elys-mainnet-rpc.itrocket.net:443',
|
|
68
72
|
provider: 'itrocket'
|
|
@@ -129,6 +133,10 @@ const info = {
|
|
|
129
133
|
address: 'https://elys-rest.publicnode.com',
|
|
130
134
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
131
135
|
},
|
|
136
|
+
{
|
|
137
|
+
address: 'https://elys.rest.vnodes.io:443',
|
|
138
|
+
provider: 'vNodes[V] > s[E]vices'
|
|
139
|
+
},
|
|
132
140
|
{
|
|
133
141
|
address: 'https://elys-mainnet-api.itrocket.net',
|
|
134
142
|
provider: 'itrocket'
|
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;
|
|
@@ -1004,6 +1004,118 @@ const info = {
|
|
|
1004
1004
|
primary_color_hex: '#1c1c1c'
|
|
1005
1005
|
}
|
|
1006
1006
|
}]
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
description: 'A receipt token for lent USDC issued by the Neptune Protocol.',
|
|
1010
|
+
denom_units: [{
|
|
1011
|
+
denom: 'inj1dafy7fv7qczzatd98dv8hekx6ssckrflswpjaz',
|
|
1012
|
+
exponent: 0
|
|
1013
|
+
}, {
|
|
1014
|
+
denom: 'nUSDC',
|
|
1015
|
+
exponent: 6
|
|
1016
|
+
}],
|
|
1017
|
+
base: 'inj1dafy7fv7qczzatd98dv8hekx6ssckrflswpjaz',
|
|
1018
|
+
name: 'Neptune Receipt USDC',
|
|
1019
|
+
display: 'nUSDC',
|
|
1020
|
+
symbol: 'nUSDC',
|
|
1021
|
+
traces: [{
|
|
1022
|
+
type: 'synthetic',
|
|
1023
|
+
counterparty: {
|
|
1024
|
+
chain_name: 'injective',
|
|
1025
|
+
base_denom: 'ibc/2CBC2EA121AE42563B08028466F37B600F2D7D4282342DE938283CC3FB2BC00E',
|
|
1026
|
+
contract: 'inj1nc7gjkf2mhp34a6gquhurg8qahnw5kxs5u3s4u'
|
|
1027
|
+
},
|
|
1028
|
+
provider: 'Neptune'
|
|
1029
|
+
}],
|
|
1030
|
+
images: [{
|
|
1031
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdc.png',
|
|
1032
|
+
theme: {
|
|
1033
|
+
primary_color_hex: '#2775ca'
|
|
1034
|
+
}
|
|
1035
|
+
}],
|
|
1036
|
+
type_asset: 'sdk.coin'
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
description: 'Bridge Solana on Injective chain via Wormhole gateway IBC channel',
|
|
1040
|
+
denom_units: [{
|
|
1041
|
+
denom: 'ibc/A8B0B746B5AB736C2D8577259B510D56B8AF598008F68041E3D634BCDE72BE97',
|
|
1042
|
+
exponent: 0
|
|
1043
|
+
}, {
|
|
1044
|
+
denom: 'sol',
|
|
1045
|
+
exponent: 8
|
|
1046
|
+
}],
|
|
1047
|
+
type_asset: 'ics20',
|
|
1048
|
+
base: 'ibc/A8B0B746B5AB736C2D8577259B510D56B8AF598008F68041E3D634BCDE72BE97',
|
|
1049
|
+
name: 'Solana',
|
|
1050
|
+
display: 'sol',
|
|
1051
|
+
symbol: 'SOL',
|
|
1052
|
+
traces: [{
|
|
1053
|
+
type: 'ibc',
|
|
1054
|
+
counterparty: {
|
|
1055
|
+
chain_name: 'gateway',
|
|
1056
|
+
base_denom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA',
|
|
1057
|
+
channel_id: 'channel-13'
|
|
1058
|
+
},
|
|
1059
|
+
chain: {
|
|
1060
|
+
channel_id: 'channel-183',
|
|
1061
|
+
path: 'transfer/channel-183/factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA'
|
|
1062
|
+
}
|
|
1063
|
+
}]
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
description: 'A receipt token for lent SOL issued by the Neptune Protocol.',
|
|
1067
|
+
denom_units: [{
|
|
1068
|
+
denom: 'inj1zcwr03uqw57g88nqvgpwfkazwutpqz9kplny4s',
|
|
1069
|
+
exponent: 0
|
|
1070
|
+
}, {
|
|
1071
|
+
denom: 'nSOL',
|
|
1072
|
+
exponent: 8
|
|
1073
|
+
}],
|
|
1074
|
+
base: 'inj1zcwr03uqw57g88nqvgpwfkazwutpqz9kplny4s',
|
|
1075
|
+
name: 'Neptune Receipt SOL',
|
|
1076
|
+
display: 'nSOL',
|
|
1077
|
+
symbol: 'nSOL',
|
|
1078
|
+
traces: [{
|
|
1079
|
+
type: 'synthetic',
|
|
1080
|
+
counterparty: {
|
|
1081
|
+
chain_name: 'injective',
|
|
1082
|
+
base_denom: 'ibc/A8B0B746B5AB736C2D8577259B510D56B8AF598008F68041E3D634BCDE72BE97',
|
|
1083
|
+
contract: 'inj1nc7gjkf2mhp34a6gquhurg8qahnw5kxs5u3s4u'
|
|
1084
|
+
},
|
|
1085
|
+
provider: 'Neptune'
|
|
1086
|
+
}],
|
|
1087
|
+
images: [{
|
|
1088
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nsol.png',
|
|
1089
|
+
theme: {
|
|
1090
|
+
primary_color_hex: '#7964ea'
|
|
1091
|
+
}
|
|
1092
|
+
}],
|
|
1093
|
+
type_asset: 'sdk.coin'
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
description: 'The native governance and staking token for the Neptune Finance protocol',
|
|
1097
|
+
denom_units: [{
|
|
1098
|
+
denom: 'factory/inj1v3a4zznudwpukpr8y987pu5gnh4xuf7v36jhva/nept',
|
|
1099
|
+
exponent: 0
|
|
1100
|
+
}, {
|
|
1101
|
+
denom: 'NEPT',
|
|
1102
|
+
exponent: 6
|
|
1103
|
+
}],
|
|
1104
|
+
base: 'factory/inj1v3a4zznudwpukpr8y987pu5gnh4xuf7v36jhva/nept',
|
|
1105
|
+
name: 'Neptune Finance',
|
|
1106
|
+
display: 'NEPT',
|
|
1107
|
+
symbol: 'NEPT',
|
|
1108
|
+
images: [{
|
|
1109
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nept.png',
|
|
1110
|
+
theme: {
|
|
1111
|
+
primary_color_hex: '#21549f'
|
|
1112
|
+
}
|
|
1113
|
+
}],
|
|
1114
|
+
socials: {
|
|
1115
|
+
website: 'https://nept.finance/',
|
|
1116
|
+
twitter: 'https://x.com/neptune_finance'
|
|
1117
|
+
},
|
|
1118
|
+
type_asset: 'sdk.coin'
|
|
1007
1119
|
}
|
|
1008
1120
|
]
|
|
1009
1121
|
};
|
|
@@ -1413,6 +1413,47 @@ const info = {
|
|
|
1413
1413
|
twitter: 'https://x.com/Dropdotmoney'
|
|
1414
1414
|
},
|
|
1415
1415
|
type_asset: 'sdk.coin'
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
description: 'IBC NEPT, Neptune Protocol token, on Neutron chain',
|
|
1419
|
+
denom_units: [{
|
|
1420
|
+
denom: 'ibc/C084B31AB4906CD6CC65CB779B1527A66B6C98629259E3548B2F20D2753D5837',
|
|
1421
|
+
exponent: 0
|
|
1422
|
+
}, {
|
|
1423
|
+
denom: 'NEPT',
|
|
1424
|
+
exponent: 6
|
|
1425
|
+
}],
|
|
1426
|
+
base: 'ibc/C084B31AB4906CD6CC65CB779B1527A66B6C98629259E3548B2F20D2753D5837',
|
|
1427
|
+
name: 'Neptune Finance',
|
|
1428
|
+
display: 'NEPT',
|
|
1429
|
+
symbol: 'NEPT',
|
|
1430
|
+
traces: [{
|
|
1431
|
+
type: 'ibc',
|
|
1432
|
+
counterparty: {
|
|
1433
|
+
chain_name: 'injective',
|
|
1434
|
+
base_denom: 'factory/inj1v3a4zznudwpukpr8y987pu5gnh4xuf7v36jhva/nept',
|
|
1435
|
+
channel_id: 'channel-177'
|
|
1436
|
+
},
|
|
1437
|
+
chain: {
|
|
1438
|
+
channel_id: 'channel-60',
|
|
1439
|
+
path: 'transfer/channel-60/factory/inj1v3a4zznudwpukpr8y987pu5gnh4xuf7v36jhva/nept'
|
|
1440
|
+
}
|
|
1441
|
+
}],
|
|
1442
|
+
images: [{
|
|
1443
|
+
image_sync: {
|
|
1444
|
+
chain_name: 'injective',
|
|
1445
|
+
base_denom: 'factory/inj1v3a4zznudwpukpr8y987pu5gnh4xuf7v36jhva/nept'
|
|
1446
|
+
},
|
|
1447
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nept.png',
|
|
1448
|
+
theme: {
|
|
1449
|
+
primary_color_hex: '#21549f'
|
|
1450
|
+
}
|
|
1451
|
+
}],
|
|
1452
|
+
socials: {
|
|
1453
|
+
website: 'https://nept.finance/',
|
|
1454
|
+
twitter: 'https://x.com/neptune_finance'
|
|
1455
|
+
},
|
|
1456
|
+
type_asset: 'ics20'
|
|
1416
1457
|
}
|
|
1417
1458
|
]
|
|
1418
1459
|
};
|
|
@@ -22241,6 +22241,49 @@ const info = {
|
|
|
22241
22241
|
primary_color_hex: '#ebb093'
|
|
22242
22242
|
}
|
|
22243
22243
|
}]
|
|
22244
|
+
},
|
|
22245
|
+
{
|
|
22246
|
+
description: 'WLF coin',
|
|
22247
|
+
denom_units: [{
|
|
22248
|
+
denom: 'ibc/3D00ACF371FC6B7BC871399B1909DDE18749FA19DE6B7A4F74E1D96BC073B3BC',
|
|
22249
|
+
exponent: 0,
|
|
22250
|
+
aliases: ['factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/wirelibertyfence']
|
|
22251
|
+
}, {
|
|
22252
|
+
denom: 'wirelibertyfence',
|
|
22253
|
+
exponent: 6
|
|
22254
|
+
}],
|
|
22255
|
+
type_asset: 'ics20',
|
|
22256
|
+
base: 'ibc/3D00ACF371FC6B7BC871399B1909DDE18749FA19DE6B7A4F74E1D96BC073B3BC',
|
|
22257
|
+
name: 'wirelibertyfence',
|
|
22258
|
+
display: 'wirelibertyfence',
|
|
22259
|
+
symbol: 'WLF',
|
|
22260
|
+
traces: [{
|
|
22261
|
+
type: 'ibc',
|
|
22262
|
+
counterparty: {
|
|
22263
|
+
chain_name: 'chihuahua',
|
|
22264
|
+
base_denom: 'factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/wirelibertyfence',
|
|
22265
|
+
channel_id: 'channel-7'
|
|
22266
|
+
},
|
|
22267
|
+
chain: {
|
|
22268
|
+
channel_id: 'channel-113',
|
|
22269
|
+
path: 'transfer/channel-113/factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/wirelibertyfence'
|
|
22270
|
+
}
|
|
22271
|
+
}],
|
|
22272
|
+
logo_URIs: {
|
|
22273
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/wirelibertyfence.png'
|
|
22274
|
+
},
|
|
22275
|
+
images: [{
|
|
22276
|
+
image_sync: {
|
|
22277
|
+
chain_name: 'chihuahua',
|
|
22278
|
+
base_denom: 'factory/chihuahua1mzcfzh4ufk2cta59pm9a6wdyvv8c4v5epqzj46/wirelibertyfence'
|
|
22279
|
+
},
|
|
22280
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/wirelibertyfence.png',
|
|
22281
|
+
theme: {
|
|
22282
|
+
primary_color_hex: '#BD963D',
|
|
22283
|
+
background_color_hex: '#6C165E',
|
|
22284
|
+
circle: true
|
|
22285
|
+
}
|
|
22286
|
+
}]
|
|
22244
22287
|
}
|
|
22245
22288
|
]
|
|
22246
22289
|
};
|
|
@@ -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
|
},
|