@chain-registry/assets 1.62.6 → 1.62.7

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.
Files changed (53) hide show
  1. package/esm/mainnet/andromeda.js +290 -0
  2. package/esm/mainnet/axelar.js +292 -2
  3. package/esm/mainnet/celestia.js +290 -0
  4. package/esm/mainnet/composable.js +290 -0
  5. package/esm/mainnet/cosmoshub.js +290 -0
  6. package/esm/mainnet/crescent.js +290 -0
  7. package/esm/mainnet/doravota.js +290 -0
  8. package/esm/mainnet/evmos.js +290 -0
  9. package/esm/mainnet/gateway.js +290 -0
  10. package/esm/mainnet/kava.js +290 -0
  11. package/esm/mainnet/kujira.js +290 -0
  12. package/esm/mainnet/migaloo.js +290 -0
  13. package/esm/mainnet/neutron.js +290 -0
  14. package/esm/mainnet/noble.js +290 -0
  15. package/esm/mainnet/nois.js +290 -0
  16. package/esm/mainnet/odin.js +290 -0
  17. package/esm/mainnet/oraichain.js +290 -0
  18. package/esm/mainnet/osmosis.js +292 -2
  19. package/esm/mainnet/persistence.js +290 -0
  20. package/esm/mainnet/pryzm.js +290 -0
  21. package/esm/mainnet/secretnetwork.js +290 -0
  22. package/esm/mainnet/sommelier.js +290 -0
  23. package/esm/mainnet/stride.js +290 -0
  24. package/esm/mainnet/terra2.js +290 -0
  25. package/esm/mainnet/umee.js +290 -0
  26. package/esm/mainnet/xpla.js +290 -0
  27. package/mainnet/andromeda.js +290 -0
  28. package/mainnet/axelar.js +292 -2
  29. package/mainnet/celestia.js +290 -0
  30. package/mainnet/composable.js +290 -0
  31. package/mainnet/cosmoshub.js +290 -0
  32. package/mainnet/crescent.js +290 -0
  33. package/mainnet/doravota.js +290 -0
  34. package/mainnet/evmos.js +290 -0
  35. package/mainnet/gateway.js +290 -0
  36. package/mainnet/kava.js +290 -0
  37. package/mainnet/kujira.js +290 -0
  38. package/mainnet/migaloo.js +290 -0
  39. package/mainnet/neutron.js +290 -0
  40. package/mainnet/noble.js +290 -0
  41. package/mainnet/nois.js +290 -0
  42. package/mainnet/odin.js +290 -0
  43. package/mainnet/oraichain.js +290 -0
  44. package/mainnet/osmosis.js +292 -2
  45. package/mainnet/persistence.js +290 -0
  46. package/mainnet/pryzm.js +290 -0
  47. package/mainnet/secretnetwork.js +290 -0
  48. package/mainnet/sommelier.js +290 -0
  49. package/mainnet/stride.js +290 -0
  50. package/mainnet/terra2.js +290 -0
  51. package/mainnet/umee.js +290 -0
  52. package/mainnet/xpla.js +290 -0
  53. package/package.json +5 -5
@@ -152,6 +152,151 @@ const assets = {
152
152
  }
153
153
  }]
154
154
  },
