@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
@@ -185,6 +185,151 @@ const assets = {
185
185
  }
186
186
  }]
187
187
  },
188
+ {
189
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
190
+ denom_units: [{
191
+ denom: 'ibc/0610DF706075D0B45F4CC45A4154C2D4843779BC266023313D5DC88998D24765',
192
+ exponent: 0,
193
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
194
+ }, {
195
+ denom: 'nINJ',
196
+ exponent: 18
197
+ }],
198
+ base: 'ibc/0610DF706075D0B45F4CC45A4154C2D4843779BC266023313D5DC88998D24765',
199
+ name: 'Neptune Receipt INJ',
200
+ display: 'nINJ',
201
+ symbol: 'nINJ',
202
+ images: [{
203
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
204
+ }],
205
+ traces: [{
206
+ type: 'ibc',
207
+ counterparty: {
208
+ channel_id: 'channel-138',
209
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
210
+ chain_name: 'injective'
211
+ },
212
+ chain: {
213
+ channel_id: 'channel-17'
214
+ }
215
+ }]
216
+ },
217
+ {
218
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
219
+ denom_units: [{
220
+ denom: 'ibc/DF7316726ED443200F0C9017B268C19B61334DF2AA4270A6662B4133CF7BC61F',
221
+ exponent: 0,
222
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
223
+ }, {
224
+ denom: 'nATOM',
225
+ exponent: 6
226
+ }],
227
+ base: 'ibc/DF7316726ED443200F0C9017B268C19B61334DF2AA4270A6662B4133CF7BC61F',
228
+ name: 'Neptune Receipt ATOM',
229
+ display: 'nATOM',
230
+ symbol: 'nATOM',
231
+ images: [{
232
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
233
+ }],
234
+ traces: [{
235
+ type: 'ibc',
236
+ counterparty: {
237
+ channel_id: 'channel-138',
238
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
239
+ chain_name: 'injective'
240
+ },
241
+ chain: {
242
+ channel_id: 'channel-17'
243
+ }
244
+ }]
245
+ },
246
+ {
247
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
248
+ denom_units: [{
249
+ denom: 'ibc/115297FDA28A10D409FA408DF08722DF1D286C32B8F0C7F5615A1C937D0C2B97',
250
+ exponent: 0,
251
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
252
+ }, {
253
+ denom: 'nWETH',
254
+ exponent: 18
255
+ }],
256
+ base: 'ibc/115297FDA28A10D409FA408DF08722DF1D286C32B8F0C7F5615A1C937D0C2B97',
257
+ name: 'Neptune Receipt WETH',
258
+ display: 'nWETH',
259
+ symbol: 'nWETH',
260
+ images: [{
261
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
262
+ }],
263
+ traces: [{
264
+ type: 'ibc',
265
+ counterparty: {
266
+ channel_id: 'channel-138',
267
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
268
+ chain_name: 'injective'
269
+ },
270
+ chain: {
271
+ channel_id: 'channel-17'
272
+ }
273
+ }]
274
+ },
275
+ {
276
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
277
+ denom_units: [{
278
+ denom: 'ibc/0636DAC58A3E65F3710FF141D40D7547F68CA83A848E1A279947AE6EE43DD9DD',
279
+ exponent: 0,
280
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
281
+ }, {
282
+ denom: 'nUSDT',
283
+ exponent: 6
284
+ }],
285
+ base: 'ibc/0636DAC58A3E65F3710FF141D40D7547F68CA83A848E1A279947AE6EE43DD9DD',
286
+ name: 'Neptune Receipt USDT',
287
+ display: 'nUSDT',
288
+ symbol: 'nUSDT',
289
+ images: [{
290
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
291
+ }],
292
+ traces: [{
293
+ type: 'ibc',
294
+ counterparty: {
295
+ channel_id: 'channel-138',
296
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
297
+ chain_name: 'injective'
298
+ },
299
+ chain: {
300
+ channel_id: 'channel-17'
301
+ }
302
+ }]
303
+ },
304
+ {
305
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
306
+ denom_units: [{
307
+ denom: 'ibc/F4970598CD757BF0CC3F628929ED787B67C276A93AFE3D7655F9777F993EEAB0',
308
+ exponent: 0,
309
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
310
+ }, {
311
+ denom: 'nTIA',
312
+ exponent: 6
313
+ }],
314
+ base: 'ibc/F4970598CD757BF0CC3F628929ED787B67C276A93AFE3D7655F9777F993EEAB0',
315
+ name: 'Neptune Receipt TIA',
316
+ display: 'nTIA',
317
+ symbol: 'nTIA',
318
+ images: [{
319
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
320
+ }],
321
+ traces: [{
322
+ type: 'ibc',
323
+ counterparty: {
324
+ channel_id: 'channel-138',
325
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
326
+ chain_name: 'injective'
327
+ },
328
+ chain: {
329
+ channel_id: 'channel-17'
330
+ }
331
+ }]
332
+ },
188
333
  {
189
334
  description: 'The native token of JUNO Chain',
190
335
  denom_units: [{
@@ -543,6 +688,151 @@ const assets = {
543
688
  }
544
689
  }]
545
690
  },
