@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
@@ -760,6 +760,151 @@ const assets = {
760
760
  }
761
761
  }]
762
762
  },
763
+ {
764
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
765
+ denom_units: [{
766
+ denom: 'ibc/93AC6562CAA08F16FACD5E410FF043F9B8C67AA745DA6DC46D0467D3C5C8F75C',
767
+ exponent: 0,
768
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
769
+ }, {
770
+ denom: 'nINJ',
771
+ exponent: 18
772
+ }],
773
+ base: 'ibc/93AC6562CAA08F16FACD5E410FF043F9B8C67AA745DA6DC46D0467D3C5C8F75C',
774
+ name: 'Neptune Receipt INJ',
775
+ display: 'nINJ',
776
+ symbol: 'nINJ',
777
+ images: [{
778
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
779
+ }],
780
+ traces: [{
781
+ type: 'ibc',
782
+ counterparty: {
783
+ channel_id: 'channel-148',
784
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
785
+ chain_name: 'injective'
786
+ },
787
+ chain: {
788
+ channel_id: 'channel-31'
789
+ }
790
+ }]
791
+ },
792
+ {
793
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
794
+ denom_units: [{
795
+ denom: 'ibc/C1F1EA789CFBF03664072FAD40E14975FB62B04E3612BEB4CC96E89ACA701200',
796
+ exponent: 0,
797
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
798
+ }, {
799
+ denom: 'nATOM',
800
+ exponent: 6
801
+ }],
802
+ base: 'ibc/C1F1EA789CFBF03664072FAD40E14975FB62B04E3612BEB4CC96E89ACA701200',
803
+ name: 'Neptune Receipt ATOM',
804
+ display: 'nATOM',
805
+ symbol: 'nATOM',
806
+ images: [{
807
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
808
+ }],
809
+ traces: [{
810
+ type: 'ibc',
811
+ counterparty: {
812
+ channel_id: 'channel-148',
813
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
814
+ chain_name: 'injective'
815
+ },
816
+ chain: {
817
+ channel_id: 'channel-31'
818
+ }
819
+ }]
820
+ },
821
+ {
822
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
823
+ denom_units: [{
824
+ denom: 'ibc/9DFB13FAE13D191678FA1E1C9CAB4984A1FEE20EA1609FADE629C055FE543D57',
825
+ exponent: 0,
826
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
827
+ }, {
828
+ denom: 'nWETH',
829
+ exponent: 18
830
+ }],
831
+ base: 'ibc/9DFB13FAE13D191678FA1E1C9CAB4984A1FEE20EA1609FADE629C055FE543D57',
832
+ name: 'Neptune Receipt WETH',
833
+ display: 'nWETH',
834
+ symbol: 'nWETH',
835
+ images: [{
836
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
837
+ }],
838
+ traces: [{
839
+ type: 'ibc',
840
+ counterparty: {
841
+ channel_id: 'channel-148',
842
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
843
+ chain_name: 'injective'
844
+ },
845
+ chain: {
846
+ channel_id: 'channel-31'
847
+ }
848
+ }]
849
+ },
850
+ {
851
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
852
+ denom_units: [{
853
+ denom: 'ibc/F0FB4B38AEBEF7DCBFD75691888F32E5DD7B91DB0BFA8CE6268D0407963EE297',
854
+ exponent: 0,
855
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
856
+ }, {
857
+ denom: 'nUSDT',
858
+ exponent: 6
859
+ }],
860
+ base: 'ibc/F0FB4B38AEBEF7DCBFD75691888F32E5DD7B91DB0BFA8CE6268D0407963EE297',
861
+ name: 'Neptune Receipt USDT',
862
+ display: 'nUSDT',
863
+ symbol: 'nUSDT',
864
+ images: [{
865
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
866
+ }],
867
+ traces: [{
868
+ type: 'ibc',
869
+ counterparty: {
870
+ channel_id: 'channel-148',
871
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
872
+ chain_name: 'injective'
873
+ },
874
+ chain: {
875
+ channel_id: 'channel-31'
876
+ }
877
+ }]
878
+ },
879
+ {
880
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
881
+ denom_units: [{
882
+ denom: 'ibc/2B2DCB8171CA90E7730985C9D88AB58D918426F41E857C555050A14FDA066B1F',
883
+ exponent: 0,
884
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
885
+ }, {
886
+ denom: 'nTIA',
887
+ exponent: 6
888
+ }],
889
+ base: 'ibc/2B2DCB8171CA90E7730985C9D88AB58D918426F41E857C555050A14FDA066B1F',
890
+ name: 'Neptune Receipt TIA',
891
+ display: 'nTIA',
892
+ symbol: 'nTIA',
893
+ images: [{
894
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
895
+ }],
896
+ traces: [{
897
+ type: 'ibc',
898
+ counterparty: {
899
+ channel_id: 'channel-148',
900
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
901
+ chain_name: 'injective'
902
+ },
903
+ chain: {
904
+ channel_id: 'channel-31'
905
+ }
906
+ }]
907
+ },
763
908
  {
764
909
  description: 'The native token of JUNO Chain',
765
910
  denom_units: [{
@@ -1871,6 +2016,151 @@ const assets = {
1871
2016
  }
1872
2017
  }]
1873
2018
  },
