@chain-registry/assets 1.62.6 → 1.62.8

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