@chain-registry/assets 1.65.4 → 1.65.6

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 (274) hide show
  1. package/esm/mainnet/acrechain.js +66 -0
  2. package/esm/mainnet/agoric.js +42 -2
  3. package/esm/mainnet/aioz.js +2 -0
  4. package/esm/mainnet/akash.js +36 -0
  5. package/esm/mainnet/andromeda.js +26 -0
  6. package/esm/mainnet/archway.js +58 -2
  7. package/esm/mainnet/assetmantle.js +6 -0
  8. package/esm/mainnet/assets.js +3 -1
  9. package/esm/mainnet/aura.js +22 -2
  10. package/esm/mainnet/axelar.js +266 -0
  11. package/esm/mainnet/bandchain.js +4 -0
  12. package/esm/mainnet/beezee.js +4 -0
  13. package/esm/mainnet/bitcanna.js +6 -0
  14. package/esm/mainnet/bitsong.js +10 -0
  15. package/esm/mainnet/bostrom.js +2 -0
  16. package/esm/mainnet/canto.js +6 -0
  17. package/esm/mainnet/carbon.js +18 -0
  18. package/esm/mainnet/celestia.js +198 -2
  19. package/esm/mainnet/chain4energy.js +2 -0
  20. package/esm/mainnet/cheqd.js +6 -0
  21. package/esm/mainnet/chihuahua.js +20 -0
  22. package/esm/mainnet/cifer.js +2 -0
  23. package/esm/mainnet/comdex.js +18 -0
  24. package/esm/mainnet/composable.js +62 -0
  25. package/esm/mainnet/coreum.js +34 -2
  26. package/esm/mainnet/cosmoshub.js +322 -4
  27. package/esm/mainnet/crescent.js +110 -0
  28. package/esm/mainnet/cronos.js +12 -2
  29. package/esm/mainnet/cryptoorgchain.js +26 -0
  30. package/esm/mainnet/decentr.js +6 -0
  31. package/esm/mainnet/dig.js +2 -0
  32. package/esm/mainnet/doravota.js +36 -0
  33. package/esm/mainnet/dydx.js +186 -2
  34. package/esm/mainnet/dymension.js +40 -2
  35. package/esm/mainnet/emoney.js +6 -0
  36. package/esm/mainnet/empowerchain.js +4 -0
  37. package/esm/mainnet/evmos.js +70 -2
  38. package/esm/mainnet/furya.js +8 -0
  39. package/esm/mainnet/fxcore.js +4 -0
  40. package/esm/mainnet/gateway.js +24 -0
  41. package/esm/mainnet/gravitybridge.js +50 -2
  42. package/esm/mainnet/haqq.js +22 -2
  43. package/esm/mainnet/impacthub.js +8 -0
  44. package/esm/mainnet/index.js +2 -0
  45. package/esm/mainnet/injective.js +214 -2
  46. package/esm/mainnet/irisnet.js +40 -0
  47. package/esm/mainnet/jackal.js +12 -0
  48. package/esm/mainnet/joltify.js +4 -0
  49. package/esm/mainnet/juno.js +122 -0
  50. package/esm/mainnet/kava.js +64 -0
  51. package/esm/mainnet/kichain.js +2 -0
  52. package/esm/mainnet/kujira.js +134 -4
  53. package/esm/mainnet/kyve.js +6 -0
  54. package/esm/mainnet/lava.js +6 -0
  55. package/esm/mainnet/likecoin.js +2 -0
  56. package/esm/mainnet/lumnetwork.js +2 -0
  57. package/esm/mainnet/mars.js +18 -0
  58. package/esm/mainnet/medasdigital.js +2 -0
  59. package/esm/mainnet/migaloo.js +62 -2
  60. package/esm/mainnet/neutron.js +220 -2
  61. package/esm/mainnet/nibiru.js +4 -0
  62. package/esm/mainnet/noble.js +372 -6
  63. package/esm/mainnet/nois.js +38 -0
  64. package/esm/mainnet/nolus.js +14 -0
  65. package/esm/mainnet/nomic.js +10 -0
  66. package/esm/mainnet/nyx.js +2 -0
  67. package/esm/mainnet/odin.js +20 -0
  68. package/esm/mainnet/okexchain.js +10 -0
  69. package/esm/mainnet/omniflixhub.js +16 -0
  70. package/esm/mainnet/onex.js +16 -2
  71. package/esm/mainnet/onomy.js +2 -0
  72. package/esm/mainnet/oraichain.js +30 -0
  73. package/esm/mainnet/osmosis.js +628 -4
  74. package/esm/mainnet/persistence.js +94 -2
  75. package/esm/mainnet/planq.js +18 -0
  76. package/esm/mainnet/point.js +2 -0
  77. package/esm/mainnet/provenance.js +4 -0
  78. package/esm/mainnet/pryzm.js +38 -0
  79. package/esm/mainnet/pundix.js +2 -0
  80. package/esm/mainnet/quicksilver.js +18 -0
  81. package/esm/mainnet/qwoyn.js +2 -0
  82. package/esm/mainnet/realio.js +4 -0
  83. package/esm/mainnet/regen.js +24 -0
  84. package/esm/mainnet/saga.js +14 -0
  85. package/esm/mainnet/secretnetwork.js +144 -2
  86. package/esm/mainnet/sei.js +40 -4
  87. package/esm/mainnet/self.js +4 -0
  88. package/esm/mainnet/sentinel.js +24 -0
  89. package/esm/mainnet/shido.js +4 -0
  90. package/esm/mainnet/sifchain.js +22 -0
  91. package/esm/mainnet/sommelier.js +24 -0
  92. package/esm/mainnet/source.js +10 -2
  93. package/esm/mainnet/stafihub.js +10 -0
  94. package/esm/mainnet/stargaze.js +50 -0
  95. package/esm/mainnet/starname.js +16 -0
  96. package/esm/mainnet/stratos.js +182 -0
  97. package/esm/mainnet/stride.js +232 -0
  98. package/esm/mainnet/teritori.js +8 -0
  99. package/esm/mainnet/terra.js +16 -0
  100. package/esm/mainnet/terra2.js +286 -2
  101. package/esm/mainnet/tgrade.js +4 -0
  102. package/esm/mainnet/titan.js +244 -0
  103. package/esm/mainnet/umee.js +62 -2
  104. package/esm/mainnet/unification.js +2 -0
  105. package/esm/mainnet/uptick.js +4 -0
  106. package/esm/mainnet/vidulum.js +4 -0
  107. package/esm/mainnet/xpla.js +16 -0
  108. package/esm/noncosmos/penumbra.js +8 -0
  109. package/esm/testnet/archwaytestnet.js +4 -0
  110. package/esm/testnet/axelartestnet.js +20 -0
  111. package/esm/testnet/celestiatestnet3.js +2 -0
  112. package/esm/testnet/cosmoshubtestnet.js +20 -0
  113. package/esm/testnet/dydxtestnet.js +2 -0
  114. package/esm/testnet/elystestnet.js +8 -0
  115. package/esm/testnet/empowertestnet.js +4 -0
  116. package/esm/testnet/injectivetestnet.js +4 -0
  117. package/esm/testnet/junotestnet.js +6 -0
  118. package/esm/testnet/kujiratestnet.js +4 -0
  119. package/esm/testnet/lavatestnet.js +2 -0
  120. package/esm/testnet/mantrachaintestnet.js +8 -0
  121. package/esm/testnet/marstestnet.js +4 -0
  122. package/esm/testnet/neutrontestnet.js +4 -0
  123. package/esm/testnet/nobletestnet.js +14 -0
  124. package/esm/testnet/noistestnet.js +8 -0
  125. package/esm/testnet/nolustestnet.js +2 -0
  126. package/esm/testnet/osmosistestnet.js +62 -0
  127. package/esm/testnet/osmosistestnet4.js +12 -0
  128. package/esm/testnet/persistencetestnet2.js +4 -0
  129. package/esm/testnet/sagatestnet.js +2 -0
  130. package/esm/testnet/seitestnet2.js +6 -0
  131. package/esm/testnet/stargazetestnet.js +6 -0
  132. package/esm/testnet/symphonytestnet.js +8 -0
  133. package/esm/testnet/terra2testnet.js +2 -0
  134. package/esm/testnet/titantestnet.js +12 -0
  135. package/esm/testnet/xiontestnet.js +10 -0
  136. package/mainnet/acrechain.js +66 -0
  137. package/mainnet/agoric.js +42 -2
  138. package/mainnet/aioz.js +2 -0
  139. package/mainnet/akash.js +36 -0
  140. package/mainnet/andromeda.js +26 -0
  141. package/mainnet/archway.js +58 -2
  142. package/mainnet/assetmantle.js +6 -0
  143. package/mainnet/assets.js +3 -1
  144. package/mainnet/aura.js +22 -2
  145. package/mainnet/axelar.js +266 -0
  146. package/mainnet/bandchain.js +4 -0
  147. package/mainnet/beezee.js +4 -0
  148. package/mainnet/bitcanna.js +6 -0
  149. package/mainnet/bitsong.js +10 -0
  150. package/mainnet/bostrom.js +2 -0
  151. package/mainnet/canto.js +6 -0
  152. package/mainnet/carbon.js +18 -0
  153. package/mainnet/celestia.js +198 -2
  154. package/mainnet/chain4energy.js +2 -0
  155. package/mainnet/cheqd.js +6 -0
  156. package/mainnet/chihuahua.js +20 -0
  157. package/mainnet/cifer.js +2 -0
  158. package/mainnet/comdex.js +18 -0
  159. package/mainnet/composable.js +62 -0
  160. package/mainnet/coreum.js +34 -2
  161. package/mainnet/cosmoshub.js +322 -4
  162. package/mainnet/crescent.js +110 -0
  163. package/mainnet/cronos.js +12 -2
  164. package/mainnet/cryptoorgchain.js +26 -0
  165. package/mainnet/decentr.js +6 -0
  166. package/mainnet/dig.js +2 -0
  167. package/mainnet/doravota.js +36 -0
  168. package/mainnet/dydx.js +186 -2
  169. package/mainnet/dymension.js +40 -2
  170. package/mainnet/emoney.js +6 -0
  171. package/mainnet/empowerchain.js +4 -0
  172. package/mainnet/evmos.js +70 -2
  173. package/mainnet/furya.js +8 -0
  174. package/mainnet/fxcore.js +4 -0
  175. package/mainnet/gateway.js +24 -0
  176. package/mainnet/gravitybridge.js +50 -2
  177. package/mainnet/haqq.js +22 -2
  178. package/mainnet/impacthub.js +8 -0
  179. package/mainnet/index.d.ts +2 -0
  180. package/mainnet/index.js +3 -1
  181. package/mainnet/injective.js +214 -2
  182. package/mainnet/irisnet.js +40 -0
  183. package/mainnet/jackal.js +12 -0
  184. package/mainnet/joltify.js +4 -0
  185. package/mainnet/juno.js +122 -0
  186. package/mainnet/kava.js +64 -0
  187. package/mainnet/kichain.js +2 -0
  188. package/mainnet/kujira.js +134 -4
  189. package/mainnet/kyve.js +6 -0
  190. package/mainnet/lava.js +6 -0
  191. package/mainnet/likecoin.js +2 -0
  192. package/mainnet/lumnetwork.js +2 -0
  193. package/mainnet/mars.js +18 -0
  194. package/mainnet/medasdigital.js +2 -0
  195. package/mainnet/migaloo.js +62 -2
  196. package/mainnet/neutron.js +220 -2
  197. package/mainnet/nibiru.js +4 -0
  198. package/mainnet/noble.js +372 -6
  199. package/mainnet/nois.js +38 -0
  200. package/mainnet/nolus.js +14 -0
  201. package/mainnet/nomic.js +10 -0
  202. package/mainnet/nyx.js +2 -0
  203. package/mainnet/odin.js +20 -0
  204. package/mainnet/okexchain.js +10 -0
  205. package/mainnet/omniflixhub.js +16 -0
  206. package/mainnet/onex.js +16 -2
  207. package/mainnet/onomy.js +2 -0
  208. package/mainnet/oraichain.js +30 -0
  209. package/mainnet/osmosis.js +628 -4
  210. package/mainnet/persistence.js +94 -2
  211. package/mainnet/planq.js +18 -0
  212. package/mainnet/point.js +2 -0
  213. package/mainnet/provenance.js +4 -0
  214. package/mainnet/pryzm.js +38 -0
  215. package/mainnet/pundix.js +2 -0
  216. package/mainnet/quicksilver.js +18 -0
  217. package/mainnet/qwoyn.js +2 -0
  218. package/mainnet/realio.js +4 -0
  219. package/mainnet/regen.js +24 -0
  220. package/mainnet/saga.js +14 -0
  221. package/mainnet/secretnetwork.js +144 -2
  222. package/mainnet/sei.js +40 -4
  223. package/mainnet/self.js +4 -0
  224. package/mainnet/sentinel.js +24 -0
  225. package/mainnet/shido.js +4 -0
  226. package/mainnet/sifchain.js +22 -0
  227. package/mainnet/sommelier.js +24 -0
  228. package/mainnet/source.js +10 -2
  229. package/mainnet/stafihub.js +10 -0
  230. package/mainnet/stargaze.js +50 -0
  231. package/mainnet/starname.js +16 -0
  232. package/mainnet/stratos.d.ts +3 -0
  233. package/mainnet/stratos.js +184 -0
  234. package/mainnet/stride.js +232 -0
  235. package/mainnet/teritori.js +8 -0
  236. package/mainnet/terra.js +16 -0
  237. package/mainnet/terra2.js +286 -2
  238. package/mainnet/tgrade.js +4 -0
  239. package/mainnet/titan.d.ts +3 -0
  240. package/mainnet/titan.js +246 -0
  241. package/mainnet/umee.js +62 -2
  242. package/mainnet/unification.js +2 -0
  243. package/mainnet/uptick.js +4 -0
  244. package/mainnet/vidulum.js +4 -0
  245. package/mainnet/xpla.js +16 -0
  246. package/noncosmos/penumbra.js +8 -0
  247. package/package.json +5 -5
  248. package/testnet/archwaytestnet.js +4 -0
  249. package/testnet/axelartestnet.js +20 -0
  250. package/testnet/celestiatestnet3.js +2 -0
  251. package/testnet/cosmoshubtestnet.js +20 -0
  252. package/testnet/dydxtestnet.js +2 -0
  253. package/testnet/elystestnet.js +8 -0
  254. package/testnet/empowertestnet.js +4 -0
  255. package/testnet/injectivetestnet.js +4 -0
  256. package/testnet/junotestnet.js +6 -0
  257. package/testnet/kujiratestnet.js +4 -0
  258. package/testnet/lavatestnet.js +2 -0
  259. package/testnet/mantrachaintestnet.js +8 -0
  260. package/testnet/marstestnet.js +4 -0
  261. package/testnet/neutrontestnet.js +4 -0
  262. package/testnet/nobletestnet.js +14 -0
  263. package/testnet/noistestnet.js +8 -0
  264. package/testnet/nolustestnet.js +2 -0
  265. package/testnet/osmosistestnet.js +62 -0
  266. package/testnet/osmosistestnet4.js +12 -0
  267. package/testnet/persistencetestnet2.js +4 -0
  268. package/testnet/sagatestnet.js +2 -0
  269. package/testnet/seitestnet2.js +6 -0
  270. package/testnet/stargazetestnet.js +6 -0
  271. package/testnet/symphonytestnet.js +8 -0
  272. package/testnet/terra2testnet.js +2 -0
  273. package/testnet/titantestnet.js +12 -0
  274. package/testnet/xiontestnet.js +10 -0
@@ -28,6 +28,7 @@ const assets = {
28
28
  primary_color_hex: '#dbdbdb'
29
29
  }
30
30
  }],