2019
+ {
2020
+ description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
2021
+ denom_units: [{
2022
+ denom: 'ibc/93AC6562CAA08F16FACD5E410FF043F9B8C67AA745DA6DC46D0467D3C5C8F75C',
2023
+ exponent: 0,
2024
+ aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
2025
+ }, {
2026
+ denom: 'nINJ',
2027
+ exponent: 18
2028
+ }],
2029
+ base: 'ibc/93AC6562CAA08F16FACD5E410FF043F9B8C67AA745DA6DC46D0467D3C5C8F75C',
2030
+ name: 'Neptune Receipt INJ',
2031
+ display: 'nINJ',
2032
+ symbol: 'nINJ',
2033
+ images: [{
2034
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
2035
+ }],
2036
+ traces: [{
2037
+ type: 'ibc',
2038
+ counterparty: {
2039
+ channel_id: 'channel-148',
2040
+ base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
2041
+ chain_name: 'injective'
2042
+ },
2043
+ chain: {
2044
+ channel_id: 'channel-31'
2045
+ }
2046
+ }]
2047
+ },
2048
+ {
2049
+ description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
2050
+ denom_units: [{
2051
+ denom: 'ibc/C1F1EA789CFBF03664072FAD40E14975FB62B04E3612BEB4CC96E89ACA701200',
2052
+ exponent: 0,
2053
+ aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
2054
+ }, {
2055
+ denom: 'nATOM',
2056
+ exponent: 6
2057
+ }],
2058
+ base: 'ibc/C1F1EA789CFBF03664072FAD40E14975FB62B04E3612BEB4CC96E89ACA701200',
2059
+ name: 'Neptune Receipt ATOM',
2060
+ display: 'nATOM',
2061
+ symbol: 'nATOM',
2062
+ images: [{
2063
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
2064
+ }],
2065
+ traces: [{
2066
+ type: 'ibc',
2067
+ counterparty: {
2068
+ channel_id: 'channel-148',
2069
+ base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
2070
+ chain_name: 'injective'
2071
+ },
2072
+ chain: {
2073
+ channel_id: 'channel-31'
2074
+ }
2075
+ }]
2076
+ },
2077
+ {
2078
+ description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
2079
+ denom_units: [{
2080
+ denom: 'ibc/9DFB13FAE13D191678FA1E1C9CAB4984A1FEE20EA1609FADE629C055FE543D57',
2081
+ exponent: 0,
2082
+ aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
2083
+ }, {
2084
+ denom: 'nWETH',
2085
+ exponent: 18
2086
+ }],
2087
+ base: 'ibc/9DFB13FAE13D191678FA1E1C9CAB4984A1FEE20EA1609FADE629C055FE543D57',
2088
+ name: 'Neptune Receipt WETH',
2089
+ display: 'nWETH',
2090
+ symbol: 'nWETH',
2091
+ images: [{
2092
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
2093
+ }],
2094
+ traces: [{
2095
+ type: 'ibc',
2096
+ counterparty: {
2097
+ channel_id: 'channel-148',
2098
+ base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
2099
+ chain_name: 'injective'
2100
+ },
2101
+ chain: {
2102
+ channel_id: 'channel-31'
2103
+ }
2104
+ }]
2105
+ },
2106
+ {
2107
+ description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
2108
+ denom_units: [{
2109
+ denom: 'ibc/F0FB4B38AEBEF7DCBFD75691888F32E5DD7B91DB0BFA8CE6268D0407963EE297',
2110
+ exponent: 0,
2111
+ aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
2112
+ }, {
2113
+ denom: 'nUSDT',
2114
+ exponent: 6
2115
+ }],
2116
+ base: 'ibc/F0FB4B38AEBEF7DCBFD75691888F32E5DD7B91DB0BFA8CE6268D0407963EE297',
2117
+ name: 'Neptune Receipt USDT',
2118
+ display: 'nUSDT',
2119
+ symbol: 'nUSDT',
2120
+ images: [{
2121
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
2122
+ }],
2123
+ traces: [{
2124
+ type: 'ibc',
2125
+ counterparty: {
2126
+ channel_id: 'channel-148',
2127
+ base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
2128
+ chain_name: 'injective'
2129
+ },
2130
+ chain: {
2131
+ channel_id: 'channel-31'
2132
+ }
2133
+ }]
2134
+ },
2135
+ {
2136
+ description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
2137
+ denom_units: [{
2138
+ denom: 'ibc/2B2DCB8171CA90E7730985C9D88AB58D918426F41E857C555050A14FDA066B1F',
2139
+ exponent: 0,
2140
+ aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
2141
+ }, {
2142
+ denom: 'nTIA',
2143
+ exponent: 6
2144
+ }],
2145
+ base: 'ibc/2B2DCB8171CA90E7730985C9D88AB58D918426F41E857C555050A14FDA066B1F',
2146
+ name: 'Neptune Receipt TIA',
2147
+ display: 'nTIA',
2148
+ symbol: 'nTIA',
2149
+ images: [{
2150
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
2151
+ }],
2152
+ traces: [{
2153
+ type: 'ibc',
2154
+ counterparty: {
2155
+ channel_id: 'channel-148',
2156
+ base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
2157
+ chain_name: 'injective'
2158
+ },
2159
+ chain: {
2160
+ channel_id: 'channel-31'
2161
+ }
2162
+ }]
2163
+ },
1874
2164
  {
1875
2165
  description: 'The native token of JUNO Chain',
1876
2166
  denom_units: [{
@@ -2418,6 +2708,81 @@ const assets = {
2418
2708
  }
2419
2709
  }]
2420
2710
  },
