@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
package/mainnet/kujira.js CHANGED
@@ -1228,6 +1228,151 @@ const assets = {
1228
1228
  }
1229
1229
  }]
1230
1230
  },
1231
+ {
1232
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
1233
+ denom_units: [{
1234
+ denom: 'ibc/54C0ECA9E90B002A5144286C559D2F3C4265C12BEF6FC1C5CC742BA3251E3DAC',
1235
+ exponent: 0,
1236
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
1237
+ }, {
1238
+ denom: 'nINJ',
1239
+ exponent: 18
1240
+ }],
1241
+ base: 'ibc/54C0ECA9E90B002A5144286C559D2F3C4265C12BEF6FC1C5CC742BA3251E3DAC',
1242
+ name: 'Neptune Receipt INJ',
1243
+ display: 'nINJ',
1244
+ symbol: 'nINJ',
1245
+ images: [{
1246
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
1247
+ }],
1248
+ traces: [{
1249
+ type: 'ibc',
1250
+ counterparty: {
1251
+ channel_id: 'channel-98',
1252
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
1253
+ chain_name: 'injective'
1254
+ },
1255
+ chain: {
1256
+ channel_id: 'channel-54'
1257
+ }
1258
+ }]
1259
+ },
1260
+ {
1261
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
1262
+ denom_units: [{
1263
+ denom: 'ibc/CD6184471BA7D6A0DBF4CD38871E3642284A553B205E73B791AF8C9361F03E0C',
1264
+ exponent: 0,
1265
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
1266
+ }, {
1267
+ denom: 'nATOM',
1268
+ exponent: 6
1269
+ }],
1270
+ base: 'ibc/CD6184471BA7D6A0DBF4CD38871E3642284A553B205E73B791AF8C9361F03E0C',
1271
+ name: 'Neptune Receipt ATOM',
1272
+ display: 'nATOM',
1273
+ symbol: 'nATOM',
1274
+ images: [{
1275
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
1276
+ }],
1277
+ traces: [{
1278
+ type: 'ibc',
1279
+ counterparty: {
1280
+ channel_id: 'channel-98',
1281
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
1282
+ chain_name: 'injective'
1283
+ },
1284
+ chain: {
1285
+ channel_id: 'channel-54'
1286
+ }
1287
+ }]
1288
+ },
1289
+ {
1290
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
1291
+ denom_units: [{
1292
+ denom: 'ibc/318CDABEC226AFEED21C0F8B2329B2102E42D3DAA1B2F0E335D68CBB0F6AB1C9',
1293
+ exponent: 0,
1294
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
1295
+ }, {
1296
+ denom: 'nWETH',
1297
+ exponent: 18
1298
+ }],
1299
+ base: 'ibc/318CDABEC226AFEED21C0F8B2329B2102E42D3DAA1B2F0E335D68CBB0F6AB1C9',
1300
+ name: 'Neptune Receipt WETH',
1301
+ display: 'nWETH',
1302
+ symbol: 'nWETH',
1303
+ images: [{
1304
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
1305
+ }],
1306
+ traces: [{
1307
+ type: 'ibc',
1308
+ counterparty: {
1309
+ channel_id: 'channel-98',
1310
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
1311
+ chain_name: 'injective'
1312
+ },
1313
+ chain: {
1314
+ channel_id: 'channel-54'
1315
+ }
1316
+ }]
1317
+ },
1318
+ {
1319
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
1320
+ denom_units: [{
1321
+ denom: 'ibc/F4F33DEC5A34341CCE68D842697D07DFEE151044483B127A4E4EAE23DC214C39',
1322
+ exponent: 0,
1323
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
1324
+ }, {
1325
+ denom: 'nUSDT',
1326
+ exponent: 6
1327
+ }],
1328
+ base: 'ibc/F4F33DEC5A34341CCE68D842697D07DFEE151044483B127A4E4EAE23DC214C39',
1329
+ name: 'Neptune Receipt USDT',
1330
+ display: 'nUSDT',
1331
+ symbol: 'nUSDT',
1332
+ images: [{
1333
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
1334
+ }],
1335
+ traces: [{
1336
+ type: 'ibc',
1337
+ counterparty: {
1338
+ channel_id: 'channel-98',
1339
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
1340
+ chain_name: 'injective'
1341
+ },
1342
+ chain: {
1343
+ channel_id: 'channel-54'
1344
+ }
1345
+ }]
1346
+ },
1347
+ {
1348
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
1349
+ denom_units: [{
1350
+ denom: 'ibc/72B200AA27EEBBDDE9BBE0B7F4EA489E261D13982AD3BD9F30482EBCD9B63AE8',
1351
+ exponent: 0,
1352
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
1353
+ }, {
1354
+ denom: 'nTIA',
1355
+ exponent: 6
1356
+ }],
1357
+ base: 'ibc/72B200AA27EEBBDDE9BBE0B7F4EA489E261D13982AD3BD9F30482EBCD9B63AE8',
1358
+ name: 'Neptune Receipt TIA',
1359
+ display: 'nTIA',
1360
+ symbol: 'nTIA',
1361
+ images: [{
1362
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
1363
+ }],
1364
+ traces: [{
1365
+ type: 'ibc',
1366
+ counterparty: {
1367
+ channel_id: 'channel-98',
1368
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
1369
+ chain_name: 'injective'
1370
+ },
1371
+ chain: {
1372
+ channel_id: 'channel-54'
1373
+ }
1374
+ }]
1375
+ },
1231
1376
  {
1232
1377
  description: 'The native staking and governance token of Jackal.',
1233
1378
  denom_units: [{
@@ -2707,6 +2852,151 @@ const assets = {
2707
2852
  }
2708
2853
  }]
2709
2854
  },