691
+ {
692
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
693
+ denom_units: [{
694
+ denom: 'ibc/0610DF706075D0B45F4CC45A4154C2D4843779BC266023313D5DC88998D24765',
695
+ exponent: 0,
696
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
697
+ }, {
698
+ denom: 'nINJ',
699
+ exponent: 18
700
+ }],
701
+ base: 'ibc/0610DF706075D0B45F4CC45A4154C2D4843779BC266023313D5DC88998D24765',
702
+ name: 'Neptune Receipt INJ',
703
+ display: 'nINJ',
704
+ symbol: 'nINJ',
705
+ images: [{
706
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
707
+ }],
708
+ traces: [{
709
+ type: 'ibc',
710
+ counterparty: {
711
+ channel_id: 'channel-138',
712
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
713
+ chain_name: 'injective'
714
+ },
715
+ chain: {
716
+ channel_id: 'channel-17'
717
+ }
718
+ }]
719
+ },
720
+ {
721
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
722
+ denom_units: [{
723
+ denom: 'ibc/DF7316726ED443200F0C9017B268C19B61334DF2AA4270A6662B4133CF7BC61F',
724
+ exponent: 0,
725
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
726
+ }, {
727
+ denom: 'nATOM',
728
+ exponent: 6
729
+ }],
730
+ base: 'ibc/DF7316726ED443200F0C9017B268C19B61334DF2AA4270A6662B4133CF7BC61F',
731
+ name: 'Neptune Receipt ATOM',
732
+ display: 'nATOM',
733
+ symbol: 'nATOM',
734
+ images: [{
735
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
736
+ }],
737
+ traces: [{
738
+ type: 'ibc',
739
+ counterparty: {
740
+ channel_id: 'channel-138',
741
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
742
+ chain_name: 'injective'
743
+ },
744
+ chain: {
745
+ channel_id: 'channel-17'
746
+ }
747
+ }]
748
+ },
749
+ {
750
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
751
+ denom_units: [{
752
+ denom: 'ibc/115297FDA28A10D409FA408DF08722DF1D286C32B8F0C7F5615A1C937D0C2B97',
753
+ exponent: 0,
754
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
755
+ }, {
756
+ denom: 'nWETH',
757
+ exponent: 18
758
+ }],
759
+ base: 'ibc/115297FDA28A10D409FA408DF08722DF1D286C32B8F0C7F5615A1C937D0C2B97',
760
+ name: 'Neptune Receipt WETH',
761
+ display: 'nWETH',
762
+ symbol: 'nWETH',
763
+ images: [{
764
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
765
+ }],
766
+ traces: [{
767
+ type: 'ibc',
768
+ counterparty: {
769
+ channel_id: 'channel-138',
770
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
771
+ chain_name: 'injective'
772
+ },
773
+ chain: {
774
+ channel_id: 'channel-17'
775
+ }
776
+ }]
777
+ },
778
+ {
779
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
780
+ denom_units: [{
781
+ denom: 'ibc/0636DAC58A3E65F3710FF141D40D7547F68CA83A848E1A279947AE6EE43DD9DD',
782
+ exponent: 0,
783
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
784
+ }, {
785
+ denom: 'nUSDT',
786
+ exponent: 6
787
+ }],
788
+ base: 'ibc/0636DAC58A3E65F3710FF141D40D7547F68CA83A848E1A279947AE6EE43DD9DD',
789
+ name: 'Neptune Receipt USDT',
790
+ display: 'nUSDT',
791
+ symbol: 'nUSDT',
792
+ images: [{
793
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
794
+ }],
795
+ traces: [{
796
+ type: 'ibc',
797
+ counterparty: {
798
+ channel_id: 'channel-138',
799
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
800
+ chain_name: 'injective'
801
+ },
802
+ chain: {
803
+ channel_id: 'channel-17'
804
+ }
805
+ }]
806
+ },
807
+ {
808
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
809
+ denom_units: [{
810
+ denom: 'ibc/F4970598CD757BF0CC3F628929ED787B67C276A93AFE3D7655F9777F993EEAB0',
811
+ exponent: 0,
812
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
813
+ }, {
814
+ denom: 'nTIA',
815
+ exponent: 6
816
+ }],
817
+ base: 'ibc/F4970598CD757BF0CC3F628929ED787B67C276A93AFE3D7655F9777F993EEAB0',
818
+ name: 'Neptune Receipt TIA',
819
+ display: 'nTIA',
820
+ symbol: 'nTIA',
821
+ images: [{
822
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
823
+ }],
824
+ traces: [{
825
+ type: 'ibc',
826
+ counterparty: {
827
+ channel_id: 'channel-138',
828
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
829
+ chain_name: 'injective'
830
+ },
831
+ chain: {
832
+ channel_id: 'channel-17'
833
+ }
834
+ }]
835
+ },
546
836
  {
547
837
  description: 'The native token of JUNO Chain',
548
838
  denom_units: [{
@@ -143,6 +143,151 @@ const assets = {
143
143
  }
144
144
  }]
145
145
  },
