@chain-registry/assets 1.70.598 → 1.70.600

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 (69) 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 +78 -302
  5. package/esm/mainnet/carbon.js +0 -302
  6. package/esm/mainnet/celestia.js +0 -302
  7. package/esm/mainnet/composable.js +78 -302
  8. package/esm/mainnet/coreum.js +0 -302
  9. package/esm/mainnet/cosmoshub.js +78 -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 +78 -302
  16. package/esm/mainnet/index.js +0 -1
  17. package/esm/mainnet/injective.js +0 -302
  18. package/esm/mainnet/juno.js +78 -0
  19. package/esm/mainnet/kava.js +0 -302
  20. package/esm/mainnet/kujira.js +78 -302
  21. package/esm/mainnet/lava.js +0 -302
  22. package/esm/mainnet/migaloo.js +78 -0
  23. package/esm/mainnet/neutron.js +78 -0
  24. package/esm/mainnet/noble.js +0 -302
  25. package/esm/mainnet/oraichain.js +78 -0
  26. package/esm/mainnet/osmosis.js +78 -302
  27. package/esm/mainnet/persistence.js +78 -0
  28. package/esm/mainnet/secretnetwork.js +0 -302
  29. package/esm/mainnet/stargaze.js +0 -302
  30. package/esm/mainnet/stride.js +0 -302
  31. package/esm/mainnet/terra2.js +78 -0
  32. package/esm/mainnet/tgrade.js +0 -302
  33. package/mainnet/acrechain.js +0 -302
  34. package/mainnet/agoric.js +0 -302
  35. package/mainnet/assets.js +1 -2
  36. package/mainnet/axelar.js +78 -302
  37. package/mainnet/carbon.js +0 -302
  38. package/mainnet/celestia.js +0 -302
  39. package/mainnet/composable.js +78 -302
  40. package/mainnet/coreum.js +0 -302
  41. package/mainnet/cosmoshub.js +78 -302
  42. package/mainnet/crescent.js +0 -302
  43. package/mainnet/cryptoorgchain.js +0 -302
  44. package/mainnet/dydx.js +0 -302
  45. package/mainnet/dymension.js +0 -302
  46. package/mainnet/gateway.js +0 -302
  47. package/mainnet/gravitybridge.js +78 -302
  48. package/mainnet/index.d.ts +0 -1
  49. package/mainnet/index.js +3 -4
  50. package/mainnet/injective.js +0 -302
  51. package/mainnet/juno.js +78 -0
  52. package/mainnet/kava.js +0 -302
  53. package/mainnet/kujira.js +78 -302
  54. package/mainnet/lava.js +0 -302
  55. package/mainnet/migaloo.js +78 -0
  56. package/mainnet/neutron.js +78 -0
  57. package/mainnet/noble.js +0 -302
  58. package/mainnet/oraichain.js +78 -0
  59. package/mainnet/osmosis.js +78 -302
  60. package/mainnet/persistence.js +78 -0
  61. package/mainnet/secretnetwork.js +0 -302
  62. package/mainnet/stargaze.js +0 -302
  63. package/mainnet/stride.js +0 -302
  64. package/mainnet/terra2.js +78 -0
  65. package/mainnet/tgrade.js +0 -302
  66. package/package.json +5 -5
  67. package/esm/mainnet/evmos.js +0 -3722
  68. package/mainnet/evmos.d.ts +0 -3
  69. package/mainnet/evmos.js +0 -3724
package/mainnet/stride.js CHANGED
@@ -762,157 +762,6 @@ const assets = {
762
762
  }
763
763
  }]
764
764
  },
