@juno-network/assets 0.18.0 → 0.19.0

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.
package/src/asset_list.ts CHANGED
@@ -842,6 +842,184 @@ const asset_list: AssetList = {
842
842
  },
843
843
  coingecko_id: 'wbnb'
844
844
  },
845
+ {
846
+ description: 'Binance USD on Axelar.',
847
+ denom_units: [
848
+ {
849
+ denom:
850
+ 'ibc/01D29B33757B631D6E02A4AE8A852969273E2476ED83CB3F947D4AA5DB9F151E',
851
+ exponent: 0,
852
+ aliases: ['busd-wei']
853
+ },
854
+ {
855
+ denom: 'busd',
856
+ exponent: 18
857
+ }
858
+ ],
859
+ base: 'ibc/01D29B33757B631D6E02A4AE8A852969273E2476ED83CB3F947D4AA5DB9F151E',
860
+ name: 'Binance USD',
861
+ display: 'busd',
862
+ symbol: 'BUSD',
863
+ traces: [
864
+ {
865
+ type: 'ibc',
866
+ counterparty: {
867
+ channel_id: 'channel-4',
868
+ base_denom: 'busd-wei',
869
+ chain_name: 'axelar'
870
+ },
871
+ chain: {
872
+ channel_id: 'channel-71'
873
+ }
874
+ }
875
+ ],
876
+ logo_URIs: {
877
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png'
878
+ },
879
+ coingecko_id: 'binance-usd'
880
+ },
881
+ {
882
+ description: 'Wrapped AVAX on Axelar.',
883
+ denom_units: [
884
+ {
885
+ denom:
886
+ 'ibc/02B88E41C96FCADA33F15642CEE961EE17A63866EDCA4098EDDB6F9C6671EB92',
887
+ exponent: 0,
888
+ aliases: ['wavax-wei']
889
+ },
890
+ {
891
+ denom: 'avax',
892
+ exponent: 18
893
+ }
894
+ ],
895
+ base: 'ibc/02B88E41C96FCADA33F15642CEE961EE17A63866EDCA4098EDDB6F9C6671EB92',
896
+ name: 'Wrapped AVAX',
897
+ display: 'avax',
898
+ symbol: 'WAVAX',
899
+ traces: [
900
+ {
901
+ type: 'ibc',
902
+ counterparty: {
903
+ channel_id: 'channel-4',
904
+ base_denom: 'wavax-wei',
905
+ chain_name: 'axelar'
906
+ },
907
+ chain: {
908
+ channel_id: 'channel-71'
909
+ }
910
+ }
911
+ ],
912
+ logo_URIs: {
913
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg'
914
+ }
915
+ },
916
+ {
917
+ description: 'Wrapped FTM on Axelar.',
918
+ denom_units: [
919
+ {
920
+ denom:
921
+ 'ibc/BCA8E085B8D4D9D89D5316165E51545B826C5E034EACD6C00A7464C58F318379',
922
+ exponent: 0,
923
+ aliases: ['wftm-wei']
924
+ },
925
+ {
926
+ denom: 'ftm',
927
+ exponent: 18
928
+ }
929
+ ],
930
+ base: 'ibc/BCA8E085B8D4D9D89D5316165E51545B826C5E034EACD6C00A7464C58F318379',
931
+ name: 'Wrapped FTM',
932
+ display: 'ftm',
933
+ symbol: 'WFTM',
934
+ traces: [
935
+ {
936
+ type: 'ibc',
937
+ counterparty: {
938
+ channel_id: 'channel-4',
939
+ base_denom: 'wftm-wei',
940
+ chain_name: 'axelar'
941
+ },
942
+ chain: {
943
+ channel_id: 'channel-71'
944
+ }
945
+ }
946
+ ],
947
+ logo_URIs: {
948
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png'
949
+ }
950
+ },
951
+ {
952
+ description: "Circle's stablecoin from Polygon on Axelar",
953
+ denom_units: [
954
+ {
955
+ denom:
956
+ 'ibc/AA6342A4B85CBEECD8B97EA11BF78266FD8900D0782BBA64B2A546025A4C2A13',
957
+ exponent: 0,
958
+ aliases: ['polygon-uusdc']
959
+ },
960
+ {
961
+ denom: 'polygon-usdc',
962
+ exponent: 6
963
+ }
964
+ ],
965
+ base: 'ibc/AA6342A4B85CBEECD8B97EA11BF78266FD8900D0782BBA64B2A546025A4C2A13',
966
+ name: 'USD Coin from Polygon',
967
+ display: 'polygon-usdc',
968
+ symbol: 'USDC',
969
+ traces: [
970
+ {
971
+ type: 'ibc',
972
+ counterparty: {
973
+ channel_id: 'channel-4',
974
+ base_denom: 'polygon-uusdc',
975
+ chain_name: 'axelar'
976
+ },
977
+ chain: {
978
+ channel_id: 'channel-71'
979
+ }
980
+ }
981
+ ],
982
+ logo_URIs: {
983
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg',
984
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png'
985
+ }
986
+ },
987
+ {
988
+ description: "Circle's stablecoin from Avalanche on Axelar",
989
+ denom_units: [
990
+ {
991
+ denom:
992
+ 'ibc/AE29EC52972A51930675D851D414CFFC1FB0850B0956C9E06F001358EC46F3A4',
993
+ exponent: 0,
994
+ aliases: ['avalanche-uusdc']
995
+ },
996
+ {
997
+ denom: 'avalanche-usdc',
998
+ exponent: 6
999
+ }
1000
+ ],
1001
+ base: 'ibc/AE29EC52972A51930675D851D414CFFC1FB0850B0956C9E06F001358EC46F3A4',
1002
+ name: 'USD Coin from Avalanche',
1003
+ display: 'avalanche-usdc',
1004
+ symbol: 'USDC',
1005
+ traces: [
1006
+ {
1007
+ type: 'ibc',
1008
+ counterparty: {
1009
+ channel_id: 'channel-4',
1010
+ base_denom: 'avalanche-uusdc',
1011
+ chain_name: 'axelar'
1012
+ },
1013
+ chain: {
1014
+ channel_id: 'channel-71'
1015
+ }
1016
+ }
1017
+ ],
1018
+ logo_URIs: {
1019
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg',
1020
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png'
1021
+ }
1022
+ },
845
1023
  {
846
1024
  description:
847
1025
  'The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.',
@@ -1464,7 +1642,8 @@ const asset_list: AssetList = {
1464
1642
  display: 'cmdx',
1465
1643
  symbol: 'CMDX',
1466
1644
  logo_URIs: {
1467
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png'
1645
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
1646
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
1468
1647
  },
1469
1648
  coingecko_id: 'comdex',
1470
1649
  traces: [
@@ -1500,7 +1679,8 @@ const asset_list: AssetList = {
1500
1679
  display: 'harbor',
1501
1680
  symbol: 'HARBOR',
1502
1681
  logo_URIs: {
1503
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png'
1682
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png',
1683
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg'
1504
1684
  },
1505
1685
  coingecko_id: '',
1506
1686
  traces: [
@@ -1536,9 +1716,10 @@ const asset_list: AssetList = {
1536
1716
  display: 'cmst',
1537
1717
  symbol: 'CMST',
1538
1718
  logo_URIs: {
1539
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png'
1719
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png',
1720
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg'
1540
1721
  },
1541
- coingecko_id: '',
1722
+ coingecko_id: 'composite',
1542
1723
  traces: [
1543
1724
  {
1544
1725
  type: 'ibc',
@@ -1590,6 +1771,80 @@ const asset_list: AssetList = {
1590
1771
  }
1591
1772
  ]
1592
1773
  },
1774
+ {
1775
+ description: 'The native token of Crescent',
1776
+ denom_units: [
1777
+ {
1778
+ denom:
1779
+ 'ibc/B7EA961307B6915512F1204B78B6180851DD7474469EB21F16D30DF74DA22903',
1780
+ exponent: 0,
1781
+ aliases: ['ucre']
1782
+ },
1783
+ {
1784
+ denom: 'cre',
1785
+ exponent: 6
1786
+ }
1787
+ ],
1788
+ base: 'ibc/B7EA961307B6915512F1204B78B6180851DD7474469EB21F16D30DF74DA22903',
1789
+ name: 'Crescent',
1790
+ display: 'cre',
1791
+ symbol: 'CRE',
1792
+ logo_URIs: {
1793
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
1794
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
1795
+ },
1796
+ coingecko_id: 'crescent-network',
1797
+ traces: [
1798
+ {
1799
+ type: 'ibc',
1800
+ counterparty: {
1801
+ channel_id: 'channel-3',
1802
+ base_denom: 'ucre',
1803
+ chain_name: 'crescent'
1804
+ },
1805
+ chain: {
1806
+ channel_id: 'channel-81'
1807
+ }
1808
+ }
1809
+ ]
1810
+ },
1811
+ {
1812
+ description: 'The bonded token of Crescent',
1813
+ denom_units: [
1814
+ {
1815
+ denom:
1816
+ 'ibc/B8EE79E4CABC454512974F71D20725BCEEDA42FB2251729EE30E528132152508',
1817
+ exponent: 0,
1818
+ aliases: ['ubcre']
1819
+ },
1820
+ {
1821
+ denom: 'bcre',
1822
+ exponent: 6
1823
+ }
1824
+ ],
1825
+ base: 'ibc/B8EE79E4CABC454512974F71D20725BCEEDA42FB2251729EE30E528132152508',
1826
+ name: 'Bonded Crescent',
1827
+ display: 'bcre',
1828
+ symbol: 'bCRE',
1829
+ logo_URIs: {
1830
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png',
1831
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg'
1832
+ },
1833
+ coingecko_id: 'liquid-staking-crescent',
1834
+ traces: [
1835
+ {
1836
+ type: 'ibc',
1837
+ counterparty: {
1838
+ channel_id: 'channel-3',
1839
+ base_denom: 'ubcre',
1840
+ chain_name: 'crescent'
1841
+ },
1842
+ chain: {
1843
+ channel_id: 'channel-81'
1844
+ }
1845
+ }
1846
+ ]
1847
+ },
1593
1848
  {
1594
1849
  description: 'Native token of Dig Chain',
1595
1850
  denom_units: [
@@ -1856,6 +2111,43 @@ const asset_list: AssetList = {
1856
2111
  }
1857
2112
  ]
1858
2113
  },
2114
+ {
2115
+ description: 'Mars protocol token',
2116
+ denom_units: [
2117
+ {
2118
+ denom:
2119
+ 'ibc/281FEE887CDF71EB9C1FEFC554822DCB06BE4E8A8BFF944ED64E3D03437E9384',
2120
+ exponent: 0,
2121
+ aliases: ['umars']
2122
+ },
2123
+ {
2124
+ denom: 'mars',
2125
+ exponent: 6
2126
+ }
2127
+ ],
2128
+ base: 'ibc/281FEE887CDF71EB9C1FEFC554822DCB06BE4E8A8BFF944ED64E3D03437E9384',
2129
+ name: 'Mars',
2130
+ display: 'mars',
2131
+ symbol: 'MARS',
2132
+ logo_URIs: {
2133
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
2134
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
2135
+ },
2136
+ coingecko_id: 'mars-protocol',
2137
+ traces: [
2138
+ {
2139
+ type: 'ibc',
2140
+ counterparty: {
2141
+ channel_id: 'channel-3',
2142
+ base_denom: 'umars',
2143
+ chain_name: 'mars'
2144
+ },
2145
+ chain: {
2146
+ channel_id: 'channel-209'
2147
+ }
2148
+ }
2149
+ ]
2150
+ },
1859
2151
  {
1860
2152
  description: 'The native token of Osmosis',
1861
2153
  denom_units: [
@@ -1867,8 +2159,7 @@ const asset_list: AssetList = {
1867
2159
  },
1868
2160
  {
1869
2161
  denom: 'osmo',
1870
- exponent: 6,
1871
- aliases: []
2162
+ exponent: 6
1872
2163
  }
1873
2164
  ],
1874
2165
  base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
@@ -2092,13 +2383,17 @@ const asset_list: AssetList = {
2092
2383
  {
2093
2384
  denom:
2094
2385
  'ibc/92E4AB82E3B2AF2D5181AC69C74F9F6D890442C7B7B02CC8634B9D3ED7CF936D',
2095
- exponent: 18,
2386
+ exponent: 0,
2096
2387
  aliases: ['rowan']
2388
+ },
2389
+ {
2390
+ denom: 'ROWAN',
2391
+ exponent: 18
2097
2392
  }
2098
2393
  ],
2099
2394
  base: 'ibc/92E4AB82E3B2AF2D5181AC69C74F9F6D890442C7B7B02CC8634B9D3ED7CF936D',
2100
2395
  name: 'Sifchain Rowan',
2101
- display: 'rowan',
2396
+ display: 'ROWAN',
2102
2397
  symbol: 'ROWAN',
2103
2398
  logo_URIs: {
2104
2399
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg',
@@ -2155,6 +2450,252 @@ const asset_list: AssetList = {
2155
2450
  }
2156
2451
  ]
2157
2452
  },
2453
+ {
2454
+ description: 'The native token of Stride',
2455
+ denom_units: [
2456
+ {
2457
+ denom:
2458
+ 'ibc/266D1A31785C3E815879EC32AB3B812F0CDFBF3514C5058275C626C9A18AF1FB',
2459
+ exponent: 0,
2460
+ aliases: ['ustrd']
2461
+ },
2462
+ {
2463
+ denom: 'strd',
2464
+ exponent: 6
2465
+ }
2466
+ ],
2467
+ base: 'ibc/266D1A31785C3E815879EC32AB3B812F0CDFBF3514C5058275C626C9A18AF1FB',
2468
+ name: 'Stride',
2469
+ display: 'strd',
2470
+ symbol: 'STRD',
2471
+ logo_URIs: {
2472
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
2473
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
2474
+ },
2475
+ coingecko_id: 'stride',
2476
+ traces: [
2477
+ {
2478
+ type: 'ibc',
2479
+ counterparty: {
2480
+ channel_id: 'channel-24',
2481
+ base_denom: 'ustrd',
2482
+ chain_name: 'stride'
2483
+ },
2484
+ chain: {
2485
+ channel_id: 'channel-139'
2486
+ }
2487
+ }
2488
+ ]
2489
+ },
2490
+ {
2491
+ denom_units: [
2492
+ {
2493
+ denom:
2494
+ 'ibc/680F35B5D3DC99BA4A6BD8A1106847DC4CF42D2A20B42AEB1931CC8F0918B013',
2495
+ exponent: 0,
2496
+ aliases: ['stuatom']
2497
+ },
2498
+ {
2499
+ denom: 'statom',
2500
+ exponent: 6
2501
+ }
2502
+ ],
2503
+ base: 'ibc/680F35B5D3DC99BA4A6BD8A1106847DC4CF42D2A20B42AEB1931CC8F0918B013',
2504
+ name: 'stATOM',
2505
+ display: 'statom',
2506
+ symbol: 'stATOM',
2507
+ traces: [
2508
+ {
2509
+ type: 'ibc',
2510
+ counterparty: {
2511
+ channel_id: 'channel-24',
2512
+ base_denom: 'stuatom',
2513
+ chain_name: 'stride'
2514
+ },
2515
+ chain: {
2516
+ channel_id: 'channel-139'
2517
+ }
2518
+ }
2519
+ ],
2520
+ logo_URIs: {
2521
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
2522
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
2523
+ },
2524
+ coingecko_id: 'stride-staked-atom'
2525
+ },
2526
+ {
2527
+ denom_units: [
2528
+ {
2529
+ denom:
2530
+ 'ibc/0A3FD262BFF3F7CBDE8DD8F0B45DF6D28E339ACBBC92D37A3726534C79C7E016',
2531
+ exponent: 0,
2532
+ aliases: ['stustars']
2533
+ },
2534
+ {
2535
+ denom: 'ststars',
2536
+ exponent: 6
2537
+ }
2538
+ ],
2539
+ base: 'ibc/0A3FD262BFF3F7CBDE8DD8F0B45DF6D28E339ACBBC92D37A3726534C79C7E016',
2540
+ name: 'stSTARS',
2541
+ display: 'ststars',
2542
+ symbol: 'stSTARS',
2543
+ traces: [
2544
+ {
2545
+ type: 'ibc',
2546
+ counterparty: {
2547
+ channel_id: 'channel-24',
2548
+ base_denom: 'stustars',
2549
+ chain_name: 'stride'
2550
+ },
2551
+ chain: {
2552
+ channel_id: 'channel-139'
2553
+ }
2554
+ }
2555
+ ],
2556
+ logo_URIs: {
2557
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
2558
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
2559
+ }
2560
+ },
2561
+ {
2562
+ denom_units: [
2563
+ {
2564
+ denom:
2565
+ 'ibc/8CBAE8833FA65F04A64B4179F9BB8DCD9B7DEA9E6C66E0774252D6A1D84256AC',
2566
+ exponent: 0,
2567
+ aliases: ['stuosmo']
2568
+ },
2569
+ {
2570
+ denom: 'stosmo',
2571
+ exponent: 6
2572
+ }
2573
+ ],
2574
+ base: 'ibc/8CBAE8833FA65F04A64B4179F9BB8DCD9B7DEA9E6C66E0774252D6A1D84256AC',
2575
+ name: 'stOSMO',
2576
+ display: 'stosmo',
2577
+ symbol: 'stOSMO',
2578
+ traces: [
2579
+ {
2580
+ type: 'ibc',
2581
+ counterparty: {
2582
+ channel_id: 'channel-24',
2583
+ base_denom: 'stuosmo',
2584
+ chain_name: 'stride'
2585
+ },
2586
+ chain: {
2587
+ channel_id: 'channel-139'
2588
+ }
2589
+ }
2590
+ ],
2591
+ logo_URIs: {
2592
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
2593
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
2594
+ }
2595
+ },
2596
+ {
2597
+ denom_units: [
2598
+ {
2599
+ denom:
2600
+ 'ibc/F4F5F27F40F927F8A4FF9F5601F80AD5D77B366570E7C59856B8CE4135AC1F59',
2601
+ exponent: 0,
2602
+ aliases: ['stujuno']
2603
+ },
2604
+ {
2605
+ denom: 'stjuno',
2606
+ exponent: 6
2607
+ }
2608
+ ],
2609
+ base: 'ibc/F4F5F27F40F927F8A4FF9F5601F80AD5D77B366570E7C59856B8CE4135AC1F59',
2610
+ name: 'stJUNO',
2611
+ display: 'stjuno',
2612
+ symbol: 'stJUNO',
2613
+ traces: [
2614
+ {
2615
+ type: 'ibc',
2616
+ counterparty: {
2617
+ channel_id: 'channel-24',
2618
+ base_denom: 'stujuno',
2619
+ chain_name: 'stride'
2620
+ },
2621
+ chain: {
2622
+ channel_id: 'channel-139'
2623
+ }
2624
+ }
2625
+ ],
2626
+ logo_URIs: {
2627
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png',
2628
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg'
2629
+ }
2630
+ },
2631
+ {
2632
+ denom_units: [
2633
+ {
2634
+ denom:
2635
+ 'ibc/132D49B0571241584C3081B4DAB5B405F26569EA79CA0B137F96BA7E741E70B0',
2636
+ exponent: 0,
2637
+ aliases: ['stuluna']
2638
+ },
2639
+ {
2640
+ denom: 'stluna',
2641
+ exponent: 6
2642
+ }
2643
+ ],
2644
+ base: 'ibc/132D49B0571241584C3081B4DAB5B405F26569EA79CA0B137F96BA7E741E70B0',
2645
+ name: 'stLUNA',
2646
+ display: 'stluna',
2647
+ symbol: 'stLUNA',
2648
+ traces: [
2649
+ {
2650
+ type: 'ibc',
2651
+ counterparty: {
2652
+ channel_id: 'channel-24',
2653
+ base_denom: 'stuluna',
2654
+ chain_name: 'stride'
2655
+ },
2656
+ chain: {
2657
+ channel_id: 'channel-139'
2658
+ }
2659
+ }
2660
+ ],
2661
+ logo_URIs: {
2662
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png',
2663
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg'
2664
+ }
2665
+ },
2666
+ {
2667
+ denom_units: [
2668
+ {
2669
+ denom: 'staevmos',
2670
+ exponent: 0
2671
+ },
2672
+ {
2673
+ denom: 'stevmos',
2674
+ exponent: 18
2675
+ }
2676
+ ],
2677
+ base: 'ibc/2193FFF54DCB24C93F92C846689FA73974C064741C36015EEA2FFBBC1817CB92',
2678
+ name: 'stEVMOS',
2679
+ display: 'stevmos',
2680
+ symbol: 'stEVMOS',
2681
+ traces: [
2682
+ {
2683
+ type: 'ibc',
2684
+ counterparty: {
2685
+ channel_id: 'channel-24',
2686
+ base_denom: 'staevmos',
2687
+ chain_name: 'stride'
2688
+ },
2689
+ chain: {
2690
+ channel_id: 'channel-139'
2691
+ }
2692
+ }
2693
+ ],
2694
+ logo_URIs: {
2695
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png',
2696
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg'
2697
+ }
2698
+ },
2158
2699
  {
2159
2700
  description: 'The native staking token of Terra Classic.',
2160
2701
  denom_units: [