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