2711
+ {
2712
+ description: 'The native EVM, governance and staking token of the Planq Network',
2713
+ denom_units: [{
2714
+ denom: 'ibc/BE8141075AE7950E12CE1821638C8AB9C7FFDBAEC4205714EE8D4A08169271BD',
2715
+ exponent: 0,
2716
+ aliases: ['aplanq']
2717
+ }, {
2718
+ denom: 'planq',
2719
+ exponent: 18
2720
+ }],
2721
+ base: 'ibc/BE8141075AE7950E12CE1821638C8AB9C7FFDBAEC4205714EE8D4A08169271BD',
2722
+ name: 'Planq',
2723
+ display: 'planq',
2724
+ symbol: 'PLQ',
2725
+ logo_URIs: {
2726
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png',
2727
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg'
2728
+ },
2729
+ coingecko_id: 'planq',
2730
+ images: [{
2731
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png',
2732
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg'
2733
+ }],
2734
+ socials: {
2735
+ website: 'https://planq.network',
2736
+ twitter: 'https://twitter.com/planqfoundation'
2737
+ },
2738
+ traces: [{
2739
+ type: 'ibc',
2740
+ counterparty: {
2741
+ channel_id: 'channel-63',
2742
+ base_denom: 'aplanq',
2743
+ chain_name: 'planq'
2744
+ },
2745
+ chain: {
2746
+ channel_id: 'channel-82'
2747
+ }
2748
+ }]
2749
+ },
2750
+ {
2751
+ description: 'The token of Source Protocol bridged from BSC.',
2752
+ denom_units: [{
2753
+ denom: 'ibc/2582AC072D9D80ED244FF78E8392AADA41AE01979A9310B96508BBA7A967197B',
2754
+ exponent: 0,
2755
+ aliases: ['erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09']
2756
+ }, {
2757
+ denom: 'srcx',
2758
+ exponent: 9
2759
+ }],
2760
+ base: 'ibc/2582AC072D9D80ED244FF78E8392AADA41AE01979A9310B96508BBA7A967197B',
2761
+ name: 'Source Token',
2762
+ display: 'srcx',
2763
+ symbol: 'SRCX',
2764
+ traces: [{
2765
+ type: 'ibc',
2766
+ counterparty: {
2767
+ channel_id: 'channel-63',
2768
+ base_denom: 'erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09',
2769
+ chain_name: 'planq'
2770
+ },
2771
+ chain: {
2772
+ channel_id: 'channel-82'
2773
+ }
2774
+ }],
2775
+ images: [{
2776
+ image_sync: {
2777
+ chain_name: 'binancesmartchain',
2778
+ base_denom: '0x454b90716a9435e7161a9aea5cf00e0acbe565ae'
2779
+ },
2780
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
2781
+ }],
2782
+ logo_URIs: {
2783
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
2784
+ }
2785
+ },
2421
2786
  {
2422
2787
  description: 'Hash is the staking token of the Provenance Blockchain',
2423
2788
  denom_units: [{
@@ -2940,6 +3305,81 @@ const assets = {
2940
3305
  }
2941
3306
  }]
2942
3307
  },