146
+ {
147
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
148
+ denom_units: [{
149
+ denom: 'ibc/C177BAD38EBDD8C8433FFBC5D6C5AB475138B5C18BDC096A95077A33A3DDC1B5',
150
+ exponent: 0,
151
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
152
+ }, {
153
+ denom: 'nINJ',
154
+ exponent: 18
155
+ }],
156
+ base: 'ibc/C177BAD38EBDD8C8433FFBC5D6C5AB475138B5C18BDC096A95077A33A3DDC1B5',
157
+ name: 'Neptune Receipt INJ',
158
+ display: 'nINJ',
159
+ symbol: 'nINJ',
160
+ images: [{
161
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
162
+ }],
163
+ traces: [{
164
+ type: 'ibc',
165
+ counterparty: {
166
+ channel_id: 'channel-214',
167
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
168
+ chain_name: 'injective'
169
+ },
170
+ chain: {
171
+ channel_id: 'channel-65'
172
+ }
173
+ }]
174
+ },
175
+ {
176
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
177
+ denom_units: [{
178
+ denom: 'ibc/DF274DA678D1E6C3CFCE842BBFFBC37FC89B0E42A9F6AE76D61F5FCCDC81805F',
179
+ exponent: 0,
180
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
181
+ }, {
182
+ denom: 'nATOM',
183
+ exponent: 6
184
+ }],
185
+ base: 'ibc/DF274DA678D1E6C3CFCE842BBFFBC37FC89B0E42A9F6AE76D61F5FCCDC81805F',
186
+ name: 'Neptune Receipt ATOM',
187
+ display: 'nATOM',
188
+ symbol: 'nATOM',
189
+ images: [{
190
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
191
+ }],
192
+ traces: [{
193
+ type: 'ibc',
194
+ counterparty: {
195
+ channel_id: 'channel-214',
196
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
197
+ chain_name: 'injective'
198
+ },
199
+ chain: {
200
+ channel_id: 'channel-65'
201
+ }
202
+ }]
203
+ },
204
+ {
205
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
206
+ denom_units: [{
207
+ denom: 'ibc/5A08E6F18219AA08590F797F07C13EA4506C4900F8E7A0CCD0A0BBE598652C0A',
208
+ exponent: 0,
209
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
210
+ }, {
211
+ denom: 'nWETH',
212
+ exponent: 18
213
+ }],
214
+ base: 'ibc/5A08E6F18219AA08590F797F07C13EA4506C4900F8E7A0CCD0A0BBE598652C0A',
215
+ name: 'Neptune Receipt WETH',
216
+ display: 'nWETH',
217
+ symbol: 'nWETH',
218
+ images: [{
219
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
220
+ }],
221
+ traces: [{
222
+ type: 'ibc',
223
+ counterparty: {
224
+ channel_id: 'channel-214',
225
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
226
+ chain_name: 'injective'
227
+ },
228
+ chain: {
229
+ channel_id: 'channel-65'
230
+ }
231
+ }]
232
+ },
233
+ {
234
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
235
+ denom_units: [{
236
+ denom: 'ibc/3AD461ADE9752048C609A40BE24ADB0DBB25BA00038DEBCBAA436A5464C3935B',
237
+ exponent: 0,
238
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
239
+ }, {
240
+ denom: 'nUSDT',
241
+ exponent: 6
242
+ }],
243
+ base: 'ibc/3AD461ADE9752048C609A40BE24ADB0DBB25BA00038DEBCBAA436A5464C3935B',
244
+ name: 'Neptune Receipt USDT',
245
+ display: 'nUSDT',
246
+ symbol: 'nUSDT',
247
+ images: [{
248
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
249
+ }],
250
+ traces: [{
251
+ type: 'ibc',
252
+ counterparty: {
253
+ channel_id: 'channel-214',
254
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
255
+ chain_name: 'injective'
256
+ },
257
+ chain: {
258
+ channel_id: 'channel-65'
259
+ }
260
+ }]
261
+ },
262
+ {
263
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
264
+ denom_units: [{
265
+ denom: 'ibc/030047093AB062DB7AA4A9FD043EF4CE5A882F041BE3FAE5B0C8E2008167CB73',
266
+ exponent: 0,
267
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
268
+ }, {
269
+ denom: 'nTIA',
270
+ exponent: 6
271
+ }],
272
+ base: 'ibc/030047093AB062DB7AA4A9FD043EF4CE5A882F041BE3FAE5B0C8E2008167CB73',
273
+ name: 'Neptune Receipt TIA',
274
+ display: 'nTIA',
275
+ symbol: 'nTIA',
276
+ images: [{
277
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
278
+ }],
279
+ traces: [{
280
+ type: 'ibc',
281
+ counterparty: {
282
+ channel_id: 'channel-214',
283
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
284
+ chain_name: 'injective'
285
+ },
286
+ chain: {
287
+ channel_id: 'channel-65'
288
+ }
289
+ }]
290
+ },
146
291
  {
147
292
  description: 'The native staking and governance token of the Kujira chain.',
148
293
  denom_units: [{
@@ -324,6 +469,151 @@ const assets = {
324
469
  }
325
470
  }]
326
471
  },
