@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
@@ -749,157 +749,6 @@ const assets = {
749
749
  }
750
750
  }]
751
751
  },
752
- {
753
- description: 'The native EVM, governance and staking token of the Evmos Hub',
754
- denom_units: [{
755
- denom: 'ibc/73E97EB411B29C6F989C35D277D1A7FC65083572F102AC6BD101884EE9FB2C9F',
756
- exponent: 0,
757
- aliases: ['aevmos']
758
- }, {
759
- denom: 'evmos',
760
- exponent: 18
761
- }],
762
- base: 'ibc/73E97EB411B29C6F989C35D277D1A7FC65083572F102AC6BD101884EE9FB2C9F',
763
- name: 'Evmos',
764
- display: 'evmos',
765
- symbol: 'EVMOS',
766
- logo_URIs: {
767
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
768
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
769
- },
770
- coingecko_id: 'evmos',
771
- images: [{
772
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
773
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
774
- }],
775
- socials: {
776
- website: 'https://evmos.org/',
777
- x: 'https://x.com/EvmosOrg'
778
- },
779
- type_asset: 'sdk.coin',
780
- traces: [{
781
- type: 'ibc',
782
- counterparty: {
783
- channel_id: 'channel-11',
784
- base_denom: 'aevmos',
785
- chain_name: 'evmos'
786
- },
787
- chain: {
788
- channel_id: 'channel-7'
789
- }
790
- }]
791
- },
792
- {
793
- description: 'The token of Neokingdom DAO.',
794
- denom_units: [{
795
- denom: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
796
- exponent: 0,
797
- aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
798
- }, {
799
- denom: 'neok',
800
- exponent: 18
801
- }],
802
- base: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
803
- name: 'Neokingdom DAO',
804
- display: 'neok',
805
- symbol: 'NEOK',
806
- logo_URIs: {
807
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
808
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
809
- },
810
- images: [{
811
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
812
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
813
- }],
814
- socials: {
815
- website: 'https://www.neokingdom.org/',
816
- x: 'https://x.com/NEOKingdomDAO'
817
- },
818
- type_asset: 'sdk.coin',
819
- traces: [{
820
- type: 'ibc',
821
- counterparty: {
822
- channel_id: 'channel-11',
823
- base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
824
- chain_name: 'evmos'
825
- },
826
- chain: {
827
- channel_id: 'channel-7'
828
- }
829
- }]
830
- },
831
- {
832
- description: 'The legacy token of Teledisko DAO.',
833
- denom_units: [{
834
- denom: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40',
835
- exponent: 0,
836
- aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
837
- }, {
838
- denom: 'berlin-legacy',
839
- exponent: 18
840
- }],
841
- base: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40',
842
- name: 'Teledisko DAO - Legacy',
843
- display: 'berlin-legacy',
844
- symbol: 'BERLIN-legacy',
845
- type_asset: 'erc20',
846
- address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
847
- logo_URIs: {
848
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
849
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
850
- },
851
- images: [{
852
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
853
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
854
- }],
855
- traces: [{
856
- type: 'ibc',
857
- counterparty: {
858
- channel_id: 'channel-11',
859
- base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
860
- chain_name: 'evmos'
861
- },
862
- chain: {
863
- channel_id: 'channel-7'
864
- }
865
- }]
866
- },
867
- {
868
- description: 'The token of Crowdpunk DAO',
869
- denom_units: [{
870
- denom: 'ibc/9BE17980291443F276406CFE7368A720676FC06D5805C1A23AE52C2534E705F1',
871
- exponent: 0,
872
- aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
873
- }, {
874
- denom: 'crowdp',
875
- exponent: 18
876
- }],
877
- base: 'ibc/9BE17980291443F276406CFE7368A720676FC06D5805C1A23AE52C2534E705F1',
878
- name: 'Crowdpunk DAO',
879
- display: 'crowdp',
880
- address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
881
- symbol: 'CROWDP',
882
- type_asset: 'erc20',
883
- logo_URIs: {
884
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
885
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
886
- },
887
- images: [{
888
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
889
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
890
- }],
891
- traces: [{
892
- type: 'ibc',
893
- counterparty: {
894
- channel_id: 'channel-11',
895
- base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
896
- chain_name: 'evmos'
897
- },
898
- chain: {
899
- channel_id: 'channel-7'
900
- }
901
- }]
902
- },
903
752
  {
904
753
  description: 'The native token of Gravity Bridge',
905
754
  denom_units: [{
@@ -2904,157 +2753,6 @@ const assets = {
2904
2753
  }
2905
2754
  }]
2906
2755
  },