3308
+ {
3309
+ description: 'The native EVM, governance and staking token of the Planq Network',
3310
+ denom_units: [{
3311
+ denom: 'ibc/BE8141075AE7950E12CE1821638C8AB9C7FFDBAEC4205714EE8D4A08169271BD',
3312
+ exponent: 0,
3313
+ aliases: ['aplanq']
3314
+ }, {
3315
+ denom: 'planq',
3316
+ exponent: 18
3317
+ }],
3318
+ base: 'ibc/BE8141075AE7950E12CE1821638C8AB9C7FFDBAEC4205714EE8D4A08169271BD',
3319
+ name: 'Planq',
3320
+ display: 'planq',
3321
+ symbol: 'PLQ',
3322
+ logo_URIs: {
3323
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png',
3324
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg'
3325
+ },
3326
+ coingecko_id: 'planq',
3327
+ images: [{
3328
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.png',
3329
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/planq.svg'
3330
+ }],
3331
+ socials: {
3332
+ website: 'https://planq.network',
3333
+ twitter: 'https://twitter.com/planqfoundation'
3334
+ },
3335
+ traces: [{
3336
+ type: 'ibc',
3337
+ counterparty: {
3338
+ channel_id: 'channel-63',
3339
+ base_denom: 'aplanq',
3340
+ chain_name: 'planq'
3341
+ },
3342
+ chain: {
3343
+ channel_id: 'channel-82'
3344
+ }
3345
+ }]
3346
+ },
3347
+ {
3348
+ description: 'The token of Source Protocol bridged from BSC.',
3349
+ denom_units: [{
3350
+ denom: 'ibc/2582AC072D9D80ED244FF78E8392AADA41AE01979A9310B96508BBA7A967197B',
3351
+ exponent: 0,
3352
+ aliases: ['erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09']
3353
+ }, {
3354
+ denom: 'srcx',
3355
+ exponent: 9
3356
+ }],
3357
+ base: 'ibc/2582AC072D9D80ED244FF78E8392AADA41AE01979A9310B96508BBA7A967197B',
3358
+ name: 'Source Token',
3359
+ display: 'srcx',
3360
+ symbol: 'SRCX',
3361
+ traces: [{
3362
+ type: 'ibc',
3363
+ counterparty: {
3364
+ channel_id: 'channel-63',
3365
+ base_denom: 'erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09',
3366
+ chain_name: 'planq'
3367
+ },
3368
+ chain: {
3369
+ channel_id: 'channel-82'
3370
+ }
3371
+ }],
3372
+ images: [{
3373
+ image_sync: {
3374
+ chain_name: 'binancesmartchain',
3375
+ base_denom: '0x454b90716a9435e7161a9aea5cf00e0acbe565ae'
3376
+ },
3377
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
3378
+ }],
3379
+ logo_URIs: {
3380
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
3381
+ }
3382
+ },
2943
3383
  {
2944
3384
  description: 'Hash is the staking token of the Provenance Blockchain',
2945
3385
  denom_units: [{