472
+ {
473
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
474
+ denom_units: [{
475
+ denom: 'ibc/C177BAD38EBDD8C8433FFBC5D6C5AB475138B5C18BDC096A95077A33A3DDC1B5',
476
+ exponent: 0,
477
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
478
+ }, {
479
+ denom: 'nINJ',
480
+ exponent: 18
481
+ }],
482
+ base: 'ibc/C177BAD38EBDD8C8433FFBC5D6C5AB475138B5C18BDC096A95077A33A3DDC1B5',
483
+ name: 'Neptune Receipt INJ',
484
+ display: 'nINJ',
485
+ symbol: 'nINJ',
486
+ images: [{
487
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
488
+ }],
489
+ traces: [{
490
+ type: 'ibc',
491
+ counterparty: {
492
+ channel_id: 'channel-214',
493
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
494
+ chain_name: 'injective'
495
+ },
496
+ chain: {
497
+ channel_id: 'channel-65'
498
+ }
499
+ }]
500
+ },
501
+ {
502
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
503
+ denom_units: [{
504
+ denom: 'ibc/DF274DA678D1E6C3CFCE842BBFFBC37FC89B0E42A9F6AE76D61F5FCCDC81805F',
505
+ exponent: 0,
506
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
507
+ }, {
508
+ denom: 'nATOM',
509
+ exponent: 6
510
+ }],
511
+ base: 'ibc/DF274DA678D1E6C3CFCE842BBFFBC37FC89B0E42A9F6AE76D61F5FCCDC81805F',
512
+ name: 'Neptune Receipt ATOM',
513
+ display: 'nATOM',
514
+ symbol: 'nATOM',
515
+ images: [{
516
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
517
+ }],
518
+ traces: [{
519
+ type: 'ibc',
520
+ counterparty: {
521
+ channel_id: 'channel-214',
522
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
523
+ chain_name: 'injective'
524
+ },
525
+ chain: {
526
+ channel_id: 'channel-65'
527
+ }
528
+ }]
529
+ },
530
+ {
531
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
532
+ denom_units: [{
533
+ denom: 'ibc/5A08E6F18219AA08590F797F07C13EA4506C4900F8E7A0CCD0A0BBE598652C0A',
534
+ exponent: 0,
535
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
536
+ }, {
537
+ denom: 'nWETH',
538
+ exponent: 18
539
+ }],
540
+ base: 'ibc/5A08E6F18219AA08590F797F07C13EA4506C4900F8E7A0CCD0A0BBE598652C0A',
541
+ name: 'Neptune Receipt WETH',
542
+ display: 'nWETH',
543
+ symbol: 'nWETH',
544
+ images: [{
545
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
546
+ }],
547
+ traces: [{
548
+ type: 'ibc',
549
+ counterparty: {
550
+ channel_id: 'channel-214',
551
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
552
+ chain_name: 'injective'
553
+ },
554
+ chain: {
555
+ channel_id: 'channel-65'
556
+ }
557
+ }]
558
+ },
559
+ {
560
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
561
+ denom_units: [{
562
+ denom: 'ibc/3AD461ADE9752048C609A40BE24ADB0DBB25BA00038DEBCBAA436A5464C3935B',
563
+ exponent: 0,
564
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
565
+ }, {
566
+ denom: 'nUSDT',
567
+ exponent: 6
568
+ }],
569
+ base: 'ibc/3AD461ADE9752048C609A40BE24ADB0DBB25BA00038DEBCBAA436A5464C3935B',
570
+ name: 'Neptune Receipt USDT',
571
+ display: 'nUSDT',
572
+ symbol: 'nUSDT',
573
+ images: [{
574
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
575
+ }],
576
+ traces: [{
577
+ type: 'ibc',
578
+ counterparty: {
579
+ channel_id: 'channel-214',
580
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
581
+ chain_name: 'injective'
582
+ },
583
+ chain: {
584
+ channel_id: 'channel-65'
585
+ }
586
+ }]
587
+ },
588
+ {
589
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
590
+ denom_units: [{
591
+ denom: 'ibc/030047093AB062DB7AA4A9FD043EF4CE5A882F041BE3FAE5B0C8E2008167CB73',
592
+ exponent: 0,
593
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
594
+ }, {
595
+ denom: 'nTIA',
596
+ exponent: 6
597
+ }],
598
+ base: 'ibc/030047093AB062DB7AA4A9FD043EF4CE5A882F041BE3FAE5B0C8E2008167CB73',
599
+ name: 'Neptune Receipt TIA',
600
+ display: 'nTIA',
601
+ symbol: 'nTIA',
602
+ images: [{
603
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
604
+ }],
605
+ traces: [{
606
+ type: 'ibc',
607
+ counterparty: {
608
+ channel_id: 'channel-214',
609
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
610
+ chain_name: 'injective'
611
+ },
612
+ chain: {
613
+ channel_id: 'channel-65'
614
+ }
615
+ }]
616
+ },
327
617
  {
328
618
  description: 'The native staking and governance token of the Kujira chain.',
329
619
  denom_units: [{