765
- {
766
- description: 'The native EVM, governance and staking token of the Evmos Hub',
767
- denom_units: [{
768
- denom: 'ibc/4B322204B4F59D770680FE4D7A565DDC3F37BFF035474B717476C66A4F83DD72',
769
- exponent: 0,
770
- aliases: ['aevmos']
771
- }, {
772
- denom: 'evmos',
773
- exponent: 18
774
- }],
775
- base: 'ibc/4B322204B4F59D770680FE4D7A565DDC3F37BFF035474B717476C66A4F83DD72',
776
- name: 'Evmos',
777
- display: 'evmos',
778
- symbol: 'EVMOS',
779
- logo_URIs: {
780
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
781
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
782
- },
783
- coingecko_id: 'evmos',
784
- images: [{
785
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
786
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
787
- }],
788
- socials: {
789
- website: 'https://evmos.org/',
790
- x: 'https://x.com/EvmosOrg'
791
- },
792
- type_asset: 'sdk.coin',
793
- traces: [{
794
- type: 'ibc',
795
- counterparty: {
796
- channel_id: 'channel-25',
797
- base_denom: 'aevmos',
798
- chain_name: 'evmos'
799
- },
800
- chain: {
801
- channel_id: 'channel-9'
802
- }
803
- }]
804
- },
805
- {
806
- description: 'The token of Neokingdom DAO.',
807
- denom_units: [{
808
- denom: 'ibc/BAF1536E0B82CCC983271430A2F709D486F4758EA80D4FC3EFF4638DDBDD7647',
809
- exponent: 0,
810
- aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
811
- }, {
812
- denom: 'neok',
813
- exponent: 18
814
- }],
815
- base: 'ibc/BAF1536E0B82CCC983271430A2F709D486F4758EA80D4FC3EFF4638DDBDD7647',
816
- name: 'Neokingdom DAO',
817
- display: 'neok',
818
- symbol: 'NEOK',
819
- logo_URIs: {
820
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
821
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
822
- },
823
- images: [{
824
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
825
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
826
- }],
827
- socials: {
828
- website: 'https://www.neokingdom.org/',
829
- x: 'https://x.com/NEOKingdomDAO'
830
- },
831
- type_asset: 'sdk.coin',
832
- traces: [{
833
- type: 'ibc',
834
- counterparty: {
835
- channel_id: 'channel-25',
836
- base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
837
- chain_name: 'evmos'
838
- },
839
- chain: {
840
- channel_id: 'channel-9'
841
- }
842
- }]
843
- },
844
- {
845
- description: 'The legacy token of Teledisko DAO.',
846
- denom_units: [{
847
- denom: 'ibc/A4EC4992CC6942ED4E799E40679FF436FDB20A3C89946A1948A29D51F233488E',
848
- exponent: 0,
849
- aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
850
- }, {
851
- denom: 'berlin-legacy',
852
- exponent: 18
853
- }],
854
- base: 'ibc/A4EC4992CC6942ED4E799E40679FF436FDB20A3C89946A1948A29D51F233488E',
855
- name: 'Teledisko DAO - Legacy',
856
- display: 'berlin-legacy',
857
- symbol: 'BERLIN-legacy',
858
- type_asset: 'erc20',
859
- address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
860
- logo_URIs: {
861
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
862
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
863
- },
864
- images: [{
865
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
866
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
867
- }],
868
- traces: [{
869
- type: 'ibc',
870
- counterparty: {
871
- channel_id: 'channel-25',
872
- base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
873
- chain_name: 'evmos'
874
- },
875
- chain: {
876
- channel_id: 'channel-9'
877
- }
878
- }]
879
- },
880
- {
881
- description: 'The token of Crowdpunk DAO',
882
- denom_units: [{
883
- denom: 'ibc/4BBAAF3202C9D75042AA62AA4189CA4FA68D81B6DCFAB94501FA6CF379DE706D',
884
- exponent: 0,
885
- aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
886
- }, {
887
- denom: 'crowdp',
888
- exponent: 18
889
- }],
890
- base: 'ibc/4BBAAF3202C9D75042AA62AA4189CA4FA68D81B6DCFAB94501FA6CF379DE706D',
891
- name: 'Crowdpunk DAO',
892
- display: 'crowdp',
893
- address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
894
- symbol: 'CROWDP',
895
- type_asset: 'erc20',
896
- logo_URIs: {
897
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
898
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
899
- },
900
- images: [{
901
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
902
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
903
- }],
904
- traces: [{
905
- type: 'ibc',
906
- counterparty: {
907
- channel_id: 'channel-25',
908
- base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
909
- chain_name: 'evmos'
910
- },
911
- chain: {
912
- channel_id: 'channel-9'
913
- }
914
- }]
915
- },
916
765
  {
917
766
  description: 'The native EVM, governance and staking token of the Haqq Network',
918
767
  denom_units: [{
@@ -2828,157 +2677,6 @@ const assets = {
2828
2677
  }
2829
2678
  }]
2830
2679
  },
