@chain-registry/assets 1.70.599 → 1.70.601

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 (59) hide show
  1. package/esm/mainnet/acrechain.js +0 -302
  2. package/esm/mainnet/agoric.js +0 -302
  3. package/esm/mainnet/assets.js +1 -2
  4. package/esm/mainnet/axelar.js +0 -302
  5. package/esm/mainnet/carbon.js +0 -302
  6. package/esm/mainnet/celestia.js +80 -302
  7. package/esm/mainnet/composable.js +0 -302
  8. package/esm/mainnet/coreum.js +0 -302
  9. package/esm/mainnet/cosmoshub.js +80 -302
  10. package/esm/mainnet/crescent.js +0 -302
  11. package/esm/mainnet/cryptoorgchain.js +0 -302
  12. package/esm/mainnet/dydx.js +0 -302
  13. package/esm/mainnet/dymension.js +0 -302
  14. package/esm/mainnet/gateway.js +0 -302
  15. package/esm/mainnet/gravitybridge.js +0 -302
  16. package/esm/mainnet/index.js +0 -1
  17. package/esm/mainnet/injective.js +0 -302
  18. package/esm/mainnet/kava.js +0 -302
  19. package/esm/mainnet/kujira.js +0 -302
  20. package/esm/mainnet/lava.js +0 -302
  21. package/esm/mainnet/noble.js +0 -302
  22. package/esm/mainnet/osmosis.js +0 -302
  23. package/esm/mainnet/secretnetwork.js +0 -302
  24. package/esm/mainnet/stargaze.js +0 -302
  25. package/esm/mainnet/stride.js +0 -302
  26. package/esm/mainnet/tgrade.js +0 -302
  27. package/esm/mainnet/xrplevm.js +80 -0
  28. package/mainnet/acrechain.js +0 -302
  29. package/mainnet/agoric.js +0 -302
  30. package/mainnet/assets.js +1 -2
  31. package/mainnet/axelar.js +0 -302
  32. package/mainnet/carbon.js +0 -302
  33. package/mainnet/celestia.js +80 -302
  34. package/mainnet/composable.js +0 -302
  35. package/mainnet/coreum.js +0 -302
  36. package/mainnet/cosmoshub.js +80 -302
  37. package/mainnet/crescent.js +0 -302
  38. package/mainnet/cryptoorgchain.js +0 -302
  39. package/mainnet/dydx.js +0 -302
  40. package/mainnet/dymension.js +0 -302
  41. package/mainnet/gateway.js +0 -302
  42. package/mainnet/gravitybridge.js +0 -302
  43. package/mainnet/index.d.ts +0 -1
  44. package/mainnet/index.js +3 -4
  45. package/mainnet/injective.js +0 -302
  46. package/mainnet/kava.js +0 -302
  47. package/mainnet/kujira.js +0 -302
  48. package/mainnet/lava.js +0 -302
  49. package/mainnet/noble.js +0 -302
  50. package/mainnet/osmosis.js +0 -302
  51. package/mainnet/secretnetwork.js +0 -302
  52. package/mainnet/stargaze.js +0 -302
  53. package/mainnet/stride.js +0 -302
  54. package/mainnet/tgrade.js +0 -302
  55. package/mainnet/xrplevm.js +80 -0
  56. package/package.json +5 -5
  57. package/esm/mainnet/evmos.js +0 -3722
  58. package/mainnet/evmos.d.ts +0 -3
  59. package/mainnet/evmos.js +0 -3724
@@ -260,157 +260,6 @@ const assets = {
260
260
  }
261
261
  }]
262
262
  },