31
+ type_asset: 'sdk.coin',
31
32
  traces: [{
32
33
  type: 'ibc',
33
34
  counterparty: {
@@ -70,6 +71,7 @@ const assets = {
70
71
  website: 'https://arable.finance/',
71
72
  twitter: 'https://twitter.com/ArableProtocol'
72
73
  },
74
+ type_asset: 'sdk.coin',
73
75
  traces: [{
74
76
  type: 'ibc',
75
77
  counterparty: {
@@ -112,6 +114,7 @@ const assets = {
112
114
  website: 'https://arable.finance/',
113
115
  twitter: 'https://twitter.com/ArableProtocol'
114
116
  },
117
+ type_asset: 'sdk.coin',
115
118
  traces: [{
116
119
  type: 'ibc',
117
120
  counterparty: {
@@ -149,6 +152,7 @@ const assets = {
149
152
  primary_color_hex: '#ecc53b'
150
153
  }
151
154
  }],
155
+ type_asset: 'sdk.coin',
152
156
  traces: [{
153
157
  type: 'ibc',
154
158
  counterparty: {
@@ -191,6 +195,7 @@ const assets = {
191
195
  website: 'https://agoric.com/',
192
196
  twitter: 'https://twitter.com/agoric'
193
197
  },
198
+ type_asset: 'sdk.coin',
194
199
  traces: [{
195
200
  type: 'ibc',
196
201
  counterparty: {
@@ -229,6 +234,7 @@ const assets = {
229
234
  primary_color_hex: '#d485e2'
230
235
  }
231
236
  }],
237
+ type_asset: 'sdk.coin',
232
238
  traces: [{
233
239
  type: 'ibc',
234
240
  counterparty: {
@@ -278,6 +284,7 @@ const assets = {
278
284
  website: 'https://aioz.network/',
279
285
  twitter: 'https://twitter.com/AIOZNetwork'
280
286
  },
287
+ type_asset: 'sdk.coin',
281
288
  traces: [{
282
289
  type: 'ibc',
283
290
  counterparty: {
@@ -320,6 +327,7 @@ const assets = {
320
327
  website: 'https://akash.network/',
321
328
  twitter: 'https://twitter.com/akashnet_'
322
329
  },
330
+ type_asset: 'sdk.coin',
323
331
  traces: [{
324
332
  type: 'ibc',
325
333
  counterparty: {
@@ -356,6 +364,7 @@ const assets = {
356
364
  primary_color_hex: '#040404'
357
365
  }
358
366
  }],
367
+ type_asset: 'sdk.coin',
359
368
  traces: [{
360
369
  type: 'ibc',
361
370
  counterparty: {
@@ -405,6 +414,7 @@ const assets = {
405
414
  website: 'https://archway.io/',
406
415
  twitter: 'https://twitter.com/archwayHQ'
407
416
  },
417
+ type_asset: 'sdk.coin',
408
418
  traces: [{
409
419
  type: 'ibc',
410
420
  counterparty: {
@@ -446,6 +456,7 @@ const assets = {
446
456
  website: 'https://arkhadian.io/',
447
457
  twitter: 'https://twitter.com/ArkhadianSas'
448
458
  },
459
+ type_asset: 'sdk.coin',
449
460
  traces: [{
450
461
  type: 'ibc',
451
462
  counterparty: {
@@ -488,6 +499,7 @@ const assets = {
488
499
  website: 'https://www.assetmantle.one/',
489
500
  twitter: 'https://twitter.com/AssetMantle'
490
501
  },
502
+ type_asset: 'sdk.coin',
491
503
  traces: [{
492
504
  type: 'ibc',
493
505
  counterparty: {
@@ -526,6 +538,7 @@ const assets = {
526
538
  primary_color_hex: '#a7c8d4'
527
539
  }
528
540
  }],
541
+ type_asset: 'sdk.coin',
529
542
  traces: [{
530
543
  type: 'ibc',
531
544
  counterparty: {
@@ -568,6 +581,7 @@ const assets = {
568
581
  website: 'https://axelar.network/',
569
582
  twitter: 'https://twitter.com/axelarnetwork'
570
583
  },
584
+ type_asset: 'sdk.coin',
571
585
  traces: [{
572
586
  type: 'ibc',
573
587
  counterparty: {
@@ -610,6 +624,7 @@ const assets = {
610
624
  website: 'https://www.bandprotocol.com/',
611
625
  twitter: 'https://twitter.com/BandProtocol'
612
626
  },
627
+ type_asset: 'sdk.coin',
613
628
  traces: [{
614
629
  type: 'ibc',
615
630
  counterparty: {
@@ -648,6 +663,7 @@ const assets = {
648
663
  primary_color_hex: '#079fd7'
649
664
  }
650
665
  }],
666
+ type_asset: 'sdk.coin',
651
667
  traces: [{
652
668
  type: 'ibc',
653
669
  counterparty: {
@@ -690,6 +706,7 @@ const assets = {
690
706
  website: 'http://www.bitcanna.io/',
691
707
  twitter: 'https://twitter.com/BitCannaGlobal'
692
708
  },
709
+ type_asset: 'sdk.coin',
693
710
  traces: [{
694
711
  type: 'ibc',
695
712
  counterparty: {
@@ -777,6 +794,7 @@ const assets = {
777
794
  website: 'http://bluzelle.com/',
778
795
  twitter: 'https://twitter.com/BluzelleHQ'
779
796
  },
797
+ type_asset: 'sdk.coin',
780
798
  traces: [{
781
799
  type: 'ibc',
782
800
  counterparty: {
@@ -813,6 +831,7 @@ const assets = {
813
831
  primary_color_hex: '#0c3ab5'
814
832
  }
815
833
  }],
834
+ type_asset: 'sdk.coin',
816
835
  traces: [{
817
836
  type: 'ibc',
818
837
  counterparty: {
@@ -849,6 +868,7 @@ const assets = {
849
868
  primary_color_hex: '#ee8828'
850
869
  }
851
870
  }],
871
+ type_asset: 'sdk.coin',
852
872
  traces: [{
853
873
  type: 'ibc',
854
874
  counterparty: {
@@ -884,6 +904,7 @@ const assets = {
884
904
  primary_color_hex: '#4cea4e'
885
905
  }
886
906
  }],
907
+ type_asset: 'sdk.coin',
887
908
  traces: [{
888
909
  type: 'ibc',
889
910
  counterparty: {
@@ -918,6 +939,7 @@ const assets = {
918
939
  primary_color_hex: '#ffffff'
919
940
  }
920
941
  }],
942
+ type_asset: 'sdk.coin',
921
943
  traces: [{
922
944
  type: 'ibc',
923
945
  counterparty: {
@@ -956,6 +978,7 @@ const assets = {
956
978
  primary_color_hex: '#f4ecce'
957
979
  }
958
980
  }],
981
+ type_asset: 'sdk.coin',
959
982
  traces: [{
960
983
  type: 'ibc',
961
984
  counterparty: {
@@ -994,6 +1017,7 @@ const assets = {
994
1017
  primary_color_hex: '#fba809'
995
1018
  }
996
1019
  }],
1020
+ type_asset: 'sdk.coin',
997
1021
  traces: [{
998
1022
  type: 'ibc',
999
1023
  counterparty: {
@@ -1028,6 +1052,7 @@ const assets = {
1028
1052
  primary_color_hex: '#1e8fa9'
1029
1053
  }
1030
1054
  }],
1055
+ type_asset: 'sdk.coin',
1031
1056
  traces: [{
1032
1057
  type: 'ibc',
1033
1058
  counterparty: {
@@ -1070,6 +1095,7 @@ const assets = {
1070
1095
  website: 'https://canto.io/',
1071
1096
  twitter: 'https://twitter.com/CantoPublic'
1072
1097
  },
1098
+ type_asset: 'sdk.coin',
1073
1099
  traces: [{
1074
1100
  type: 'ibc',
1075
1101
  counterparty: {
@@ -1188,6 +1214,7 @@ const assets = {
1188
1214
  primary_color_hex: '#043d4d'
1189
1215
  }
1190
1216
  }],
1217
+ type_asset: 'sdk.coin',
1191
1218
  traces: [{
1192
1219
  type: 'ibc',
1193
1220
  counterparty: {
@@ -1230,6 +1257,7 @@ const assets = {
1230
1257
  website: 'https://celestia.org/',
1231
1258
  twitter: 'https://twitter.com/CelestiaOrg'
1232
1259
  },
1260
+ type_asset: 'sdk.coin',
1233
1261
  traces: [{
1234
1262
  type: 'ibc',
1235
1263
  counterparty: {
@@ -1268,6 +1296,7 @@ const assets = {
1268
1296
  primary_color_hex: '#c6c6c9'
1269
1297
  }
1270
1298
  }],
1299
+ type_asset: 'sdk.coin',
1271
1300
  traces: [{
1272
1301
  type: 'ibc',
1273
1302
  counterparty: {
@@ -1308,6 +1337,7 @@ const assets = {
1308
1337
  website: 'https://c4e.io/',
1309
1338
  twitter: 'https://twitter.com/Chain4Energy'
1310
1339
  },
1340
+ type_asset: 'sdk.coin',
1311
1341
  traces: [{
1312
1342
  type: 'ibc',
1313
1343
  counterparty: {
@@ -1346,6 +1376,7 @@ const assets = {
1346
1376
  primary_color_hex: '#fc5f04'
1347
1377
  }
1348
1378
  }],
1379
+ type_asset: 'sdk.coin',
1349
1380
  traces: [{
1350
1381
  type: 'ibc',
1351
1382
  counterparty: {
@@ -1384,6 +1415,7 @@ const assets = {
1384
1415
  primary_color_hex: '#343434'
1385
1416
  }
1386
1417
  }],
1418
+ type_asset: 'sdk.coin',
1387
1419
  traces: [{
1388
1420
  type: 'ibc',
1389
1421
  counterparty: {
@@ -1425,6 +1457,7 @@ const assets = {
1425
1457
  website: 'http://cifer.ai/',
1426
1458
  twitter: 'https://twitter.com/cifer_ai'
1427
1459
  },
1460
+ type_asset: 'sdk.coin',
1428
1461
  traces: [{
1429
1462
  type: 'ibc',
1430
1463
  counterparty: {
@@ -1463,6 +1496,7 @@ const assets = {
1463
1496
  primary_color_hex: '#fc4454'
1464
1497
  }
1465
1498
  }],
1499
+ type_asset: 'sdk.coin',
1466
1500
  traces: [{
1467
1501
  type: 'ibc',
1468
1502
  counterparty: {
@@ -1501,6 +1535,7 @@ const assets = {
1501
1535
  primary_color_hex: '#645ca4'
1502
1536
  }
1503
1537
  }],
1538
+ type_asset: 'sdk.coin',
1504
1539
  traces: [{
1505
1540
  type: 'ibc',
1506
1541
  counterparty: {
@@ -1539,6 +1574,7 @@ const assets = {
1539
1574
  primary_color_hex: '#040404'
1540
1575
  }
1541
1576
  }],
1577
+ type_asset: 'sdk.coin',
1542
1578
  traces: [{
1543
1579
  type: 'ibc',
1544
1580
  counterparty: {
@@ -1581,6 +1617,7 @@ const assets = {
1581
1617
  website: 'https://cvn.io',
1582
1618
  twitter: 'https://twitter.com/conscious_chain'
1583
1619
  },
1620
+ type_asset: 'sdk.coin',
1584
1621
  traces: [{
1585
1622
  type: 'ibc',
1586
1623
  counterparty: {
@@ -1631,6 +1668,7 @@ const assets = {
1631
1668
  website: 'https://www.coreum.com/',
1632
1669
  twitter: 'https://twitter.com/CoreumOfficial'
1633
1670
  },
1671
+ type_asset: 'sdk.coin',
1634
1672
  traces: [{
1635
1673
  type: 'ibc',
1636
1674
  counterparty: {
@@ -1673,6 +1711,7 @@ const assets = {
1673
1711
  website: 'https://cosmos.network',
1674
1712
  twitter: 'https://twitter.com/cosmoshub'
1675
1713
  },
1714
+ type_asset: 'sdk.coin',
1676
1715
  traces: [{
1677
1716
  type: 'ibc',
1678
1717
  counterparty: {
@@ -1711,6 +1750,7 @@ const assets = {
1711
1750
  primary_color_hex: '#3c2832'
1712
1751
  }
1713
1752
  }],
1753
+ type_asset: 'sdk.coin',
1714
1754
  traces: [{
1715
1755
  type: 'ibc',
1716
1756
  counterparty: {
@@ -1749,6 +1789,7 @@ const assets = {
1749
1789
  primary_color_hex: '#df969f'
1750
1790
  }
1751
1791
  }],
1792
+ type_asset: 'sdk.coin',
1752
1793
  traces: [{
1753
1794
  type: 'ibc',
1754
1795
  counterparty: {
@@ -1791,6 +1832,7 @@ const assets = {
1791
1832
  website: 'https://cronos.org/',
1792
1833
  twitter: 'https://twitter.com/cronos_chain'
1793
1834
  },
1835
+ type_asset: 'sdk.coin',
1794
1836
  traces: [{
1795
1837
  type: 'ibc',
1796
1838
  counterparty: {
@@ -1833,6 +1875,7 @@ const assets = {
1833
1875
  website: 'http://www.cudos.org',
1834
1876
  twitter: 'https://twitter.com/CUDOS_'
1835
1877
  },
1878
+ type_asset: 'sdk.coin',
1836
1879
  traces: [{
1837
1880
  type: 'ibc',
1838
1881
  counterparty: {
@@ -1871,6 +1914,7 @@ const assets = {
1871
1914
  primary_color_hex: '#4678e9'
1872
1915
  }
1873
1916
  }],
1917
+ type_asset: 'sdk.coin',
1874
1918
  traces: [{
1875
1919
  type: 'ibc',
1876
1920
  counterparty: {
@@ -1909,6 +1953,7 @@ const assets = {
1909
1953
  primary_color_hex: '#fb804e'
1910
1954
  }
1911
1955
  }],
1956
+ type_asset: 'sdk.coin',
1912
1957
  traces: [{
1913
1958
  type: 'ibc',
1914
1959
  counterparty: {
@@ -1951,6 +1996,7 @@ const assets = {
1951
1996
  primary_color_hex: '#140c7c'
1952
1997
  }
1953
1998
  }],
1999
+ type_asset: 'sdk.coin',
1954
2000
  traces: [{
1955
2001
  type: 'ibc',
1956
2002
  counterparty: {
@@ -1987,6 +2033,7 @@ const assets = {
1987
2033
  primary_color_hex: '#1b1433'
1988
2034
  }
1989
2035
  }],
2036
+ type_asset: 'sdk.coin',
1990
2037
  traces: [{
1991
2038
  type: 'ibc',
1992
2039
  counterparty: {
@@ -2024,6 +2071,7 @@ const assets = {
2024
2071
  primary_color_hex: '#fba214'
2025
2072
  }
2026
2073
  }],
2074
+ type_asset: 'sdk.coin',
2027
2075
  traces: [{
2028
2076
  type: 'ibc',
2029
2077
  counterparty: {
@@ -2071,6 +2119,7 @@ const assets = {
2071
2119
  website: 'https://dydx.trade/',
2072
2120
  twitter: 'https://twitter.com/dYdX'
2073
2121
  },
2122
+ type_asset: 'sdk.coin',
2074
2123
  traces: [{
2075
2124
  type: 'ibc',
2076
2125
  counterparty: {
@@ -2148,6 +2197,7 @@ const assets = {
2148
2197
  primary_color_hex: '#040404'
2149
2198
  }
2150
2199
  }],
2200
+ type_asset: 'sdk.coin',
2151
2201
  traces: [{
2152
2202
  type: 'ibc',
2153
2203
  counterparty: {
@@ -2180,6 +2230,7 @@ const assets = {
2180
2230
  images: [{
2181
2231
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
2182
2232
  }],
2233
+ type_asset: 'sdk.coin',
2183
2234
  traces: [{
2184
2235
  type: 'ibc',
2185
2236
  counterparty: {
@@ -2218,6 +2269,7 @@ const assets = {
2218
2269
  primary_color_hex: '#caf2ea'
2219
2270
  }
2220
2271
  }],
2272
+ type_asset: 'sdk.coin',
2221
2273
  traces: [{
2222
2274
  type: 'ibc',
2223
2275
  counterparty: {
@@ -2256,6 +2308,7 @@ const assets = {
2256
2308
  primary_color_hex: '#f4c808'
2257
2309
  }
2258
2310
  }],
2311
+ type_asset: 'sdk.coin',
2259
2312
  traces: [{
2260
2313
  type: 'ibc',
2261
2314
  counterparty: {
@@ -2293,6 +2346,7 @@ const assets = {
2293
2346
  primary_color_hex: '#db2b1c'
2294
2347
  }
2295
2348
  }],
2349
+ type_asset: 'sdk.coin',
2296
2350
  traces: [{
2297
2351
  type: 'ibc',
2298
2352
  counterparty: {
@@ -2330,6 +2384,7 @@ const assets = {
2330
2384
  primary_color_hex: '#cb142d'
2331
2385
  }
2332
2386
  }],
2387
+ type_asset: 'sdk.coin',
2333
2388
  traces: [{
2334
2389
  type: 'ibc',
2335
2390
  counterparty: {
@@ -2367,6 +2422,7 @@ const assets = {
2367
2422
  primary_color_hex: '#ac0c34'
2368
2423
  }
2369
2424
  }],
2425
+ type_asset: 'sdk.coin',
2370
2426
  traces: [{
2371
2427
  type: 'ibc',
2372
2428
  counterparty: {
@@ -2404,6 +2460,7 @@ const assets = {
2404
2460
  primary_color_hex: '#045493'
2405
2461
  }
2406
2462
  }],
2463
+ type_asset: 'sdk.coin',
2407
2464
  traces: [{
2408
2465
  type: 'ibc',
2409
2466
  counterparty: {
@@ -2448,6 +2505,7 @@ const assets = {
2448
2505
  circle: false
2449
2506
  }
2450
2507
  }],
2508
+ type_asset: 'sdk.coin',
2451
2509
  traces: [{
2452
2510
  type: 'ibc',
2453
2511
  counterparty: {
@@ -2490,6 +2548,7 @@ const assets = {
2490
2548
  website: 'https://evmos.org/',
2491
2549
  twitter: 'https://twitter.com/EvmosOrg'
2492
2550
  },
2551
+ type_asset: 'sdk.coin',
2493
2552
  traces: [{
2494
2553
  type: 'ibc',
2495
2554
  counterparty: {
@@ -2531,6 +2590,7 @@ const assets = {
2531
2590
  website: 'https://www.neokingdom.org/',
2532
2591
  twitter: 'https://twitter.com/NEOKingdomDAO'
2533
2592
  },
2593
+ type_asset: 'sdk.coin',
2534
2594
  traces: [{
2535
2595
  type: 'ibc',
2536
2596
  counterparty: {
@@ -2647,6 +2707,7 @@ const assets = {
2647
2707
  primary_color_hex: '#1c2444'
2648
2708
  }
2649
2709
  }],
2710
+ type_asset: 'sdk.coin',
2650
2711
  traces: [{
2651
2712
  type: 'ibc',
2652
2713
  counterparty: {
@@ -2684,6 +2745,7 @@ const assets = {
2684
2745
  primary_color_hex: '#04ae9b'
2685
2746
  }
2686
2747
  }],
2748
+ type_asset: 'sdk.coin',
2687
2749
  traces: [{
2688
2750
  type: 'ibc',
2689
2751
  counterparty: {
@@ -2722,6 +2784,7 @@ const assets = {
2722
2784
  primary_color_hex: '#1c1c1c'
2723
2785
  }
2724
2786
  }],
2787
+ type_asset: 'sdk.coin',
2725
2788
  traces: [{
2726
2789
  type: 'ibc',
2727
2790
  counterparty: {
@@ -2764,6 +2827,7 @@ const assets = {
2764
2827
  socials: {
2765
2828
  twitter: 'https://twitter.com/furyachain'
2766
2829
  },
2830
+ type_asset: 'sdk.coin',
2767
2831
  traces: [{
2768
2832
  type: 'ibc',
2769
2833
  counterparty: {
@@ -2806,6 +2870,7 @@ const assets = {
2806
2870
  website: 'https://functionx.io',
2807
2871
  twitter: 'https://x.com/functionx_io'
2808
2872
  },
2873
+ type_asset: 'sdk.coin',
2809
2874
  traces: [{
2810
2875
  type: 'ibc',
2811
2876
  counterparty: {
@@ -2843,6 +2908,7 @@ const assets = {
2843
2908
  primary_color_hex: '#5e3be6'
2844
2909
  }
2845
2910
  }],
2911
+ type_asset: 'sdk.coin',
2846
2912
  traces: [{
2847
2913
  type: 'ibc',
2848
2914
  counterparty: {
@@ -2934,6 +3000,7 @@ const assets = {
2934
3000
  primary_color_hex: '#040404'
2935
3001
  }
2936
3002
  }],
3003
+ type_asset: 'sdk.coin',
2937
3004
  traces: [{
2938
3005
  type: 'ibc',
2939
3006
  counterparty: {
@@ -2981,6 +3048,7 @@ const assets = {
2981
3048
  website: 'https://gitopia.com/',
2982
3049
  twitter: 'https://twitter.com/gitopiaDAO'
2983
3050
  },
3051
+ type_asset: 'sdk.coin',
2984
3052
  traces: [{
2985
3053
  type: 'ibc',
2986
3054
  counterparty: {
@@ -3023,6 +3091,7 @@ const assets = {
3023
3091
  website: 'https://www.gravitybridge.net/',
3024
3092
  twitter: 'https://twitter.com/gravity_bridge'
3025
3093
  },
3094
+ type_asset: 'sdk.coin',
3026
3095
  traces: [{
3027
3096
  type: 'ibc',
3028
3097
  counterparty: {
@@ -3065,6 +3134,7 @@ const assets = {
3065
3134
  primary_color_hex: '#04cd80'
3066
3135
  }
3067
3136
  }],
3137
+ type_asset: 'sdk.coin',
3068
3138
  traces: [{
3069
3139
  type: 'ibc',
3070
3140
  counterparty: {
@@ -3153,6 +3223,7 @@ const assets = {
3153
3223
  website: 'https://humans.ai/',
3154
3224
  twitter: 'https://twitter.com/humansdotai'
3155
3225
  },
3226
+ type_asset: 'sdk.coin',
3156
3227
  traces: [{
3157
3228
  type: 'ibc',
3158
3229
  counterparty: {
@@ -3191,6 +3262,7 @@ const assets = {
3191
3262
  primary_color_hex: '#2c4484'
3192
3263
  }
3193
3264
  }],
3265
+ type_asset: 'sdk.coin',
3194
3266
  traces: [{
3195
3267
  type: 'ibc',
3196
3268
  counterparty: {
@@ -3229,6 +3301,7 @@ const assets = {
3229
3301
  primary_color_hex: '#4c54e4'
3230
3302
  }
3231
3303
  }],
3304
+ type_asset: 'sdk.coin',
3232
3305
  traces: [{
3233
3306
  type: 'ibc',
3234
3307
  counterparty: {
@@ -3271,6 +3344,7 @@ const assets = {
3271
3344
  website: 'https://injective.com/',
3272
3345
  twitter: 'https://twitter.com/Injective_'
3273
3346
  },
3347
+ type_asset: 'sdk.coin',
3274
3348
  traces: [{
3275
3349
  type: 'ibc',
3276
3350
  counterparty: {
@@ -3306,6 +3380,7 @@ const assets = {
3306
3380
  primary_color_hex: '#31292a'
3307
3381
  }
3308
3382
  }],
3383
+ type_asset: 'sdk.coin',
3309
3384
  traces: [{
3310
3385
  type: 'ibc',
3311
3386
  counterparty: {
@@ -3341,6 +3416,7 @@ const assets = {
3341
3416
  primary_color_hex: '#18120f'
3342
3417
  }
3343
3418
  }],
3419
+ type_asset: 'sdk.coin',
3344
3420
  traces: [{
3345
3421
  type: 'ibc',
3346
3422
  counterparty: {
@@ -3373,6 +3449,7 @@ const assets = {
3373
3449
  primary_color_hex: '#293a6f'
3374
3450
  }
3375
3451
  }],
3452
+ type_asset: 'sdk.coin',
3376
3453
  traces: [{
3377
3454
  type: 'ibc',
3378
3455
  counterparty: {
@@ -3405,6 +3482,7 @@ const assets = {
3405
3482
  primary_color_hex: '#272f4b'
3406
3483
  }
3407
3484
  }],
3485
+ type_asset: 'sdk.coin',
3408
3486
  traces: [{
3409
3487
  type: 'ibc',
3410
3488
  counterparty: {
@@ -3437,6 +3515,7 @@ const assets = {
3437
3515
  primary_color_hex: '#2a303f'
3438
3516
  }
3439
3517
  }],
3518
+ type_asset: 'sdk.coin',
3440
3519
  traces: [{
3441
3520
  type: 'ibc',
3442
3521
  counterparty: {
@@ -3469,6 +3548,7 @@ const assets = {
3469
3548
  primary_color_hex: '#54ac94'
3470
3549
  }
3471
3550
  }],
3551
+ type_asset: 'sdk.coin',
3472
3552
  traces: [{
3473
3553
  type: 'ibc',
3474
3554
  counterparty: {
@@ -3501,6 +3581,7 @@ const assets = {
3501
3581
  primary_color_hex: '#7931f9'
3502
3582
  }
3503
3583
  }],
3584
+ type_asset: 'sdk.coin',
3504
3585
  traces: [{
3505
3586
  type: 'ibc',
3506
3587
  counterparty: {
@@ -3539,6 +3620,7 @@ const assets = {
3539
3620
  primary_color_hex: '#5664ad'
3540
3621
  }
3541
3622
  }],
3623
+ type_asset: 'sdk.coin',
3542
3624
  traces: [{
3543
3625
  type: 'ibc',
3544
3626
  counterparty: {
@@ -3577,6 +3659,7 @@ const assets = {
3577
3659
  primary_color_hex: '#dbdbcb'
3578
3660
  }
3579
3661
  }],
3662
+ type_asset: 'sdk.coin',
3580
3663
  traces: [{
3581
3664
  type: 'ibc',
3582
3665
  counterparty: {
@@ -3619,6 +3702,7 @@ const assets = {
3619
3702
  website: 'https://junonetwork.io/',
3620
3703
  twitter: 'https://twitter.com/JunoNetwork'
3621
3704
  },
3705
+ type_asset: 'sdk.coin',
3622
3706
  traces: [{
3623
3707
  type: 'ibc',
3624
3708
  counterparty: {
@@ -3661,6 +3745,7 @@ const assets = {
3661
3745
  website: 'https://www.kava.io/',
3662
3746
  twitter: 'https://twitter.com/KAVA_CHAIN'
3663
3747
  },
3748
+ type_asset: 'sdk.coin',
3664
3749
  traces: [{
3665
3750
  type: 'ibc',
3666
3751
  counterparty: {
@@ -3699,6 +3784,7 @@ const assets = {
3699
3784
  primary_color_hex: '#7b34ac'
3700
3785
  }
3701
3786
  }],
3787
+ type_asset: 'sdk.coin',
3702
3788
  traces: [{
3703
3789
  type: 'ibc',
3704
3790
  counterparty: {
@@ -3737,6 +3823,7 @@ const assets = {
3737
3823
  primary_color_hex: '#544cfc'
3738
3824
  }
3739
3825
  }],
3826
+ type_asset: 'sdk.coin',
3740
3827
  traces: [{
3741
3828
  type: 'ibc',
3742
3829
  counterparty: {
@@ -3775,6 +3862,7 @@ const assets = {
3775
3862
  primary_color_hex: '#04d4a3'
3776
3863
  }
3777
3864
  }],
3865
+ type_asset: 'sdk.coin',
3778
3866
  traces: [{
3779
3867
  type: 'ibc',
3780
3868
  counterparty: {
@@ -3828,7 +3916,8 @@ const assets = {
3828
3916
  logo_URIs: {
3829
3917
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
3830
3918
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
3831
- }
3919
+ },
3920
+ type_asset: 'sdk.coin'
3832
3921
  },
3833
3922
  {
3834
3923
  description: 'The native token of Ki Chain',
@@ -3856,6 +3945,7 @@ const assets = {
3856
3945
  primary_color_hex: '#1c04fc'
3857
3946
  }
3858
3947
  }],
3948
+ type_asset: 'sdk.coin',
3859
3949
  traces: [{
3860
3950
  type: 'ibc',
3861
3951
  counterparty: {
@@ -3898,6 +3988,7 @@ const assets = {
3898
3988
  twitter: 'https://x.com/KimaNetwork',
3899
3989
  website: 'https://www.kima.network/'
3900
3990
  },
3991
+ type_asset: 'sdk.coin',
3901
3992
  traces: [{
3902
3993
  type: 'ibc',
3903
3994
  counterparty: {
@@ -3936,6 +4027,7 @@ const assets = {
3936
4027
  primary_color_hex: '#042a61'
3937
4028
  }
3938
4029
  }],
4030
+ type_asset: 'sdk.coin',
3939
4031
  traces: [{
3940
4032
  type: 'ibc',
3941
4033
  counterparty: {
@@ -3978,6 +4070,7 @@ const assets = {
3978
4070
  website: 'https://kujira.network/',
3979
4071
  twitter: 'https://twitter.com/TeamKujira'
3980
4072
  },
4073
+ type_asset: 'sdk.coin',
3981
4074
  traces: [{
3982
4075
  type: 'ibc',
3983
4076
  counterparty: {
@@ -4020,6 +4113,7 @@ const assets = {
4020
4113
  website: 'https://www.kyve.network/',
4021
4114
  twitter: 'https://twitter.com/KYVENetwork'
4022
4115
  },
4116
+ type_asset: 'sdk.coin',
4023
4117
  traces: [{
4024
4118
  type: 'ibc',
4025
4119
  counterparty: {
@@ -4058,6 +4152,7 @@ const assets = {
4058
4152
  primary_color_hex: '#e41c54'
4059
4153
  }
4060
4154
  }],
4155
+ type_asset: 'sdk.coin',
4061
4156
  traces: [{
4062
4157
  type: 'ibc',
4063
4158
  counterparty: {
@@ -4147,6 +4242,7 @@ const assets = {
4147
4242
  primary_color_hex: '#2d656c'
4148
4243
  }
4149
4244
  }],
4245
+ type_asset: 'sdk.coin',
4150
4246
  traces: [{
4151
4247
  type: 'ibc',
4152
4248
  counterparty: {
@@ -4188,6 +4284,7 @@ const assets = {
4188
4284
  website: 'https://www.lorenzo-protocol.xyz/',
4189
4285
  twitter: 'https://x.com/LorenzoProtocol'
4190
4286
  },
4287
+ type_asset: 'sdk.coin',
4191
4288
  traces: [{
4192
4289
  type: 'ibc',
4193
4290
  counterparty: {
@@ -4225,6 +4322,7 @@ const assets = {
4225
4322
  primary_color_hex: '#cb8b40'
4226
4323
  }
4227
4324
  }],
4325
+ type_asset: 'sdk.coin',
4228
4326
  traces: [{
4229
4327
  type: 'ibc',
4230
4328
  counterparty: {
@@ -4263,6 +4361,7 @@ const assets = {
4263
4361
  primary_color_hex: '#080808'
4264
4362
  }
4265
4363
  }],
4364
+ type_asset: 'sdk.coin',
4266
4365
  traces: [{
4267
4366
  type: 'ibc',
4268
4367
  counterparty: {
@@ -4301,6 +4400,7 @@ const assets = {
4301
4400
  primary_color_hex: '#147ccc'
4302
4401
  }
4303
4402
  }],
4403
+ type_asset: 'sdk.coin',
4304
4404
  traces: [{
4305
4405
  type: 'ibc',
4306
4406
  counterparty: {
@@ -4339,6 +4439,7 @@ const assets = {
4339
4439
  primary_color_hex: '#b7dcd8'
4340
4440
  }
4341
4441
  }],
4442
+ type_asset: 'sdk.coin',
4342
4443
  traces: [{
4343
4444
  type: 'ibc',
4344
4445
  counterparty: {
@@ -4377,6 +4478,7 @@ const assets = {
4377
4478
  primary_color_hex: '#6bab14'
4378
4479
  }
4379
4480
  }],
4481
+ type_asset: 'sdk.coin',
4380
4482
  traces: [{
4381
4483
  type: 'ibc',
4382
4484
  counterparty: {
@@ -4415,6 +4517,7 @@ const assets = {
4415
4517
  primary_color_hex: '#1c1c1c'
4416
4518
  }
4417
4519
  }],
4520
+ type_asset: 'sdk.coin',
4418
4521
  traces: [{
4419
4522
  type: 'ibc',
4420
4523
  counterparty: {
@@ -4453,6 +4556,7 @@ const assets = {
4453
4556
  primary_color_hex: '#cbfb06'
4454
4557
  }
4455
4558
  }],
4559
+ type_asset: 'sdk.coin',
4456
4560
  traces: [{
4457
4561
  type: 'ibc',
4458
4562
  counterparty: {
@@ -4497,6 +4601,7 @@ const assets = {
4497
4601
  website: 'https://neutron.org/',
4498
4602
  twitter: 'https://twitter.com/Neutron_org'
4499
4603
  },
4604
+ type_asset: 'sdk.coin',
4500
4605
  traces: [{
4501
4606
  type: 'ibc',
4502
4607
  counterparty: {
@@ -4532,6 +4637,7 @@ const assets = {
4532
4637
  primary_color_hex: '#1b0847'
4533
4638
  }
4534
4639
  }],
4640
+ type_asset: 'sdk.coin',
4535
4641
  traces: [{
4536
4642
  type: 'ibc',
4537
4643
  counterparty: {
@@ -4567,6 +4673,7 @@ const assets = {
4567
4673
  primary_color_hex: '#dcd5ab'
4568
4674
  }
4569
4675
  }],
4676
+ type_asset: 'sdk.coin',
4570
4677
  traces: [{
4571
4678
  type: 'ibc',
4572
4679
  counterparty: {
@@ -4602,6 +4709,7 @@ const assets = {
4602
4709
  primary_color_hex: '#333333'
4603
4710
  }
4604
4711
  }],
4712
+ type_asset: 'sdk.coin',
4605
4713
  traces: [{
4606
4714
  type: 'ibc',
4607
4715
  counterparty: {
@@ -4651,6 +4759,7 @@ const assets = {
4651
4759
  primary_color_hex: '#14c0ce'
4652
4760
  }
4653
4761
  }],
4762
+ type_asset: 'sdk.coin',
4654
4763
  traces: [{
4655
4764
  type: 'ibc',
4656
4765
  counterparty: {
@@ -4674,6 +4783,7 @@ const assets = {
4674
4783
  name: 'uoprek',
4675
4784
  display: 'tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek',
4676
4785
  symbol: 'UOPREK',
4786
+ type_asset: 'sdk.coin',
4677
4787
  traces: [{
4678
4788
  type: 'ibc',
4679
4789
  counterparty: {
@@ -4697,6 +4807,7 @@ const assets = {
4697
4807
  name: 'utestate',
4698
4808
  display: 'tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate',
4699
4809
  symbol: 'UTESTATE',
4810
+ type_asset: 'sdk.coin',
4700
4811
  traces: [{
4701
4812
  type: 'ibc',
4702
4813
  counterparty: {
@@ -4720,6 +4831,7 @@ const assets = {
4720
4831
  name: 'npp',
4721
4832
  display: 'tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP',
4722
4833
  symbol: 'NPP',
4834
+ type_asset: 'sdk.coin',
4723
4835
  traces: [{
4724
4836
  type: 'ibc',
4725
4837
  counterparty: {
@@ -4838,6 +4950,7 @@ const assets = {
4838
4950
  website: 'https://ondo.finance/usdy',
4839
4951
  twitter: 'https://x.com/OndoFinance'
4840
4952
  },
4953
+ type_asset: 'sdk.coin',
4841
4954
  traces: [{
4842
4955
  type: 'ibc',
4843
4956
  counterparty: {
@@ -4881,6 +4994,7 @@ const assets = {
4881
4994
  primary_color_hex: '#0c0c14'
4882
4995
  }
4883
4996
  }],
4997
+ type_asset: 'sdk.coin',
4884
4998
  traces: [{
4885
4999
  type: 'ibc',
4886
5000
  counterparty: {
@@ -4923,6 +5037,7 @@ const assets = {
4923
5037
  website: 'https://nolus.io/',
4924
5038
  twitter: 'https://twitter.com/NolusProtocol'
4925
5039
  },
5040
+ type_asset: 'sdk.coin',
4926
5041
  traces: [{
4927
5042
  type: 'ibc',
4928
5043
  counterparty: {
@@ -4960,6 +5075,7 @@ const assets = {
4960
5075
  primary_color_hex: '#6404fc'
4961
5076
  }
4962
5077
  }],
5078
+ type_asset: 'sdk.coin',
4963
5079
  traces: [{
4964
5080
  type: 'ibc',
4965
5081
  counterparty: {
@@ -4995,6 +5111,7 @@ const assets = {
4995
5111
  primary_color_hex: '#f45135'
4996
5112
  }
4997
5113
  }],
5114
+ type_asset: 'sdk.coin',
4998
5115
  traces: [{
4999
5116
  type: 'ibc',
5000
5117
  counterparty: {
@@ -5043,6 +5160,7 @@ const assets = {
5043
5160
  primary_color_hex: '#141424'
5044
5161
  }
5045
5162
  }],
5163
+ type_asset: 'sdk.coin',
5046
5164
  traces: [{
5047
5165
  type: 'ibc',
5048
5166
  counterparty: {
@@ -5082,6 +5200,7 @@ const assets = {
5082
5200
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
5083
5201
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
5084
5202
  }],
5203
+ type_asset: 'sdk.coin',
5085
5204
  traces: [{
5086
5205
  type: 'ibc',
5087
5206
  counterparty: {
@@ -5123,6 +5242,7 @@ const assets = {
5123
5242
  primary_color_hex: '#c3ebf3'
5124
5243
  }
5125
5244
  }],
5245
+ type_asset: 'sdk.coin',
5126
5246
  traces: [{
5127
5247
  type: 'ibc',
5128
5248
  counterparty: {
@@ -5164,6 +5284,7 @@ const assets = {
5164
5284
  primary_color_hex: '#040404'
5165
5285
  }
5166
5286
  }],
5287
+ type_asset: 'sdk.coin',
5167
5288
  traces: [{
5168
5289
  type: 'ibc',
5169
5290
  counterparty: {
@@ -5206,6 +5327,7 @@ const assets = {
5206
5327
  website: 'https://omniflix.network/',
5207
5328
  twitter: 'https://twitter.com/OmniFlixNetwork'
5208
5329
  },
5330
+ type_asset: 'sdk.coin',
5209
5331
  traces: [{
5210
5332
  type: 'ibc',
5211
5333
  counterparty: {
@@ -5241,6 +5363,7 @@ const assets = {
5241
5363
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
5242
5364
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
5243
5365
  }],
5366
+ type_asset: 'sdk.coin',
5244
5367
  traces: [{
5245
5368
  type: 'ibc',
5246
5369
  counterparty: {
@@ -5285,6 +5408,7 @@ const assets = {
5285
5408
  primary_color_hex: '#1c1c28'
5286
5409
  }
5287
5410
  }],
5411
+ type_asset: 'sdk.coin',
5288
5412
  traces: [{
5289
5413
  type: 'ibc',
5290
5414
  counterparty: {
@@ -5349,6 +5473,7 @@ const assets = {
5349
5473
  }
5350
5474
  }
5351
5475
  ],
5476
+ type_asset: 'sdk.coin',
5352
5477
  traces: [{
5353
5478
  type: 'ibc',
5354
5479
  counterparty: {
@@ -5386,6 +5511,7 @@ const assets = {
5386
5511
  primary_color_hex: '#dbdbdb'
5387
5512
  }
5388
5513
  }],
5514
+ type_asset: 'sdk.coin',
5389
5515
  traces: [{
5390
5516
  type: 'ibc',
5391
5517
  counterparty: {
@@ -5428,6 +5554,7 @@ const assets = {
5428
5554
  website: 'https://arable.finance/',
5429
5555
  twitter: 'https://twitter.com/ArableProtocol'
5430
5556
  },
5557
+ type_asset: 'sdk.coin',
5431
5558
  traces: [{
5432
5559
  type: 'ibc',
5433
5560
  counterparty: {
@@ -5470,6 +5597,7 @@ const assets = {
5470
5597
  website: 'https://arable.finance/',
5471
5598
  twitter: 'https://twitter.com/ArableProtocol'
5472
5599
  },
5600
+ type_asset: 'sdk.coin',
5473
5601
  traces: [{
5474
5602
  type: 'ibc',
5475
5603
  counterparty: {
@@ -5507,6 +5635,7 @@ const assets = {
5507
5635
  primary_color_hex: '#ecc53b'
5508
5636
  }
5509
5637
  }],
5638
+ type_asset: 'sdk.coin',
5510
5639
  traces: [{
5511
5640
  type: 'ibc',
5512
5641
  counterparty: {
@@ -5549,6 +5678,7 @@ const assets = {
5549
5678
  website: 'https://agoric.com/',
5550
5679
  twitter: 'https://twitter.com/agoric'
5551
5680
  },
5681
+ type_asset: 'sdk.coin',
5552
5682
  traces: [{
5553
5683
  type: 'ibc',
5554
5684
  counterparty: {
@@ -5587,6 +5717,7 @@ const assets = {
5587
5717
  primary_color_hex: '#d485e2'
5588
5718
  }
5589
5719
  }],
5720
+ type_asset: 'sdk.coin',
5590
5721
  traces: [{
5591
5722
  type: 'ibc',
5592
5723
  counterparty: {
@@ -5636,6 +5767,7 @@ const assets = {
5636
5767
  website: 'https://aioz.network/',
5637
5768
  twitter: 'https://twitter.com/AIOZNetwork'
5638
5769
  },
5770
+ type_asset: 'sdk.coin',
5639
5771
  traces: [{
5640
5772
  type: 'ibc',
5641
5773
  counterparty: {
@@ -5678,6 +5810,7 @@ const assets = {
5678
5810
  website: 'https://akash.network/',
5679
5811
  twitter: 'https://twitter.com/akashnet_'
5680
5812
  },
5813
+ type_asset: 'sdk.coin',
5681
5814
  traces: [{
5682
5815
  type: 'ibc',
5683
5816
  counterparty: {
@@ -5714,6 +5847,7 @@ const assets = {
5714
5847
  primary_color_hex: '#040404'
5715
5848
  }
5716
5849
  }],
5850
+ type_asset: 'sdk.coin',
5717
5851
  traces: [{
5718
5852
  type: 'ibc',
5719
5853
  counterparty: {
@@ -5763,6 +5897,7 @@ const assets = {
5763
5897
  website: 'https://archway.io/',
5764
5898
  twitter: 'https://twitter.com/archwayHQ'
5765
5899
  },
5900
+ type_asset: 'sdk.coin',
5766
5901
  traces: [{
5767
5902
  type: 'ibc',
5768
5903
  counterparty: {
@@ -5804,6 +5939,7 @@ const assets = {
5804
5939
  website: 'https://arkhadian.io/',
5805
5940
  twitter: 'https://twitter.com/ArkhadianSas'
5806
5941
  },
5942
+ type_asset: 'sdk.coin',
5807
5943
  traces: [{
5808
5944
  type: 'ibc',
5809
5945
  counterparty: {
@@ -5846,6 +5982,7 @@ const assets = {
5846
5982
  website: 'https://www.assetmantle.one/',
5847
5983
  twitter: 'https://twitter.com/AssetMantle'
5848
5984
  },
5985
+ type_asset: 'sdk.coin',
5849
5986
  traces: [{
5850
5987
  type: 'ibc',
5851
5988
  counterparty: {
@@ -5884,6 +6021,7 @@ const assets = {
5884
6021
  primary_color_hex: '#a7c8d4'
5885
6022
  }
5886
6023
  }],
6024
+ type_asset: 'sdk.coin',
5887
6025
  traces: [{
5888
6026
  type: 'ibc',
5889
6027
  counterparty: {
@@ -5926,6 +6064,7 @@ const assets = {
5926
6064
  website: 'https://axelar.network/',
5927
6065
  twitter: 'https://twitter.com/axelarnetwork'
5928
6066
  },
6067
+ type_asset: 'sdk.coin',
5929
6068
  traces: [{
5930
6069
  type: 'ibc',
5931
6070
  counterparty: {
@@ -5968,6 +6107,7 @@ const assets = {
5968
6107
  website: 'https://www.bandprotocol.com/',
5969
6108
  twitter: 'https://twitter.com/BandProtocol'
5970
6109
  },
6110
+ type_asset: 'sdk.coin',
5971
6111
  traces: [{
5972
6112
  type: 'ibc',
5973
6113
  counterparty: {
@@ -6006,6 +6146,7 @@ const assets = {
6006
6146
  primary_color_hex: '#079fd7'
6007
6147
  }
6008
6148
  }],
6149
+ type_asset: 'sdk.coin',
6009
6150
  traces: [{
6010
6151
  type: 'ibc',
6011
6152
  counterparty: {
@@ -6048,6 +6189,7 @@ const assets = {
6048
6189
  website: 'http://www.bitcanna.io/',
6049
6190
  twitter: 'https://twitter.com/BitCannaGlobal'
6050
6191
  },
6192
+ type_asset: 'sdk.coin',
6051
6193
  traces: [{
6052
6194
  type: 'ibc',
6053
6195
  counterparty: {
@@ -6135,6 +6277,7 @@ const assets = {
6135
6277
  website: 'http://bluzelle.com/',
6136
6278
  twitter: 'https://twitter.com/BluzelleHQ'
6137
6279
  },
6280
+ type_asset: 'sdk.coin',
6138
6281
  traces: [{
6139
6282
  type: 'ibc',
6140
6283
  counterparty: {
@@ -6171,6 +6314,7 @@ const assets = {
6171
6314
  primary_color_hex: '#0c3ab5'
6172
6315
  }
6173
6316
  }],
6317
+ type_asset: 'sdk.coin',
6174
6318
  traces: [{
6175
6319
  type: 'ibc',
6176
6320
  counterparty: {
@@ -6207,6 +6351,7 @@ const assets = {
6207
6351
  primary_color_hex: '#ee8828'
6208
6352
  }
6209
6353
  }],
6354
+ type_asset: 'sdk.coin',
6210
6355
  traces: [{
6211
6356
  type: 'ibc',
6212
6357
  counterparty: {
@@ -6242,6 +6387,7 @@ const assets = {
6242
6387
  primary_color_hex: '#4cea4e'
6243
6388
  }
6244
6389
  }],
6390
+ type_asset: 'sdk.coin',
6245
6391
  traces: [{
6246
6392
  type: 'ibc',
6247
6393
  counterparty: {
@@ -6276,6 +6422,7 @@ const assets = {
6276
6422
  primary_color_hex: '#ffffff'
6277
6423
  }
6278
6424
  }],
6425
+ type_asset: 'sdk.coin',
6279
6426
  traces: [{
6280
6427
  type: 'ibc',
6281
6428
  counterparty: {
@@ -6314,6 +6461,7 @@ const assets = {
6314
6461
  primary_color_hex: '#f4ecce'
6315
6462
  }
6316
6463
  }],
6464
+ type_asset: 'sdk.coin',
6317
6465
  traces: [{
6318
6466
  type: 'ibc',
6319
6467
  counterparty: {
@@ -6352,6 +6500,7 @@ const assets = {
6352
6500
  primary_color_hex: '#fba809'
6353
6501
  }
6354
6502
  }],
6503
+ type_asset: 'sdk.coin',
6355
6504
  traces: [{
6356
6505
  type: 'ibc',
6357
6506
  counterparty: {
@@ -6386,6 +6535,7 @@ const assets = {
6386
6535
  primary_color_hex: '#1e8fa9'
6387
6536
  }
6388
6537
  }],
6538
+ type_asset: 'sdk.coin',
6389
6539
  traces: [{
6390
6540
  type: 'ibc',
6391
6541
  counterparty: {
@@ -6428,6 +6578,7 @@ const assets = {
6428
6578
  website: 'https://canto.io/',
6429
6579
  twitter: 'https://twitter.com/CantoPublic'
6430
6580
  },
6581
+ type_asset: 'sdk.coin',
6431
6582
  traces: [{
6432
6583
  type: 'ibc',
6433
6584
  counterparty: {
@@ -6546,6 +6697,7 @@ const assets = {
6546
6697
  primary_color_hex: '#043d4d'
6547
6698
  }
6548
6699
  }],
6700
+ type_asset: 'sdk.coin',
6549
6701
  traces: [{
6550
6702
  type: 'ibc',
6551
6703
  counterparty: {
@@ -6588,6 +6740,7 @@ const assets = {
6588
6740
  website: 'https://celestia.org/',
6589
6741
  twitter: 'https://twitter.com/CelestiaOrg'
6590
6742
  },
6743
+ type_asset: 'sdk.coin',
6591
6744
  traces: [{
6592
6745
  type: 'ibc',
6593
6746
  counterparty: {
@@ -6626,6 +6779,7 @@ const assets = {
6626
6779
  primary_color_hex: '#c6c6c9'
6627
6780
  }
6628
6781
  }],
6782
+ type_asset: 'sdk.coin',
6629
6783
  traces: [{
6630
6784
  type: 'ibc',
6631
6785
  counterparty: {
@@ -6666,6 +6820,7 @@ const assets = {
6666
6820
  website: 'https://c4e.io/',
6667
6821
  twitter: 'https://twitter.com/Chain4Energy'
6668
6822
  },
6823
+ type_asset: 'sdk.coin',
6669
6824
  traces: [{
6670
6825
  type: 'ibc',
6671
6826
  counterparty: {
@@ -6704,6 +6859,7 @@ const assets = {
6704
6859
  primary_color_hex: '#fc5f04'
6705
6860
  }
6706
6861
  }],
6862
+ type_asset: 'sdk.coin',
6707
6863
  traces: [{
6708
6864
  type: 'ibc',
6709
6865
  counterparty: {
@@ -6742,6 +6898,7 @@ const assets = {
6742
6898
  primary_color_hex: '#343434'
6743
6899
  }
6744
6900
  }],
6901
+ type_asset: 'sdk.coin',
6745
6902
  traces: [{
6746
6903
  type: 'ibc',
6747
6904
  counterparty: {
@@ -6783,6 +6940,7 @@ const assets = {
6783
6940
  website: 'http://cifer.ai/',
6784
6941
  twitter: 'https://twitter.com/cifer_ai'
6785
6942
  },
6943
+ type_asset: 'sdk.coin',
6786
6944
  traces: [{
6787
6945
  type: 'ibc',
6788
6946
  counterparty: {
@@ -6821,6 +6979,7 @@ const assets = {
6821
6979
  primary_color_hex: '#fc4454'
6822
6980
  }
6823
6981
  }],
6982
+ type_asset: 'sdk.coin',
6824
6983
  traces: [{
6825
6984
  type: 'ibc',
6826
6985
  counterparty: {
@@ -6859,6 +7018,7 @@ const assets = {
6859
7018
  primary_color_hex: '#645ca4'
6860
7019
  }
6861
7020
  }],
7021
+ type_asset: 'sdk.coin',
6862
7022
  traces: [{
6863
7023
  type: 'ibc',
6864
7024
  counterparty: {
@@ -6897,6 +7057,7 @@ const assets = {
6897
7057
  primary_color_hex: '#040404'
6898
7058
  }
6899
7059
  }],
7060
+ type_asset: 'sdk.coin',
6900
7061
  traces: [{
6901
7062
  type: 'ibc',
6902
7063
  counterparty: {
@@ -6939,6 +7100,7 @@ const assets = {
6939
7100
  website: 'https://cvn.io',
6940
7101
  twitter: 'https://twitter.com/conscious_chain'
6941
7102
  },
7103
+ type_asset: 'sdk.coin',
6942
7104
  traces: [{
6943
7105
  type: 'ibc',
6944
7106
  counterparty: {
@@ -6989,6 +7151,7 @@ const assets = {
6989
7151
  website: 'https://www.coreum.com/',
6990
7152
  twitter: 'https://twitter.com/CoreumOfficial'
6991
7153
  },
7154
+ type_asset: 'sdk.coin',
6992
7155
  traces: [{
6993
7156
  type: 'ibc',
6994
7157
  counterparty: {
@@ -7031,6 +7194,7 @@ const assets = {
7031
7194
  website: 'https://cosmos.network',
7032
7195
  twitter: 'https://twitter.com/cosmoshub'
7033
7196
  },
7197
+ type_asset: 'sdk.coin',
7034
7198
  traces: [{
7035
7199
  type: 'ibc',
7036
7200
  counterparty: {
@@ -7069,6 +7233,7 @@ const assets = {
7069
7233
  primary_color_hex: '#3c2832'
7070
7234
  }
7071
7235
  }],
7236
+ type_asset: 'sdk.coin',
7072
7237
  traces: [{
7073
7238
  type: 'ibc',
7074
7239
  counterparty: {
@@ -7107,6 +7272,7 @@ const assets = {
7107
7272
  primary_color_hex: '#df969f'
7108
7273
  }
7109
7274
  }],
7275
+ type_asset: 'sdk.coin',
7110
7276
  traces: [{
7111
7277
  type: 'ibc',
7112
7278
  counterparty: {
@@ -7149,6 +7315,7 @@ const assets = {
7149
7315
  website: 'https://cronos.org/',
7150
7316
  twitter: 'https://twitter.com/cronos_chain'
7151
7317
  },
7318
+ type_asset: 'sdk.coin',
7152
7319
  traces: [{
7153
7320
  type: 'ibc',
7154
7321
  counterparty: {
@@ -7191,6 +7358,7 @@ const assets = {
7191
7358
  website: 'http://www.cudos.org',
7192
7359
  twitter: 'https://twitter.com/CUDOS_'
7193
7360
  },
7361
+ type_asset: 'sdk.coin',
7194
7362
  traces: [{
7195
7363
  type: 'ibc',
7196
7364
  counterparty: {
@@ -7229,6 +7397,7 @@ const assets = {
7229
7397
  primary_color_hex: '#4678e9'
7230
7398
  }
7231
7399
  }],
7400
+ type_asset: 'sdk.coin',
7232
7401
  traces: [{
7233
7402
  type: 'ibc',
7234
7403
  counterparty: {
@@ -7267,6 +7436,7 @@ const assets = {
7267
7436
  primary_color_hex: '#fb804e'
7268
7437
  }
7269
7438
  }],
7439
+ type_asset: 'sdk.coin',
7270
7440
  traces: [{
7271
7441
  type: 'ibc',
7272
7442
  counterparty: {
@@ -7309,6 +7479,7 @@ const assets = {
7309
7479
  primary_color_hex: '#140c7c'
7310
7480
  }
7311
7481
  }],
7482
+ type_asset: 'sdk.coin',
7312
7483
  traces: [{
7313
7484
  type: 'ibc',
7314
7485
  counterparty: {
@@ -7345,6 +7516,7 @@ const assets = {
7345
7516
  primary_color_hex: '#1b1433'
7346
7517
  }
7347
7518
  }],
7519
+ type_asset: 'sdk.coin',
7348
7520
  traces: [{
7349
7521
  type: 'ibc',
7350
7522
  counterparty: {
@@ -7382,6 +7554,7 @@ const assets = {
7382
7554
  primary_color_hex: '#fba214'
7383
7555
  }
7384
7556
  }],
7557
+ type_asset: 'sdk.coin',
7385
7558
  traces: [{
7386
7559
  type: 'ibc',
7387
7560
  counterparty: {
@@ -7429,6 +7602,7 @@ const assets = {
7429
7602
  website: 'https://dydx.trade/',
7430
7603
  twitter: 'https://twitter.com/dYdX'
7431
7604
  },
7605
+ type_asset: 'sdk.coin',
7432
7606
  traces: [{
7433
7607
  type: 'ibc',
7434
7608
  counterparty: {
@@ -7506,6 +7680,7 @@ const assets = {
7506
7680
  primary_color_hex: '#040404'
7507
7681
  }
7508
7682
  }],
7683
+ type_asset: 'sdk.coin',
7509
7684
  traces: [{
7510
7685
  type: 'ibc',
7511
7686
  counterparty: {
@@ -7538,6 +7713,7 @@ const assets = {
7538
7713
  images: [{
7539
7714
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
7540
7715
  }],
7716
+ type_asset: 'sdk.coin',
7541
7717
  traces: [{
7542
7718
  type: 'ibc',
7543
7719
  counterparty: {
@@ -7576,6 +7752,7 @@ const assets = {
7576
7752
  primary_color_hex: '#caf2ea'
7577
7753
  }
7578
7754
  }],
7755
+ type_asset: 'sdk.coin',
7579
7756
  traces: [{
7580
7757
  type: 'ibc',
7581
7758
  counterparty: {
@@ -7614,6 +7791,7 @@ const assets = {
7614
7791
  primary_color_hex: '#f4c808'
7615
7792
  }
7616
7793
  }],
7794
+ type_asset: 'sdk.coin',
7617
7795
  traces: [{
7618
7796
  type: 'ibc',
7619
7797
  counterparty: {
@@ -7651,6 +7829,7 @@ const assets = {
7651
7829
  primary_color_hex: '#db2b1c'
7652
7830
  }
7653
7831
  }],
7832
+ type_asset: 'sdk.coin',
7654
7833
  traces: [{
7655
7834
  type: 'ibc',
7656
7835
  counterparty: {
@@ -7688,6 +7867,7 @@ const assets = {
7688
7867
  primary_color_hex: '#cb142d'
7689
7868
  }
7690
7869
  }],
7870
+ type_asset: 'sdk.coin',
7691
7871
  traces: [{
7692
7872
  type: 'ibc',
7693
7873
  counterparty: {
@@ -7725,6 +7905,7 @@ const assets = {
7725
7905
  primary_color_hex: '#ac0c34'
7726
7906
  }
7727
7907
  }],
7908
+ type_asset: 'sdk.coin',
7728
7909
  traces: [{
7729
7910
  type: 'ibc',
7730
7911
  counterparty: {
@@ -7762,6 +7943,7 @@ const assets = {
7762
7943
  primary_color_hex: '#045493'
7763
7944
  }
7764
7945
  }],
7946
+ type_asset: 'sdk.coin',
7765
7947
  traces: [{
7766
7948
  type: 'ibc',
7767
7949
  counterparty: {
@@ -7806,6 +7988,7 @@ const assets = {
7806
7988
  circle: false
7807
7989
  }
7808
7990
  }],
7991
+ type_asset: 'sdk.coin',
7809
7992
  traces: [{
7810
7993
  type: 'ibc',
7811
7994
  counterparty: {
@@ -7848,6 +8031,7 @@ const assets = {
7848
8031
  website: 'https://evmos.org/',
7849
8032
  twitter: 'https://twitter.com/EvmosOrg'
7850
8033
  },
8034
+ type_asset: 'sdk.coin',
7851
8035
  traces: [{
7852
8036
  type: 'ibc',
7853
8037
  counterparty: {
@@ -7889,6 +8073,7 @@ const assets = {
7889
8073
  website: 'https://www.neokingdom.org/',
7890
8074
  twitter: 'https://twitter.com/NEOKingdomDAO'
7891
8075
  },
8076
+ type_asset: 'sdk.coin',
7892
8077
  traces: [{
7893
8078
  type: 'ibc',
7894
8079
  counterparty: {
@@ -8005,6 +8190,7 @@ const assets = {
8005
8190
  primary_color_hex: '#1c2444'
8006
8191
  }
8007
8192
  }],
8193
+ type_asset: 'sdk.coin',
8008
8194
  traces: [{
8009
8195
  type: 'ibc',
8010
8196
  counterparty: {
@@ -8042,6 +8228,7 @@ const assets = {
8042
8228
  primary_color_hex: '#04ae9b'
8043
8229
  }
8044
8230
  }],
8231
+ type_asset: 'sdk.coin',
8045
8232
  traces: [{
8046
8233
  type: 'ibc',
8047
8234
  counterparty: {
@@ -8080,6 +8267,7 @@ const assets = {
8080
8267
  primary_color_hex: '#1c1c1c'
8081
8268
  }
8082
8269
  }],
8270
+ type_asset: 'sdk.coin',
8083
8271
  traces: [{
8084
8272
  type: 'ibc',
8085
8273
  counterparty: {
@@ -8122,6 +8310,7 @@ const assets = {
8122
8310
  socials: {
8123
8311
  twitter: 'https://twitter.com/furyachain'
8124
8312
  },
8313
+ type_asset: 'sdk.coin',
8125
8314
  traces: [{
8126
8315
  type: 'ibc',
8127
8316
  counterparty: {
@@ -8164,6 +8353,7 @@ const assets = {
8164
8353
  website: 'https://functionx.io',
8165
8354
  twitter: 'https://x.com/functionx_io'
8166
8355
  },
8356
+ type_asset: 'sdk.coin',
8167
8357
  traces: [{
8168
8358
  type: 'ibc',
8169
8359
  counterparty: {
@@ -8201,6 +8391,7 @@ const assets = {
8201
8391
  primary_color_hex: '#5e3be6'
8202
8392
  }
8203
8393
  }],
8394
+ type_asset: 'sdk.coin',
8204
8395
  traces: [{
8205
8396
  type: 'ibc',
8206
8397
  counterparty: {
@@ -8292,6 +8483,7 @@ const assets = {
8292
8483
  primary_color_hex: '#040404'
8293
8484
  }
8294
8485
  }],
8486
+ type_asset: 'sdk.coin',
8295
8487
  traces: [{
8296
8488
  type: 'ibc',
8297
8489
  counterparty: {
@@ -8339,6 +8531,7 @@ const assets = {
8339
8531
  website: 'https://gitopia.com/',
8340
8532
  twitter: 'https://twitter.com/gitopiaDAO'
8341
8533
  },
8534
+ type_asset: 'sdk.coin',
8342
8535
  traces: [{
8343
8536
  type: 'ibc',
8344
8537
  counterparty: {
@@ -8381,6 +8574,7 @@ const assets = {
8381
8574
  website: 'https://www.gravitybridge.net/',
8382
8575
  twitter: 'https://twitter.com/gravity_bridge'
8383
8576
  },
8577
+ type_asset: 'sdk.coin',
8384
8578
  traces: [{
8385
8579
  type: 'ibc',
8386
8580
  counterparty: {
@@ -8423,6 +8617,7 @@ const assets = {
8423
8617
  primary_color_hex: '#04cd80'
8424
8618
  }
8425
8619
  }],
8620
+ type_asset: 'sdk.coin',
8426
8621
  traces: [{
8427
8622
  type: 'ibc',
8428
8623
  counterparty: {
@@ -8511,6 +8706,7 @@ const assets = {
8511
8706
  website: 'https://humans.ai/',
8512
8707
  twitter: 'https://twitter.com/humansdotai'
8513
8708
  },
8709
+ type_asset: 'sdk.coin',
8514
8710
  traces: [{
8515
8711
  type: 'ibc',
8516
8712
  counterparty: {
@@ -8549,6 +8745,7 @@ const assets = {
8549
8745
  primary_color_hex: '#2c4484'
8550
8746
  }
8551
8747
  }],
8748
+ type_asset: 'sdk.coin',
8552
8749
  traces: [{
8553
8750
  type: 'ibc',
8554
8751
  counterparty: {
@@ -8587,6 +8784,7 @@ const assets = {
8587
8784
  primary_color_hex: '#4c54e4'
8588
8785
  }
8589
8786
  }],
8787
+ type_asset: 'sdk.coin',
8590
8788
  traces: [{
8591
8789
  type: 'ibc',
8592
8790
  counterparty: {
@@ -8629,6 +8827,7 @@ const assets = {
8629
8827
  website: 'https://injective.com/',
8630
8828
  twitter: 'https://twitter.com/Injective_'
8631
8829
  },
8830
+ type_asset: 'sdk.coin',
8632
8831
  traces: [{
8633
8832
  type: 'ibc',
8634
8833
  counterparty: {
@@ -8664,6 +8863,7 @@ const assets = {
8664
8863
  primary_color_hex: '#31292a'
8665
8864
  }
8666
8865
  }],
8866
+ type_asset: 'sdk.coin',
8667
8867
  traces: [{
8668
8868
  type: 'ibc',
8669
8869
  counterparty: {
@@ -8699,6 +8899,7 @@ const assets = {
8699
8899
  primary_color_hex: '#18120f'
8700
8900
  }
8701
8901
  }],
8902
+ type_asset: 'sdk.coin',
8702
8903
  traces: [{
8703
8904
  type: 'ibc',
8704
8905
  counterparty: {
@@ -8731,6 +8932,7 @@ const assets = {
8731
8932
  primary_color_hex: '#293a6f'
8732
8933
  }
8733
8934
  }],
8935
+ type_asset: 'sdk.coin',
8734
8936
  traces: [{
8735
8937
  type: 'ibc',
8736
8938
  counterparty: {
@@ -8763,6 +8965,7 @@ const assets = {
8763
8965
  primary_color_hex: '#272f4b'
8764
8966
  }
8765
8967
  }],
8968
+ type_asset: 'sdk.coin',
8766
8969
  traces: [{
8767
8970
  type: 'ibc',
8768
8971
  counterparty: {
@@ -8795,6 +8998,7 @@ const assets = {
8795
8998
  primary_color_hex: '#2a303f'
8796
8999
  }
8797
9000
  }],
9001
+ type_asset: 'sdk.coin',
8798
9002
  traces: [{
8799
9003
  type: 'ibc',
8800
9004
  counterparty: {
@@ -8827,6 +9031,7 @@ const assets = {
8827
9031
  primary_color_hex: '#54ac94'
8828
9032
  }
8829
9033
  }],
9034
+ type_asset: 'sdk.coin',
8830
9035
  traces: [{
8831
9036
  type: 'ibc',
8832
9037
  counterparty: {
@@ -8859,6 +9064,7 @@ const assets = {
8859
9064
  primary_color_hex: '#7931f9'
8860
9065
  }
8861
9066
  }],
9067
+ type_asset: 'sdk.coin',
8862
9068
  traces: [{
8863
9069
  type: 'ibc',
8864
9070
  counterparty: {
@@ -8897,6 +9103,7 @@ const assets = {
8897
9103
  primary_color_hex: '#5664ad'
8898
9104
  }
8899
9105
  }],
9106
+ type_asset: 'sdk.coin',
8900
9107
  traces: [{
8901
9108
  type: 'ibc',
8902
9109
  counterparty: {
@@ -8935,6 +9142,7 @@ const assets = {
8935
9142
  primary_color_hex: '#dbdbcb'
8936
9143
  }
8937
9144
  }],
9145
+ type_asset: 'sdk.coin',
8938
9146
  traces: [{
8939
9147
  type: 'ibc',
8940
9148
  counterparty: {
@@ -8977,6 +9185,7 @@ const assets = {
8977
9185
  website: 'https://junonetwork.io/',
8978
9186
  twitter: 'https://twitter.com/JunoNetwork'
8979
9187
  },
9188
+ type_asset: 'sdk.coin',
8980
9189
  traces: [{
8981
9190
  type: 'ibc',
8982
9191
  counterparty: {
@@ -9019,6 +9228,7 @@ const assets = {
9019
9228
  website: 'https://www.kava.io/',
9020
9229
  twitter: 'https://twitter.com/KAVA_CHAIN'
9021
9230
  },
9231
+ type_asset: 'sdk.coin',
9022
9232
  traces: [{
9023
9233
  type: 'ibc',
9024
9234
  counterparty: {
@@ -9057,6 +9267,7 @@ const assets = {
9057
9267
  primary_color_hex: '#7b34ac'
9058
9268
  }
9059
9269
  }],
9270
+ type_asset: 'sdk.coin',
9060
9271
  traces: [{
9061
9272
  type: 'ibc',
9062
9273
  counterparty: {
@@ -9095,6 +9306,7 @@ const assets = {
9095
9306
  primary_color_hex: '#544cfc'
9096
9307
  }
9097
9308
  }],
9309
+ type_asset: 'sdk.coin',
9098
9310
  traces: [{
9099
9311
  type: 'ibc',
9100
9312
  counterparty: {
@@ -9133,6 +9345,7 @@ const assets = {
9133
9345
  primary_color_hex: '#04d4a3'
9134
9346
  }
9135
9347
  }],
9348
+ type_asset: 'sdk.coin',
9136
9349
  traces: [{
9137
9350
  type: 'ibc',
9138
9351
  counterparty: {
@@ -9186,7 +9399,8 @@ const assets = {
9186
9399
  logo_URIs: {
9187
9400
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
9188
9401
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
9189
- }
9402
+ },
9403
+ type_asset: 'sdk.coin'
9190
9404
  },
9191
9405
  {
9192
9406
  description: 'The native token of Ki Chain',
@@ -9214,6 +9428,7 @@ const assets = {
9214
9428
  primary_color_hex: '#1c04fc'
9215
9429
  }
9216
9430
  }],
9431
+ type_asset: 'sdk.coin',
9217
9432
  traces: [{
9218
9433
  type: 'ibc',
9219
9434
  counterparty: {
@@ -9256,6 +9471,7 @@ const assets = {
9256
9471
  twitter: 'https://x.com/KimaNetwork',
9257
9472
  website: 'https://www.kima.network/'
9258
9473
  },
9474
+ type_asset: 'sdk.coin',
9259
9475
  traces: [{
9260
9476
  type: 'ibc',
9261
9477
  counterparty: {
@@ -9294,6 +9510,7 @@ const assets = {
9294
9510
  primary_color_hex: '#042a61'
9295
9511
  }
9296
9512
  }],
9513
+ type_asset: 'sdk.coin',
9297
9514
  traces: [{
9298
9515
  type: 'ibc',
9299
9516
  counterparty: {
@@ -9336,6 +9553,7 @@ const assets = {
9336
9553
  website: 'https://kujira.network/',
9337
9554
  twitter: 'https://twitter.com/TeamKujira'
9338
9555
  },
9556
+ type_asset: 'sdk.coin',
9339
9557
  traces: [{
9340
9558
  type: 'ibc',
9341
9559
  counterparty: {
@@ -9378,6 +9596,7 @@ const assets = {
9378
9596
  website: 'https://www.kyve.network/',
9379
9597
  twitter: 'https://twitter.com/KYVENetwork'
9380
9598
  },
9599
+ type_asset: 'sdk.coin',
9381
9600
  traces: [{
9382
9601
  type: 'ibc',
9383
9602
  counterparty: {
@@ -9416,6 +9635,7 @@ const assets = {
9416
9635
  primary_color_hex: '#e41c54'
9417
9636
  }
9418
9637
  }],
9638
+ type_asset: 'sdk.coin',
9419
9639
  traces: [{
9420
9640
  type: 'ibc',
9421
9641
  counterparty: {
@@ -9505,6 +9725,7 @@ const assets = {
9505
9725
  primary_color_hex: '#2d656c'
9506
9726
  }
9507
9727
  }],
9728
+ type_asset: 'sdk.coin',
9508
9729
  traces: [{
9509
9730
  type: 'ibc',
9510
9731
  counterparty: {
@@ -9546,6 +9767,7 @@ const assets = {
9546
9767
  website: 'https://www.lorenzo-protocol.xyz/',
9547
9768
  twitter: 'https://x.com/LorenzoProtocol'
9548
9769
  },
9770
+ type_asset: 'sdk.coin',
9549
9771
  traces: [{
9550
9772
  type: 'ibc',
9551
9773
  counterparty: {
@@ -9583,6 +9805,7 @@ const assets = {
9583
9805
  primary_color_hex: '#cb8b40'
9584
9806
  }
9585
9807
  }],
9808
+ type_asset: 'sdk.coin',
9586
9809
  traces: [{
9587
9810
  type: 'ibc',
9588
9811
  counterparty: {
@@ -9621,6 +9844,7 @@ const assets = {
9621
9844
  primary_color_hex: '#080808'
9622
9845
  }
9623
9846
  }],
9847
+ type_asset: 'sdk.coin',
9624
9848
  traces: [{
9625
9849
  type: 'ibc',
9626
9850
  counterparty: {
@@ -9659,6 +9883,7 @@ const assets = {
9659
9883
  primary_color_hex: '#147ccc'
9660
9884
  }
9661
9885
  }],
9886
+ type_asset: 'sdk.coin',
9662
9887
  traces: [{
9663
9888
  type: 'ibc',
9664
9889
  counterparty: {
@@ -9697,6 +9922,7 @@ const assets = {
9697
9922
  primary_color_hex: '#b7dcd8'
9698
9923
  }
9699
9924
  }],
9925
+ type_asset: 'sdk.coin',
9700
9926
  traces: [{
9701
9927
  type: 'ibc',
9702
9928
  counterparty: {
@@ -9735,6 +9961,7 @@ const assets = {
9735
9961
  primary_color_hex: '#6bab14'
9736
9962
  }
9737
9963
  }],
9964
+ type_asset: 'sdk.coin',
9738
9965
  traces: [{
9739
9966
  type: 'ibc',
9740
9967
  counterparty: {
@@ -9773,6 +10000,7 @@ const assets = {
9773
10000
  primary_color_hex: '#1c1c1c'
9774
10001
  }
9775
10002
  }],
10003
+ type_asset: 'sdk.coin',
9776
10004
  traces: [{
9777
10005
  type: 'ibc',
9778
10006
  counterparty: {
@@ -9811,6 +10039,7 @@ const assets = {
9811
10039
  primary_color_hex: '#cbfb06'
9812
10040
  }
9813
10041
  }],
10042
+ type_asset: 'sdk.coin',
9814
10043
  traces: [{
9815
10044
  type: 'ibc',
9816
10045
  counterparty: {
@@ -9855,6 +10084,7 @@ const assets = {
9855
10084
  website: 'https://neutron.org/',
9856
10085
  twitter: 'https://twitter.com/Neutron_org'
9857
10086
  },
10087
+ type_asset: 'sdk.coin',
9858
10088
  traces: [{
9859
10089
  type: 'ibc',
9860
10090
  counterparty: {
@@ -9890,6 +10120,7 @@ const assets = {
9890
10120
  primary_color_hex: '#1b0847'
9891
10121
  }
9892
10122
  }],
10123
+ type_asset: 'sdk.coin',
9893
10124
  traces: [{
9894
10125
  type: 'ibc',
9895
10126
  counterparty: {
@@ -9925,6 +10156,7 @@ const assets = {
9925
10156
  primary_color_hex: '#dcd5ab'
9926
10157
  }
9927
10158
  }],
10159
+ type_asset: 'sdk.coin',
9928
10160
  traces: [{
9929
10161
  type: 'ibc',
9930
10162
  counterparty: {
@@ -9960,6 +10192,7 @@ const assets = {
9960
10192
  primary_color_hex: '#333333'
9961
10193
  }
9962
10194
  }],
10195
+ type_asset: 'sdk.coin',
9963
10196
  traces: [{
9964
10197
  type: 'ibc',
9965
10198
  counterparty: {
@@ -10009,6 +10242,7 @@ const assets = {
10009
10242
  primary_color_hex: '#14c0ce'
10010
10243
  }
10011
10244
  }],
10245
+ type_asset: 'sdk.coin',
10012
10246
  traces: [{
10013
10247
  type: 'ibc',
10014
10248
  counterparty: {
@@ -10032,6 +10266,7 @@ const assets = {
10032
10266
  name: 'uoprek',
10033
10267
  display: 'tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek',
10034
10268
  symbol: 'UOPREK',
10269
+ type_asset: 'sdk.coin',
10035
10270
  traces: [{
10036
10271
  type: 'ibc',
10037
10272
  counterparty: {
@@ -10055,6 +10290,7 @@ const assets = {
10055
10290
  name: 'utestate',
10056
10291
  display: 'tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate',
10057
10292
  symbol: 'UTESTATE',
10293
+ type_asset: 'sdk.coin',
10058
10294
  traces: [{
10059
10295
  type: 'ibc',
10060
10296
  counterparty: {
@@ -10078,6 +10314,7 @@ const assets = {
10078
10314
  name: 'npp',
10079
10315
  display: 'tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP',
10080
10316
  symbol: 'NPP',
10317
+ type_asset: 'sdk.coin',
10081
10318
  traces: [{
10082
10319
  type: 'ibc',
10083
10320
  counterparty: {
@@ -10196,6 +10433,7 @@ const assets = {
10196
10433
  website: 'https://ondo.finance/usdy',
10197
10434
  twitter: 'https://x.com/OndoFinance'
10198
10435
  },
10436
+ type_asset: 'sdk.coin',
10199
10437
  traces: [{
10200
10438
  type: 'ibc',
10201
10439
  counterparty: {
@@ -10239,6 +10477,7 @@ const assets = {
10239
10477
  primary_color_hex: '#0c0c14'
10240
10478
  }
10241
10479
  }],
10480
+ type_asset: 'sdk.coin',
10242
10481
  traces: [{
10243
10482
  type: 'ibc',
10244
10483
  counterparty: {
@@ -10281,6 +10520,7 @@ const assets = {
10281
10520
  website: 'https://nolus.io/',
10282
10521
  twitter: 'https://twitter.com/NolusProtocol'
10283
10522
  },
10523
+ type_asset: 'sdk.coin',
10284
10524
  traces: [{
10285
10525
  type: 'ibc',
10286
10526
  counterparty: {
@@ -10318,6 +10558,7 @@ const assets = {
10318
10558
  primary_color_hex: '#6404fc'
10319
10559
  }
10320
10560
  }],
10561
+ type_asset: 'sdk.coin',
10321
10562
  traces: [{
10322
10563
  type: 'ibc',
10323
10564
  counterparty: {
@@ -10353,6 +10594,7 @@ const assets = {
10353
10594
  primary_color_hex: '#f45135'
10354
10595
  }
10355
10596
  }],
10597
+ type_asset: 'sdk.coin',
10356
10598
  traces: [{
10357
10599
  type: 'ibc',
10358
10600
  counterparty: {
@@ -10401,6 +10643,7 @@ const assets = {
10401
10643
  primary_color_hex: '#141424'
10402
10644
  }
10403
10645
  }],
10646
+ type_asset: 'sdk.coin',
10404
10647
  traces: [{
10405
10648
  type: 'ibc',
10406
10649
  counterparty: {
@@ -10440,6 +10683,7 @@ const assets = {
10440
10683
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
10441
10684
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
10442
10685
  }],
10686
+ type_asset: 'sdk.coin',
10443
10687
  traces: [{
10444
10688
  type: 'ibc',
10445
10689
  counterparty: {
@@ -10481,6 +10725,7 @@ const assets = {
10481
10725
  primary_color_hex: '#c3ebf3'
10482
10726
  }
10483
10727
  }],
10728
+ type_asset: 'sdk.coin',
10484
10729
  traces: [{
10485
10730
  type: 'ibc',
10486
10731
  counterparty: {
@@ -10522,6 +10767,7 @@ const assets = {
10522
10767
  primary_color_hex: '#040404'
10523
10768
  }
10524
10769
  }],
10770
+ type_asset: 'sdk.coin',
10525
10771
  traces: [{
10526
10772
  type: 'ibc',
10527
10773
  counterparty: {
@@ -10564,6 +10810,7 @@ const assets = {
10564
10810
  website: 'https://omniflix.network/',
10565
10811
  twitter: 'https://twitter.com/OmniFlixNetwork'
10566
10812
  },
10813
+ type_asset: 'sdk.coin',
10567
10814
  traces: [{
10568
10815
  type: 'ibc',
10569
10816
  counterparty: {
@@ -10599,6 +10846,7 @@ const assets = {
10599
10846
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
10600
10847
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
10601
10848
  }],
10849
+ type_asset: 'sdk.coin',
10602
10850
  traces: [{
10603
10851
  type: 'ibc',
10604
10852
  counterparty: {
@@ -10643,6 +10891,7 @@ const assets = {
10643
10891
  primary_color_hex: '#1c1c28'
10644
10892
  }
10645
10893
  }],
10894
+ type_asset: 'sdk.coin',
10646
10895
  traces: [{
10647
10896
  type: 'ibc',
10648
10897
  counterparty: {
@@ -10707,6 +10956,7 @@ const assets = {
10707
10956
  }
10708
10957
  }
10709
10958
  ],
10959
+ type_asset: 'sdk.coin',
10710
10960
  traces: [{
10711
10961
  type: 'ibc',
10712
10962
  counterparty: {
@@ -10745,6 +10995,7 @@ const assets = {
10745
10995
  primary_color_hex: '#2474ec'
10746
10996
  }
10747
10997
  }],
10998
+ type_asset: 'sdk.coin',
10748
10999
  traces: [{
10749
11000
  type: 'ibc',
10750
11001
  counterparty: {
@@ -10781,6 +11032,7 @@ const assets = {
10781
11032
  primary_color_hex: '#05050c'
10782
11033
  }
10783
11034
  }],
11035
+ type_asset: 'sdk.coin',
10784
11036
  traces: [{
10785
11037
  type: 'ibc',
10786
11038
  counterparty: {
@@ -10864,6 +11116,7 @@ const assets = {
10864
11116
  website: 'https://persistence.one/',
10865
11117
  twitter: 'https://twitter.com/PersistenceOne'
10866
11118
  },
11119
+ type_asset: 'sdk.coin',
10867
11120
  traces: [{
10868
11121
  type: 'ibc',
10869
11122
  counterparty: {
@@ -10906,6 +11159,7 @@ const assets = {
10906
11159
  website: 'https://planq.network',
10907
11160
  twitter: 'https://twitter.com/planqfoundation'
10908
11161
  },
11162
+ type_asset: 'sdk.coin',
10909
11163
  traces: [{
10910
11164
  type: 'ibc',
10911
11165
  counterparty: {
@@ -10955,7 +11209,8 @@ const assets = {
10955
11209
  }],
10956
11210
  logo_URIs: {
10957
11211
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
10958
- }
11212
+ },
11213
+ type_asset: 'sdk.coin'
10959
11214
  },
10960
11215
  {
10961
11216
  description: 'Hash is the staking token of the Provenance Blockchain',
@@ -10983,6 +11238,7 @@ const assets = {
10983
11238
  primary_color_hex: '#4c7cdc'
10984
11239
  }
10985
11240
  }],
11241
+ type_asset: 'sdk.coin',
10986
11242
  traces: [{
10987
11243
  type: 'ibc',
10988
11244
  counterparty: {
@@ -11020,6 +11276,7 @@ const assets = {
11020
11276
  primary_color_hex: '#c6ddf5'
11021
11277
  }
11022
11278
  }],
11279
+ type_asset: 'sdk.coin',
11023
11280
  traces: [{
11024
11281
  type: 'ibc',
11025
11282
  counterparty: {
@@ -11054,6 +11311,7 @@ const assets = {
11054
11311
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
11055
11312
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
11056
11313
  }],
11314
+ type_asset: 'sdk.coin',
11057
11315
  traces: [{
11058
11316
  type: 'ibc',
11059
11317
  counterparty: {
@@ -11088,6 +11346,7 @@ const assets = {
11088
11346
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
11089
11347
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
11090
11348
  }],
11349
+ type_asset: 'sdk.coin',
11091
11350
  traces: [{
11092
11351
  type: 'ibc',
11093
11352
  counterparty: {
@@ -11122,6 +11381,7 @@ const assets = {
11122
11381
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
11123
11382
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
11124
11383
  }],
11384
+ type_asset: 'sdk.coin',
11125
11385
  traces: [{
11126
11386
  type: 'ibc',
11127
11387
  counterparty: {
@@ -11156,6 +11416,7 @@ const assets = {
11156
11416
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
11157
11417
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
11158
11418
  }],
11419
+ type_asset: 'sdk.coin',
11159
11420
  traces: [{
11160
11421
  type: 'ibc',
11161
11422
  counterparty: {
@@ -11190,6 +11451,7 @@ const assets = {
11190
11451
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
11191
11452
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
11192
11453
  }],
11454
+ type_asset: 'sdk.coin',
11193
11455
  traces: [{
11194
11456
  type: 'ibc',
11195
11457
  counterparty: {
@@ -11224,6 +11486,7 @@ const assets = {
11224
11486
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
11225
11487
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
11226
11488
  }],
11489
+ type_asset: 'sdk.coin',
11227
11490
  traces: [{
11228
11491
  type: 'ibc',
11229
11492
  counterparty: {
@@ -11258,6 +11521,7 @@ const assets = {
11258
11521
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
11259
11522
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
11260
11523
  }],
11524
+ type_asset: 'sdk.coin',
11261
11525
  traces: [{
11262
11526
  type: 'ibc',
11263
11527
  counterparty: {
@@ -11292,6 +11556,7 @@ const assets = {
11292
11556
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
11293
11557
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
11294
11558
  }],
11559
+ type_asset: 'sdk.coin',
11295
11560
  traces: [{
11296
11561
  type: 'ibc',
11297
11562
  counterparty: {
@@ -11326,6 +11591,7 @@ const assets = {
11326
11591
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
11327
11592
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
11328
11593
  }],
11594
+ type_asset: 'sdk.coin',
11329
11595
  traces: [{
11330
11596
  type: 'ibc',
11331
11597
  counterparty: {
@@ -11360,6 +11626,7 @@ const assets = {
11360
11626
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
11361
11627
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
11362
11628
  }],
11629
+ type_asset: 'sdk.coin',
11363
11630
  traces: [{
11364
11631
  type: 'ibc',
11365
11632
  counterparty: {
@@ -11394,6 +11661,7 @@ const assets = {
11394
11661
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
11395
11662
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
11396
11663
  }],
11664
+ type_asset: 'sdk.coin',
11397
11665
  traces: [{
11398
11666
  type: 'ibc',
11399
11667
  counterparty: {
@@ -11428,6 +11696,7 @@ const assets = {
11428
11696
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
11429
11697
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
11430
11698
  }],
11699
+ type_asset: 'sdk.coin',
11431
11700
  traces: [{
11432
11701
  type: 'ibc',
11433
11702
  counterparty: {
@@ -11462,6 +11731,7 @@ const assets = {
11462
11731
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
11463
11732
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
11464
11733
  }],
11734
+ type_asset: 'sdk.coin',
11465
11735
  traces: [{
11466
11736
  type: 'ibc',
11467
11737
  counterparty: {
@@ -11496,6 +11766,7 @@ const assets = {
11496
11766
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
11497
11767
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
11498
11768
  }],
11769
+ type_asset: 'sdk.coin',
11499
11770
  traces: [{
11500
11771
  type: 'ibc',
11501
11772
  counterparty: {
@@ -11530,6 +11801,7 @@ const assets = {
11530
11801
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
11531
11802
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
11532
11803
  }],
11804
+ type_asset: 'sdk.coin',
11533
11805
  traces: [{
11534
11806
  type: 'ibc',
11535
11807
  counterparty: {
@@ -11564,6 +11836,7 @@ const assets = {
11564
11836
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
11565
11837
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
11566
11838
  }],
11839
+ type_asset: 'sdk.coin',
11567
11840
  traces: [{
11568
11841
  type: 'ibc',
11569
11842
  counterparty: {
@@ -11598,6 +11871,7 @@ const assets = {
11598
11871
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
11599
11872
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
11600
11873
  }],
11874
+ type_asset: 'sdk.coin',
11601
11875
  traces: [{
11602
11876
  type: 'ibc',
11603
11877
  counterparty: {
@@ -11632,6 +11906,7 @@ const assets = {
11632
11906
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
11633
11907
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
11634
11908
  }],
11909
+ type_asset: 'sdk.coin',
11635
11910
  traces: [{
11636
11911
  type: 'ibc',
11637
11912
  counterparty: {
@@ -11666,6 +11941,7 @@ const assets = {
11666
11941
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
11667
11942
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
11668
11943
  }],
11944
+ type_asset: 'sdk.coin',
11669
11945
  traces: [{
11670
11946
  type: 'ibc',
11671
11947
  counterparty: {
@@ -11700,6 +11976,7 @@ const assets = {
11700
11976
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
11701
11977
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
11702
11978
  }],
11979
+ type_asset: 'sdk.coin',
11703
11980
  traces: [{
11704
11981
  type: 'ibc',
11705
11982
  counterparty: {
@@ -11734,6 +12011,7 @@ const assets = {
11734
12011
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
11735
12012
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
11736
12013
  }],
12014
+ type_asset: 'sdk.coin',
11737
12015
  traces: [{
11738
12016
  type: 'ibc',
11739
12017
  counterparty: {
@@ -11768,6 +12046,7 @@ const assets = {
11768
12046
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
11769
12047
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
11770
12048
  }],
12049
+ type_asset: 'sdk.coin',
11771
12050
  traces: [{
11772
12051
  type: 'ibc',
11773
12052
  counterparty: {
@@ -11802,6 +12081,7 @@ const assets = {
11802
12081
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
11803
12082
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
11804
12083
  }],
12084
+ type_asset: 'sdk.coin',
11805
12085
  traces: [{
11806
12086
  type: 'ibc',
11807
12087
  counterparty: {
@@ -11836,6 +12116,7 @@ const assets = {
11836
12116
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
11837
12117
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
11838
12118
  }],
12119
+ type_asset: 'sdk.coin',
11839
12120
  traces: [{
11840
12121
  type: 'ibc',
11841
12122
  counterparty: {
@@ -11870,6 +12151,7 @@ const assets = {
11870
12151
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
11871
12152
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
11872
12153
  }],
12154
+ type_asset: 'sdk.coin',
11873
12155
  traces: [{
11874
12156
  type: 'ibc',
11875
12157
  counterparty: {
@@ -11904,6 +12186,7 @@ const assets = {
11904
12186
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
11905
12187
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
11906
12188
  }],
12189
+ type_asset: 'sdk.coin',
11907
12190
  traces: [{
11908
12191
  type: 'ibc',
11909
12192
  counterparty: {
@@ -11938,6 +12221,7 @@ const assets = {
11938
12221
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
11939
12222
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
11940
12223
  }],
12224
+ type_asset: 'sdk.coin',
11941
12225
  traces: [{
11942
12226
  type: 'ibc',
11943
12227
  counterparty: {
@@ -11972,6 +12256,7 @@ const assets = {
11972
12256
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
11973
12257
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
11974
12258
  }],
12259
+ type_asset: 'sdk.coin',
11975
12260
  traces: [{
11976
12261
  type: 'ibc',
11977
12262
  counterparty: {
@@ -12006,6 +12291,7 @@ const assets = {
12006
12291
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
12007
12292
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
12008
12293
  }],
12294
+ type_asset: 'sdk.coin',
12009
12295
  traces: [{
12010
12296
  type: 'ibc',
12011
12297
  counterparty: {
@@ -12040,6 +12326,7 @@ const assets = {
12040
12326
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
12041
12327
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
12042
12328
  }],
12329
+ type_asset: 'sdk.coin',
12043
12330
  traces: [{
12044
12331
  type: 'ibc',
12045
12332
  counterparty: {
@@ -12074,6 +12361,7 @@ const assets = {
12074
12361
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
12075
12362
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
12076
12363
  }],
12364
+ type_asset: 'sdk.coin',
12077
12365
  traces: [{
12078
12366
  type: 'ibc',
12079
12367
  counterparty: {
@@ -12108,6 +12396,7 @@ const assets = {
12108
12396
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
12109
12397
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
12110
12398
  }],
12399
+ type_asset: 'sdk.coin',
12111
12400
  traces: [{
12112
12401
  type: 'ibc',
12113
12402
  counterparty: {
@@ -12142,6 +12431,7 @@ const assets = {
12142
12431
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
12143
12432
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
12144
12433
  }],
12434
+ type_asset: 'sdk.coin',
12145
12435
  traces: [{
12146
12436
  type: 'ibc',
12147
12437
  counterparty: {
@@ -12176,6 +12466,7 @@ const assets = {
12176
12466
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
12177
12467
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
12178
12468
  }],
12469
+ type_asset: 'sdk.coin',
12179
12470
  traces: [{
12180
12471
  type: 'ibc',
12181
12472
  counterparty: {
@@ -12210,6 +12501,7 @@ const assets = {
12210
12501
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
12211
12502
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
12212
12503
  }],
12504
+ type_asset: 'sdk.coin',
12213
12505
  traces: [{
12214
12506
  type: 'ibc',
12215
12507
  counterparty: {
@@ -12244,6 +12536,7 @@ const assets = {
12244
12536
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
12245
12537
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
12246
12538
  }],
12539
+ type_asset: 'sdk.coin',
12247
12540
  traces: [{
12248
12541
  type: 'ibc',
12249
12542
  counterparty: {
@@ -12278,6 +12571,7 @@ const assets = {
12278
12571
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
12279
12572
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
12280
12573
  }],
12574
+ type_asset: 'sdk.coin',
12281
12575
  traces: [{
12282
12576
  type: 'ibc',
12283
12577
  counterparty: {
@@ -12312,6 +12606,7 @@ const assets = {
12312
12606
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
12313
12607
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
12314
12608
  }],
12609
+ type_asset: 'sdk.coin',
12315
12610
  traces: [{
12316
12611
  type: 'ibc',
12317
12612
  counterparty: {
@@ -12346,6 +12641,7 @@ const assets = {
12346
12641
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
12347
12642
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
12348
12643
  }],
12644
+ type_asset: 'sdk.coin',
12349
12645
  traces: [{
12350
12646
  type: 'ibc',
12351
12647
  counterparty: {
@@ -12380,6 +12676,7 @@ const assets = {
12380
12676
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
12381
12677
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
12382
12678
  }],
12679
+ type_asset: 'sdk.coin',
12383
12680
  traces: [{
12384
12681
  type: 'ibc',
12385
12682
  counterparty: {
@@ -12414,6 +12711,7 @@ const assets = {
12414
12711
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
12415
12712
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
12416
12713
  }],
12714
+ type_asset: 'sdk.coin',
12417
12715
  traces: [{
12418
12716
  type: 'ibc',
12419
12717
  counterparty: {
@@ -12448,6 +12746,7 @@ const assets = {
12448
12746
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
12449
12747
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
12450
12748
  }],
12749
+ type_asset: 'sdk.coin',
12451
12750
  traces: [{
12452
12751
  type: 'ibc',
12453
12752
  counterparty: {
@@ -12482,6 +12781,7 @@ const assets = {
12482
12781
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
12483
12782
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
12484
12783
  }],
12784
+ type_asset: 'sdk.coin',
12485
12785
  traces: [{
12486
12786
  type: 'ibc',
12487
12787
  counterparty: {
@@ -12516,6 +12816,7 @@ const assets = {
12516
12816
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
12517
12817
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
12518
12818
  }],
12819
+ type_asset: 'sdk.coin',
12519
12820
  traces: [{
12520
12821
  type: 'ibc',
12521
12822
  counterparty: {
@@ -12550,6 +12851,7 @@ const assets = {
12550
12851
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
12551
12852
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
12552
12853
  }],
12854
+ type_asset: 'sdk.coin',
12553
12855
  traces: [{
12554
12856
  type: 'ibc',
12555
12857
  counterparty: {
@@ -12584,6 +12886,7 @@ const assets = {
12584
12886
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
12585
12887
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
12586
12888
  }],
12889
+ type_asset: 'sdk.coin',
12587
12890
  traces: [{
12588
12891
  type: 'ibc',
12589
12892
  counterparty: {
@@ -12618,6 +12921,7 @@ const assets = {
12618
12921
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
12619
12922
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
12620
12923
  }],
12924
+ type_asset: 'sdk.coin',
12621
12925
  traces: [{
12622
12926
  type: 'ibc',
12623
12927
  counterparty: {
@@ -12652,6 +12956,7 @@ const assets = {
12652
12956
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
12653
12957
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
12654
12958
  }],
12959
+ type_asset: 'sdk.coin',
12655
12960
  traces: [{
12656
12961
  type: 'ibc',
12657
12962
  counterparty: {
@@ -12686,6 +12991,7 @@ const assets = {
12686
12991
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12687
12992
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12688
12993
  }],
12994
+ type_asset: 'sdk.coin',
12689
12995
  traces: [{
12690
12996
  type: 'ibc',
12691
12997
  counterparty: {
@@ -12720,6 +13026,7 @@ const assets = {
12720
13026
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12721
13027
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12722
13028
  }],
13029
+ type_asset: 'sdk.coin',
12723
13030
  traces: [{
12724
13031
  type: 'ibc',
12725
13032
  counterparty: {
@@ -12754,6 +13061,7 @@ const assets = {
12754
13061
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12755
13062
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12756
13063
  }],
13064
+ type_asset: 'sdk.coin',
12757
13065
  traces: [{
12758
13066
  type: 'ibc',
12759
13067
  counterparty: {
@@ -12788,6 +13096,7 @@ const assets = {
12788
13096
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12789
13097
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12790
13098
  }],
13099
+ type_asset: 'sdk.coin',
12791
13100
  traces: [{
12792
13101
  type: 'ibc',
12793
13102
  counterparty: {
@@ -12822,6 +13131,7 @@ const assets = {
12822
13131
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12823
13132
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12824
13133
  }],
13134
+ type_asset: 'sdk.coin',
12825
13135
  traces: [{
12826
13136
  type: 'ibc',
12827
13137
  counterparty: {
@@ -12856,6 +13166,7 @@ const assets = {
12856
13166
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12857
13167
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12858
13168
  }],
13169
+ type_asset: 'sdk.coin',
12859
13170
  traces: [{
12860
13171
  type: 'ibc',
12861
13172
  counterparty: {
@@ -12890,6 +13201,7 @@ const assets = {
12890
13201
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12891
13202
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12892
13203
  }],
13204
+ type_asset: 'sdk.coin',
12893
13205
  traces: [{
12894
13206
  type: 'ibc',
12895
13207
  counterparty: {
@@ -12924,6 +13236,7 @@ const assets = {
12924
13236
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12925
13237
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12926
13238
  }],
13239
+ type_asset: 'sdk.coin',
12927
13240
  traces: [{
12928
13241
  type: 'ibc',
12929
13242
  counterparty: {
@@ -12958,6 +13271,7 @@ const assets = {
12958
13271
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12959
13272
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12960
13273
  }],
13274
+ type_asset: 'sdk.coin',
12961
13275
  traces: [{
12962
13276
  type: 'ibc',
12963
13277
  counterparty: {
@@ -12992,6 +13306,7 @@ const assets = {
12992
13306
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12993
13307
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12994
13308
  }],
13309
+ type_asset: 'sdk.coin',
12995
13310
  traces: [{
12996
13311
  type: 'ibc',
12997
13312
  counterparty: {
@@ -13026,6 +13341,7 @@ const assets = {
13026
13341
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13027
13342
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13028
13343
  }],
13344
+ type_asset: 'sdk.coin',
13029
13345
  traces: [{
13030
13346
  type: 'ibc',
13031
13347
  counterparty: {
@@ -13060,6 +13376,7 @@ const assets = {
13060
13376
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13061
13377
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13062
13378
  }],
13379
+ type_asset: 'sdk.coin',
13063
13380
  traces: [{
13064
13381
  type: 'ibc',
13065
13382
  counterparty: {
@@ -13094,6 +13411,7 @@ const assets = {
13094
13411
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13095
13412
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13096
13413
  }],
13414
+ type_asset: 'sdk.coin',
13097
13415
  traces: [{
13098
13416
  type: 'ibc',
13099
13417
  counterparty: {
@@ -13128,6 +13446,7 @@ const assets = {
13128
13446
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13129
13447
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13130
13448
  }],
13449
+ type_asset: 'sdk.coin',
13131
13450
  traces: [{
13132
13451
  type: 'ibc',
13133
13452
  counterparty: {
@@ -13162,6 +13481,7 @@ const assets = {
13162
13481
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13163
13482
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13164
13483
  }],
13484
+ type_asset: 'sdk.coin',
13165
13485
  traces: [{
13166
13486
  type: 'ibc',
13167
13487
  counterparty: {
@@ -13196,6 +13516,7 @@ const assets = {
13196
13516
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13197
13517
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13198
13518
  }],
13519
+ type_asset: 'sdk.coin',
13199
13520
  traces: [{
13200
13521
  type: 'ibc',
13201
13522
  counterparty: {
@@ -13230,6 +13551,7 @@ const assets = {
13230
13551
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13231
13552
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13232
13553
  }],
13554
+ type_asset: 'sdk.coin',
13233
13555
  traces: [{
13234
13556
  type: 'ibc',
13235
13557
  counterparty: {
@@ -13264,6 +13586,7 @@ const assets = {
13264
13586
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13265
13587
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13266
13588
  }],
13589
+ type_asset: 'sdk.coin',
13267
13590
  traces: [{
13268
13591
  type: 'ibc',
13269
13592
  counterparty: {
@@ -13298,6 +13621,7 @@ const assets = {
13298
13621
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13299
13622
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13300
13623
  }],
13624
+ type_asset: 'sdk.coin',
13301
13625
  traces: [{
13302
13626
  type: 'ibc',
13303
13627
  counterparty: {
@@ -13332,6 +13656,7 @@ const assets = {
13332
13656
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13333
13657
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13334
13658
  }],
13659
+ type_asset: 'sdk.coin',
13335
13660
  traces: [{
13336
13661
  type: 'ibc',
13337
13662
  counterparty: {
@@ -13366,6 +13691,7 @@ const assets = {
13366
13691
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13367
13692
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13368
13693
  }],
13694
+ type_asset: 'sdk.coin',
13369
13695
  traces: [{
13370
13696
  type: 'ibc',
13371
13697
  counterparty: {
@@ -13400,6 +13726,7 @@ const assets = {
13400
13726
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13401
13727
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13402
13728
  }],
13729
+ type_asset: 'sdk.coin',
13403
13730
  traces: [{
13404
13731
  type: 'ibc',
13405
13732
  counterparty: {
@@ -13434,6 +13761,7 @@ const assets = {
13434
13761
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13435
13762
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13436
13763
  }],
13764
+ type_asset: 'sdk.coin',
13437
13765
  traces: [{
13438
13766
  type: 'ibc',
13439
13767
  counterparty: {
@@ -13468,6 +13796,7 @@ const assets = {
13468
13796
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13469
13797
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13470
13798
  }],
13799
+ type_asset: 'sdk.coin',
13471
13800
  traces: [{
13472
13801
  type: 'ibc',
13473
13802
  counterparty: {
@@ -13507,6 +13836,7 @@ const assets = {
13507
13836
  website: 'https://pylons.tech',
13508
13837
  twitter: 'https://twitter.com/pylonstech'
13509
13838
  },
13839
+ type_asset: 'sdk.coin',
13510
13840
  traces: [{
13511
13841
  type: 'ibc',
13512
13842
  counterparty: {
@@ -13590,6 +13920,7 @@ const assets = {
13590
13920
  website: 'https://quicksilver.zone/',
13591
13921
  twitter: 'https://twitter.com/quicksilverzone'
13592
13922
  },
13923
+ type_asset: 'sdk.coin',
13593
13924
  traces: [{
13594
13925
  type: 'ibc',
13595
13926
  counterparty: {
@@ -13631,6 +13962,7 @@ const assets = {
13631
13962
  website: 'https://qwoyn.studio',
13632
13963
  twitter: 'https://twitter.com/Qwoyn_Studios'
13633
13964
  },
13965
+ type_asset: 'sdk.coin',
13634
13966
  traces: [{
13635
13967
  type: 'ibc',
13636
13968
  counterparty: {
@@ -13675,6 +14007,7 @@ const assets = {
13675
14007
  website: 'https://realio.network/',
13676
14008
  twitter: 'https://x.com/realio_network'
13677
14009
  },
14010
+ type_asset: 'sdk.coin',
13678
14011
  traces: [{
13679
14012
  type: 'ibc',
13680
14013
  counterparty: {
@@ -13710,6 +14043,7 @@ const assets = {
13710
14043
  primary_color_hex: '#e0e0e0'
13711
14044
  }
13712
14045
  }],
14046
+ type_asset: 'sdk.coin',
13713
14047
  traces: [{
13714
14048
  type: 'ibc',
13715
14049
  counterparty: {
@@ -13748,6 +14082,7 @@ const assets = {
13748
14082
  primary_color_hex: '#e75486'
13749
14083
  }
13750
14084
  }],
14085
+ type_asset: 'sdk.coin',
13751
14086
  traces: [{
13752
14087
  type: 'ibc',
13753
14088
  counterparty: {
@@ -13790,6 +14125,7 @@ const assets = {
13790
14125
  website: 'https://www.regen.network/',
13791
14126
  twitter: 'https://twitter.com/regen_network'
13792
14127
  },
14128
+ type_asset: 'sdk.coin',
13793
14129
  traces: [{
13794
14130
  type: 'ibc',
13795
14131
  counterparty: {
@@ -13828,6 +14164,7 @@ const assets = {
13828
14164
  primary_color_hex: '#171c25'
13829
14165
  }
13830
14166
  }],
14167
+ type_asset: 'sdk.coin',
13831
14168
  traces: [{
13832
14169
  type: 'ibc',
13833
14170
  counterparty: {
@@ -13870,6 +14207,7 @@ const assets = {
13870
14207
  website: 'https://rizon.world/',
13871
14208
  twitter: 'https://twitter.com/hdac_rizon'
13872
14209
  },
14210
+ type_asset: 'sdk.coin',
13873
14211
  traces: [{
13874
14212
  type: 'ibc',
13875
14213
  counterparty: {
@@ -13912,6 +14250,7 @@ const assets = {
13912
14250
  website: 'https://www.routerprotocol.com/',
13913
14251
  twitter: 'https://x.com/routerprotocol'
13914
14252
  },
14253
+ type_asset: 'sdk.coin',
13915
14254
  traces: [{
13916
14255
  type: 'ibc',
13917
14256
  counterparty: {
@@ -13962,6 +14301,7 @@ const assets = {
13962
14301
  website: 'https://www.saga.xyz/',
13963
14302
  twitter: 'https://twitter.com/Sagaxyz__'
13964
14303
  },
14304
+ type_asset: 'sdk.coin',
13965
14305
  traces: [{
13966
14306
  type: 'ibc',
13967
14307
  counterparty: {
@@ -14004,6 +14344,7 @@ const assets = {
14004
14344
  website: 'https://scorum.network',
14005
14345
  twitter: 'https://twitter.com/scorum_en'
14006
14346
  },
14347
+ type_asset: 'sdk.coin',
14007
14348
  traces: [{
14008
14349
  type: 'ibc',
14009
14350
  counterparty: {
@@ -14038,6 +14379,7 @@ const assets = {
14038
14379
  primary_color_hex: '#555555'
14039
14380
  }
14040
14381
  }],
14382
+ type_asset: 'sdk.coin',
14041
14383
  traces: [{
14042
14384
  type: 'ibc',
14043
14385
  counterparty: {
@@ -14080,6 +14422,7 @@ const assets = {
14080
14422
  website: 'https://scrt.network/',
14081
14423
  twitter: 'https://twitter.com/SecretNetwork'
14082
14424
  },
14425
+ type_asset: 'sdk.coin',
14083
14426
  traces: [{
14084
14427
  type: 'ibc',
14085
14428
  counterparty: {
@@ -14122,6 +14465,7 @@ const assets = {
14122
14465
  website: 'https://www.seda.xyz/',
14123
14466
  twitter: 'https://twitter.com/sedaprotocol'
14124
14467
  },
14468
+ type_asset: 'sdk.coin',
14125
14469
  traces: [{
14126
14470
  type: 'ibc',
14127
14471
  counterparty: {
@@ -14164,6 +14508,7 @@ const assets = {
14164
14508
  website: 'https://www.sei.io/',
14165
14509
  twitter: 'https://twitter.com/SeiNetwork'
14166
14510
  },
14511
+ type_asset: 'sdk.coin',
14167
14512
  traces: [{
14168
14513
  type: 'ibc',
14169
14514
  counterparty: {
@@ -14186,6 +14531,8 @@ const assets = {
14186
14531
  denom: 'oozaru',
14187
14532
  exponent: 6
14188
14533
  }],
14534
+ type_asset: 'cw20',
14535
+ address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
14189
14536
  base: 'ibc/52D2C9570CC0756B189A56E08FF8255ED496CD5126569CB05F07875B317F24E8',
14190
14537
  name: 'Oozaru',
14191
14538
  display: 'oozaru',
@@ -14239,6 +14586,7 @@ const assets = {
14239
14586
  website: 'https://selfchain.xyz',
14240
14587
  twitter: 'https://x.com/selfchainxyz'
14241
14588
  },
14589
+ type_asset: 'sdk.coin',
14242
14590
  traces: [{
14243
14591
  type: 'ibc',
14244
14592
  counterparty: {
@@ -14281,6 +14629,7 @@ const assets = {
14281
14629
  website: 'https://www.sentinel.co/',
14282
14630
  twitter: 'https://x.com/SentinelDVPN'
14283
14631
  },
14632
+ type_asset: 'sdk.coin',
14284
14633
  traces: [{
14285
14634
  type: 'ibc',
14286
14635
  counterparty: {
@@ -14325,6 +14674,7 @@ const assets = {
14325
14674
  website: 'https://sgenetwork.io/',
14326
14675
  twitter: 'https://x.com/sge_network'
14327
14676
  },
14677
+ type_asset: 'sdk.coin',
14328
14678
  traces: [{
14329
14679
  type: 'ibc',
14330
14680
  counterparty: {
@@ -14364,6 +14714,7 @@ const assets = {
14364
14714
  primary_color_hex: '#1c2474'
14365
14715
  }
14366
14716
  }],
14717
+ type_asset: 'sdk.coin',
14367
14718
  traces: [{
14368
14719
  type: 'ibc',
14369
14720
  counterparty: {
@@ -14402,6 +14753,7 @@ const assets = {
14402
14753
  primary_color_hex: '#e4ac4c'
14403
14754
  }
14404
14755
  }],
14756
+ type_asset: 'sdk.coin',
14405
14757
  traces: [{
14406
14758
  type: 'ibc',
14407
14759
  counterparty: {
@@ -14444,6 +14796,7 @@ const assets = {
14444
14796
  website: 'https://shido.io/',
14445
14797
  twitter: 'https://twitter.com/ShidoGlobal'
14446
14798
  },
14799
+ type_asset: 'sdk.coin',
14447
14800
  traces: [{
14448
14801
  type: 'ibc',
14449
14802
  counterparty: {
@@ -14482,6 +14835,7 @@ const assets = {
14482
14835
  primary_color_hex: '#be9926'
14483
14836
  }
14484
14837
  }],
14838
+ type_asset: 'sdk.coin',
14485
14839
  traces: [{
14486
14840
  type: 'ibc',
14487
14841
  counterparty: {
@@ -14532,6 +14886,7 @@ const assets = {
14532
14886
  website: 'https://www.sommelier.finance/',
14533
14887
  twitter: 'https://twitter.com/sommfinance'
14534
14888
  },
14889
+ type_asset: 'sdk.coin',
14535
14890
  traces: [{
14536
14891
  type: 'ibc',
14537
14892
  counterparty: {
@@ -14574,6 +14929,7 @@ const assets = {
14574
14929
  website: 'https://www.sourceprotocol.io/',
14575
14930
  twitter: 'https://twitter.com/sourceprotocol_'
14576
14931
  },
14932
+ type_asset: 'sdk.coin',
14577
14933
  traces: [{
14578
14934
  type: 'ibc',
14579
14935
  counterparty: {
@@ -14607,6 +14963,7 @@ const assets = {
14607
14963
  images: [{
14608
14964
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg'
14609
14965
  }],
14966
+ type_asset: 'sdk.coin',
14610
14967
  traces: [{
14611
14968
  type: 'ibc',
14612
14969
  counterparty: {
@@ -14649,6 +15006,7 @@ const assets = {
14649
15006
  website: 'https://www.stargaze.zone/',
14650
15007
  twitter: 'https://twitter.com/StargazeZone'
14651
15008
  },
15009
+ type_asset: 'sdk.coin',
14652
15010
  traces: [{
14653
15011
  type: 'ibc',
14654
15012
  counterparty: {
@@ -14691,6 +15049,7 @@ const assets = {
14691
15049
  website: 'https://app.starname.me/',
14692
15050
  twitter: 'https://twitter.com/starname_me'
14693
15051
  },
15052
+ type_asset: 'sdk.coin',
14694
15053
  traces: [{
14695
15054
  type: 'ibc',
14696
15055
  counterparty: {
@@ -14703,6 +15062,52 @@ const assets = {
14703
15062
  }
14704
15063
  }]
14705
15064
  },
15065
+ {
15066
+ description: 'STOS coin is the token for the Stratos (STOS) cosmos based blockchain',
15067
+ denom_units: [
15068
+ {
15069
+ denom: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
15070
+ exponent: 0,
15071
+ aliases: ['wei']
15072
+ },
15073
+ {
15074
+ denom: 'gwei',
15075
+ exponent: 9
15076
+ },
15077
+ {
15078
+ denom: 'stos',
15079
+ exponent: 18
15080
+ }
15081
+ ],
15082
+ base: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
15083
+ name: 'Stratos',
15084
+ display: 'stos',
15085
+ symbol: 'STOS',
15086
+ logo_URIs: {
15087
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png',
15088
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg'
15089
+ },
15090
+ coingecko_id: 'stratos',
15091
+ images: [{
15092
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png',
15093
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg',
15094
+ theme: {
15095
+ primary_color_hex: '#04847c'
15096
+ }
15097
+ }],
15098
+ type_asset: 'sdk.coin',
15099
+ traces: [{
15100
+ type: 'ibc',
15101
+ counterparty: {
15102
+ channel_id: 'channel-1',
15103
+ base_denom: 'wei',
15104
+ chain_name: 'stratos'
15105
+ },
15106
+ chain: {
15107
+ channel_id: 'channel-81016'
15108
+ }
15109
+ }]
15110
+ },
14706
15111
  {
14707
15112
  description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.',
14708
15113
  denom_units: [{
@@ -14733,6 +15138,7 @@ const assets = {
14733
15138
  website: 'https://stride.zone/',
14734
15139
  twitter: 'https://twitter.com/stride_zone'
14735
15140
  },
15141
+ type_asset: 'sdk.coin',
14736
15142
  traces: [{
14737
15143
  type: 'ibc',
14738
15144
  counterparty: {
@@ -14771,6 +15177,7 @@ const assets = {
14771
15177
  primary_color_hex: '#040404'
14772
15178
  }
14773
15179
  }],
15180
+ type_asset: 'sdk.coin',
14774
15181
  traces: [{
14775
15182
  type: 'ibc',
14776
15183
  counterparty: {
@@ -14818,6 +15225,7 @@ const assets = {
14818
15225
  primary_color_hex: '#fcdb5b'
14819
15226
  }
14820
15227
  }],
15228
+ type_asset: 'sdk.coin',
14821
15229
  traces: [{
14822
15230
  type: 'ibc',
14823
15231
  counterparty: {
@@ -14865,6 +15273,7 @@ const assets = {
14865
15273
  primary_color_hex: '#5493f2'
14866
15274
  }
14867
15275
  }],
15276
+ type_asset: 'sdk.coin',
14868
15277
  traces: [{
14869
15278
  type: 'ibc',
14870
15279
  counterparty: {
@@ -14911,6 +15320,7 @@ const assets = {
14911
15320
  primary_color_hex: '#4b83e0'
14912
15321
  }
14913
15322
  }],
15323
+ type_asset: 'sdk.coin',
14914
15324
  traces: [{
14915
15325
  type: 'ibc',
14916
15326
  counterparty: {
@@ -14957,6 +15367,7 @@ const assets = {
14957
15367
  primary_color_hex: '#5981d7'
14958
15368
  }
14959
15369
  }],
15370
+ type_asset: 'sdk.coin',
14960
15371
  traces: [{
14961
15372
  type: 'ibc',
14962
15373
  counterparty: {
@@ -15003,6 +15414,7 @@ const assets = {
15003
15414
  primary_color_hex: '#de725b'
15004
15415
  }
15005
15416
  }],
15417
+ type_asset: 'sdk.coin',
15006
15418
  traces: [{
15007
15419
  type: 'ibc',
15008
15420
  counterparty: {
@@ -15049,6 +15461,7 @@ const assets = {
15049
15461
  primary_color_hex: '#c95c41'
15050
15462
  }
15051
15463
  }],
15464
+ type_asset: 'sdk.coin',
15052
15465
  traces: [{
15053
15466
  type: 'ibc',
15054
15467
  counterparty: {
@@ -15095,6 +15508,7 @@ const assets = {
15095
15508
  primary_color_hex: '#d3684c'
15096
15509
  }
15097
15510
  }],
15511
+ type_asset: 'sdk.coin',
15098
15512
  traces: [{
15099
15513
  type: 'ibc',
15100
15514
  counterparty: {
@@ -15141,6 +15555,7 @@ const assets = {
15141
15555
  primary_color_hex: '#db300a'
15142
15556
  }
15143
15557
  }],
15558
+ type_asset: 'sdk.coin',
15144
15559
  traces: [{
15145
15560
  type: 'ibc',
15146
15561
  counterparty: {
@@ -15187,6 +15602,7 @@ const assets = {
15187
15602
  primary_color_hex: '#1535b2'
15188
15603
  }
15189
15604
  }],
15605
+ type_asset: 'sdk.coin',
15190
15606
  traces: [{
15191
15607
  type: 'ibc',
15192
15608
  counterparty: {
@@ -15233,6 +15649,7 @@ const assets = {
15233
15649
  primary_color_hex: '#d49b9c'
15234
15650
  }
15235
15651
  }],
15652
+ type_asset: 'sdk.coin',
15236
15653
  traces: [{
15237
15654
  type: 'ibc',
15238
15655
  counterparty: {
@@ -15279,6 +15696,7 @@ const assets = {
15279
15696
  primary_color_hex: '#dc300a'
15280
15697
  }
15281
15698
  }],
15699
+ type_asset: 'sdk.coin',
15282
15700
  traces: [{
15283
15701
  type: 'ibc',
15284
15702
  counterparty: {
@@ -15325,6 +15743,7 @@ const assets = {
15325
15743
  primary_color_hex: '#5893ed'
15326
15744
  }
15327
15745
  }],
15746
+ type_asset: 'sdk.coin',
15328
15747
  traces: [{
15329
15748
  type: 'ibc',
15330
15749
  counterparty: {
@@ -15371,6 +15790,7 @@ const assets = {
15371
15790
  primary_color_hex: '#4b87e6'
15372
15791
  }
15373
15792
  }],
15793
+ type_asset: 'sdk.coin',
15374
15794
  traces: [{
15375
15795
  type: 'ibc',
15376
15796
  counterparty: {
@@ -15417,6 +15837,7 @@ const assets = {
15417
15837
  primary_color_hex: '#cfcfcf'
15418
15838
  }
15419
15839
  }],
15840
+ type_asset: 'sdk.coin',
15420
15841
  traces: [{
15421
15842
  type: 'ibc',
15422
15843
  counterparty: {
@@ -15463,6 +15884,7 @@ const assets = {
15463
15884
  primary_color_hex: '#4085f0'
15464
15885
  }
15465
15886
  }],
15887
+ type_asset: 'sdk.coin',
15466
15888
  traces: [{
15467
15889
  type: 'ibc',
15468
15890
  counterparty: {
@@ -15509,6 +15931,7 @@ const assets = {
15509
15931
  primary_color_hex: '#5893ed'
15510
15932
  }
15511
15933
  }],
15934
+ type_asset: 'sdk.coin',
15512
15935
  traces: [{
15513
15936
  type: 'ibc',
15514
15937
  counterparty: {
@@ -15555,6 +15978,7 @@ const assets = {
15555
15978
  primary_color_hex: '#5493f3'
15556
15979
  }
15557
15980
  }],
15981
+ type_asset: 'sdk.coin',
15558
15982
  traces: [{
15559
15983
  type: 'ibc',
15560
15984
  counterparty: {
@@ -15601,6 +16025,7 @@ const assets = {
15601
16025
  primary_color_hex: '#e88057'
15602
16026
  }
15603
16027
  }],
16028
+ type_asset: 'sdk.coin',
15604
16029
  traces: [{
15605
16030
  type: 'ibc',
15606
16031
  counterparty: {
@@ -15647,6 +16072,7 @@ const assets = {
15647
16072
  primary_color_hex: '#2fa4f1'
15648
16073
  }
15649
16074
  }],
16075
+ type_asset: 'sdk.coin',
15650
16076
  traces: [{
15651
16077
  type: 'ibc',
15652
16078
  counterparty: {
@@ -15693,6 +16119,7 @@ const assets = {
15693
16119
  primary_color_hex: '#2e71e1'
15694
16120
  }
15695
16121
  }],
16122
+ type_asset: 'sdk.coin',
15696
16123
  traces: [{
15697
16124
  type: 'ibc',
15698
16125
  counterparty: {
@@ -15739,6 +16166,7 @@ const assets = {
15739
16166
  primary_color_hex: '#4886e7'
15740
16167
  }
15741
16168
  }],
16169
+ type_asset: 'sdk.coin',
15742
16170
  traces: [{
15743
16171
  type: 'ibc',
15744
16172
  counterparty: {
@@ -15785,6 +16213,7 @@ const assets = {
15785
16213
  primary_color_hex: '#5493f3'
15786
16214
  }
15787
16215
  }],
16216
+ type_asset: 'sdk.coin',
15788
16217
  traces: [{
15789
16218
  type: 'ibc',
15790
16219
  counterparty: {
@@ -15831,6 +16260,7 @@ const assets = {
15831
16260
  primary_color_hex: '#5493f3'
15832
16261
  }
15833
16262
  }],
16263
+ type_asset: 'sdk.coin',
15834
16264
  traces: [{
15835
16265
  type: 'ibc',
15836
16266
  counterparty: {
@@ -15873,6 +16303,7 @@ const assets = {
15873
16303
  website: 'https://www.terra.money/',
15874
16304
  twitter: 'https://twitter.com/terra_money'
15875
16305
  },
16306
+ type_asset: 'sdk.coin',
15876
16307
  traces: [{
15877
16308
  type: 'ibc',
15878
16309
  counterparty: {
@@ -15911,6 +16342,7 @@ const assets = {
15911
16342
  primary_color_hex: '#a7248a'
15912
16343
  }
15913
16344
  }],
16345
+ type_asset: 'sdk.coin',
15914
16346
  traces: [{
15915
16347
  type: 'ibc',
15916
16348
  counterparty: {
@@ -15949,6 +16381,7 @@ const assets = {
15949
16381
  primary_color_hex: '#22f2e9'
15950
16382
  }
15951
16383
  }],
16384
+ type_asset: 'sdk.coin',
15952
16385
  traces: [{
15953
16386
  type: 'ibc',
15954
16387
  counterparty: {
@@ -15991,6 +16424,7 @@ const assets = {
15991
16424
  twitter: 'https://twitter.com/UnificationUND'
15992
16425
  },
15993
16426
  coingecko_id: 'unification',
16427
+ type_asset: 'sdk.coin',
15994
16428
  traces: [{
15995
16429
  type: 'ibc',
15996
16430
  counterparty: {
@@ -16029,6 +16463,7 @@ const assets = {
16029
16463
  primary_color_hex: '#04b4fc'
16030
16464
  }
16031
16465
  }],
16466
+ type_asset: 'sdk.coin',
16032
16467
  traces: [{
16033
16468
  type: 'ibc',
16034
16469
  counterparty: {
@@ -16067,6 +16502,7 @@ const assets = {
16067
16502
  primary_color_hex: '#2474ec'
16068
16503
  }
16069
16504
  }],
16505
+ type_asset: 'sdk.coin',
16070
16506
  traces: [{
16071
16507
  type: 'ibc',
16072
16508
  counterparty: {
@@ -16103,6 +16539,7 @@ const assets = {
16103
16539
  primary_color_hex: '#05050c'
16104
16540
  }
16105
16541
  }],
16542
+ type_asset: 'sdk.coin',
16106
16543
  traces: [{
16107
16544
  type: 'ibc',
16108
16545
  counterparty: {
@@ -16147,6 +16584,7 @@ const assets = {
16147
16584
  website: 'https://persistence.one/',
16148
16585
  twitter: 'https://twitter.com/PersistenceOne'
16149
16586
  },
16587
+ type_asset: 'sdk.coin',
16150
16588
  traces: [{
16151
16589
  type: 'ibc',
16152
16590
  counterparty: {
@@ -16189,6 +16627,7 @@ const assets = {
16189
16627
  website: 'https://planq.network',
16190
16628
  twitter: 'https://twitter.com/planqfoundation'
16191
16629
  },
16630
+ type_asset: 'sdk.coin',
16192
16631
  traces: [{
16193
16632
  type: 'ibc',
16194
16633
  counterparty: {
@@ -16238,7 +16677,8 @@ const assets = {
16238
16677
  }],
16239
16678
  logo_URIs: {
16240
16679
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
16241
- }
16680
+ },
16681
+ type_asset: 'sdk.coin'
16242
16682
  },
16243
16683
  {
16244
16684
  description: 'Hash is the staking token of the Provenance Blockchain',
@@ -16266,6 +16706,7 @@ const assets = {
16266
16706
  primary_color_hex: '#4c7cdc'
16267
16707
  }
16268
16708
  }],
16709
+ type_asset: 'sdk.coin',
16269
16710
  traces: [{
16270
16711
  type: 'ibc',
16271
16712
  counterparty: {
@@ -16303,6 +16744,7 @@ const assets = {
16303
16744
  primary_color_hex: '#c6ddf5'
16304
16745
  }
16305
16746
  }],
16747
+ type_asset: 'sdk.coin',
16306
16748
  traces: [{
16307
16749
  type: 'ibc',
16308
16750
  counterparty: {
@@ -16337,6 +16779,7 @@ const assets = {
16337
16779
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
16338
16780
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
16339
16781
  }],
16782
+ type_asset: 'sdk.coin',
16340
16783
  traces: [{
16341
16784
  type: 'ibc',
16342
16785
  counterparty: {
@@ -16371,6 +16814,7 @@ const assets = {
16371
16814
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
16372
16815
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
16373
16816
  }],
16817
+ type_asset: 'sdk.coin',
16374
16818
  traces: [{
16375
16819
  type: 'ibc',
16376
16820
  counterparty: {
@@ -16405,6 +16849,7 @@ const assets = {
16405
16849
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
16406
16850
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
16407
16851
  }],
16852
+ type_asset: 'sdk.coin',
16408
16853
  traces: [{
16409
16854
  type: 'ibc',
16410
16855
  counterparty: {
@@ -16439,6 +16884,7 @@ const assets = {
16439
16884
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
16440
16885
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
16441
16886
  }],
16887
+ type_asset: 'sdk.coin',
16442
16888
  traces: [{
16443
16889
  type: 'ibc',
16444
16890
  counterparty: {
@@ -16473,6 +16919,7 @@ const assets = {
16473
16919
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
16474
16920
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
16475
16921
  }],
16922
+ type_asset: 'sdk.coin',
16476
16923
  traces: [{
16477
16924
  type: 'ibc',
16478
16925
  counterparty: {
@@ -16507,6 +16954,7 @@ const assets = {
16507
16954
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
16508
16955
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
16509
16956
  }],
16957
+ type_asset: 'sdk.coin',
16510
16958
  traces: [{
16511
16959
  type: 'ibc',
16512
16960
  counterparty: {
@@ -16541,6 +16989,7 @@ const assets = {
16541
16989
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
16542
16990
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
16543
16991
  }],
16992
+ type_asset: 'sdk.coin',
16544
16993
  traces: [{
16545
16994
  type: 'ibc',
16546
16995
  counterparty: {
@@ -16575,6 +17024,7 @@ const assets = {
16575
17024
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
16576
17025
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
16577
17026
  }],
17027
+ type_asset: 'sdk.coin',
16578
17028
  traces: [{
16579
17029
  type: 'ibc',
16580
17030
  counterparty: {
@@ -16609,6 +17059,7 @@ const assets = {
16609
17059
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
16610
17060
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
16611
17061
  }],
17062
+ type_asset: 'sdk.coin',
16612
17063
  traces: [{
16613
17064
  type: 'ibc',
16614
17065
  counterparty: {
@@ -16643,6 +17094,7 @@ const assets = {
16643
17094
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
16644
17095
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
16645
17096
  }],
17097
+ type_asset: 'sdk.coin',
16646
17098
  traces: [{
16647
17099
  type: 'ibc',
16648
17100
  counterparty: {
@@ -16677,6 +17129,7 @@ const assets = {
16677
17129
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
16678
17130
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
16679
17131
  }],
17132
+ type_asset: 'sdk.coin',
16680
17133
  traces: [{
16681
17134
  type: 'ibc',
16682
17135
  counterparty: {
@@ -16711,6 +17164,7 @@ const assets = {
16711
17164
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
16712
17165
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
16713
17166
  }],
17167
+ type_asset: 'sdk.coin',
16714
17168
  traces: [{
16715
17169
  type: 'ibc',
16716
17170
  counterparty: {
@@ -16745,6 +17199,7 @@ const assets = {
16745
17199
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
16746
17200
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
16747
17201
  }],
17202
+ type_asset: 'sdk.coin',
16748
17203
  traces: [{
16749
17204
  type: 'ibc',
16750
17205
  counterparty: {
@@ -16779,6 +17234,7 @@ const assets = {
16779
17234
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
16780
17235
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
16781
17236
  }],
17237
+ type_asset: 'sdk.coin',
16782
17238
  traces: [{
16783
17239
  type: 'ibc',
16784
17240
  counterparty: {
@@ -16813,6 +17269,7 @@ const assets = {
16813
17269
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
16814
17270
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
16815
17271
  }],
17272
+ type_asset: 'sdk.coin',
16816
17273
  traces: [{
16817
17274
  type: 'ibc',
16818
17275
  counterparty: {
@@ -16847,6 +17304,7 @@ const assets = {
16847
17304
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
16848
17305
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
16849
17306
  }],
17307
+ type_asset: 'sdk.coin',
16850
17308
  traces: [{
16851
17309
  type: 'ibc',
16852
17310
  counterparty: {
@@ -16881,6 +17339,7 @@ const assets = {
16881
17339
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
16882
17340
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
16883
17341
  }],
17342
+ type_asset: 'sdk.coin',
16884
17343
  traces: [{
16885
17344
  type: 'ibc',
16886
17345
  counterparty: {
@@ -16915,6 +17374,7 @@ const assets = {
16915
17374
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
16916
17375
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
16917
17376
  }],
17377
+ type_asset: 'sdk.coin',
16918
17378
  traces: [{
16919
17379
  type: 'ibc',
16920
17380
  counterparty: {
@@ -16949,6 +17409,7 @@ const assets = {
16949
17409
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
16950
17410
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
16951
17411
  }],
17412
+ type_asset: 'sdk.coin',
16952
17413
  traces: [{
16953
17414
  type: 'ibc',
16954
17415
  counterparty: {
@@ -16983,6 +17444,7 @@ const assets = {
16983
17444
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
16984
17445
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
16985
17446
  }],
17447
+ type_asset: 'sdk.coin',
16986
17448
  traces: [{
16987
17449
  type: 'ibc',
16988
17450
  counterparty: {
@@ -17017,6 +17479,7 @@ const assets = {
17017
17479
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
17018
17480
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
17019
17481
  }],
17482
+ type_asset: 'sdk.coin',
17020
17483
  traces: [{
17021
17484
  type: 'ibc',
17022
17485
  counterparty: {
@@ -17051,6 +17514,7 @@ const assets = {
17051
17514
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
17052
17515
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
17053
17516
  }],
17517
+ type_asset: 'sdk.coin',
17054
17518
  traces: [{
17055
17519
  type: 'ibc',
17056
17520
  counterparty: {
@@ -17085,6 +17549,7 @@ const assets = {
17085
17549
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
17086
17550
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
17087
17551
  }],
17552
+ type_asset: 'sdk.coin',
17088
17553
  traces: [{
17089
17554
  type: 'ibc',
17090
17555
  counterparty: {
@@ -17119,6 +17584,7 @@ const assets = {
17119
17584
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
17120
17585
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
17121
17586
  }],
17587
+ type_asset: 'sdk.coin',
17122
17588
  traces: [{
17123
17589
  type: 'ibc',
17124
17590
  counterparty: {
@@ -17153,6 +17619,7 @@ const assets = {
17153
17619
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
17154
17620
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
17155
17621
  }],
17622
+ type_asset: 'sdk.coin',
17156
17623
  traces: [{
17157
17624
  type: 'ibc',
17158
17625
  counterparty: {
@@ -17187,6 +17654,7 @@ const assets = {
17187
17654
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
17188
17655
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
17189
17656
  }],
17657
+ type_asset: 'sdk.coin',
17190
17658
  traces: [{
17191
17659
  type: 'ibc',
17192
17660
  counterparty: {
@@ -17221,6 +17689,7 @@ const assets = {
17221
17689
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
17222
17690
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
17223
17691
  }],
17692
+ type_asset: 'sdk.coin',
17224
17693
  traces: [{
17225
17694
  type: 'ibc',
17226
17695
  counterparty: {
@@ -17255,6 +17724,7 @@ const assets = {
17255
17724
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
17256
17725
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
17257
17726
  }],
17727
+ type_asset: 'sdk.coin',
17258
17728
  traces: [{
17259
17729
  type: 'ibc',
17260
17730
  counterparty: {
@@ -17289,6 +17759,7 @@ const assets = {
17289
17759
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
17290
17760
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
17291
17761
  }],
17762
+ type_asset: 'sdk.coin',
17292
17763
  traces: [{
17293
17764
  type: 'ibc',
17294
17765
  counterparty: {
@@ -17323,6 +17794,7 @@ const assets = {
17323
17794
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
17324
17795
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
17325
17796
  }],
17797
+ type_asset: 'sdk.coin',
17326
17798
  traces: [{
17327
17799
  type: 'ibc',
17328
17800
  counterparty: {
@@ -17357,6 +17829,7 @@ const assets = {
17357
17829
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
17358
17830
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
17359
17831
  }],
17832
+ type_asset: 'sdk.coin',
17360
17833
  traces: [{
17361
17834
  type: 'ibc',
17362
17835
  counterparty: {
@@ -17391,6 +17864,7 @@ const assets = {
17391
17864
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
17392
17865
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
17393
17866
  }],
17867
+ type_asset: 'sdk.coin',
17394
17868
  traces: [{
17395
17869
  type: 'ibc',
17396
17870
  counterparty: {
@@ -17425,6 +17899,7 @@ const assets = {
17425
17899
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
17426
17900
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
17427
17901
  }],
17902
+ type_asset: 'sdk.coin',
17428
17903
  traces: [{
17429
17904
  type: 'ibc',
17430
17905
  counterparty: {
@@ -17459,6 +17934,7 @@ const assets = {
17459
17934
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
17460
17935
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
17461
17936
  }],
17937
+ type_asset: 'sdk.coin',
17462
17938
  traces: [{
17463
17939
  type: 'ibc',
17464
17940
  counterparty: {
@@ -17493,6 +17969,7 @@ const assets = {
17493
17969
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
17494
17970
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
17495
17971
  }],
17972
+ type_asset: 'sdk.coin',
17496
17973
  traces: [{
17497
17974
  type: 'ibc',
17498
17975
  counterparty: {
@@ -17527,6 +18004,7 @@ const assets = {
17527
18004
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
17528
18005
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
17529
18006
  }],
18007
+ type_asset: 'sdk.coin',
17530
18008
  traces: [{
17531
18009
  type: 'ibc',
17532
18010
  counterparty: {
@@ -17561,6 +18039,7 @@ const assets = {
17561
18039
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
17562
18040
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
17563
18041
  }],
18042
+ type_asset: 'sdk.coin',
17564
18043
  traces: [{
17565
18044
  type: 'ibc',
17566
18045
  counterparty: {
@@ -17595,6 +18074,7 @@ const assets = {
17595
18074
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
17596
18075
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
17597
18076
  }],
18077
+ type_asset: 'sdk.coin',
17598
18078
  traces: [{
17599
18079
  type: 'ibc',
17600
18080
  counterparty: {
@@ -17629,6 +18109,7 @@ const assets = {
17629
18109
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
17630
18110
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
17631
18111
  }],
18112
+ type_asset: 'sdk.coin',
17632
18113
  traces: [{
17633
18114
  type: 'ibc',
17634
18115
  counterparty: {
@@ -17663,6 +18144,7 @@ const assets = {
17663
18144
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
17664
18145
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
17665
18146
  }],
18147
+ type_asset: 'sdk.coin',
17666
18148
  traces: [{
17667
18149
  type: 'ibc',
17668
18150
  counterparty: {
@@ -17697,6 +18179,7 @@ const assets = {
17697
18179
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
17698
18180
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
17699
18181
  }],
18182
+ type_asset: 'sdk.coin',
17700
18183
  traces: [{
17701
18184
  type: 'ibc',
17702
18185
  counterparty: {
@@ -17731,6 +18214,7 @@ const assets = {
17731
18214
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
17732
18215
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
17733
18216
  }],
18217
+ type_asset: 'sdk.coin',
17734
18218
  traces: [{
17735
18219
  type: 'ibc',
17736
18220
  counterparty: {
@@ -17765,6 +18249,7 @@ const assets = {
17765
18249
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
17766
18250
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
17767
18251
  }],
18252
+ type_asset: 'sdk.coin',
17768
18253
  traces: [{
17769
18254
  type: 'ibc',
17770
18255
  counterparty: {
@@ -17799,6 +18284,7 @@ const assets = {
17799
18284
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
17800
18285
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
17801
18286
  }],
18287
+ type_asset: 'sdk.coin',
17802
18288
  traces: [{
17803
18289
  type: 'ibc',
17804
18290
  counterparty: {
@@ -17833,6 +18319,7 @@ const assets = {
17833
18319
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
17834
18320
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
17835
18321
  }],
18322
+ type_asset: 'sdk.coin',
17836
18323
  traces: [{
17837
18324
  type: 'ibc',
17838
18325
  counterparty: {
@@ -17867,6 +18354,7 @@ const assets = {
17867
18354
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
17868
18355
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
17869
18356
  }],
18357
+ type_asset: 'sdk.coin',
17870
18358
  traces: [{
17871
18359
  type: 'ibc',
17872
18360
  counterparty: {
@@ -17901,6 +18389,7 @@ const assets = {
17901
18389
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
17902
18390
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
17903
18391
  }],
18392
+ type_asset: 'sdk.coin',
17904
18393
  traces: [{
17905
18394
  type: 'ibc',
17906
18395
  counterparty: {
@@ -17935,6 +18424,7 @@ const assets = {
17935
18424
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
17936
18425
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
17937
18426
  }],
18427
+ type_asset: 'sdk.coin',
17938
18428
  traces: [{
17939
18429
  type: 'ibc',
17940
18430
  counterparty: {
@@ -17969,6 +18459,7 @@ const assets = {
17969
18459
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
17970
18460
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
17971
18461
  }],
18462
+ type_asset: 'sdk.coin',
17972
18463
  traces: [{
17973
18464
  type: 'ibc',
17974
18465
  counterparty: {
@@ -18003,6 +18494,7 @@ const assets = {
18003
18494
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18004
18495
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18005
18496
  }],
18497
+ type_asset: 'sdk.coin',
18006
18498
  traces: [{
18007
18499
  type: 'ibc',
18008
18500
  counterparty: {
@@ -18037,6 +18529,7 @@ const assets = {
18037
18529
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18038
18530
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18039
18531
  }],
18532
+ type_asset: 'sdk.coin',
18040
18533
  traces: [{
18041
18534
  type: 'ibc',
18042
18535
  counterparty: {
@@ -18071,6 +18564,7 @@ const assets = {
18071
18564
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18072
18565
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18073
18566
  }],
18567
+ type_asset: 'sdk.coin',
18074
18568
  traces: [{
18075
18569
  type: 'ibc',
18076
18570
  counterparty: {
@@ -18105,6 +18599,7 @@ const assets = {
18105
18599
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18106
18600
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18107
18601
  }],
18602
+ type_asset: 'sdk.coin',
18108
18603
  traces: [{
18109
18604
  type: 'ibc',
18110
18605
  counterparty: {
@@ -18139,6 +18634,7 @@ const assets = {
18139
18634
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18140
18635
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18141
18636
  }],
18637
+ type_asset: 'sdk.coin',
18142
18638
  traces: [{
18143
18639
  type: 'ibc',
18144
18640
  counterparty: {
@@ -18173,6 +18669,7 @@ const assets = {
18173
18669
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18174
18670
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18175
18671
  }],
18672
+ type_asset: 'sdk.coin',
18176
18673
  traces: [{
18177
18674
  type: 'ibc',
18178
18675
  counterparty: {
@@ -18207,6 +18704,7 @@ const assets = {
18207
18704
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18208
18705
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18209
18706
  }],
18707
+ type_asset: 'sdk.coin',
18210
18708
  traces: [{
18211
18709
  type: 'ibc',
18212
18710
  counterparty: {
@@ -18241,6 +18739,7 @@ const assets = {
18241
18739
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18242
18740
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18243
18741
  }],
18742
+ type_asset: 'sdk.coin',
18244
18743
  traces: [{
18245
18744
  type: 'ibc',
18246
18745
  counterparty: {
@@ -18275,6 +18774,7 @@ const assets = {
18275
18774
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18276
18775
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18277
18776
  }],
18777
+ type_asset: 'sdk.coin',
18278
18778
  traces: [{
18279
18779
  type: 'ibc',
18280
18780
  counterparty: {
@@ -18309,6 +18809,7 @@ const assets = {
18309
18809
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18310
18810
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18311
18811
  }],
18812
+ type_asset: 'sdk.coin',
18312
18813
  traces: [{
18313
18814
  type: 'ibc',
18314
18815
  counterparty: {
@@ -18343,6 +18844,7 @@ const assets = {
18343
18844
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18344
18845
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18345
18846
  }],
18847
+ type_asset: 'sdk.coin',
18346
18848
  traces: [{
18347
18849
  type: 'ibc',
18348
18850
  counterparty: {
@@ -18377,6 +18879,7 @@ const assets = {
18377
18879
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18378
18880
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18379
18881
  }],
18882
+ type_asset: 'sdk.coin',
18380
18883
  traces: [{
18381
18884
  type: 'ibc',
18382
18885
  counterparty: {
@@ -18411,6 +18914,7 @@ const assets = {
18411
18914
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18412
18915
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18413
18916
  }],
18917
+ type_asset: 'sdk.coin',
18414
18918
  traces: [{
18415
18919
  type: 'ibc',
18416
18920
  counterparty: {
@@ -18445,6 +18949,7 @@ const assets = {
18445
18949
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18446
18950
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18447
18951
  }],
18952
+ type_asset: 'sdk.coin',
18448
18953
  traces: [{
18449
18954
  type: 'ibc',
18450
18955
  counterparty: {
@@ -18479,6 +18984,7 @@ const assets = {
18479
18984
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18480
18985
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18481
18986
  }],
18987
+ type_asset: 'sdk.coin',
18482
18988
  traces: [{
18483
18989
  type: 'ibc',
18484
18990
  counterparty: {
@@ -18513,6 +19019,7 @@ const assets = {
18513
19019
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18514
19020
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18515
19021
  }],
19022
+ type_asset: 'sdk.coin',
18516
19023
  traces: [{
18517
19024
  type: 'ibc',
18518
19025
  counterparty: {
@@ -18547,6 +19054,7 @@ const assets = {
18547
19054
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18548
19055
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18549
19056
  }],
19057
+ type_asset: 'sdk.coin',
18550
19058
  traces: [{
18551
19059
  type: 'ibc',
18552
19060
  counterparty: {
@@ -18581,6 +19089,7 @@ const assets = {
18581
19089
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18582
19090
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18583
19091
  }],
19092
+ type_asset: 'sdk.coin',
18584
19093
  traces: [{
18585
19094
  type: 'ibc',
18586
19095
  counterparty: {
@@ -18615,6 +19124,7 @@ const assets = {
18615
19124
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18616
19125
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18617
19126
  }],
19127
+ type_asset: 'sdk.coin',
18618
19128
  traces: [{
18619
19129
  type: 'ibc',
18620
19130
  counterparty: {
@@ -18649,6 +19159,7 @@ const assets = {
18649
19159
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18650
19160
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18651
19161
  }],
19162
+ type_asset: 'sdk.coin',
18652
19163
  traces: [{
18653
19164
  type: 'ibc',
18654
19165
  counterparty: {
@@ -18683,6 +19194,7 @@ const assets = {
18683
19194
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18684
19195
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18685
19196
  }],
19197
+ type_asset: 'sdk.coin',
18686
19198
  traces: [{
18687
19199
  type: 'ibc',
18688
19200
  counterparty: {
@@ -18717,6 +19229,7 @@ const assets = {
18717
19229
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18718
19230
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18719
19231
  }],
19232
+ type_asset: 'sdk.coin',
18720
19233
  traces: [{
18721
19234
  type: 'ibc',
18722
19235
  counterparty: {
@@ -18751,6 +19264,7 @@ const assets = {
18751
19264
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18752
19265
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18753
19266
  }],
19267
+ type_asset: 'sdk.coin',
18754
19268
  traces: [{
18755
19269
  type: 'ibc',
18756
19270
  counterparty: {
@@ -18790,6 +19304,7 @@ const assets = {
18790
19304
  website: 'https://pylons.tech',
18791
19305
  twitter: 'https://twitter.com/pylonstech'
18792
19306
  },
19307
+ type_asset: 'sdk.coin',
18793
19308
  traces: [{
18794
19309
  type: 'ibc',
18795
19310
  counterparty: {
@@ -18873,6 +19388,7 @@ const assets = {
18873
19388
  website: 'https://quicksilver.zone/',
18874
19389
  twitter: 'https://twitter.com/quicksilverzone'
18875
19390
  },
19391
+ type_asset: 'sdk.coin',
18876
19392
  traces: [{
18877
19393
  type: 'ibc',
18878
19394
  counterparty: {
@@ -18914,6 +19430,7 @@ const assets = {
18914
19430
  website: 'https://qwoyn.studio',
18915
19431
  twitter: 'https://twitter.com/Qwoyn_Studios'
18916
19432
  },
19433
+ type_asset: 'sdk.coin',
18917
19434
  traces: [{
18918
19435
  type: 'ibc',
18919
19436
  counterparty: {
@@ -18958,6 +19475,7 @@ const assets = {
18958
19475
  website: 'https://realio.network/',
18959
19476
  twitter: 'https://x.com/realio_network'
18960
19477
  },
19478
+ type_asset: 'sdk.coin',
18961
19479
  traces: [{
18962
19480
  type: 'ibc',
18963
19481
  counterparty: {
@@ -18993,6 +19511,7 @@ const assets = {
18993
19511
  primary_color_hex: '#e0e0e0'
18994
19512
  }
18995
19513
  }],
19514
+ type_asset: 'sdk.coin',
18996
19515
  traces: [{
18997
19516
  type: 'ibc',
18998
19517
  counterparty: {
@@ -19031,6 +19550,7 @@ const assets = {
19031
19550
  primary_color_hex: '#e75486'
19032
19551
  }
19033
19552
  }],
19553
+ type_asset: 'sdk.coin',
19034
19554
  traces: [{
19035
19555
  type: 'ibc',
19036
19556
  counterparty: {
@@ -19073,6 +19593,7 @@ const assets = {
19073
19593
  website: 'https://www.regen.network/',
19074
19594
  twitter: 'https://twitter.com/regen_network'
19075
19595
  },
19596
+ type_asset: 'sdk.coin',
19076
19597
  traces: [{
19077
19598
  type: 'ibc',
19078
19599
  counterparty: {
@@ -19111,6 +19632,7 @@ const assets = {
19111
19632
  primary_color_hex: '#171c25'
19112
19633
  }
19113
19634
  }],
19635
+ type_asset: 'sdk.coin',
19114
19636
  traces: [{
19115
19637
  type: 'ibc',
19116
19638
  counterparty: {
@@ -19153,6 +19675,7 @@ const assets = {
19153
19675
  website: 'https://rizon.world/',
19154
19676
  twitter: 'https://twitter.com/hdac_rizon'
19155
19677
  },
19678
+ type_asset: 'sdk.coin',
19156
19679
  traces: [{
19157
19680
  type: 'ibc',
19158
19681
  counterparty: {
@@ -19195,6 +19718,7 @@ const assets = {
19195
19718
  website: 'https://www.routerprotocol.com/',
19196
19719
  twitter: 'https://x.com/routerprotocol'
19197
19720
  },
19721
+ type_asset: 'sdk.coin',
19198
19722
  traces: [{
19199
19723
  type: 'ibc',
19200
19724
  counterparty: {
@@ -19245,6 +19769,7 @@ const assets = {
19245
19769
  website: 'https://www.saga.xyz/',
19246
19770
  twitter: 'https://twitter.com/Sagaxyz__'
19247
19771
  },
19772
+ type_asset: 'sdk.coin',
19248
19773
  traces: [{
19249
19774
  type: 'ibc',
19250
19775
  counterparty: {
@@ -19287,6 +19812,7 @@ const assets = {
19287
19812
  website: 'https://scorum.network',
19288
19813
  twitter: 'https://twitter.com/scorum_en'
19289
19814
  },
19815
+ type_asset: 'sdk.coin',
19290
19816
  traces: [{
19291
19817
  type: 'ibc',
19292
19818
  counterparty: {
@@ -19321,6 +19847,7 @@ const assets = {
19321
19847
  primary_color_hex: '#555555'
19322
19848
  }
19323
19849
  }],
19850
+ type_asset: 'sdk.coin',
19324
19851
  traces: [{
19325
19852
  type: 'ibc',
19326
19853
  counterparty: {
@@ -19363,6 +19890,7 @@ const assets = {
19363
19890
  website: 'https://scrt.network/',
19364
19891
  twitter: 'https://twitter.com/SecretNetwork'
19365
19892
  },
19893
+ type_asset: 'sdk.coin',
19366
19894
  traces: [{
19367
19895
  type: 'ibc',
19368
19896
  counterparty: {
@@ -19405,6 +19933,7 @@ const assets = {
19405
19933
  website: 'https://www.seda.xyz/',
19406
19934
  twitter: 'https://twitter.com/sedaprotocol'
19407
19935
  },
19936
+ type_asset: 'sdk.coin',
19408
19937
  traces: [{
19409
19938
  type: 'ibc',
19410
19939
  counterparty: {
@@ -19447,6 +19976,7 @@ const assets = {
19447
19976
  website: 'https://www.sei.io/',
19448
19977
  twitter: 'https://twitter.com/SeiNetwork'
19449
19978
  },
19979
+ type_asset: 'sdk.coin',
19450
19980
  traces: [{
19451
19981
  type: 'ibc',
19452
19982
  counterparty: {
@@ -19469,6 +19999,8 @@ const assets = {
19469
19999
  denom: 'oozaru',
19470
20000
  exponent: 6
19471
20001
  }],
20002
+ type_asset: 'cw20',
20003
+ address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
19472
20004
  base: 'ibc/52D2C9570CC0756B189A56E08FF8255ED496CD5126569CB05F07875B317F24E8',
19473
20005
  name: 'Oozaru',
19474
20006
  display: 'oozaru',
@@ -19522,6 +20054,7 @@ const assets = {
19522
20054
  website: 'https://selfchain.xyz',
19523
20055
  twitter: 'https://x.com/selfchainxyz'
19524
20056
  },
20057
+ type_asset: 'sdk.coin',
19525
20058
  traces: [{
19526
20059
  type: 'ibc',
19527
20060
  counterparty: {
@@ -19564,6 +20097,7 @@ const assets = {
19564
20097
  website: 'https://www.sentinel.co/',
19565
20098
  twitter: 'https://x.com/SentinelDVPN'
19566
20099
  },
20100
+ type_asset: 'sdk.coin',
19567
20101
  traces: [{
19568
20102
  type: 'ibc',
19569
20103
  counterparty: {
@@ -19608,6 +20142,7 @@ const assets = {
19608
20142
  website: 'https://sgenetwork.io/',
19609
20143
  twitter: 'https://x.com/sge_network'
19610
20144
  },
20145
+ type_asset: 'sdk.coin',
19611
20146
  traces: [{
19612
20147
  type: 'ibc',
19613
20148
  counterparty: {
@@ -19647,6 +20182,7 @@ const assets = {
19647
20182
  primary_color_hex: '#1c2474'
19648
20183
  }
19649
20184
  }],
20185
+ type_asset: 'sdk.coin',
19650
20186
  traces: [{
19651
20187
  type: 'ibc',
19652
20188
  counterparty: {
@@ -19685,6 +20221,7 @@ const assets = {
19685
20221
  primary_color_hex: '#e4ac4c'
19686
20222
  }
19687
20223
  }],
20224
+ type_asset: 'sdk.coin',
19688
20225
  traces: [{
19689
20226
  type: 'ibc',
19690
20227
  counterparty: {
@@ -19727,6 +20264,7 @@ const assets = {
19727
20264
  website: 'https://shido.io/',
19728
20265
  twitter: 'https://twitter.com/ShidoGlobal'
19729
20266
  },
20267
+ type_asset: 'sdk.coin',
19730
20268
  traces: [{
19731
20269
  type: 'ibc',
19732
20270
  counterparty: {
@@ -19765,6 +20303,7 @@ const assets = {
19765
20303
  primary_color_hex: '#be9926'
19766
20304
  }
19767
20305
  }],
20306
+ type_asset: 'sdk.coin',
19768
20307
  traces: [{
19769
20308
  type: 'ibc',
19770
20309
  counterparty: {
@@ -19815,6 +20354,7 @@ const assets = {
19815
20354
  website: 'https://www.sommelier.finance/',
19816
20355
  twitter: 'https://twitter.com/sommfinance'
19817
20356
  },
20357
+ type_asset: 'sdk.coin',
19818
20358
  traces: [{
19819
20359
  type: 'ibc',
19820
20360
  counterparty: {
@@ -19857,6 +20397,7 @@ const assets = {
19857
20397
  website: 'https://www.sourceprotocol.io/',
19858
20398
  twitter: 'https://twitter.com/sourceprotocol_'
19859
20399
  },
20400
+ type_asset: 'sdk.coin',
19860
20401
  traces: [{
19861
20402
  type: 'ibc',
19862
20403
  counterparty: {
@@ -19890,6 +20431,7 @@ const assets = {
19890
20431
  images: [{
19891
20432
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg'
19892
20433
  }],
20434
+ type_asset: 'sdk.coin',
19893
20435
  traces: [{
19894
20436
  type: 'ibc',
19895
20437
  counterparty: {
@@ -19932,6 +20474,7 @@ const assets = {
19932
20474
  website: 'https://www.stargaze.zone/',
19933
20475
  twitter: 'https://twitter.com/StargazeZone'
19934
20476
  },
20477
+ type_asset: 'sdk.coin',
19935
20478
  traces: [{
19936
20479
  type: 'ibc',
19937
20480
  counterparty: {
@@ -19974,6 +20517,7 @@ const assets = {
19974
20517
  website: 'https://app.starname.me/',
19975
20518
  twitter: 'https://twitter.com/starname_me'
19976
20519
  },
20520
+ type_asset: 'sdk.coin',
19977
20521
  traces: [{
19978
20522
  type: 'ibc',
19979
20523
  counterparty: {
@@ -19986,6 +20530,52 @@ const assets = {
19986
20530
  }
19987
20531
  }]
19988
20532
  },
20533
+ {
20534
+ description: 'STOS coin is the token for the Stratos (STOS) cosmos based blockchain',
20535
+ denom_units: [
20536
+ {
20537
+ denom: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
20538
+ exponent: 0,
20539
+ aliases: ['wei']
20540
+ },
20541
+ {
20542
+ denom: 'gwei',
20543
+ exponent: 9
20544
+ },
20545
+ {
20546
+ denom: 'stos',
20547
+ exponent: 18
20548
+ }
20549
+ ],
20550
+ base: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
20551
+ name: 'Stratos',
20552
+ display: 'stos',
20553
+ symbol: 'STOS',
20554
+ logo_URIs: {
20555
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png',
20556
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg'
20557
+ },
20558
+ coingecko_id: 'stratos',
20559
+ images: [{
20560
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png',
20561
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg',
20562
+ theme: {
20563
+ primary_color_hex: '#04847c'
20564
+ }
20565
+ }],
20566
+ type_asset: 'sdk.coin',
20567
+ traces: [{
20568
+ type: 'ibc',
20569
+ counterparty: {
20570
+ channel_id: 'channel-1',
20571
+ base_denom: 'wei',
20572
+ chain_name: 'stratos'
20573
+ },
20574
+ chain: {
20575
+ channel_id: 'channel-81016'
20576
+ }
20577
+ }]
20578
+ },
19989
20579
  {
19990
20580
  description: 'Stride is a liquid staking blockchain in the Cosmos ecosystem that allows users to stake any IBC-compatible tokens and receive stTokens in return, providing liquidity while earning staking rewards.',
19991
20581
  denom_units: [{
@@ -20016,6 +20606,7 @@ const assets = {
20016
20606
  website: 'https://stride.zone/',
20017
20607
  twitter: 'https://twitter.com/stride_zone'
20018
20608
  },
20609
+ type_asset: 'sdk.coin',
20019
20610
  traces: [{
20020
20611
  type: 'ibc',
20021
20612
  counterparty: {
@@ -20054,6 +20645,7 @@ const assets = {
20054
20645
  primary_color_hex: '#040404'
20055
20646
  }
20056
20647
  }],
20648
+ type_asset: 'sdk.coin',
20057
20649
  traces: [{
20058
20650
  type: 'ibc',
20059
20651
  counterparty: {
@@ -20101,6 +20693,7 @@ const assets = {
20101
20693
  primary_color_hex: '#fcdb5b'
20102
20694
  }
20103
20695
  }],
20696
+ type_asset: 'sdk.coin',
20104
20697
  traces: [{
20105
20698
  type: 'ibc',
20106
20699
  counterparty: {
@@ -20148,6 +20741,7 @@ const assets = {
20148
20741
  primary_color_hex: '#5493f2'
20149
20742
  }
20150
20743
  }],
20744
+ type_asset: 'sdk.coin',
20151
20745
  traces: [{
20152
20746
  type: 'ibc',
20153
20747
  counterparty: {
@@ -20194,6 +20788,7 @@ const assets = {
20194
20788
  primary_color_hex: '#4b83e0'
20195
20789
  }
20196
20790
  }],
20791
+ type_asset: 'sdk.coin',
20197
20792
  traces: [{
20198
20793
  type: 'ibc',
20199
20794
  counterparty: {
@@ -20240,6 +20835,7 @@ const assets = {
20240
20835
  primary_color_hex: '#5981d7'
20241
20836
  }
20242
20837
  }],
20838
+ type_asset: 'sdk.coin',
20243
20839
  traces: [{
20244
20840
  type: 'ibc',
20245
20841
  counterparty: {
@@ -20286,6 +20882,7 @@ const assets = {
20286
20882
  primary_color_hex: '#de725b'
20287
20883
  }
20288
20884
  }],
20885
+ type_asset: 'sdk.coin',
20289
20886
  traces: [{
20290
20887
  type: 'ibc',
20291
20888
  counterparty: {
@@ -20332,6 +20929,7 @@ const assets = {
20332
20929
  primary_color_hex: '#c95c41'
20333
20930
  }
20334
20931
  }],
20932
+ type_asset: 'sdk.coin',
20335
20933
  traces: [{
20336
20934
  type: 'ibc',
20337
20935
  counterparty: {
@@ -20378,6 +20976,7 @@ const assets = {
20378
20976
  primary_color_hex: '#d3684c'
20379
20977
  }
20380
20978
  }],
20979
+ type_asset: 'sdk.coin',
20381
20980
  traces: [{
20382
20981
  type: 'ibc',
20383
20982
  counterparty: {
@@ -20424,6 +21023,7 @@ const assets = {
20424
21023
  primary_color_hex: '#db300a'
20425
21024
  }
20426
21025
  }],
21026
+ type_asset: 'sdk.coin',
20427
21027
  traces: [{
20428
21028
  type: 'ibc',
20429
21029
  counterparty: {
@@ -20470,6 +21070,7 @@ const assets = {
20470
21070
  primary_color_hex: '#1535b2'
20471
21071
  }
20472
21072
  }],
21073
+ type_asset: 'sdk.coin',
20473
21074
  traces: [{
20474
21075
  type: 'ibc',
20475
21076
  counterparty: {
@@ -20516,6 +21117,7 @@ const assets = {
20516
21117
  primary_color_hex: '#d49b9c'
20517
21118
  }
20518
21119
  }],
21120
+ type_asset: 'sdk.coin',
20519
21121
  traces: [{
20520
21122
  type: 'ibc',
20521
21123
  counterparty: {
@@ -20562,6 +21164,7 @@ const assets = {
20562
21164
  primary_color_hex: '#dc300a'
20563
21165
  }
20564
21166
  }],
21167
+ type_asset: 'sdk.coin',
20565
21168
  traces: [{
20566
21169
  type: 'ibc',
20567
21170
  counterparty: {
@@ -20608,6 +21211,7 @@ const assets = {
20608
21211
  primary_color_hex: '#5893ed'
20609
21212
  }
20610
21213
  }],
21214
+ type_asset: 'sdk.coin',
20611
21215
  traces: [{
20612
21216
  type: 'ibc',
20613
21217
  counterparty: {
@@ -20654,6 +21258,7 @@ const assets = {
20654
21258
  primary_color_hex: '#4b87e6'
20655
21259
  }
20656
21260
  }],
21261
+ type_asset: 'sdk.coin',
20657
21262
  traces: [{
20658
21263
  type: 'ibc',
20659
21264
  counterparty: {
@@ -20700,6 +21305,7 @@ const assets = {
20700
21305
  primary_color_hex: '#cfcfcf'
20701
21306
  }
20702
21307
  }],
21308
+ type_asset: 'sdk.coin',
20703
21309
  traces: [{
20704
21310
  type: 'ibc',
20705
21311
  counterparty: {
@@ -20746,6 +21352,7 @@ const assets = {
20746
21352
  primary_color_hex: '#4085f0'
20747
21353
  }
20748
21354
  }],
21355
+ type_asset: 'sdk.coin',
20749
21356
  traces: [{
20750
21357
  type: 'ibc',
20751
21358
  counterparty: {
@@ -20792,6 +21399,7 @@ const assets = {
20792
21399
  primary_color_hex: '#5893ed'
20793
21400
  }
20794
21401
  }],
21402
+ type_asset: 'sdk.coin',
20795
21403
  traces: [{
20796
21404
  type: 'ibc',
20797
21405
  counterparty: {
@@ -20838,6 +21446,7 @@ const assets = {
20838
21446
  primary_color_hex: '#5493f3'
20839
21447
  }
20840
21448
  }],
21449
+ type_asset: 'sdk.coin',
20841
21450
  traces: [{
20842
21451
  type: 'ibc',
20843
21452
  counterparty: {
@@ -20884,6 +21493,7 @@ const assets = {
20884
21493
  primary_color_hex: '#e88057'
20885
21494
  }
20886
21495
  }],
21496
+ type_asset: 'sdk.coin',
20887
21497
  traces: [{
20888
21498
  type: 'ibc',
20889
21499
  counterparty: {
@@ -20930,6 +21540,7 @@ const assets = {
20930
21540
  primary_color_hex: '#2fa4f1'
20931
21541
  }
20932
21542
  }],
21543
+ type_asset: 'sdk.coin',
20933
21544
  traces: [{
20934
21545
  type: 'ibc',
20935
21546
  counterparty: {
@@ -20976,6 +21587,7 @@ const assets = {
20976
21587
  primary_color_hex: '#2e71e1'
20977
21588
  }
20978
21589
  }],
21590
+ type_asset: 'sdk.coin',
20979
21591
  traces: [{
20980
21592
  type: 'ibc',
20981
21593
  counterparty: {
@@ -21022,6 +21634,7 @@ const assets = {
21022
21634
  primary_color_hex: '#4886e7'
21023
21635
  }
21024
21636
  }],
21637
+ type_asset: 'sdk.coin',
21025
21638
  traces: [{
21026
21639
  type: 'ibc',
21027
21640
  counterparty: {
@@ -21068,6 +21681,7 @@ const assets = {
21068
21681
  primary_color_hex: '#5493f3'
21069
21682
  }
21070
21683
  }],
21684
+ type_asset: 'sdk.coin',
21071
21685
  traces: [{
21072
21686
  type: 'ibc',
21073
21687
  counterparty: {
@@ -21114,6 +21728,7 @@ const assets = {
21114
21728
  primary_color_hex: '#5493f3'
21115
21729
  }
21116
21730
  }],
21731
+ type_asset: 'sdk.coin',
21117
21732
  traces: [{
21118
21733
  type: 'ibc',
21119
21734
  counterparty: {
@@ -21156,6 +21771,7 @@ const assets = {
21156
21771
  website: 'https://www.terra.money/',
21157
21772
  twitter: 'https://twitter.com/terra_money'
21158
21773
  },
21774
+ type_asset: 'sdk.coin',
21159
21775
  traces: [{
21160
21776
  type: 'ibc',
21161
21777
  counterparty: {
@@ -21194,6 +21810,7 @@ const assets = {
21194
21810
  primary_color_hex: '#a7248a'
21195
21811
  }
21196
21812
  }],
21813
+ type_asset: 'sdk.coin',
21197
21814
  traces: [{
21198
21815
  type: 'ibc',
21199
21816
  counterparty: {
@@ -21232,6 +21849,7 @@ const assets = {
21232
21849
  primary_color_hex: '#22f2e9'
21233
21850
  }
21234
21851
  }],
21852
+ type_asset: 'sdk.coin',
21235
21853
  traces: [{
21236
21854
  type: 'ibc',
21237
21855
  counterparty: {
@@ -21274,6 +21892,7 @@ const assets = {
21274
21892
  twitter: 'https://twitter.com/UnificationUND'
21275
21893
  },
21276
21894
  coingecko_id: 'unification',
21895
+ type_asset: 'sdk.coin',
21277
21896
  traces: [{
21278
21897
  type: 'ibc',
21279
21898
  counterparty: {
@@ -21312,6 +21931,7 @@ const assets = {
21312
21931
  primary_color_hex: '#04b4fc'
21313
21932
  }
21314
21933
  }],
21934
+ type_asset: 'sdk.coin',
21315
21935
  traces: [{
21316
21936
  type: 'ibc',
21317
21937
  counterparty: {
@@ -27417,6 +28037,8 @@ const assets = {
27417
28037
  exponent: 6
27418
28038
  }],
27419
28039
  base: 'ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3',
28040
+ type_asset: 'snip20',
28041
+ address: 'secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej',
27420
28042
  name: 'Alter',
27421
28043
  display: 'alter',
27422
28044
  symbol: 'ALTER',
@@ -36149,6 +36771,8 @@ const assets = {
36149
36771
  exponent: 6
36150
36772
  }],
36151
36773
  base: 'ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3',
36774
+ type_asset: 'snip20',
36775
+ address: 'secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej',
36152
36776
  name: 'Alter',
36153
36777
  display: 'alter',
36154
36778
  symbol: 'ALTER',