2855
+ {
2856
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
2857
+ denom_units: [{
2858
+ denom: 'ibc/54C0ECA9E90B002A5144286C559D2F3C4265C12BEF6FC1C5CC742BA3251E3DAC',
2859
+ exponent: 0,
2860
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
2861
+ }, {
2862
+ denom: 'nINJ',
2863
+ exponent: 18
2864
+ }],
2865
+ base: 'ibc/54C0ECA9E90B002A5144286C559D2F3C4265C12BEF6FC1C5CC742BA3251E3DAC',
2866
+ name: 'Neptune Receipt INJ',
2867
+ display: 'nINJ',
2868
+ symbol: 'nINJ',
2869
+ images: [{
2870
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
2871
+ }],
2872
+ traces: [{
2873
+ type: 'ibc',
2874
+ counterparty: {
2875
+ channel_id: 'channel-98',
2876
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
2877
+ chain_name: 'injective'
2878
+ },
2879
+ chain: {
2880
+ channel_id: 'channel-54'
2881
+ }
2882
+ }]
2883
+ },
2884
+ {
2885
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
2886
+ denom_units: [{
2887
+ denom: 'ibc/CD6184471BA7D6A0DBF4CD38871E3642284A553B205E73B791AF8C9361F03E0C',
2888
+ exponent: 0,
2889
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
2890
+ }, {
2891
+ denom: 'nATOM',
2892
+ exponent: 6
2893
+ }],
2894
+ base: 'ibc/CD6184471BA7D6A0DBF4CD38871E3642284A553B205E73B791AF8C9361F03E0C',
2895
+ name: 'Neptune Receipt ATOM',
2896
+ display: 'nATOM',
2897
+ symbol: 'nATOM',
2898
+ images: [{
2899
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
2900
+ }],
2901
+ traces: [{
2902
+ type: 'ibc',
2903
+ counterparty: {
2904
+ channel_id: 'channel-98',
2905
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
2906
+ chain_name: 'injective'
2907
+ },
2908
+ chain: {
2909
+ channel_id: 'channel-54'
2910
+ }
2911
+ }]
2912
+ },
2913
+ {
2914
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
2915
+ denom_units: [{
2916
+ denom: 'ibc/318CDABEC226AFEED21C0F8B2329B2102E42D3DAA1B2F0E335D68CBB0F6AB1C9',
2917
+ exponent: 0,
2918
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
2919
+ }, {
2920
+ denom: 'nWETH',
2921
+ exponent: 18
2922
+ }],
2923
+ base: 'ibc/318CDABEC226AFEED21C0F8B2329B2102E42D3DAA1B2F0E335D68CBB0F6AB1C9',
2924
+ name: 'Neptune Receipt WETH',
2925
+ display: 'nWETH',
2926
+ symbol: 'nWETH',
2927
+ images: [{
2928
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
2929
+ }],
2930
+ traces: [{
2931
+ type: 'ibc',
2932
+ counterparty: {
2933
+ channel_id: 'channel-98',
2934
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
2935
+ chain_name: 'injective'
2936
+ },
2937
+ chain: {
2938
+ channel_id: 'channel-54'
2939
+ }
2940
+ }]
2941
+ },
2942
+ {
2943
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
2944
+ denom_units: [{
2945
+ denom: 'ibc/F4F33DEC5A34341CCE68D842697D07DFEE151044483B127A4E4EAE23DC214C39',
2946
+ exponent: 0,
2947
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
2948
+ }, {
2949
+ denom: 'nUSDT',
2950
+ exponent: 6
2951
+ }],
2952
+ base: 'ibc/F4F33DEC5A34341CCE68D842697D07DFEE151044483B127A4E4EAE23DC214C39',
2953
+ name: 'Neptune Receipt USDT',
2954
+ display: 'nUSDT',
2955
+ symbol: 'nUSDT',
2956
+ images: [{
2957
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
2958
+ }],
2959
+ traces: [{
2960
+ type: 'ibc',
2961
+ counterparty: {
2962
+ channel_id: 'channel-98',
2963
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
2964
+ chain_name: 'injective'
2965
+ },
2966
+ chain: {
2967
+ channel_id: 'channel-54'
2968
+ }
2969
+ }]
2970
+ },
2971
+ {
2972
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
2973
+ denom_units: [{
2974
+ denom: 'ibc/72B200AA27EEBBDDE9BBE0B7F4EA489E261D13982AD3BD9F30482EBCD9B63AE8',
2975
+ exponent: 0,
2976
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
2977
+ }, {
2978
+ denom: 'nTIA',
2979
+ exponent: 6
2980
+ }],
2981
+ base: 'ibc/72B200AA27EEBBDDE9BBE0B7F4EA489E261D13982AD3BD9F30482EBCD9B63AE8',
2982
+ name: 'Neptune Receipt TIA',
2983
+ display: 'nTIA',
2984
+ symbol: 'nTIA',
2985
+ images: [{
2986
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
2987
+ }],
2988
+ traces: [{
2989
+ type: 'ibc',
2990
+ counterparty: {
2991
+ channel_id: 'channel-98',
2992
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
2993
+ chain_name: 'injective'
2994
+ },
2995
+ chain: {
2996
+ channel_id: 'channel-54'
2997
+ }
2998
+ }]
2999
+ },
2710
3000
  {
2711
3001
  description: 'The native staking and governance token of Jackal.',
2712
3002
  denom_units: [{
@@ -285,6 +285,151 @@ const assets = {
285
285
  }
286
286
  }]
287
287
  },
