@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/main/chain.js CHANGED
@@ -70,6 +70,18 @@ var chain = {
70
70
  id: 'ea67180befe4d9ca71142d21ada8ff58cc08f71c',
71
71
  address: 'seeds.goldenratiostaking.net:1627',
72
72
  provider: 'Golden Ratio Staking'
73
+ }, {
74
+ id: '47d942718533d36823e16b9502c035ca9f318ef4',
75
+ address: 'seeds.whispernode.com:12656',
76
+ provider: 'WhisperNode🤐'
77
+ }, {
78
+ id: 'e1b058e5cfa2b836ddaa496b10911da62dcf182e',
79
+ address: 'juno-seed-1.allnodes.me:26656',
80
+ provider: 'Allnodes.com ⚡️ Nodes & Staking'
81
+ }, {
82
+ id: 'e726816f42831689eab9378d5d577f1d06d25716',
83
+ address: 'juno-seed-2.allnodes.me:26656',
84
+ provider: 'Allnodes.com ⚡️ Nodes & Staking'
73
85
  }],
74
86
  persistent_peers: [{
75
87
  id: 'b1f46f1a1955fc773d3b73180179b0e0a07adce1',
@@ -105,8 +117,8 @@ var chain = {
105
117
  },
106
118
  apis: {
107
119
  rpc: [{
108
- address: 'https://rpc-juno.whispernode.com',
109
- provider: ' WhisperNode 🤐'
120
+ address: 'https://rpc-juno.whispernode.com:443',
121
+ provider: 'WhisperNode🤐'
110
122
  }, {
111
123
  address: 'https://rpc-juno.itastakers.com',
112
124
  provider: 'itastakers'
@@ -158,10 +170,16 @@ var chain = {
158
170
  }, {
159
171
  address: 'https://rpc.juno.kingnodes.com',
160
172
  provider: 'kingnodes 👑'
173
+ }, {
174
+ address: 'https://juno-rpc.reece.sh',
175
+ provider: 'Reecepbcups'
176
+ }, {
177
+ address: 'http://juno.rpc.stakeandrelax.net:12657',
178
+ provider: 'Stake&Relax Validator 🦥'
161
179
  }],
162
180
  rest: [{
163
- address: 'https://lcd-juno.whispernode.com',
164
- provider: ' WhisperNode 🤐'
181
+ address: 'https://lcd-juno.whispernode.com:443',
182
+ provider: 'WhisperNode🤐'
165
183
  }, {
166
184
  address: 'https://lcd-juno.itastakers.com',
167
185
  provider: 'itastakers'
@@ -207,6 +225,9 @@ var chain = {
207
225
  }, {
208
226
  address: 'https://api.juno.kingnodes.com',
209
227
  provider: 'kingnodes 👑'
228
+ }, {
229
+ address: 'https://juno-api.reece.sh',
230
+ provider: 'Reecepbcups'
210
231
  }],
211
232
  grpc: [{
212
233
  address: '35.243.205.230:9090',
@@ -241,12 +262,16 @@ var chain = {
241
262
  }, {
242
263
  address: 'https://grpc.juno.kingnodes.com',
243
264
  provider: 'kingnodes 👑'
265
+ }, {
266
+ address: 'http://juno.grpc.stakeandrelax.net:12690',
267
+ provider: 'Stake&Relax Validator 🦥'
244
268
  }]
245
269
  },
246
270
  explorers: [{
247
271
  kind: 'EZStaking Tools',
248
272
  url: 'https://ezstaking.tools/juno',
249
- tx_page: 'https://ezstaking.tools/juno/txs/${txHash}'
273
+ tx_page: 'https://ezstaking.tools/juno/txs/${txHash}',
274
+ account_page: 'https://ezstaking.tools/juno/account/${accountAddress}'
250
275
  }, {
251
276
  kind: 'ping.pub',
252
277
  url: 'https://ping.pub/juno',
package/main/testnet.js CHANGED
@@ -10,7 +10,7 @@ var testnet = {
10
10
  status: 'live',
11
11
  network_type: 'testnet',
12
12
  pretty_name: 'Juno Testnet',
13
- chain_id: 'uni-5',
13
+ chain_id: 'uni-6',
14
14
  bech32_prefix: 'juno',
15
15
  daemon_name: 'junod',
16
16
  node_home: '$HOME/.juno',
@@ -31,26 +31,27 @@ var testnet = {
31
31
  },
32
32
  codebase: {
33
33
  git_repo: 'https://github.com/CosmosContracts/juno',
34
- recommended_version: 'v11.0.0-alpha',
35
- compatible_versions: ['v11.0.0-alpha'],
34
+ recommended_version: 'v12.0.0-beta.1',
35
+ compatible_versions: ['v12.0.0-beta.1'],
36
36
  cosmos_sdk_version: '0.45',
37
37
  tendermint_version: '0.34',
38
38
  cosmwasm_version: '0.29',
39
39
  cosmwasm_enabled: true,
40
+ ibc_go_version: '3.3.1',
40
41
  genesis: {
41
- genesis_url: 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-5/genesis.json'
42
+ genesis_url: 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-6/genesis.json'
42
43
  }
43
44
  },
44
45
  peers: {
45
46
  seeds: [{
46
- id: '08bde9dda7cc7898b7426387281cdd492f4488af',
47
- address: 'tenderseed.ccvalidators.com:29003',
48
- provider: 'CryptoCrew'
47
+ id: 'babc3f3f7804933265ec9c40ad94f4da8e9e0017',
48
+ address: 'testnet-seed.rhinostake.com:12656',
49
+ provider: 'RHINO'
49
50
  }],
50
51
  persistent_peers: [{
51
- id: 'ed90921d43ede634043d152d7a87e8881fb85e90',
52
- address: '65.108.77.106:26709',
53
- provider: 'EZStaking.io'
52
+ id: 'c54bf418fb542634495f57a1e36c9bd057d55e1b',
53
+ address: '5.161.80.115:26656',
54
+ provider: 'Reecepbcups'
54
55
  }]
55
56
  },
56
57
  apis: {
@@ -60,6 +61,9 @@ var testnet = {
60
61
  }, {
61
62
  address: 'https://juno-testnet-rpc.polkachu.com',
62
63
  provider: 'Polkachu'
64
+ }, {
65
+ address: 'https://uni-rpc.reece.sh',
66
+ provider: 'Reecepbcups'
63
67
  }],
64
68
  rest: [{
65
69
  address: 'https://api.uni.junonetwork.io',
@@ -67,6 +71,9 @@ var testnet = {
67
71
  }, {
68
72
  address: 'https://juno-testnet-api.polkachu.com',
69
73
  provider: 'Polkachu'
74
+ }, {
75
+ address: 'https://uni-api.reece.sh',
76
+ provider: 'Reecepbcups'
70
77
  }],
71
78
  grpc: [{
72
79
  address: 'juno-testnet-grpc.polkachu.com:12690',
@@ -76,7 +83,8 @@ var testnet = {
76
83
  explorers: [{
77
84
  kind: 'EZStaking Tools',
78
85
  url: 'https://testnet.ezstaking.tools/juno-testnet',
79
- tx_page: 'https://testnet.ezstaking.tools/juno-testnet/txs/${txHash}'
86
+ tx_page: 'https://testnet.ezstaking.tools/juno-testnet/txs/${txHash}',
87
+ account_page: 'https://testnet.ezstaking.tools/juno-testnet/account/${accountAddress}'
80
88
  }, {
81
89
  kind: 'Mintscan',
82
90
  url: 'https://testnet.mintscan.io/juno-testnet',
@@ -678,6 +678,149 @@ const asset_list = {
678
678
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png'
679
679
  },
680
680
  coingecko_id: 'wbnb'
681
+ }, {
682
+ description: 'Binance USD on Axelar.',
683
+ denom_units: [{
684
+ denom: 'ibc/01D29B33757B631D6E02A4AE8A852969273E2476ED83CB3F947D4AA5DB9F151E',
685
+ exponent: 0,
686
+ aliases: ['busd-wei']
687
+ }, {
688
+ denom: 'busd',
689
+ exponent: 18
690
+ }],
691
+ base: 'ibc/01D29B33757B631D6E02A4AE8A852969273E2476ED83CB3F947D4AA5DB9F151E',
692
+ name: 'Binance USD',
693
+ display: 'busd',
694
+ symbol: 'BUSD',
695
+ traces: [{
696
+ type: 'ibc',
697
+ counterparty: {
698
+ channel_id: 'channel-4',
699
+ base_denom: 'busd-wei',
700
+ chain_name: 'axelar'
701
+ },
702
+ chain: {
703
+ channel_id: 'channel-71'
704
+ }
705
+ }],
706
+ logo_URIs: {
707
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/busd.png'
708
+ },
709
+ coingecko_id: 'binance-usd'
710
+ }, {
711
+ description: 'Wrapped AVAX on Axelar.',
712
+ denom_units: [{
713
+ denom: 'ibc/02B88E41C96FCADA33F15642CEE961EE17A63866EDCA4098EDDB6F9C6671EB92',
714
+ exponent: 0,
715
+ aliases: ['wavax-wei']
716
+ }, {
717
+ denom: 'avax',
718
+ exponent: 18
719
+ }],
720
+ base: 'ibc/02B88E41C96FCADA33F15642CEE961EE17A63866EDCA4098EDDB6F9C6671EB92',
721
+ name: 'Wrapped AVAX',
722
+ display: 'avax',
723
+ symbol: 'WAVAX',
724
+ traces: [{
725
+ type: 'ibc',
726
+ counterparty: {
727
+ channel_id: 'channel-4',
728
+ base_denom: 'wavax-wei',
729
+ chain_name: 'axelar'
730
+ },
731
+ chain: {
732
+ channel_id: 'channel-71'
733
+ }
734
+ }],
735
+ logo_URIs: {
736
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avalanche/images/wavax.svg'
737
+ }
738
+ }, {
739
+ description: 'Wrapped FTM on Axelar.',
740
+ denom_units: [{
741
+ denom: 'ibc/BCA8E085B8D4D9D89D5316165E51545B826C5E034EACD6C00A7464C58F318379',
742
+ exponent: 0,
743
+ aliases: ['wftm-wei']
744
+ }, {
745
+ denom: 'ftm',
746
+ exponent: 18
747
+ }],
748
+ base: 'ibc/BCA8E085B8D4D9D89D5316165E51545B826C5E034EACD6C00A7464C58F318379',
749
+ name: 'Wrapped FTM',
750
+ display: 'ftm',
751
+ symbol: 'WFTM',
752
+ traces: [{
753
+ type: 'ibc',
754
+ counterparty: {
755
+ channel_id: 'channel-4',
756
+ base_denom: 'wftm-wei',
757
+ chain_name: 'axelar'
758
+ },
759
+ chain: {
760
+ channel_id: 'channel-71'
761
+ }
762
+ }],
763
+ logo_URIs: {
764
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/fantom/images/ftm.png'
765
+ }
766
+ }, {
767
+ description: "Circle's stablecoin from Polygon on Axelar",
768
+ denom_units: [{
769
+ denom: 'ibc/AA6342A4B85CBEECD8B97EA11BF78266FD8900D0782BBA64B2A546025A4C2A13',
770
+ exponent: 0,
771
+ aliases: ['polygon-uusdc']
772
+ }, {
773
+ denom: 'polygon-usdc',
774
+ exponent: 6
775
+ }],
776
+ base: 'ibc/AA6342A4B85CBEECD8B97EA11BF78266FD8900D0782BBA64B2A546025A4C2A13',
777
+ name: 'USD Coin from Polygon',
778
+ display: 'polygon-usdc',
779
+ symbol: 'USDC',
780
+ traces: [{
781
+ type: 'ibc',
782
+ counterparty: {
783
+ channel_id: 'channel-4',
784
+ base_denom: 'polygon-uusdc',
785
+ chain_name: 'axelar'
786
+ },
787
+ chain: {
788
+ channel_id: 'channel-71'
789
+ }
790
+ }],
791
+ logo_URIs: {
792
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg',
793
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png'
794
+ }
795
+ }, {
796
+ description: "Circle's stablecoin from Avalanche on Axelar",
797
+ denom_units: [{
798
+ denom: 'ibc/AE29EC52972A51930675D851D414CFFC1FB0850B0956C9E06F001358EC46F3A4',
799
+ exponent: 0,
800
+ aliases: ['avalanche-uusdc']
801
+ }, {
802
+ denom: 'avalanche-usdc',
803
+ exponent: 6
804
+ }],
805
+ base: 'ibc/AE29EC52972A51930675D851D414CFFC1FB0850B0956C9E06F001358EC46F3A4',
806
+ name: 'USD Coin from Avalanche',
807
+ display: 'avalanche-usdc',
808
+ symbol: 'USDC',
809
+ traces: [{
810
+ type: 'ibc',
811
+ counterparty: {
812
+ channel_id: 'channel-4',
813
+ base_denom: 'avalanche-uusdc',
814
+ chain_name: 'axelar'
815
+ },
816
+ chain: {
817
+ channel_id: 'channel-71'
818
+ }
819
+ }],
820
+ logo_URIs: {
821
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg',
822
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png'
823
+ }
681
824
  }, {
682
825
  description: '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.',
683
826
  denom_units: [{
@@ -1176,7 +1319,8 @@ const asset_list = {
1176
1319
  display: 'cmdx',
1177
1320
  symbol: 'CMDX',
1178
1321
  logo_URIs: {
1179
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png'
1322
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png',
1323
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.svg'
1180
1324
  },
1181
1325
  coingecko_id: 'comdex',
1182
1326
  traces: [{
@@ -1205,7 +1349,8 @@ const asset_list = {
1205
1349
  display: 'harbor',
1206
1350
  symbol: 'HARBOR',
1207
1351
  logo_URIs: {
1208
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png'
1352
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.png',
1353
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/harbor.svg'
1209
1354
  },
1210
1355
  coingecko_id: '',
1211
1356
  traces: [{
@@ -1234,9 +1379,10 @@ const asset_list = {
1234
1379
  display: 'cmst',
1235
1380
  symbol: 'CMST',
1236
1381
  logo_URIs: {
1237
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png'
1382
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.png',
1383
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmst.svg'
1238
1384
  },
1239
- coingecko_id: '',
1385
+ coingecko_id: 'composite',
1240
1386
  traces: [{
1241
1387
  type: 'ibc',
1242
1388
  counterparty: {
@@ -1278,6 +1424,66 @@ const asset_list = {
1278
1424
  channel_id: 'channel-1'
1279
1425
  }
1280
1426
  }]
1427
+ }, {
1428
+ description: 'The native token of Crescent',
1429
+ denom_units: [{
1430
+ denom: 'ibc/B7EA961307B6915512F1204B78B6180851DD7474469EB21F16D30DF74DA22903',
1431
+ exponent: 0,
1432
+ aliases: ['ucre']
1433
+ }, {
1434
+ denom: 'cre',
1435
+ exponent: 6
1436
+ }],
1437
+ base: 'ibc/B7EA961307B6915512F1204B78B6180851DD7474469EB21F16D30DF74DA22903',
1438
+ name: 'Crescent',
1439
+ display: 'cre',
1440
+ symbol: 'CRE',
1441
+ logo_URIs: {
1442
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png',
1443
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg'
1444
+ },
1445
+ coingecko_id: 'crescent-network',
1446
+ traces: [{
1447
+ type: 'ibc',
1448
+ counterparty: {
1449
+ channel_id: 'channel-3',
1450
+ base_denom: 'ucre',
1451
+ chain_name: 'crescent'
1452
+ },
1453
+ chain: {
1454
+ channel_id: 'channel-81'
1455
+ }
1456
+ }]
1457
+ }, {
1458
+ description: 'The bonded token of Crescent',
1459
+ denom_units: [{
1460
+ denom: 'ibc/B8EE79E4CABC454512974F71D20725BCEEDA42FB2251729EE30E528132152508',
1461
+ exponent: 0,
1462
+ aliases: ['ubcre']
1463
+ }, {
1464
+ denom: 'bcre',
1465
+ exponent: 6
1466
+ }],
1467
+ base: 'ibc/B8EE79E4CABC454512974F71D20725BCEEDA42FB2251729EE30E528132152508',
1468
+ name: 'Bonded Crescent',
1469
+ display: 'bcre',
1470
+ symbol: 'bCRE',
1471
+ logo_URIs: {
1472
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png',
1473
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg'
1474
+ },
1475
+ coingecko_id: 'liquid-staking-crescent',
1476
+ traces: [{
1477
+ type: 'ibc',
1478
+ counterparty: {
1479
+ channel_id: 'channel-3',
1480
+ base_denom: 'ubcre',
1481
+ chain_name: 'crescent'
1482
+ },
1483
+ chain: {
1484
+ channel_id: 'channel-81'
1485
+ }
1486
+ }]
1281
1487
  }, {
1282
1488
  description: 'Native token of Dig Chain',
1283
1489
  denom_units: [{
@@ -1485,6 +1691,36 @@ const asset_list = {
1485
1691
  channel_id: 'channel-9'
1486
1692
  }
1487
1693
  }]
1694
+ }, {
1695
+ description: 'Mars protocol token',
1696
+ denom_units: [{
1697
+ denom: 'ibc/281FEE887CDF71EB9C1FEFC554822DCB06BE4E8A8BFF944ED64E3D03437E9384',
1698
+ exponent: 0,
1699
+ aliases: ['umars']
1700
+ }, {
1701
+ denom: 'mars',
1702
+ exponent: 6
1703
+ }],
1704
+ base: 'ibc/281FEE887CDF71EB9C1FEFC554822DCB06BE4E8A8BFF944ED64E3D03437E9384',
1705
+ name: 'Mars',
1706
+ display: 'mars',
1707
+ symbol: 'MARS',
1708
+ logo_URIs: {
1709
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
1710
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
1711
+ },
1712
+ coingecko_id: 'mars-protocol',
1713
+ traces: [{
1714
+ type: 'ibc',
1715
+ counterparty: {
1716
+ channel_id: 'channel-3',
1717
+ base_denom: 'umars',
1718
+ chain_name: 'mars'
1719
+ },
1720
+ chain: {
1721
+ channel_id: 'channel-209'
1722
+ }
1723
+ }]
1488
1724
  }, {
1489
1725
  description: 'The native token of Osmosis',
1490
1726
  denom_units: [{
@@ -1493,8 +1729,7 @@ const asset_list = {
1493
1729
  aliases: ['uosmo']
1494
1730
  }, {
1495
1731
  denom: 'osmo',
1496
- exponent: 6,
1497
- aliases: []
1732
+ exponent: 6
1498
1733
  }],
1499
1734
  base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
1500
1735
  name: 'Osmosis',
@@ -1671,12 +1906,15 @@ const asset_list = {
1671
1906
  description: "Rowan Token (ROWAN) is the Sifchain Network's native utility token, used as the primary means to govern, provide liquidity, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.",
1672
1907
  denom_units: [{
1673
1908
  denom: 'ibc/92E4AB82E3B2AF2D5181AC69C74F9F6D890442C7B7B02CC8634B9D3ED7CF936D',
1674
- exponent: 18,
1909
+ exponent: 0,
1675
1910
  aliases: ['rowan']
1911
+ }, {
1912
+ denom: 'ROWAN',
1913
+ exponent: 18
1676
1914
  }],
1677
1915
  base: 'ibc/92E4AB82E3B2AF2D5181AC69C74F9F6D890442C7B7B02CC8634B9D3ED7CF936D',
1678
1916
  name: 'Sifchain Rowan',
1679
- display: 'rowan',
1917
+ display: 'ROWAN',
1680
1918
  symbol: 'ROWAN',
1681
1919
  logo_URIs: {
1682
1920
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg',
@@ -1723,6 +1961,204 @@ const asset_list = {
1723
1961
  channel_id: 'channel-20'
1724
1962
  }
1725
1963
  }]
1964
+ }, {
1965
+ description: 'The native token of Stride',
1966
+ denom_units: [{
1967
+ denom: 'ibc/266D1A31785C3E815879EC32AB3B812F0CDFBF3514C5058275C626C9A18AF1FB',
1968
+ exponent: 0,
1969
+ aliases: ['ustrd']
1970
+ }, {
1971
+ denom: 'strd',
1972
+ exponent: 6
1973
+ }],
1974
+ base: 'ibc/266D1A31785C3E815879EC32AB3B812F0CDFBF3514C5058275C626C9A18AF1FB',
1975
+ name: 'Stride',
1976
+ display: 'strd',
1977
+ symbol: 'STRD',
1978
+ logo_URIs: {
1979
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.png',
1980
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/strd.svg'
1981
+ },
1982
+ coingecko_id: 'stride',
1983
+ traces: [{
1984
+ type: 'ibc',
1985
+ counterparty: {
1986
+ channel_id: 'channel-24',
1987
+ base_denom: 'ustrd',
1988
+ chain_name: 'stride'
1989
+ },
1990
+ chain: {
1991
+ channel_id: 'channel-139'
1992
+ }
1993
+ }]
1994
+ }, {
1995
+ denom_units: [{
1996
+ denom: 'ibc/680F35B5D3DC99BA4A6BD8A1106847DC4CF42D2A20B42AEB1931CC8F0918B013',
1997
+ exponent: 0,
1998
+ aliases: ['stuatom']
1999
+ }, {
2000
+ denom: 'statom',
2001
+ exponent: 6
2002
+ }],
2003
+ base: 'ibc/680F35B5D3DC99BA4A6BD8A1106847DC4CF42D2A20B42AEB1931CC8F0918B013',
2004
+ name: 'stATOM',
2005
+ display: 'statom',
2006
+ symbol: 'stATOM',
2007
+ traces: [{
2008
+ type: 'ibc',
2009
+ counterparty: {
2010
+ channel_id: 'channel-24',
2011
+ base_denom: 'stuatom',
2012
+ chain_name: 'stride'
2013
+ },
2014
+ chain: {
2015
+ channel_id: 'channel-139'
2016
+ }
2017
+ }],
2018
+ logo_URIs: {
2019
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.png',
2020
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg'
2021
+ },
2022
+ coingecko_id: 'stride-staked-atom'
2023
+ }, {
2024
+ denom_units: [{
2025
+ denom: 'ibc/0A3FD262BFF3F7CBDE8DD8F0B45DF6D28E339ACBBC92D37A3726534C79C7E016',
2026
+ exponent: 0,
2027
+ aliases: ['stustars']
2028
+ }, {
2029
+ denom: 'ststars',
2030
+ exponent: 6
2031
+ }],
2032
+ base: 'ibc/0A3FD262BFF3F7CBDE8DD8F0B45DF6D28E339ACBBC92D37A3726534C79C7E016',
2033
+ name: 'stSTARS',
2034
+ display: 'ststars',
2035
+ symbol: 'stSTARS',
2036
+ traces: [{
2037
+ type: 'ibc',
2038
+ counterparty: {
2039
+ channel_id: 'channel-24',
2040
+ base_denom: 'stustars',
2041
+ chain_name: 'stride'
2042
+ },
2043
+ chain: {
2044
+ channel_id: 'channel-139'
2045
+ }
2046
+ }],
2047
+ logo_URIs: {
2048
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
2049
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
2050
+ }
2051
+ }, {
2052
+ denom_units: [{
2053
+ denom: 'ibc/8CBAE8833FA65F04A64B4179F9BB8DCD9B7DEA9E6C66E0774252D6A1D84256AC',
2054
+ exponent: 0,
2055
+ aliases: ['stuosmo']
2056
+ }, {
2057
+ denom: 'stosmo',
2058
+ exponent: 6
2059
+ }],
2060
+ base: 'ibc/8CBAE8833FA65F04A64B4179F9BB8DCD9B7DEA9E6C66E0774252D6A1D84256AC',
2061
+ name: 'stOSMO',
2062
+ display: 'stosmo',
2063
+ symbol: 'stOSMO',
2064
+ traces: [{
2065
+ type: 'ibc',
2066
+ counterparty: {
2067
+ channel_id: 'channel-24',
2068
+ base_denom: 'stuosmo',
2069
+ chain_name: 'stride'
2070
+ },
2071
+ chain: {
2072
+ channel_id: 'channel-139'
2073
+ }
2074
+ }],
2075
+ logo_URIs: {
2076
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.png',
2077
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg'
2078
+ }
2079
+ }, {
2080
+ denom_units: [{
2081
+ denom: 'ibc/F4F5F27F40F927F8A4FF9F5601F80AD5D77B366570E7C59856B8CE4135AC1F59',
2082
+ exponent: 0,
2083
+ aliases: ['stujuno']
2084
+ }, {
2085
+ denom: 'stjuno',
2086
+ exponent: 6
2087
+ }],
2088
+ base: 'ibc/F4F5F27F40F927F8A4FF9F5601F80AD5D77B366570E7C59856B8CE4135AC1F59',
2089
+ name: 'stJUNO',
2090
+ display: 'stjuno',
2091
+ symbol: 'stJUNO',
2092
+ traces: [{
2093
+ type: 'ibc',
2094
+ counterparty: {
2095
+ channel_id: 'channel-24',
2096
+ base_denom: 'stujuno',
2097
+ chain_name: 'stride'
2098
+ },
2099
+ chain: {
2100
+ channel_id: 'channel-139'
2101
+ }
2102
+ }],
2103
+ logo_URIs: {
2104
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.png',
2105
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stjuno.svg'
2106
+ }
2107
+ }, {
2108
+ denom_units: [{
2109
+ denom: 'ibc/132D49B0571241584C3081B4DAB5B405F26569EA79CA0B137F96BA7E741E70B0',
2110
+ exponent: 0,
2111
+ aliases: ['stuluna']
2112
+ }, {
2113
+ denom: 'stluna',
2114
+ exponent: 6
2115
+ }],
2116
+ base: 'ibc/132D49B0571241584C3081B4DAB5B405F26569EA79CA0B137F96BA7E741E70B0',
2117
+ name: 'stLUNA',
2118
+ display: 'stluna',
2119
+ symbol: 'stLUNA',
2120
+ traces: [{
2121
+ type: 'ibc',
2122
+ counterparty: {
2123
+ channel_id: 'channel-24',
2124
+ base_denom: 'stuluna',
2125
+ chain_name: 'stride'
2126
+ },
2127
+ chain: {
2128
+ channel_id: 'channel-139'
2129
+ }
2130
+ }],
2131
+ logo_URIs: {
2132
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.png',
2133
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stluna.svg'
2134
+ }
2135
+ }, {
2136
+ denom_units: [{
2137
+ denom: 'staevmos',
2138
+ exponent: 0
2139
+ }, {
2140
+ denom: 'stevmos',
2141
+ exponent: 18
2142
+ }],
2143
+ base: 'ibc/2193FFF54DCB24C93F92C846689FA73974C064741C36015EEA2FFBBC1817CB92',
2144
+ name: 'stEVMOS',
2145
+ display: 'stevmos',
2146
+ symbol: 'stEVMOS',
2147
+ traces: [{
2148
+ type: 'ibc',
2149
+ counterparty: {
2150
+ channel_id: 'channel-24',
2151
+ base_denom: 'staevmos',
2152
+ chain_name: 'stride'
2153
+ },
2154
+ chain: {
2155
+ channel_id: 'channel-139'
2156
+ }
2157
+ }],
2158
+ logo_URIs: {
2159
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.png',
2160
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stevmos.svg'
2161
+ }
1726
2162
  }, {
1727
2163
  description: 'The native staking token of Terra Classic.',
1728
2164
  denom_units: [{