263
- {
264
- description: 'The native EVM, governance and staking token of the Evmos Hub',
265
- denom_units: [{
266
- denom: 'ibc/16618B7F7AC551F48C057A13F4CA5503693FBFF507719A85BC6876B8BD75F821',
267
- exponent: 0,
268
- aliases: ['aevmos']
269
- }, {
270
- denom: 'evmos',
271
- exponent: 18
272
- }],
273
- base: 'ibc/16618B7F7AC551F48C057A13F4CA5503693FBFF507719A85BC6876B8BD75F821',
274
- name: 'Evmos',
275
- display: 'evmos',
276
- symbol: 'EVMOS',
277
- logo_URIs: {
278
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
279
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
280
- },
281
- coingecko_id: 'evmos',
282
- images: [{
283
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
284
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
285
- }],
286
- socials: {
287
- website: 'https://evmos.org/',
288
- x: 'https://x.com/EvmosOrg'
289
- },
290
- type_asset: 'sdk.coin',
291
- traces: [{
292
- type: 'ibc',
293
- counterparty: {
294
- channel_id: 'channel-10',
295
- base_denom: 'aevmos',
296
- chain_name: 'evmos'
297
- },
298
- chain: {
299
- channel_id: 'channel-83'
300
- }
301
- }]
302
- },
303
- {
304
- description: 'The token of Neokingdom DAO.',
305
- denom_units: [{
306
- denom: 'ibc/F6CC233E5C0EA36B1F74AB1AF98471A2D6A80E2542856639703E908B4D93E7C4',
307
- exponent: 0,
308
- aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
309
- }, {
310
- denom: 'neok',
311
- exponent: 18
312
- }],
313
- base: 'ibc/F6CC233E5C0EA36B1F74AB1AF98471A2D6A80E2542856639703E908B4D93E7C4',
314
- name: 'Neokingdom DAO',
315
- display: 'neok',
316
- symbol: 'NEOK',
317
- logo_URIs: {
318
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
319
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
320
- },
321
- images: [{
322
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
323
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
324
- }],
325
- socials: {
326
- website: 'https://www.neokingdom.org/',
327
- x: 'https://x.com/NEOKingdomDAO'
328
- },
329
- type_asset: 'sdk.coin',
330
- traces: [{
331
- type: 'ibc',
332
- counterparty: {
333
- channel_id: 'channel-10',
334
- base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
335
- chain_name: 'evmos'
336
- },
337
- chain: {
338
- channel_id: 'channel-83'
339
- }
340
- }]
341
- },
342
- {
343
- description: 'The legacy token of Teledisko DAO.',
344
- denom_units: [{
345
- denom: 'ibc/F1FE02BD50D7060764C6F72BA84380E264525537D7B97F3AEB5F13D687EA1CE9',
346
- exponent: 0,
347
- aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
348
- }, {
349
- denom: 'berlin-legacy',
350
- exponent: 18
351
- }],
352
- base: 'ibc/F1FE02BD50D7060764C6F72BA84380E264525537D7B97F3AEB5F13D687EA1CE9',
353
- name: 'Teledisko DAO - Legacy',
354
- display: 'berlin-legacy',
355
- symbol: 'BERLIN-legacy',
356
- type_asset: 'erc20',
357
- address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
358
- logo_URIs: {
359
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
360
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
361
- },
362
- images: [{
363
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
364
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
365
- }],
366
- traces: [{
367
- type: 'ibc',
368
- counterparty: {
369
- channel_id: 'channel-10',
370
- base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
371
- chain_name: 'evmos'
372
- },
373
- chain: {
374
- channel_id: 'channel-83'
375
- }
376
- }]
377
- },
378
- {
379
- description: 'The token of Crowdpunk DAO',
380
- denom_units: [{
381
- denom: 'ibc/17703FDA7DDAD0BEF33BC50DD9FD9293248E32FA95BE0558ED17B1EB7B83E275',
382
- exponent: 0,
383
- aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
384
- }, {
385
- denom: 'crowdp',
386
- exponent: 18
387
- }],
388
- base: 'ibc/17703FDA7DDAD0BEF33BC50DD9FD9293248E32FA95BE0558ED17B1EB7B83E275',
389
- name: 'Crowdpunk DAO',
390
- display: 'crowdp',
391
- address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
392
- symbol: 'CROWDP',
393
- type_asset: 'erc20',
394
- logo_URIs: {
395
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
396
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
397
- },
398
- images: [{
399
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
400
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
401
- }],
402
- traces: [{
403
- type: 'ibc',
404
- counterparty: {
405
- channel_id: 'channel-10',
406
- base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
407
- chain_name: 'evmos'
408
- },
409
- chain: {
410
- channel_id: 'channel-83'
411
- }
412
- }]
413
- },
414
263
  {
415
264
  description: 'The native fee token of Gateway.',
416
265
  denom_units: [{
@@ -724,157 +573,6 @@ const assets = {
724
573
  }
725
574
  }]
726
575
  },