2907
- {
2908
- description: 'The native EVM, governance and staking token of the Evmos Hub',
2909
- denom_units: [{
2910
- denom: 'ibc/73E97EB411B29C6F989C35D277D1A7FC65083572F102AC6BD101884EE9FB2C9F',
2911
- exponent: 0,
2912
- aliases: ['aevmos']
2913
- }, {
2914
- denom: 'evmos',
2915
- exponent: 18
2916
- }],
2917
- base: 'ibc/73E97EB411B29C6F989C35D277D1A7FC65083572F102AC6BD101884EE9FB2C9F',
2918
- name: 'Evmos',
2919
- display: 'evmos',
2920
- symbol: 'EVMOS',
2921
- logo_URIs: {
2922
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
2923
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
2924
- },
2925
- coingecko_id: 'evmos',
2926
- images: [{
2927
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
2928
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
2929
- }],
2930
- socials: {
2931
- website: 'https://evmos.org/',
2932
- x: 'https://x.com/EvmosOrg'
2933
- },
2934
- type_asset: 'sdk.coin',
2935
- traces: [{
2936
- type: 'ibc',
2937
- counterparty: {
2938
- channel_id: 'channel-11',
2939
- base_denom: 'aevmos',
2940
- chain_name: 'evmos'
2941
- },
2942
- chain: {
2943
- channel_id: 'channel-7'
2944
- }
2945
- }]
2946
- },
2947
- {
2948
- description: 'The token of Neokingdom DAO.',
2949
- denom_units: [{
2950
- denom: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
2951
- exponent: 0,
2952
- aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
2953
- }, {
2954
- denom: 'neok',
2955
- exponent: 18
2956
- }],
2957
- base: 'ibc/4DD3698C2FCEA87CDE843D3EA6228F2589A4DF6655A7C16D766010D9CA2E69FB',
2958
- name: 'Neokingdom DAO',
2959
- display: 'neok',
2960
- symbol: 'NEOK',
2961
- logo_URIs: {
2962
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
2963
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
2964
- },
2965
- images: [{
2966
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
2967
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
2968
- }],
2969
- socials: {
2970
- website: 'https://www.neokingdom.org/',
2971
- x: 'https://x.com/NEOKingdomDAO'
2972
- },
2973
- type_asset: 'sdk.coin',
2974
- traces: [{
2975
- type: 'ibc',
2976
- counterparty: {
2977
- channel_id: 'channel-11',
2978
- base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
2979
- chain_name: 'evmos'
2980
- },
2981
- chain: {
2982
- channel_id: 'channel-7'
2983
- }
2984
- }]
2985
- },
2986
- {
2987
- description: 'The legacy token of Teledisko DAO.',
2988
- denom_units: [{
2989
- denom: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40',
2990
- exponent: 0,
2991
- aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
2992
- }, {
2993
- denom: 'berlin-legacy',
2994
- exponent: 18
2995
- }],
2996
- base: 'ibc/D5578DB3F2191C823DAF2381D31F83FCF7EB61FE22F457A7EBBCE04EFD036A40',
2997
- name: 'Teledisko DAO - Legacy',
2998
- display: 'berlin-legacy',
2999
- symbol: 'BERLIN-legacy',
3000
- type_asset: 'erc20',
3001
- address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
3002
- logo_URIs: {
3003
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
3004
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
3005
- },
3006
- images: [{
3007
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
3008
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
3009
- }],
3010
- traces: [{
3011
- type: 'ibc',
3012
- counterparty: {
3013
- channel_id: 'channel-11',
3014
- base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
3015
- chain_name: 'evmos'
3016
- },
3017
- chain: {
3018
- channel_id: 'channel-7'
3019
- }
3020
- }]
3021
- },
3022
- {
3023
- description: 'The token of Crowdpunk DAO',
3024
- denom_units: [{
3025
- denom: 'ibc/9BE17980291443F276406CFE7368A720676FC06D5805C1A23AE52C2534E705F1',
3026
- exponent: 0,
3027
- aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
3028
- }, {
3029
- denom: 'crowdp',
3030
- exponent: 18
3031
- }],
3032
- base: 'ibc/9BE17980291443F276406CFE7368A720676FC06D5805C1A23AE52C2534E705F1',
3033
- name: 'Crowdpunk DAO',
3034
- display: 'crowdp',
3035
- address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
3036
- symbol: 'CROWDP',
3037
- type_asset: 'erc20',
3038
- logo_URIs: {
3039
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
3040
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
3041
- },
3042
- images: [{
3043
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
3044
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
3045
- }],
3046
- traces: [{
3047
- type: 'ibc',
3048
- counterparty: {
3049
- channel_id: 'channel-11',
3050
- base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
3051
- chain_name: 'evmos'
3052
- },
3053
- chain: {
3054
- channel_id: 'channel-7'
3055
- }
3056
- }]
3057
- },
3058
2756
  {
3059
2757
  description: 'The native token of Gravity Bridge',
3060
2758
  denom_units: [{
@@ -393,157 +393,6 @@ const assets = {
393
393
  }
394
394
  }]
395
395
  },