2831
- {
2832
- description: 'The native EVM, governance and staking token of the Evmos Hub',
2833
- denom_units: [{
2834
- denom: 'ibc/4B322204B4F59D770680FE4D7A565DDC3F37BFF035474B717476C66A4F83DD72',
2835
- exponent: 0,
2836
- aliases: ['aevmos']
2837
- }, {
2838
- denom: 'evmos',
2839
- exponent: 18
2840
- }],
2841
- base: 'ibc/4B322204B4F59D770680FE4D7A565DDC3F37BFF035474B717476C66A4F83DD72',
2842
- name: 'Evmos',
2843
- display: 'evmos',
2844
- symbol: 'EVMOS',
2845
- logo_URIs: {
2846
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
2847
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
2848
- },
2849
- coingecko_id: 'evmos',
2850
- images: [{
2851
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
2852
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
2853
- }],
2854
- socials: {
2855
- website: 'https://evmos.org/',
2856
- x: 'https://x.com/EvmosOrg'
2857
- },
2858
- type_asset: 'sdk.coin',
2859
- traces: [{
2860
- type: 'ibc',
2861
- counterparty: {
2862
- channel_id: 'channel-25',
2863
- base_denom: 'aevmos',
2864
- chain_name: 'evmos'
2865
- },
2866
- chain: {
2867
- channel_id: 'channel-9'
2868
- }
2869
- }]
2870
- },
2871
- {
2872
- description: 'The token of Neokingdom DAO.',
2873
- denom_units: [{
2874
- denom: 'ibc/BAF1536E0B82CCC983271430A2F709D486F4758EA80D4FC3EFF4638DDBDD7647',
2875
- exponent: 0,
2876
- aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
2877
- }, {
2878
- denom: 'neok',
2879
- exponent: 18
2880
- }],
2881
- base: 'ibc/BAF1536E0B82CCC983271430A2F709D486F4758EA80D4FC3EFF4638DDBDD7647',
2882
- name: 'Neokingdom DAO',
2883
- display: 'neok',
2884
- symbol: 'NEOK',
2885
- logo_URIs: {
2886
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
2887
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
2888
- },
2889
- images: [{
2890
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
2891
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
2892
- }],
2893
- socials: {
2894
- website: 'https://www.neokingdom.org/',
2895
- x: 'https://x.com/NEOKingdomDAO'
2896
- },
2897
- type_asset: 'sdk.coin',
2898
- traces: [{
2899
- type: 'ibc',
2900
- counterparty: {
2901
- channel_id: 'channel-25',
2902
- base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
2903
- chain_name: 'evmos'
2904
- },
2905
- chain: {
2906
- channel_id: 'channel-9'
2907
- }
2908
- }]
2909
- },
2910
- {
2911
- description: 'The legacy token of Teledisko DAO.',
2912
- denom_units: [{
2913
- denom: 'ibc/A4EC4992CC6942ED4E799E40679FF436FDB20A3C89946A1948A29D51F233488E',
2914
- exponent: 0,
2915
- aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
2916
- }, {
2917
- denom: 'berlin-legacy',
2918
- exponent: 18
2919
- }],
2920
- base: 'ibc/A4EC4992CC6942ED4E799E40679FF436FDB20A3C89946A1948A29D51F233488E',
2921
- name: 'Teledisko DAO - Legacy',
2922
- display: 'berlin-legacy',
2923
- symbol: 'BERLIN-legacy',
2924
- type_asset: 'erc20',
2925
- address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
2926
- logo_URIs: {
2927
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
2928
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
2929
- },
2930
- images: [{
2931
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
2932
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
2933
- }],
2934
- traces: [{
2935
- type: 'ibc',
2936
- counterparty: {
2937
- channel_id: 'channel-25',
2938
- base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
2939
- chain_name: 'evmos'
2940
- },
2941
- chain: {
2942
- channel_id: 'channel-9'
2943
- }
2944
- }]
2945
- },
2946
- {
2947
- description: 'The token of Crowdpunk DAO',
2948
- denom_units: [{
2949
- denom: 'ibc/4BBAAF3202C9D75042AA62AA4189CA4FA68D81B6DCFAB94501FA6CF379DE706D',
2950
- exponent: 0,
2951
- aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
2952
- }, {
2953
- denom: 'crowdp',
2954
- exponent: 18
2955
- }],
2956
- base: 'ibc/4BBAAF3202C9D75042AA62AA4189CA4FA68D81B6DCFAB94501FA6CF379DE706D',
2957
- name: 'Crowdpunk DAO',
2958
- display: 'crowdp',
2959
- address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
2960
- symbol: 'CROWDP',
2961
- type_asset: 'erc20',
2962
- logo_URIs: {
2963
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
2964
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
2965
- },
2966
- images: [{
2967
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
2968
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
2969
- }],
2970
- traces: [{
2971
- type: 'ibc',
2972
- counterparty: {
2973
- channel_id: 'channel-25',
2974
- base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
2975
- chain_name: 'evmos'
2976
- },
2977
- chain: {
2978
- channel_id: 'channel-9'
2979
- }
2980
- }]
2981
- },
2982
2680
  {
2983
2681
  description: 'The native EVM, governance and staking token of the Haqq Network',
2984
2682
  denom_units: [{
package/mainnet/terra2.js CHANGED
@@ -7029,6 +7029,45 @@ const assets = {
7029
7029
  }
7030
7030
  }]
7031
7031
  },