288
+ {
289
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
290
+ denom_units: [{
291
+ denom: 'ibc/9E531EC0621230B80FDBD6D00E37ABA292D4743D5DCAD7A3D79A714F114EC6E5',
292
+ exponent: 0,
293
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
294
+ }, {
295
+ denom: 'nINJ',
296
+ exponent: 18
297
+ }],
298
+ base: 'ibc/9E531EC0621230B80FDBD6D00E37ABA292D4743D5DCAD7A3D79A714F114EC6E5',
299
+ name: 'Neptune Receipt INJ',
300
+ display: 'nINJ',
301
+ symbol: 'nINJ',
302
+ images: [{
303
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
304
+ }],
305
+ traces: [{
306
+ type: 'ibc',
307
+ counterparty: {
308
+ channel_id: 'channel-102',
309
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
310
+ chain_name: 'injective'
311
+ },
312
+ chain: {
313
+ channel_id: 'channel-3'
314
+ }
315
+ }]
316
+ },
317
+ {
318
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
319
+ denom_units: [{
320
+ denom: 'ibc/05BB049185F73887B5010F121C4034B7FF055D049F7D09D3123C923D451732BC',
321
+ exponent: 0,
322
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
323
+ }, {
324
+ denom: 'nATOM',
325
+ exponent: 6
326
+ }],
327
+ base: 'ibc/05BB049185F73887B5010F121C4034B7FF055D049F7D09D3123C923D451732BC',
328
+ name: 'Neptune Receipt ATOM',
329
+ display: 'nATOM',
330
+ symbol: 'nATOM',
331
+ images: [{
332
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
333
+ }],
334
+ traces: [{
335
+ type: 'ibc',
336
+ counterparty: {
337
+ channel_id: 'channel-102',
338
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
339
+ chain_name: 'injective'
340
+ },
341
+ chain: {
342
+ channel_id: 'channel-3'
343
+ }
344
+ }]
345
+ },
346
+ {
347
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
348
+ denom_units: [{
349
+ denom: 'ibc/1FC428A0B612FE568730A624C02C2156577C7FE54FDCF30423BADF23A93E213F',
350
+ exponent: 0,
351
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
352
+ }, {
353
+ denom: 'nWETH',
354
+ exponent: 18
355
+ }],
356
+ base: 'ibc/1FC428A0B612FE568730A624C02C2156577C7FE54FDCF30423BADF23A93E213F',
357
+ name: 'Neptune Receipt WETH',
358
+ display: 'nWETH',
359
+ symbol: 'nWETH',
360
+ images: [{
361
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
362
+ }],
363
+ traces: [{
364
+ type: 'ibc',
365
+ counterparty: {
366
+ channel_id: 'channel-102',
367
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
368
+ chain_name: 'injective'
369
+ },
370
+ chain: {
371
+ channel_id: 'channel-3'
372
+ }
373
+ }]
374
+ },
375
+ {
376
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
377
+ denom_units: [{
378
+ denom: 'ibc/D3A7D8C8D20FADD4158AC3D827AF464B5DDAABCFCA09AD72EDF0C663D1BC012E',
379
+ exponent: 0,
380
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
381
+ }, {
382
+ denom: 'nUSDT',
383
+ exponent: 6
384
+ }],
385
+ base: 'ibc/D3A7D8C8D20FADD4158AC3D827AF464B5DDAABCFCA09AD72EDF0C663D1BC012E',
386
+ name: 'Neptune Receipt USDT',
387
+ display: 'nUSDT',
388
+ symbol: 'nUSDT',
389
+ images: [{
390
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
391
+ }],
392
+ traces: [{
393
+ type: 'ibc',
394
+ counterparty: {
395
+ channel_id: 'channel-102',
396
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
397
+ chain_name: 'injective'
398
+ },
399
+ chain: {
400
+ channel_id: 'channel-3'
401
+ }
402
+ }]
403
+ },
404
+ {
405
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
406
+ denom_units: [{
407
+ denom: 'ibc/2C6C49CA180F4975113055E63EAC783C5572A1B8155371A22B4F437A682117FD',
408
+ exponent: 0,
409
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
410
+ }, {
411
+ denom: 'nTIA',
412
+ exponent: 6
413
+ }],
414
+ base: 'ibc/2C6C49CA180F4975113055E63EAC783C5572A1B8155371A22B4F437A682117FD',
415
+ name: 'Neptune Receipt TIA',
416
+ display: 'nTIA',
417
+ symbol: 'nTIA',
418
+ images: [{
419
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
420
+ }],
421
+ traces: [{
422
+ type: 'ibc',
423
+ counterparty: {
424
+ channel_id: 'channel-102',
425
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
426
+ chain_name: 'injective'
427
+ },
428
+ chain: {
429
+ channel_id: 'channel-3'
430
+ }
431
+ }]
432
+ },
288
433
  {
289
434
  description: 'The native token of JUNO Chain',
290
435
  denom_units: [{
@@ -825,6 +970,151 @@ const assets = {
825
970
  }
826
971
  }]
827
972
  },