155
+ {
156
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
157
+ denom_units: [{
158
+ denom: 'ibc/F872EEE9AB3DB6BF584112BF8BD5A52947F1B5FACF19BCAE2A99929EB14DE6C8',
159
+ exponent: 0,
160
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
161
+ }, {
162
+ denom: 'nINJ',
163
+ exponent: 18
164
+ }],
165
+ base: 'ibc/F872EEE9AB3DB6BF584112BF8BD5A52947F1B5FACF19BCAE2A99929EB14DE6C8',
166
+ name: 'Neptune Receipt INJ',
167
+ display: 'nINJ',
168
+ symbol: 'nINJ',
169
+ images: [{
170
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
171
+ }],
172
+ traces: [{
173
+ type: 'ibc',
174
+ counterparty: {
175
+ channel_id: 'channel-213',
176
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
177
+ chain_name: 'injective'
178
+ },
179
+ chain: {
180
+ channel_id: 'channel-13'
181
+ }
182
+ }]
183
+ },
184
+ {
185
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
186
+ denom_units: [{
187
+ denom: 'ibc/1EDDA6DA36A69D6FA509CC0E6C1D416670D9AFE26D84FFE4C34C40501ED47463',
188
+ exponent: 0,
189
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
190
+ }, {
191
+ denom: 'nATOM',
192
+ exponent: 6
193
+ }],
194
+ base: 'ibc/1EDDA6DA36A69D6FA509CC0E6C1D416670D9AFE26D84FFE4C34C40501ED47463',
195
+ name: 'Neptune Receipt ATOM',
196
+ display: 'nATOM',
197
+ symbol: 'nATOM',
198
+ images: [{
199
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
200
+ }],
201
+ traces: [{
202
+ type: 'ibc',
203
+ counterparty: {
204
+ channel_id: 'channel-213',
205
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
206
+ chain_name: 'injective'
207
+ },
208
+ chain: {
209
+ channel_id: 'channel-13'
210
+ }
211
+ }]
212
+ },
213
+ {
214
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
215
+ denom_units: [{
216
+ denom: 'ibc/83868EC4F50D386CF1905BEEDEDB2CF6769D4B72CC152CB517A3B656B23AD267',
217
+ exponent: 0,
218
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
219
+ }, {
220
+ denom: 'nWETH',
221
+ exponent: 18
222
+ }],
223
+ base: 'ibc/83868EC4F50D386CF1905BEEDEDB2CF6769D4B72CC152CB517A3B656B23AD267',
224
+ name: 'Neptune Receipt WETH',
225
+ display: 'nWETH',
226
+ symbol: 'nWETH',
227
+ images: [{
228
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
229
+ }],
230
+ traces: [{
231
+ type: 'ibc',
232
+ counterparty: {
233
+ channel_id: 'channel-213',
234
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
235
+ chain_name: 'injective'
236
+ },
237
+ chain: {
238
+ channel_id: 'channel-13'
239
+ }
240
+ }]
241
+ },
242
+ {
243
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
244
+ denom_units: [{
245
+ denom: 'ibc/EB1571A517B114EA0BEC21983BDA2D24EB2AF8034E94EECAED932F0E48D5421D',
246
+ exponent: 0,
247
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
248
+ }, {
249
+ denom: 'nUSDT',
250
+ exponent: 6
251
+ }],
252
+ base: 'ibc/EB1571A517B114EA0BEC21983BDA2D24EB2AF8034E94EECAED932F0E48D5421D',
253
+ name: 'Neptune Receipt USDT',
254
+ display: 'nUSDT',
255
+ symbol: 'nUSDT',
256
+ images: [{
257
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
258
+ }],
259
+ traces: [{
260
+ type: 'ibc',
261
+ counterparty: {
262
+ channel_id: 'channel-213',
263
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
264
+ chain_name: 'injective'
265
+ },
266
+ chain: {
267
+ channel_id: 'channel-13'
268
+ }
269
+ }]
270
+ },
271
+ {
272
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
273
+ denom_units: [{
274
+ denom: 'ibc/AC12034167DE1C311975009515574F7B076FB74B6DCFDD027C21B47999C7C8DA',
275
+ exponent: 0,
276
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
277
+ }, {
278
+ denom: 'nTIA',
279
+ exponent: 6
280
+ }],
281
+ base: 'ibc/AC12034167DE1C311975009515574F7B076FB74B6DCFDD027C21B47999C7C8DA',
282
+ name: 'Neptune Receipt TIA',
283
+ display: 'nTIA',
284
+ symbol: 'nTIA',
285
+ images: [{
286
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
287
+ }],
288
+ traces: [{
289
+ type: 'ibc',
290
+ counterparty: {
291
+ channel_id: 'channel-213',
292
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
293
+ chain_name: 'injective'
294
+ },
295
+ chain: {
296
+ channel_id: 'channel-13'
297
+ }
298
+ }]
299
+ },
155
300
  {
156
301
  description: 'The native staking and governance token of the Kujira chain.',
157
302
  denom_units: [{
@@ -418,6 +563,151 @@ const assets = {
418
563
  }
419
564
  }]
420
565
  },