727
- {
728
- description: 'The native EVM, governance and staking token of the Evmos Hub',
729
- denom_units: [{
730
- denom: 'ibc/16618B7F7AC551F48C057A13F4CA5503693FBFF507719A85BC6876B8BD75F821',
731
- exponent: 0,
732
- aliases: ['aevmos']
733
- }, {
734
- denom: 'evmos',
735
- exponent: 18
736
- }],
737
- base: 'ibc/16618B7F7AC551F48C057A13F4CA5503693FBFF507719A85BC6876B8BD75F821',
738
- name: 'Evmos',
739
- display: 'evmos',
740
- symbol: 'EVMOS',
741
- logo_URIs: {
742
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
743
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
744
- },
745
- coingecko_id: 'evmos',
746
- images: [{
747
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
748
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
749
- }],
750
- socials: {
751
- website: 'https://evmos.org/',
752
- x: 'https://x.com/EvmosOrg'
753
- },
754
- type_asset: 'sdk.coin',
755
- traces: [{
756
- type: 'ibc',
757
- counterparty: {
758
- channel_id: 'channel-10',
759
- base_denom: 'aevmos',
760
- chain_name: 'evmos'
761
- },
762
- chain: {
763
- channel_id: 'channel-83'
764
- }
765
- }]
766
- },
767
- {
768
- description: 'The token of Neokingdom DAO.',
769
- denom_units: [{
770
- denom: 'ibc/F6CC233E5C0EA36B1F74AB1AF98471A2D6A80E2542856639703E908B4D93E7C4',
771
- exponent: 0,
772
- aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
773
- }, {
774
- denom: 'neok',
775
- exponent: 18
776
- }],
777
- base: 'ibc/F6CC233E5C0EA36B1F74AB1AF98471A2D6A80E2542856639703E908B4D93E7C4',
778
- name: 'Neokingdom DAO',
779
- display: 'neok',
780
- symbol: 'NEOK',
781
- logo_URIs: {
782
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
783
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
784
- },
785
- images: [{
786
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
787
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
788
- }],
789
- socials: {
790
- website: 'https://www.neokingdom.org/',
791
- x: 'https://x.com/NEOKingdomDAO'
792
- },
793
- type_asset: 'sdk.coin',
794
- traces: [{
795
- type: 'ibc',
796
- counterparty: {
797
- channel_id: 'channel-10',
798
- base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
799
- chain_name: 'evmos'
800
- },
801
- chain: {
802
- channel_id: 'channel-83'
803
- }
804
- }]
805
- },
806
- {
807
- description: 'The legacy token of Teledisko DAO.',
808
- denom_units: [{
809
- denom: 'ibc/F1FE02BD50D7060764C6F72BA84380E264525537D7B97F3AEB5F13D687EA1CE9',
810
- exponent: 0,
811
- aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
812
- }, {
813
- denom: 'berlin-legacy',
814
- exponent: 18
815
- }],
816
- base: 'ibc/F1FE02BD50D7060764C6F72BA84380E264525537D7B97F3AEB5F13D687EA1CE9',
817
- name: 'Teledisko DAO - Legacy',
818
- display: 'berlin-legacy',
819
- symbol: 'BERLIN-legacy',
820
- type_asset: 'erc20',
821
- address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
822
- logo_URIs: {
823
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
824
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
825
- },
826
- images: [{
827
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
828
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
829
- }],
830
- traces: [{
831
- type: 'ibc',
832
- counterparty: {
833
- channel_id: 'channel-10',
834
- base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
835
- chain_name: 'evmos'
836
- },
837
- chain: {
838
- channel_id: 'channel-83'
839
- }
840
- }]
841
- },
842
- {
843
- description: 'The token of Crowdpunk DAO',
844
- denom_units: [{
845
- denom: 'ibc/17703FDA7DDAD0BEF33BC50DD9FD9293248E32FA95BE0558ED17B1EB7B83E275',
846
- exponent: 0,
847
- aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
848
- }, {
849
- denom: 'crowdp',
850
- exponent: 18
851
- }],
852
- base: 'ibc/17703FDA7DDAD0BEF33BC50DD9FD9293248E32FA95BE0558ED17B1EB7B83E275',
853
- name: 'Crowdpunk DAO',
854
- display: 'crowdp',
855
- address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
856
- symbol: 'CROWDP',
857
- type_asset: 'erc20',
858
- logo_URIs: {
859
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
860
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
861
- },
862
- images: [{
863
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
864
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
865
- }],
866
- traces: [{
867
- type: 'ibc',
868
- counterparty: {
869
- channel_id: 'channel-10',
870
- base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
871
- chain_name: 'evmos'
872
- },
873
- chain: {
874
- channel_id: 'channel-83'
875
- }
876
- }]
877
- },
878
576
  {
879
577
  description: 'The native fee token of Gateway.',
880
578
  denom_units: [{
@@ -492,157 +492,6 @@ const assets = {
492
492
  }
493
493
  }]
494
494
  },