396
- {
397
- description: 'The native EVM, governance and staking token of the Evmos Hub',
398
- denom_units: [{
399
- denom: 'ibc/80D5E86278CE910A7A9653CCA7DEB62C817E07AF9C0C657B43191C43DE60B107',
400
- exponent: 0,
401
- aliases: ['aevmos']
402
- }, {
403
- denom: 'evmos',
404
- exponent: 18
405
- }],
406
- base: 'ibc/80D5E86278CE910A7A9653CCA7DEB62C817E07AF9C0C657B43191C43DE60B107',
407
- name: 'Evmos',
408
- display: 'evmos',
409
- symbol: 'EVMOS',
410
- logo_URIs: {
411
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
412
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
413
- },
414
- coingecko_id: 'evmos',
415
- images: [{
416
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
417
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
418
- }],
419
- socials: {
420
- website: 'https://evmos.org/',
421
- x: 'https://x.com/EvmosOrg'
422
- },
423
- type_asset: 'sdk.coin',
424
- traces: [{
425
- type: 'ibc',
426
- counterparty: {
427
- channel_id: 'channel-31',
428
- base_denom: 'aevmos',
429
- chain_name: 'evmos'
430
- },
431
- chain: {
432
- channel_id: 'channel-57'
433
- }
434
- }]
435
- },
436
- {
437
- description: 'The token of Neokingdom DAO.',
438
- denom_units: [{
439
- denom: 'ibc/B44BF5AB79C7893A27BAFCF65702B3EBC6DD1E2CF0C8D43605ACDFD1F98229BB',
440
- exponent: 0,
441
- aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
442
- }, {
443
- denom: 'neok',
444
- exponent: 18
445
- }],
446
- base: 'ibc/B44BF5AB79C7893A27BAFCF65702B3EBC6DD1E2CF0C8D43605ACDFD1F98229BB',
447
- name: 'Neokingdom DAO',
448
- display: 'neok',
449
- symbol: 'NEOK',
450
- logo_URIs: {
451
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
452
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
453
- },
454
- images: [{
455
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
456
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
457
- }],
458
- socials: {
459
- website: 'https://www.neokingdom.org/',
460
- x: 'https://x.com/NEOKingdomDAO'
461
- },
462
- type_asset: 'sdk.coin',
463
- traces: [{
464
- type: 'ibc',
465
- counterparty: {
466
- channel_id: 'channel-31',
467
- base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
468
- chain_name: 'evmos'
469
- },
470
- chain: {
471
- channel_id: 'channel-57'
472
- }
473
- }]
474
- },
475
- {
476
- description: 'The legacy token of Teledisko DAO.',
477
- denom_units: [{
478
- denom: 'ibc/2146068C178D878826DD34FC86EC1DC279B33765D8FFA60C5A9E5AF5AEC34EBA',
479
- exponent: 0,
480
- aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
481
- }, {
482
- denom: 'berlin-legacy',
483
- exponent: 18
484
- }],
485
- base: 'ibc/2146068C178D878826DD34FC86EC1DC279B33765D8FFA60C5A9E5AF5AEC34EBA',
486
- name: 'Teledisko DAO - Legacy',
487
- display: 'berlin-legacy',
488
- symbol: 'BERLIN-legacy',
489
- type_asset: 'erc20',
490
- address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
491
- logo_URIs: {
492
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
493
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
494
- },
495
- images: [{
496
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
497
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
498
- }],
499
- traces: [{
500
- type: 'ibc',
501
- counterparty: {
502
- channel_id: 'channel-31',
503
- base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
504
- chain_name: 'evmos'
505
- },
506
- chain: {
507
- channel_id: 'channel-57'
508
- }
509
- }]
510
- },
511
- {
512
- description: 'The token of Crowdpunk DAO',
513
- denom_units: [{
514
- denom: 'ibc/E6B581AB2E9F2D55958B46803318A3452EE194D30381C3B1ED4A14CCE27055DA',
515
- exponent: 0,
516
- aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
517
- }, {
518
- denom: 'crowdp',
519
- exponent: 18
520
- }],
521
- base: 'ibc/E6B581AB2E9F2D55958B46803318A3452EE194D30381C3B1ED4A14CCE27055DA',
522
- name: 'Crowdpunk DAO',
523
- display: 'crowdp',
524
- address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
525
- symbol: 'CROWDP',
526
- type_asset: 'erc20',
527
- logo_URIs: {
528
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
529
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
530
- },
531
- images: [{
532
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
533
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
534
- }],
535
- traces: [{
536
- type: 'ibc',
537
- counterparty: {
538
- channel_id: 'channel-31',
539
- base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
540
- chain_name: 'evmos'
541
- },
542
- chain: {
543
- channel_id: 'channel-57'
544
- }
545
- }]
546
- },
547
396
  {
548
397
  description: 'The IRIS token is the native governance token for the IrisNet chain.',
549
398
  denom_units: [{
@@ -895,157 +744,6 @@ const assets = {
895
744
  }
896
745
  }]
897
746
  },