973
+ {
974
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
975
+ denom_units: [{
976
+ denom: 'ibc/9E531EC0621230B80FDBD6D00E37ABA292D4743D5DCAD7A3D79A714F114EC6E5',
977
+ exponent: 0,
978
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
979
+ }, {
980
+ denom: 'nINJ',
981
+ exponent: 18
982
+ }],
983
+ base: 'ibc/9E531EC0621230B80FDBD6D00E37ABA292D4743D5DCAD7A3D79A714F114EC6E5',
984
+ name: 'Neptune Receipt INJ',
985
+ display: 'nINJ',
986
+ symbol: 'nINJ',
987
+ images: [{
988
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
989
+ }],
990
+ traces: [{
991
+ type: 'ibc',
992
+ counterparty: {
993
+ channel_id: 'channel-102',
994
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
995
+ chain_name: 'injective'
996
+ },
997
+ chain: {
998
+ channel_id: 'channel-3'
999
+ }
1000
+ }]
1001
+ },
1002
+ {
1003
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
1004
+ denom_units: [{
1005
+ denom: 'ibc/05BB049185F73887B5010F121C4034B7FF055D049F7D09D3123C923D451732BC',
1006
+ exponent: 0,
1007
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
1008
+ }, {
1009
+ denom: 'nATOM',
1010
+ exponent: 6
1011
+ }],
1012
+ base: 'ibc/05BB049185F73887B5010F121C4034B7FF055D049F7D09D3123C923D451732BC',
1013
+ name: 'Neptune Receipt ATOM',
1014
+ display: 'nATOM',
1015
+ symbol: 'nATOM',
1016
+ images: [{
1017
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
1018
+ }],
1019
+ traces: [{
1020
+ type: 'ibc',
1021
+ counterparty: {
1022
+ channel_id: 'channel-102',
1023
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
1024
+ chain_name: 'injective'
1025
+ },
1026
+ chain: {
1027
+ channel_id: 'channel-3'
1028
+ }
1029
+ }]
1030
+ },
1031
+ {
1032
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
1033
+ denom_units: [{
1034
+ denom: 'ibc/1FC428A0B612FE568730A624C02C2156577C7FE54FDCF30423BADF23A93E213F',
1035
+ exponent: 0,
1036
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
1037
+ }, {
1038
+ denom: 'nWETH',
1039
+ exponent: 18
1040
+ }],
1041
+ base: 'ibc/1FC428A0B612FE568730A624C02C2156577C7FE54FDCF30423BADF23A93E213F',
1042
+ name: 'Neptune Receipt WETH',
1043
+ display: 'nWETH',
1044
+ symbol: 'nWETH',
1045
+ images: [{
1046
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
1047
+ }],
1048
+ traces: [{
1049
+ type: 'ibc',
1050
+ counterparty: {
1051
+ channel_id: 'channel-102',
1052
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
1053
+ chain_name: 'injective'
1054
+ },
1055
+ chain: {
1056
+ channel_id: 'channel-3'
1057
+ }
1058
+ }]
1059
+ },
1060
+ {
1061
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
1062
+ denom_units: [{
1063
+ denom: 'ibc/D3A7D8C8D20FADD4158AC3D827AF464B5DDAABCFCA09AD72EDF0C663D1BC012E',
1064
+ exponent: 0,
1065
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
1066
+ }, {
1067
+ denom: 'nUSDT',
1068
+ exponent: 6
1069
+ }],
1070
+ base: 'ibc/D3A7D8C8D20FADD4158AC3D827AF464B5DDAABCFCA09AD72EDF0C663D1BC012E',
1071
+ name: 'Neptune Receipt USDT',
1072
+ display: 'nUSDT',
1073
+ symbol: 'nUSDT',
1074
+ images: [{
1075
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
1076
+ }],
1077
+ traces: [{
1078
+ type: 'ibc',
1079
+ counterparty: {
1080
+ channel_id: 'channel-102',
1081
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
1082
+ chain_name: 'injective'
1083
+ },
1084
+ chain: {
1085
+ channel_id: 'channel-3'
1086
+ }
1087
+ }]
1088
+ },
1089
+ {
1090
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
1091
+ denom_units: [{
1092
+ denom: 'ibc/2C6C49CA180F4975113055E63EAC783C5572A1B8155371A22B4F437A682117FD',
1093
+ exponent: 0,
1094
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
1095
+ }, {
1096
+ denom: 'nTIA',
1097
+ exponent: 6
1098
+ }],
1099
+ base: 'ibc/2C6C49CA180F4975113055E63EAC783C5572A1B8155371A22B4F437A682117FD',
1100
+ name: 'Neptune Receipt TIA',
1101
+ display: 'nTIA',
1102
+ symbol: 'nTIA',
1103
+ images: [{
1104
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
1105
+ }],
1106
+ traces: [{
1107
+ type: 'ibc',
1108
+ counterparty: {
1109
+ channel_id: 'channel-102',
1110
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
1111
+ chain_name: 'injective'
1112
+ },
1113
+ chain: {
1114
+ channel_id: 'channel-3'
1115
+ }
1116
+ }]
1117
+ },
828
1118
  {
829
1119
  description: 'The native token of JUNO Chain',
830
1120
  denom_units: [{