495
- {
496
- description: 'The native EVM, governance and staking token of the Evmos Hub',
497
- denom_units: [{
498
- denom: 'ibc/31E579FA24701B39270DF7E9B8640DEF9CC10CB94CE1A8845CD04C2628A7C3A2',
499
- exponent: 0,
500
- aliases: ['aevmos']
501
- }, {
502
- denom: 'evmos',
503
- exponent: 18
504
- }],
505
- base: 'ibc/31E579FA24701B39270DF7E9B8640DEF9CC10CB94CE1A8845CD04C2628A7C3A2',
506
- name: 'Evmos',
507
- display: 'evmos',
508
- symbol: 'EVMOS',
509
- logo_URIs: {
510
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
511
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
512
- },
513
- coingecko_id: 'evmos',
514
- images: [{
515
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
516
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
517
- }],
518
- socials: {
519
- website: 'https://evmos.org/',
520
- x: 'https://x.com/EvmosOrg'
521
- },
522
- type_asset: 'sdk.coin',
523
- traces: [{
524
- type: 'ibc',
525
- counterparty: {
526
- channel_id: 'channel-83',
527
- base_denom: 'aevmos',
528
- chain_name: 'evmos'
529
- },
530
- chain: {
531
- channel_id: 'channel-117'
532
- }
533
- }]
534
- },
535
- {
536
- description: 'The token of Neokingdom DAO.',
537
- denom_units: [{
538
- denom: 'ibc/5D9BA743218E2BC0E08B383B2F6DAE27A4EE997785D347E52A4DE1190761825F',
539
- exponent: 0,
540
- aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
541
- }, {
542
- denom: 'neok',
543
- exponent: 18
544
- }],
545
- base: 'ibc/5D9BA743218E2BC0E08B383B2F6DAE27A4EE997785D347E52A4DE1190761825F',
546
- name: 'Neokingdom DAO',
547
- display: 'neok',
548
- symbol: 'NEOK',
549
- logo_URIs: {
550
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
551
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
552
- },
553
- images: [{
554
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
555
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
556
- }],
557
- socials: {
558
- website: 'https://www.neokingdom.org/',
559
- x: 'https://x.com/NEOKingdomDAO'
560
- },
561
- type_asset: 'sdk.coin',
562
- traces: [{
563
- type: 'ibc',
564
- counterparty: {
565
- channel_id: 'channel-83',
566
- base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
567
- chain_name: 'evmos'
568
- },
569
- chain: {
570
- channel_id: 'channel-117'
571
- }
572
- }]
573
- },
574
- {
575
- description: 'The legacy token of Teledisko DAO.',
576
- denom_units: [{
577
- denom: 'ibc/15BB287C47C8C1E6AC1E91D73B142FE76E438864B062686C418771C55B973D6E',
578
- exponent: 0,
579
- aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
580
- }, {
581
- denom: 'berlin-legacy',
582
- exponent: 18
583
- }],
584
- base: 'ibc/15BB287C47C8C1E6AC1E91D73B142FE76E438864B062686C418771C55B973D6E',
585
- name: 'Teledisko DAO - Legacy',
586
- display: 'berlin-legacy',
587
- symbol: 'BERLIN-legacy',
588
- type_asset: 'erc20',
589
- address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
590
- logo_URIs: {
591
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
592
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
593
- },
594
- images: [{
595
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
596
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
597
- }],
598
- traces: [{
599
- type: 'ibc',
600
- counterparty: {
601
- channel_id: 'channel-83',
602
- base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
603
- chain_name: 'evmos'
604
- },
605
- chain: {
606
- channel_id: 'channel-117'
607
- }
608
- }]
609
- },
610
- {
611
- description: 'The token of Crowdpunk DAO',
612
- denom_units: [{
613
- denom: 'ibc/D4F1F74C6B90168E05B974F2EBB5938D18704B73DE273CAACF7E96F7821B2C3D',
614
- exponent: 0,
615
- aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
616
- }, {
617
- denom: 'crowdp',
618
- exponent: 18
619
- }],
620
- base: 'ibc/D4F1F74C6B90168E05B974F2EBB5938D18704B73DE273CAACF7E96F7821B2C3D',
621
- name: 'Crowdpunk DAO',
622
- display: 'crowdp',
623
- address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
624
- symbol: 'CROWDP',
625
- type_asset: 'erc20',
626
- logo_URIs: {
627
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
628
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
629
- },
630
- images: [{
631
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
632
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
633
- }],
634
- traces: [{
635
- type: 'ibc',
636
- counterparty: {
637
- channel_id: 'channel-83',
638
- base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
639
- chain_name: 'evmos'
640
- },
641
- chain: {
642
- channel_id: 'channel-117'
643
- }
644
- }]
645
- },
646
495
  {
647
496
  description: 'The native EVM, governance and staking token of the Haqq Network',
648
497
  denom_units: [{
@@ -1516,157 +1365,6 @@ const assets = {
1516
1365
  }
1517
1366
  }]
1518
1367
  },