898
- {
899
- description: 'The native EVM, governance and staking token of the Evmos Hub',
900
- denom_units: [{
901
- denom: 'ibc/80D5E86278CE910A7A9653CCA7DEB62C817E07AF9C0C657B43191C43DE60B107',
902
- exponent: 0,
903
- aliases: ['aevmos']
904
- }, {
905
- denom: 'evmos',
906
- exponent: 18
907
- }],
908
- base: 'ibc/80D5E86278CE910A7A9653CCA7DEB62C817E07AF9C0C657B43191C43DE60B107',
909
- name: 'Evmos',
910
- display: 'evmos',
911
- symbol: 'EVMOS',
912
- logo_URIs: {
913
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
914
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
915
- },
916
- coingecko_id: 'evmos',
917
- images: [{
918
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
919
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
920
- }],
921
- socials: {
922
- website: 'https://evmos.org/',
923
- x: 'https://x.com/EvmosOrg'
924
- },
925
- type_asset: 'sdk.coin',
926
- traces: [{
927
- type: 'ibc',
928
- counterparty: {
929
- channel_id: 'channel-31',
930
- base_denom: 'aevmos',
931
- chain_name: 'evmos'
932
- },
933
- chain: {
934
- channel_id: 'channel-57'
935
- }
936
- }]
937
- },
938
- {
939
- description: 'The token of Neokingdom DAO.',
940
- denom_units: [{
941
- denom: 'ibc/B44BF5AB79C7893A27BAFCF65702B3EBC6DD1E2CF0C8D43605ACDFD1F98229BB',
942
- exponent: 0,
943
- aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
944
- }, {
945
- denom: 'neok',
946
- exponent: 18
947
- }],
948
- base: 'ibc/B44BF5AB79C7893A27BAFCF65702B3EBC6DD1E2CF0C8D43605ACDFD1F98229BB',
949
- name: 'Neokingdom DAO',
950
- display: 'neok',
951
- symbol: 'NEOK',
952
- logo_URIs: {
953
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
954
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
955
- },
956
- images: [{
957
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
958
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
959
- }],
960
- socials: {
961
- website: 'https://www.neokingdom.org/',
962
- x: 'https://x.com/NEOKingdomDAO'
963
- },
964
- type_asset: 'sdk.coin',
965
- traces: [{
966
- type: 'ibc',
967
- counterparty: {
968
- channel_id: 'channel-31',
969
- base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
970
- chain_name: 'evmos'
971
- },
972
- chain: {
973
- channel_id: 'channel-57'
974
- }
975
- }]
976
- },
977
- {
978
- description: 'The legacy token of Teledisko DAO.',
979
- denom_units: [{
980
- denom: 'ibc/2146068C178D878826DD34FC86EC1DC279B33765D8FFA60C5A9E5AF5AEC34EBA',
981
- exponent: 0,
982
- aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
983
- }, {
984
- denom: 'berlin-legacy',
985
- exponent: 18
986
- }],
987
- base: 'ibc/2146068C178D878826DD34FC86EC1DC279B33765D8FFA60C5A9E5AF5AEC34EBA',
988
- name: 'Teledisko DAO - Legacy',
989
- display: 'berlin-legacy',
990
- symbol: 'BERLIN-legacy',
991
- type_asset: 'erc20',
992
- address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
993
- logo_URIs: {
994
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
995
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
996
- },
997
- images: [{
998
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
999
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
1000
- }],
1001
- traces: [{
1002
- type: 'ibc',
1003
- counterparty: {
1004
- channel_id: 'channel-31',
1005
- base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
1006
- chain_name: 'evmos'
1007
- },
1008
- chain: {
1009
- channel_id: 'channel-57'
1010
- }
1011
- }]
1012
- },
1013
- {
1014
- description: 'The token of Crowdpunk DAO',
1015
- denom_units: [{
1016
- denom: 'ibc/E6B581AB2E9F2D55958B46803318A3452EE194D30381C3B1ED4A14CCE27055DA',
1017
- exponent: 0,
1018
- aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
1019
- }, {
1020
- denom: 'crowdp',
1021
- exponent: 18
1022
- }],
1023
- base: 'ibc/E6B581AB2E9F2D55958B46803318A3452EE194D30381C3B1ED4A14CCE27055DA',
1024
- name: 'Crowdpunk DAO',
1025
- display: 'crowdp',
1026
- address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
1027
- symbol: 'CROWDP',
1028
- type_asset: 'erc20',
1029
- logo_URIs: {
1030
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
1031
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
1032
- },
1033
- images: [{
1034
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
1035
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
1036
- }],
1037
- traces: [{
1038
- type: 'ibc',
1039
- counterparty: {
1040
- channel_id: 'channel-31',
1041
- base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
1042
- chain_name: 'evmos'
1043
- },
1044
- chain: {
1045
- channel_id: 'channel-57'
1046
- }
1047
- }]
1048
- },
1049
747
  {
1050
748
  description: 'The IRIS token is the native governance token for the IrisNet chain.',
1051
749
  denom_units: [{