7032
+ {
7033
+ description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
7034
+ denom_units: [{
7035
+ denom: 'ibc/C8A5D4603A7CD7704C289251EDC29A321C110493E98BB119A0CB3D1E918B70FC',
7036
+ exponent: 0,
7037
+ aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
7038
+ }, {
7039
+ denom: 'snvr',
7040
+ exponent: 9
7041
+ }],
7042
+ type_asset: 'snip20',
7043
+ address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
7044
+ base: 'ibc/C8A5D4603A7CD7704C289251EDC29A321C110493E98BB119A0CB3D1E918B70FC',
7045
+ name: 'SNVR',
7046
+ display: 'snvr',
7047
+ symbol: 'SNVR',
7048
+ logo_URIs: {
7049
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
7050
+ },
7051
+ images: [{
7052
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
7053
+ }],
7054
+ socials: {
7055
+ website: 'https://snvr.org'
7056
+ },
7057
+ traces: [{
7058
+ type: 'ibc-cw20',
7059
+ counterparty: {
7060
+ port: 'transfer',
7061
+ channel_id: 'channel-127',
7062
+ base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
7063
+ chain_name: 'secretnetwork'
7064
+ },
7065
+ chain: {
7066
+ port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
7067
+ channel_id: 'channel-382'
7068
+ }
7069
+ }]
7070
+ },
7032
7071
  {
7033
7072
  description: 'Auto componded USDC deposited into Ginkou on Migaloo chain',
7034
7073
  denom_units: [{
@@ -7606,6 +7645,45 @@ const assets = {
7606
7645
  channel_id: 'channel-382'
7607
7646
  }
7608
7647
  }]
7648
+ },
7649
+ {
7650
+ description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
7651
+ denom_units: [{
7652
+ denom: 'ibc/C8A5D4603A7CD7704C289251EDC29A321C110493E98BB119A0CB3D1E918B70FC',
7653
+ exponent: 0,
7654
+ aliases: ['cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7']
7655
+ }, {
7656
+ denom: 'snvr',
7657
+ exponent: 9
7658
+ }],
7659
+ type_asset: 'snip20',
7660
+ address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
7661
+ base: 'ibc/C8A5D4603A7CD7704C289251EDC29A321C110493E98BB119A0CB3D1E918B70FC',
7662
+ name: 'SNVR',
7663
+ display: 'snvr',
7664
+ symbol: 'SNVR',
7665
+ logo_URIs: {
7666
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
7667
+ },
7668
+ images: [{
7669
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
7670
+ }],
7671
+ socials: {
7672
+ website: 'https://snvr.org'
7673
+ },
7674
+ traces: [{
7675
+ type: 'ibc-cw20',
7676
+ counterparty: {
7677
+ port: 'transfer',
7678
+ channel_id: 'channel-127',
7679
+ base_denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
7680
+ chain_name: 'secretnetwork'
7681
+ },
7682
+ chain: {
7683
+ port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
7684
+ channel_id: 'channel-382'
7685
+ }
7686
+ }]
7609
7687
  }
7610
7688
  ]
7611
7689
  };