566
+ {
567
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
568
+ denom_units: [{
569
+ denom: 'ibc/F872EEE9AB3DB6BF584112BF8BD5A52947F1B5FACF19BCAE2A99929EB14DE6C8',
570
+ exponent: 0,
571
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
572
+ }, {
573
+ denom: 'nINJ',
574
+ exponent: 18
575
+ }],
576
+ base: 'ibc/F872EEE9AB3DB6BF584112BF8BD5A52947F1B5FACF19BCAE2A99929EB14DE6C8',
577
+ name: 'Neptune Receipt INJ',
578
+ display: 'nINJ',
579
+ symbol: 'nINJ',
580
+ images: [{
581
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
582
+ }],
583
+ traces: [{
584
+ type: 'ibc',
585
+ counterparty: {
586
+ channel_id: 'channel-213',
587
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
588
+ chain_name: 'injective'
589
+ },
590
+ chain: {
591
+ channel_id: 'channel-13'
592
+ }
593
+ }]
594
+ },
595
+ {
596
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
597
+ denom_units: [{
598
+ denom: 'ibc/1EDDA6DA36A69D6FA509CC0E6C1D416670D9AFE26D84FFE4C34C40501ED47463',
599
+ exponent: 0,
600
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
601
+ }, {
602
+ denom: 'nATOM',
603
+ exponent: 6
604
+ }],
605
+ base: 'ibc/1EDDA6DA36A69D6FA509CC0E6C1D416670D9AFE26D84FFE4C34C40501ED47463',
606
+ name: 'Neptune Receipt ATOM',
607
+ display: 'nATOM',
608
+ symbol: 'nATOM',
609
+ images: [{
610
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
611
+ }],
612
+ traces: [{
613
+ type: 'ibc',
614
+ counterparty: {
615
+ channel_id: 'channel-213',
616
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
617
+ chain_name: 'injective'
618
+ },
619
+ chain: {
620
+ channel_id: 'channel-13'
621
+ }
622
+ }]
623
+ },
624
+ {
625
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
626
+ denom_units: [{
627
+ denom: 'ibc/83868EC4F50D386CF1905BEEDEDB2CF6769D4B72CC152CB517A3B656B23AD267',
628
+ exponent: 0,
629
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
630
+ }, {
631
+ denom: 'nWETH',
632
+ exponent: 18
633
+ }],
634
+ base: 'ibc/83868EC4F50D386CF1905BEEDEDB2CF6769D4B72CC152CB517A3B656B23AD267',
635
+ name: 'Neptune Receipt WETH',
636
+ display: 'nWETH',
637
+ symbol: 'nWETH',
638
+ images: [{
639
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
640
+ }],
641
+ traces: [{
642
+ type: 'ibc',
643
+ counterparty: {
644
+ channel_id: 'channel-213',
645
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
646
+ chain_name: 'injective'
647
+ },
648
+ chain: {
649
+ channel_id: 'channel-13'
650
+ }
651
+ }]
652
+ },
653
+ {
654
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
655
+ denom_units: [{
656
+ denom: 'ibc/EB1571A517B114EA0BEC21983BDA2D24EB2AF8034E94EECAED932F0E48D5421D',
657
+ exponent: 0,
658
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
659
+ }, {
660
+ denom: 'nUSDT',
661
+ exponent: 6
662
+ }],
663
+ base: 'ibc/EB1571A517B114EA0BEC21983BDA2D24EB2AF8034E94EECAED932F0E48D5421D',
664
+ name: 'Neptune Receipt USDT',
665
+ display: 'nUSDT',
666
+ symbol: 'nUSDT',
667
+ images: [{
668
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
669
+ }],
670
+ traces: [{
671
+ type: 'ibc',
672
+ counterparty: {
673
+ channel_id: 'channel-213',
674
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
675
+ chain_name: 'injective'
676
+ },
677
+ chain: {
678
+ channel_id: 'channel-13'
679
+ }
680
+ }]
681
+ },
682
+ {
683
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
684
+ denom_units: [{
685
+ denom: 'ibc/AC12034167DE1C311975009515574F7B076FB74B6DCFDD027C21B47999C7C8DA',
686
+ exponent: 0,
687
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
688
+ }, {
689
+ denom: 'nTIA',
690
+ exponent: 6
691
+ }],
692
+ base: 'ibc/AC12034167DE1C311975009515574F7B076FB74B6DCFDD027C21B47999C7C8DA',
693
+ name: 'Neptune Receipt TIA',
694
+ display: 'nTIA',
695
+ symbol: 'nTIA',
696
+ images: [{
697
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
698
+ }],
699
+ traces: [{
700
+ type: 'ibc',
701
+ counterparty: {
702
+ channel_id: 'channel-213',
703
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
704
+ chain_name: 'injective'
705
+ },
706
+ chain: {
707
+ channel_id: 'channel-13'
708
+ }
709
+ }]
710
+ },
421
711
  {
422
712
  description: 'The native staking and governance token of the Kujira chain.',
423
713
  denom_units: [{
package/mainnet/axelar.js CHANGED
@@ -633,7 +633,7 @@ const assets = {
633
633
  logo_URIs: {
634
634
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png'
635
635
  },
636
- coingecko_id: '',
636
+ coingecko_id: 'chain4energy',
637
637
  images: [{
638
638
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png'
639
639
  }],
@@ -1274,6 +1274,151 @@ const assets = {
1274
1274
  }
1275
1275
  }]
1276
1276
  },
1277
+ {
1278
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
1279
+ denom_units: [{
1280
+ denom: 'ibc/657466BD9388512F46BC835FA1DE9B6C582F7A475EC5CDDABF1AF490A4FDCF49',
1281
+ exponent: 0,
1282
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
1283
+ }, {
1284
+ denom: 'nINJ',
1285
+ exponent: 18
1286
+ }],
1287
+ base: 'ibc/657466BD9388512F46BC835FA1DE9B6C582F7A475EC5CDDABF1AF490A4FDCF49',
1288
+ name: 'Neptune Receipt INJ',
1289
+ display: 'nINJ',
1290
+ symbol: 'nINJ',
1291
+ images: [{
1292
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
1293
+ }],
1294
+ traces: [{
1295
+ type: 'ibc',
1296
+ counterparty: {
1297
+ channel_id: 'channel-84',
1298
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
1299
+ chain_name: 'injective'
1300
+ },
1301
+ chain: {
1302
+ channel_id: 'channel-10'
1303
+ }
1304
+ }]
1305
+ },
1306
+ {
1307
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
1308
+ denom_units: [{
1309
+ denom: 'ibc/1838575AC6BB412E0E9C749E22E01F48EE9D0555EA59698B84ED4A9614DCD4EA',
1310
+ exponent: 0,
1311
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
1312
+ }, {
1313
+ denom: 'nATOM',
1314
+ exponent: 6
1315
+ }],
1316
+ base: 'ibc/1838575AC6BB412E0E9C749E22E01F48EE9D0555EA59698B84ED4A9614DCD4EA',
1317
+ name: 'Neptune Receipt ATOM',
1318
+ display: 'nATOM',
1319
+ symbol: 'nATOM',
1320
+ images: [{
1321
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
1322
+ }],
1323
+ traces: [{
1324
+ type: 'ibc',
1325
+ counterparty: {
1326
+ channel_id: 'channel-84',
1327
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
1328
+ chain_name: 'injective'
1329
+ },
1330
+ chain: {
1331
+ channel_id: 'channel-10'
1332
+ }
1333
+ }]
1334
+ },
1335
+ {
1336
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
1337
+ denom_units: [{
1338
+ denom: 'ibc/C6DFA549E5DC7882F21ACC542EDC699D020794B57A4DA1CC2C7355D8E9136F9E',
1339
+ exponent: 0,
1340
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
1341
+ }, {
1342
+ denom: 'nWETH',
1343
+ exponent: 18
1344
+ }],
1345
+ base: 'ibc/C6DFA549E5DC7882F21ACC542EDC699D020794B57A4DA1CC2C7355D8E9136F9E',
1346
+ name: 'Neptune Receipt WETH',
1347
+ display: 'nWETH',
1348
+ symbol: 'nWETH',
1349
+ images: [{
1350
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
1351
+ }],
1352
+ traces: [{
1353
+ type: 'ibc',
1354
+ counterparty: {
1355
+ channel_id: 'channel-84',
1356
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
1357
+ chain_name: 'injective'
1358
+ },
1359
+ chain: {
1360
+ channel_id: 'channel-10'
1361
+ }
1362
+ }]
1363
+ },
1364
+ {
1365
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
1366
+ denom_units: [{
1367
+ denom: 'ibc/C27CF4A435C0D8CDD059CFA7F467F8215EF8693DEE9A106D0A34C5FBADADFB9C',
1368
+ exponent: 0,
1369
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
1370
+ }, {
1371
+ denom: 'nUSDT',
1372
+ exponent: 6
1373
+ }],
1374
+ base: 'ibc/C27CF4A435C0D8CDD059CFA7F467F8215EF8693DEE9A106D0A34C5FBADADFB9C',
1375
+ name: 'Neptune Receipt USDT',
1376
+ display: 'nUSDT',
1377
+ symbol: 'nUSDT',
1378
+ images: [{
1379
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
1380
+ }],
1381
+ traces: [{
1382
+ type: 'ibc',
1383
+ counterparty: {
1384
+ channel_id: 'channel-84',
1385
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
1386
+ chain_name: 'injective'
1387
+ },
1388
+ chain: {
1389
+ channel_id: 'channel-10'
1390
+ }
1391
+ }]
1392
+ },
1393
+ {
1394
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
1395
+ denom_units: [{
1396
+ denom: 'ibc/D396A730DC0BB26B2C3E15D40098F689D95503D52488145D80F1ECBC78666FD3',
1397
+ exponent: 0,
1398
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
1399
+ }, {
1400
+ denom: 'nTIA',
1401
+ exponent: 6
1402
+ }],
1403
+ base: 'ibc/D396A730DC0BB26B2C3E15D40098F689D95503D52488145D80F1ECBC78666FD3',
1404
+ name: 'Neptune Receipt TIA',
1405
+ display: 'nTIA',
1406
+ symbol: 'nTIA',
1407
+ images: [{
1408
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
1409
+ }],
1410
+ traces: [{
1411
+ type: 'ibc',
1412
+ counterparty: {
1413
+ channel_id: 'channel-84',
1414
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
1415
+ chain_name: 'injective'
1416
+ },
1417
+ chain: {
1418
+ channel_id: 'channel-10'
1419
+ }
1420
+ }]
1421
+ },
1277
1422
  {
1278
1423
  description: 'The native staking and governance token of Jackal.',
1279
1424
  denom_units: [{
@@ -2460,7 +2605,7 @@ const assets = {
2460
2605
  logo_URIs: {
2461
2606
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png'
2462
2607
  },
2463
- coingecko_id: '',
2608
+ coingecko_id: 'chain4energy',
2464
2609
  images: [{
2465
2610
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png'
2466
2611
  }],
@@ -3101,6 +3246,151 @@ const assets = {
3101
3246
  }
3102
3247
  }]
3103
3248
  },
3249
+ {
3250
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
3251
+ denom_units: [{
3252
+ denom: 'ibc/657466BD9388512F46BC835FA1DE9B6C582F7A475EC5CDDABF1AF490A4FDCF49',
3253
+ exponent: 0,
3254
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
3255
+ }, {
3256
+ denom: 'nINJ',
3257
+ exponent: 18
3258
+ }],
3259
+ base: 'ibc/657466BD9388512F46BC835FA1DE9B6C582F7A475EC5CDDABF1AF490A4FDCF49',
3260
+ name: 'Neptune Receipt INJ',
3261
+ display: 'nINJ',
3262
+ symbol: 'nINJ',
3263
+ images: [{
3264
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
3265
+ }],
3266
+ traces: [{
3267
+ type: 'ibc',
3268
+ counterparty: {
3269
+ channel_id: 'channel-84',
3270
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
3271
+ chain_name: 'injective'
3272
+ },
3273
+ chain: {
3274
+ channel_id: 'channel-10'
3275
+ }
3276
+ }]
3277
+ },
3278
+ {
3279
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
3280
+ denom_units: [{
3281
+ denom: 'ibc/1838575AC6BB412E0E9C749E22E01F48EE9D0555EA59698B84ED4A9614DCD4EA',
3282
+ exponent: 0,
3283
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
3284
+ }, {
3285
+ denom: 'nATOM',
3286
+ exponent: 6
3287
+ }],
3288
+ base: 'ibc/1838575AC6BB412E0E9C749E22E01F48EE9D0555EA59698B84ED4A9614DCD4EA',
3289
+ name: 'Neptune Receipt ATOM',
3290
+ display: 'nATOM',
3291
+ symbol: 'nATOM',
3292
+ images: [{
3293
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
3294
+ }],
3295
+ traces: [{
3296
+ type: 'ibc',
3297
+ counterparty: {
3298
+ channel_id: 'channel-84',
3299
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
3300
+ chain_name: 'injective'
3301
+ },
3302
+ chain: {
3303
+ channel_id: 'channel-10'
3304
+ }
3305
+ }]
3306
+ },
3307
+ {
3308
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
3309
+ denom_units: [{
3310
+ denom: 'ibc/C6DFA549E5DC7882F21ACC542EDC699D020794B57A4DA1CC2C7355D8E9136F9E',
3311
+ exponent: 0,
3312
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
3313
+ }, {
3314
+ denom: 'nWETH',
3315
+ exponent: 18
3316
+ }],
3317
+ base: 'ibc/C6DFA549E5DC7882F21ACC542EDC699D020794B57A4DA1CC2C7355D8E9136F9E',
3318
+ name: 'Neptune Receipt WETH',
3319
+ display: 'nWETH',
3320
+ symbol: 'nWETH',
3321
+ images: [{
3322
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
3323
+ }],
3324
+ traces: [{
3325
+ type: 'ibc',
3326
+ counterparty: {
3327
+ channel_id: 'channel-84',
3328
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
3329
+ chain_name: 'injective'
3330
+ },
3331
+ chain: {
3332
+ channel_id: 'channel-10'
3333
+ }
3334
+ }]
3335
+ },
3336
+ {
3337
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
3338
+ denom_units: [{
3339
+ denom: 'ibc/C27CF4A435C0D8CDD059CFA7F467F8215EF8693DEE9A106D0A34C5FBADADFB9C',
3340
+ exponent: 0,
3341
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
3342
+ }, {
3343
+ denom: 'nUSDT',
3344
+ exponent: 6
3345
+ }],
3346
+ base: 'ibc/C27CF4A435C0D8CDD059CFA7F467F8215EF8693DEE9A106D0A34C5FBADADFB9C',
3347
+ name: 'Neptune Receipt USDT',
3348
+ display: 'nUSDT',
3349
+ symbol: 'nUSDT',
3350
+ images: [{
3351
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
3352
+ }],
3353
+ traces: [{
3354
+ type: 'ibc',
3355
+ counterparty: {
3356
+ channel_id: 'channel-84',
3357
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
3358
+ chain_name: 'injective'
3359
+ },
3360
+ chain: {
3361
+ channel_id: 'channel-10'
3362
+ }
3363
+ }]
3364
+ },
3365
+ {
3366
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
3367
+ denom_units: [{
3368
+ denom: 'ibc/D396A730DC0BB26B2C3E15D40098F689D95503D52488145D80F1ECBC78666FD3',
3369
+ exponent: 0,
3370
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
3371
+ }, {
3372
+ denom: 'nTIA',
3373
+ exponent: 6
3374
+ }],
3375
+ base: 'ibc/D396A730DC0BB26B2C3E15D40098F689D95503D52488145D80F1ECBC78666FD3',
3376
+ name: 'Neptune Receipt TIA',
3377
+ display: 'nTIA',
3378
+ symbol: 'nTIA',
3379
+ images: [{
3380
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
3381
+ }],
3382
+ traces: [{
3383
+ type: 'ibc',
3384
+ counterparty: {
3385
+ channel_id: 'channel-84',
3386
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
3387
+ chain_name: 'injective'
3388
+ },
3389
+ chain: {
3390
+ channel_id: 'channel-10'
3391
+ }
3392
+ }]
3393
+ },
3104
3394
  {
3105
3395
  description: 'The native staking and governance token of Jackal.',
3106
3396
  denom_units: [{