1519
- {
1520
- description: 'The native EVM, governance and staking token of the Evmos Hub',
1521
- denom_units: [{
1522
- denom: 'ibc/31E579FA24701B39270DF7E9B8640DEF9CC10CB94CE1A8845CD04C2628A7C3A2',
1523
- exponent: 0,
1524
- aliases: ['aevmos']
1525
- }, {
1526
- denom: 'evmos',
1527
- exponent: 18
1528
- }],
1529
- base: 'ibc/31E579FA24701B39270DF7E9B8640DEF9CC10CB94CE1A8845CD04C2628A7C3A2',
1530
- name: 'Evmos',
1531
- display: 'evmos',
1532
- symbol: 'EVMOS',
1533
- logo_URIs: {
1534
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
1535
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
1536
- },
1537
- coingecko_id: 'evmos',
1538
- images: [{
1539
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
1540
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
1541
- }],
1542
- socials: {
1543
- website: 'https://evmos.org/',
1544
- x: 'https://x.com/EvmosOrg'
1545
- },
1546
- type_asset: 'sdk.coin',
1547
- traces: [{
1548
- type: 'ibc',
1549
- counterparty: {
1550
- channel_id: 'channel-83',
1551
- base_denom: 'aevmos',
1552
- chain_name: 'evmos'
1553
- },
1554
- chain: {
1555
- channel_id: 'channel-117'
1556
- }
1557
- }]
1558
- },
1559
- {
1560
- description: 'The token of Neokingdom DAO.',
1561
- denom_units: [{
1562
- denom: 'ibc/5D9BA743218E2BC0E08B383B2F6DAE27A4EE997785D347E52A4DE1190761825F',
1563
- exponent: 0,
1564
- aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
1565
- }, {
1566
- denom: 'neok',
1567
- exponent: 18
1568
- }],
1569
- base: 'ibc/5D9BA743218E2BC0E08B383B2F6DAE27A4EE997785D347E52A4DE1190761825F',
1570
- name: 'Neokingdom DAO',
1571
- display: 'neok',
1572
- symbol: 'NEOK',
1573
- logo_URIs: {
1574
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1575
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1576
- },
1577
- images: [{
1578
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
1579
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
1580
- }],
1581
- socials: {
1582
- website: 'https://www.neokingdom.org/',
1583
- x: 'https://x.com/NEOKingdomDAO'
1584
- },
1585
- type_asset: 'sdk.coin',
1586
- traces: [{
1587
- type: 'ibc',
1588
- counterparty: {
1589
- channel_id: 'channel-83',
1590
- base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
1591
- chain_name: 'evmos'
1592
- },
1593
- chain: {
1594
- channel_id: 'channel-117'
1595
- }
1596
- }]
1597
- },
1598
- {
1599
- description: 'The legacy token of Teledisko DAO.',
1600
- denom_units: [{
1601
- denom: 'ibc/15BB287C47C8C1E6AC1E91D73B142FE76E438864B062686C418771C55B973D6E',
1602
- exponent: 0,
1603
- aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
1604
- }, {
1605
- denom: 'berlin-legacy',
1606
- exponent: 18
1607
- }],
1608
- base: 'ibc/15BB287C47C8C1E6AC1E91D73B142FE76E438864B062686C418771C55B973D6E',
1609
- name: 'Teledisko DAO - Legacy',
1610
- display: 'berlin-legacy',
1611
- symbol: 'BERLIN-legacy',
1612
- type_asset: 'erc20',
1613
- address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
1614
- logo_URIs: {
1615
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
1616
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
1617
- },
1618
- images: [{
1619
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
1620
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
1621
- }],
1622
- traces: [{
1623
- type: 'ibc',
1624
- counterparty: {
1625
- channel_id: 'channel-83',
1626
- base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
1627
- chain_name: 'evmos'
1628
- },
1629
- chain: {
1630
- channel_id: 'channel-117'
1631
- }
1632
- }]
1633
- },
1634
- {
1635
- description: 'The token of Crowdpunk DAO',
1636
- denom_units: [{
1637
- denom: 'ibc/D4F1F74C6B90168E05B974F2EBB5938D18704B73DE273CAACF7E96F7821B2C3D',
1638
- exponent: 0,
1639
- aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
1640
- }, {
1641
- denom: 'crowdp',
1642
- exponent: 18
1643
- }],
1644
- base: 'ibc/D4F1F74C6B90168E05B974F2EBB5938D18704B73DE273CAACF7E96F7821B2C3D',
1645
- name: 'Crowdpunk DAO',
1646
- display: 'crowdp',
1647
- address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
1648
- symbol: 'CROWDP',
1649
- type_asset: 'erc20',
1650
- logo_URIs: {
1651
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
1652
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
1653
- },
1654
- images: [{
1655
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
1656
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
1657
- }],
1658
- traces: [{
1659
- type: 'ibc',
1660
- counterparty: {
1661
- channel_id: 'channel-83',
1662
- base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
1663
- chain_name: 'evmos'
1664
- },
1665
- chain: {
1666
- channel_id: 'channel-117'
1667
- }
1668
- }]
1669
- },
1670
1368
  {
1671
1369
  description: 'The native EVM, governance and staking token of the Haqq Network',
1672
1370
  denom_units: [{