@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
@@ -26,6 +26,7 @@ const assets = {
26
26
  primary_color_hex: '#dbdbdb'
27
27
  }
28
28
  }],
29
+ type_asset: 'sdk.coin',
29
30
  traces: [{
30
31
  type: 'ibc',
31
32
  counterparty: {
@@ -68,6 +69,7 @@ const assets = {
68
69
  website: 'https://arable.finance/',
69
70
  twitter: 'https://twitter.com/ArableProtocol'
70
71
  },
72
+ type_asset: 'sdk.coin',
71
73
  traces: [{
72
74
  type: 'ibc',
73
75
  counterparty: {
@@ -110,6 +112,7 @@ const assets = {
110
112
  website: 'https://arable.finance/',
111
113
  twitter: 'https://twitter.com/ArableProtocol'
112
114
  },
115
+ type_asset: 'sdk.coin',
113
116
  traces: [{
114
117
  type: 'ibc',
115
118
  counterparty: {
@@ -147,6 +150,7 @@ const assets = {
147
150
  primary_color_hex: '#ecc53b'
148
151
  }
149
152
  }],
153
+ type_asset: 'sdk.coin',
150
154
  traces: [{
151
155
  type: 'ibc',
152
156
  counterparty: {
@@ -189,6 +193,7 @@ const assets = {
189
193
  website: 'https://agoric.com/',
190
194
  twitter: 'https://twitter.com/agoric'
191
195
  },
196
+ type_asset: 'sdk.coin',
192
197
  traces: [{
193
198
  type: 'ibc',
194
199
  counterparty: {
@@ -227,6 +232,7 @@ const assets = {
227
232
  primary_color_hex: '#d485e2'
228
233
  }
229
234
  }],
235
+ type_asset: 'sdk.coin',
230
236
  traces: [{
231
237
  type: 'ibc',
232
238
  counterparty: {
@@ -276,6 +282,7 @@ const assets = {
276
282
  website: 'https://aioz.network/',
277
283
  twitter: 'https://twitter.com/AIOZNetwork'
278
284
  },
285
+ type_asset: 'sdk.coin',
279
286
  traces: [{
280
287
  type: 'ibc',
281
288
  counterparty: {
@@ -318,6 +325,7 @@ const assets = {
318
325
  website: 'https://akash.network/',
319
326
  twitter: 'https://twitter.com/akashnet_'
320
327
  },
328
+ type_asset: 'sdk.coin',
321
329
  traces: [{
322
330
  type: 'ibc',
323
331
  counterparty: {
@@ -354,6 +362,7 @@ const assets = {
354
362
  primary_color_hex: '#040404'
355
363
  }
356
364
  }],
365
+ type_asset: 'sdk.coin',
357
366
  traces: [{
358
367
  type: 'ibc',
359
368
  counterparty: {
@@ -403,6 +412,7 @@ const assets = {
403
412
  website: 'https://archway.io/',
404
413
  twitter: 'https://twitter.com/archwayHQ'
405
414
  },
415
+ type_asset: 'sdk.coin',
406
416
  traces: [{
407
417
  type: 'ibc',
408
418
  counterparty: {
@@ -444,6 +454,7 @@ const assets = {
444
454
  website: 'https://arkhadian.io/',
445
455
  twitter: 'https://twitter.com/ArkhadianSas'
446
456
  },
457
+ type_asset: 'sdk.coin',
447
458
  traces: [{
448
459
  type: 'ibc',
449
460
  counterparty: {
@@ -486,6 +497,7 @@ const assets = {
486
497
  website: 'https://www.assetmantle.one/',
487
498
  twitter: 'https://twitter.com/AssetMantle'
488
499
  },
500
+ type_asset: 'sdk.coin',
489
501
  traces: [{
490
502
  type: 'ibc',
491
503
  counterparty: {
@@ -524,6 +536,7 @@ const assets = {
524
536
  primary_color_hex: '#a7c8d4'
525
537
  }
526
538
  }],
539
+ type_asset: 'sdk.coin',
527
540
  traces: [{
528
541
  type: 'ibc',
529
542
  counterparty: {
@@ -566,6 +579,7 @@ const assets = {
566
579
  website: 'https://axelar.network/',
567
580
  twitter: 'https://twitter.com/axelarnetwork'
568
581
  },
582
+ type_asset: 'sdk.coin',
569
583
  traces: [{
570
584
  type: 'ibc',
571
585
  counterparty: {
@@ -608,6 +622,7 @@ const assets = {
608
622
  website: 'https://www.bandprotocol.com/',
609
623
  twitter: 'https://twitter.com/BandProtocol'
610
624
  },
625
+ type_asset: 'sdk.coin',
611
626
  traces: [{
612
627
  type: 'ibc',
613
628
  counterparty: {
@@ -646,6 +661,7 @@ const assets = {
646
661
  primary_color_hex: '#079fd7'
647
662
  }
648
663
  }],
664
+ type_asset: 'sdk.coin',
649
665
  traces: [{
650
666
  type: 'ibc',
651
667
  counterparty: {
@@ -688,6 +704,7 @@ const assets = {
688
704
  website: 'http://www.bitcanna.io/',
689
705
  twitter: 'https://twitter.com/BitCannaGlobal'
690
706
  },
707
+ type_asset: 'sdk.coin',
691
708
  traces: [{
692
709
  type: 'ibc',
693
710
  counterparty: {
@@ -775,6 +792,7 @@ const assets = {
775
792
  website: 'http://bluzelle.com/',
776
793
  twitter: 'https://twitter.com/BluzelleHQ'
777
794
  },
795
+ type_asset: 'sdk.coin',
778
796
  traces: [{
779
797
  type: 'ibc',
780
798
  counterparty: {
@@ -811,6 +829,7 @@ const assets = {
811
829
  primary_color_hex: '#0c3ab5'
812
830
  }
813
831
  }],
832
+ type_asset: 'sdk.coin',
814
833
  traces: [{
815
834
  type: 'ibc',
816
835
  counterparty: {
@@ -847,6 +866,7 @@ const assets = {
847
866
  primary_color_hex: '#ee8828'
848
867
  }
849
868
  }],
869
+ type_asset: 'sdk.coin',
850
870
  traces: [{
851
871
  type: 'ibc',
852
872
  counterparty: {
@@ -882,6 +902,7 @@ const assets = {
882
902
  primary_color_hex: '#4cea4e'
883
903
  }
884
904
  }],
905
+ type_asset: 'sdk.coin',
885
906
  traces: [{
886
907
  type: 'ibc',
887
908
  counterparty: {
@@ -916,6 +937,7 @@ const assets = {
916
937
  primary_color_hex: '#ffffff'
917
938
  }
918
939
  }],
940
+ type_asset: 'sdk.coin',
919
941
  traces: [{
920
942
  type: 'ibc',
921
943
  counterparty: {
@@ -954,6 +976,7 @@ const assets = {
954
976
  primary_color_hex: '#f4ecce'
955
977
  }
956
978
  }],
979
+ type_asset: 'sdk.coin',
957
980
  traces: [{
958
981
  type: 'ibc',
959
982
  counterparty: {
@@ -992,6 +1015,7 @@ const assets = {
992
1015
  primary_color_hex: '#fba809'
993
1016
  }
994
1017
  }],
1018
+ type_asset: 'sdk.coin',
995
1019
  traces: [{
996
1020
  type: 'ibc',
997
1021
  counterparty: {
@@ -1026,6 +1050,7 @@ const assets = {
1026
1050
  primary_color_hex: '#1e8fa9'
1027
1051
  }
1028
1052
  }],
1053
+ type_asset: 'sdk.coin',
1029
1054
  traces: [{
1030
1055
  type: 'ibc',
1031
1056
  counterparty: {
@@ -1068,6 +1093,7 @@ const assets = {
1068
1093
  website: 'https://canto.io/',
1069
1094
  twitter: 'https://twitter.com/CantoPublic'
1070
1095
  },
1096
+ type_asset: 'sdk.coin',
1071
1097
  traces: [{
1072
1098
  type: 'ibc',
1073
1099
  counterparty: {
@@ -1186,6 +1212,7 @@ const assets = {
1186
1212
  primary_color_hex: '#043d4d'
1187
1213
  }
1188
1214
  }],
1215
+ type_asset: 'sdk.coin',
1189
1216
  traces: [{
1190
1217
  type: 'ibc',
1191
1218
  counterparty: {
@@ -1228,6 +1255,7 @@ const assets = {
1228
1255
  website: 'https://celestia.org/',
1229
1256
  twitter: 'https://twitter.com/CelestiaOrg'
1230
1257
  },
1258
+ type_asset: 'sdk.coin',
1231
1259
  traces: [{
1232
1260
  type: 'ibc',
1233
1261
  counterparty: {
@@ -1266,6 +1294,7 @@ const assets = {
1266
1294
  primary_color_hex: '#c6c6c9'
1267
1295
  }
1268
1296
  }],
1297
+ type_asset: 'sdk.coin',
1269
1298
  traces: [{
1270
1299
  type: 'ibc',
1271
1300
  counterparty: {
@@ -1306,6 +1335,7 @@ const assets = {
1306
1335
  website: 'https://c4e.io/',
1307
1336
  twitter: 'https://twitter.com/Chain4Energy'
1308
1337
  },
1338
+ type_asset: 'sdk.coin',
1309
1339
  traces: [{
1310
1340
  type: 'ibc',
1311
1341
  counterparty: {
@@ -1344,6 +1374,7 @@ const assets = {
1344
1374
  primary_color_hex: '#fc5f04'
1345
1375
  }
1346
1376
  }],
1377
+ type_asset: 'sdk.coin',
1347
1378
  traces: [{
1348
1379
  type: 'ibc',
1349
1380
  counterparty: {
@@ -1382,6 +1413,7 @@ const assets = {
1382
1413
  primary_color_hex: '#343434'
1383
1414
  }
1384
1415
  }],
1416
+ type_asset: 'sdk.coin',
1385
1417
  traces: [{
1386
1418
  type: 'ibc',
1387
1419
  counterparty: {
@@ -1423,6 +1455,7 @@ const assets = {
1423
1455
  website: 'http://cifer.ai/',
1424
1456
  twitter: 'https://twitter.com/cifer_ai'
1425
1457
  },
1458
+ type_asset: 'sdk.coin',
1426
1459
  traces: [{
1427
1460
  type: 'ibc',
1428
1461
  counterparty: {
@@ -1461,6 +1494,7 @@ const assets = {
1461
1494
  primary_color_hex: '#fc4454'
1462
1495
  }
1463
1496
  }],
1497
+ type_asset: 'sdk.coin',
1464
1498
  traces: [{
1465
1499
  type: 'ibc',
1466
1500
  counterparty: {
@@ -1499,6 +1533,7 @@ const assets = {
1499
1533
  primary_color_hex: '#645ca4'
1500
1534
  }
1501
1535
  }],
1536
+ type_asset: 'sdk.coin',
1502
1537
  traces: [{
1503
1538
  type: 'ibc',
1504
1539
  counterparty: {
@@ -1537,6 +1572,7 @@ const assets = {
1537
1572
  primary_color_hex: '#040404'
1538
1573
  }
1539
1574
  }],
1575
+ type_asset: 'sdk.coin',
1540
1576
  traces: [{
1541
1577
  type: 'ibc',
1542
1578
  counterparty: {
@@ -1579,6 +1615,7 @@ const assets = {
1579
1615
  website: 'https://cvn.io',
1580
1616
  twitter: 'https://twitter.com/conscious_chain'
1581
1617
  },
1618
+ type_asset: 'sdk.coin',
1582
1619
  traces: [{
1583
1620
  type: 'ibc',
1584
1621
  counterparty: {
@@ -1629,6 +1666,7 @@ const assets = {
1629
1666
  website: 'https://www.coreum.com/',
1630
1667
  twitter: 'https://twitter.com/CoreumOfficial'
1631
1668
  },
1669
+ type_asset: 'sdk.coin',
1632
1670
  traces: [{
1633
1671
  type: 'ibc',
1634
1672
  counterparty: {
@@ -1671,6 +1709,7 @@ const assets = {
1671
1709
  website: 'https://cosmos.network',
1672
1710
  twitter: 'https://twitter.com/cosmoshub'
1673
1711
  },
1712
+ type_asset: 'sdk.coin',
1674
1713
  traces: [{
1675
1714
  type: 'ibc',
1676
1715
  counterparty: {
@@ -1709,6 +1748,7 @@ const assets = {
1709
1748
  primary_color_hex: '#3c2832'
1710
1749
  }
1711
1750
  }],
1751
+ type_asset: 'sdk.coin',
1712
1752
  traces: [{
1713
1753
  type: 'ibc',
1714
1754
  counterparty: {
@@ -1747,6 +1787,7 @@ const assets = {
1747
1787
  primary_color_hex: '#df969f'
1748
1788
  }
1749
1789
  }],
1790
+ type_asset: 'sdk.coin',
1750
1791
  traces: [{
1751
1792
  type: 'ibc',
1752
1793
  counterparty: {
@@ -1789,6 +1830,7 @@ const assets = {
1789
1830
  website: 'https://cronos.org/',
1790
1831
  twitter: 'https://twitter.com/cronos_chain'
1791
1832
  },
1833
+ type_asset: 'sdk.coin',
1792
1834
  traces: [{
1793
1835
  type: 'ibc',
1794
1836
  counterparty: {
@@ -1831,6 +1873,7 @@ const assets = {
1831
1873
  website: 'http://www.cudos.org',
1832
1874
  twitter: 'https://twitter.com/CUDOS_'
1833
1875
  },
1876
+ type_asset: 'sdk.coin',
1834
1877
  traces: [{
1835
1878
  type: 'ibc',
1836
1879
  counterparty: {
@@ -1869,6 +1912,7 @@ const assets = {
1869
1912
  primary_color_hex: '#4678e9'
1870
1913
  }
1871
1914
  }],
1915
+ type_asset: 'sdk.coin',
1872
1916
  traces: [{
1873
1917
  type: 'ibc',
1874
1918
  counterparty: {
@@ -1907,6 +1951,7 @@ const assets = {
1907
1951
  primary_color_hex: '#fb804e'
1908
1952
  }
1909
1953
  }],
1954
+ type_asset: 'sdk.coin',
1910
1955
  traces: [{
1911
1956
  type: 'ibc',
1912
1957
  counterparty: {
@@ -1949,6 +1994,7 @@ const assets = {
1949
1994
  primary_color_hex: '#140c7c'
1950
1995
  }
1951
1996
  }],
1997
+ type_asset: 'sdk.coin',
1952
1998
  traces: [{
1953
1999
  type: 'ibc',
1954
2000
  counterparty: {
@@ -1985,6 +2031,7 @@ const assets = {
1985
2031
  primary_color_hex: '#1b1433'
1986
2032
  }
1987
2033
  }],
2034
+ type_asset: 'sdk.coin',
1988
2035
  traces: [{
1989
2036
  type: 'ibc',
1990
2037
  counterparty: {
@@ -2022,6 +2069,7 @@ const assets = {
2022
2069
  primary_color_hex: '#fba214'
2023
2070
  }
2024
2071
  }],
2072
+ type_asset: 'sdk.coin',
2025
2073
  traces: [{
2026
2074
  type: 'ibc',
2027
2075
  counterparty: {
@@ -2069,6 +2117,7 @@ const assets = {
2069
2117
  website: 'https://dydx.trade/',
2070
2118
  twitter: 'https://twitter.com/dYdX'
2071
2119
  },
2120
+ type_asset: 'sdk.coin',
2072
2121
  traces: [{
2073
2122
  type: 'ibc',
2074
2123
  counterparty: {
@@ -2146,6 +2195,7 @@ const assets = {
2146
2195
  primary_color_hex: '#040404'
2147
2196
  }
2148
2197
  }],
2198
+ type_asset: 'sdk.coin',
2149
2199
  traces: [{
2150
2200
  type: 'ibc',
2151
2201
  counterparty: {
@@ -2178,6 +2228,7 @@ const assets = {
2178
2228
  images: [{
2179
2229
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
2180
2230
  }],
2231
+ type_asset: 'sdk.coin',
2181
2232
  traces: [{
2182
2233
  type: 'ibc',
2183
2234
  counterparty: {
@@ -2216,6 +2267,7 @@ const assets = {
2216
2267
  primary_color_hex: '#caf2ea'
2217
2268
  }
2218
2269
  }],
2270
+ type_asset: 'sdk.coin',
2219
2271
  traces: [{
2220
2272
  type: 'ibc',
2221
2273
  counterparty: {
@@ -2254,6 +2306,7 @@ const assets = {
2254
2306
  primary_color_hex: '#f4c808'
2255
2307
  }
2256
2308
  }],
2309
+ type_asset: 'sdk.coin',
2257
2310
  traces: [{
2258
2311
  type: 'ibc',
2259
2312
  counterparty: {
@@ -2291,6 +2344,7 @@ const assets = {
2291
2344
  primary_color_hex: '#db2b1c'
2292
2345
  }
2293
2346
  }],
2347
+ type_asset: 'sdk.coin',
2294
2348
  traces: [{
2295
2349
  type: 'ibc',
2296
2350
  counterparty: {
@@ -2328,6 +2382,7 @@ const assets = {
2328
2382
  primary_color_hex: '#cb142d'
2329
2383
  }
2330
2384
  }],
2385
+ type_asset: 'sdk.coin',
2331
2386
  traces: [{
2332
2387
  type: 'ibc',
2333
2388
  counterparty: {
@@ -2365,6 +2420,7 @@ const assets = {
2365
2420
  primary_color_hex: '#ac0c34'
2366
2421
  }
2367
2422
  }],
2423
+ type_asset: 'sdk.coin',
2368
2424
  traces: [{
2369
2425
  type: 'ibc',
2370
2426
  counterparty: {
@@ -2402,6 +2458,7 @@ const assets = {
2402
2458
  primary_color_hex: '#045493'
2403
2459
  }
2404
2460
  }],
2461
+ type_asset: 'sdk.coin',
2405
2462
  traces: [{
2406
2463
  type: 'ibc',
2407
2464
  counterparty: {
@@ -2446,6 +2503,7 @@ const assets = {
2446
2503
  circle: false
2447
2504
  }
2448
2505
  }],
2506
+ type_asset: 'sdk.coin',
2449
2507
  traces: [{
2450
2508
  type: 'ibc',
2451
2509
  counterparty: {
@@ -2488,6 +2546,7 @@ const assets = {
2488
2546
  website: 'https://evmos.org/',
2489
2547
  twitter: 'https://twitter.com/EvmosOrg'
2490
2548
  },
2549
+ type_asset: 'sdk.coin',
2491
2550
  traces: [{
2492
2551
  type: 'ibc',
2493
2552
  counterparty: {
@@ -2529,6 +2588,7 @@ const assets = {
2529
2588
  website: 'https://www.neokingdom.org/',
2530
2589
  twitter: 'https://twitter.com/NEOKingdomDAO'
2531
2590
  },
2591
+ type_asset: 'sdk.coin',
2532
2592
  traces: [{
2533
2593
  type: 'ibc',
2534
2594
  counterparty: {
@@ -2645,6 +2705,7 @@ const assets = {
2645
2705
  primary_color_hex: '#1c2444'
2646
2706
  }
2647
2707
  }],
2708
+ type_asset: 'sdk.coin',
2648
2709
  traces: [{
2649
2710
  type: 'ibc',
2650
2711
  counterparty: {
@@ -2682,6 +2743,7 @@ const assets = {
2682
2743
  primary_color_hex: '#04ae9b'
2683
2744
  }
2684
2745
  }],
2746
+ type_asset: 'sdk.coin',
2685
2747
  traces: [{
2686
2748
  type: 'ibc',
2687
2749
  counterparty: {
@@ -2720,6 +2782,7 @@ const assets = {
2720
2782
  primary_color_hex: '#1c1c1c'
2721
2783
  }
2722
2784
  }],
2785
+ type_asset: 'sdk.coin',
2723
2786
  traces: [{
2724
2787
  type: 'ibc',
2725
2788
  counterparty: {
@@ -2762,6 +2825,7 @@ const assets = {
2762
2825
  socials: {
2763
2826
  twitter: 'https://twitter.com/furyachain'
2764
2827
  },
2828
+ type_asset: 'sdk.coin',
2765
2829
  traces: [{
2766
2830
  type: 'ibc',
2767
2831
  counterparty: {
@@ -2804,6 +2868,7 @@ const assets = {
2804
2868
  website: 'https://functionx.io',
2805
2869
  twitter: 'https://x.com/functionx_io'
2806
2870
  },
2871
+ type_asset: 'sdk.coin',
2807
2872
  traces: [{
2808
2873
  type: 'ibc',
2809
2874
  counterparty: {
@@ -2841,6 +2906,7 @@ const assets = {
2841
2906
  primary_color_hex: '#5e3be6'
2842
2907
  }
2843
2908
  }],
2909
+ type_asset: 'sdk.coin',
2844
2910
  traces: [{
2845
2911
  type: 'ibc',
2846
2912
  counterparty: {
@@ -2932,6 +2998,7 @@ const assets = {
2932
2998
  primary_color_hex: '#040404'
2933
2999
  }
2934
3000
  }],
3001
+ type_asset: 'sdk.coin',
2935
3002
  traces: [{
2936
3003
  type: 'ibc',
2937
3004
  counterparty: {
@@ -2979,6 +3046,7 @@ const assets = {
2979
3046
  website: 'https://gitopia.com/',
2980
3047
  twitter: 'https://twitter.com/gitopiaDAO'
2981
3048
  },
3049
+ type_asset: 'sdk.coin',
2982
3050
  traces: [{
2983
3051
  type: 'ibc',
2984
3052
  counterparty: {
@@ -3021,6 +3089,7 @@ const assets = {
3021
3089
  website: 'https://www.gravitybridge.net/',
3022
3090
  twitter: 'https://twitter.com/gravity_bridge'
3023
3091
  },
3092
+ type_asset: 'sdk.coin',
3024
3093
  traces: [{
3025
3094
  type: 'ibc',
3026
3095
  counterparty: {
@@ -3063,6 +3132,7 @@ const assets = {
3063
3132
  primary_color_hex: '#04cd80'
3064
3133
  }
3065
3134
  }],
3135
+ type_asset: 'sdk.coin',
3066
3136
  traces: [{
3067
3137
  type: 'ibc',
3068
3138
  counterparty: {
@@ -3151,6 +3221,7 @@ const assets = {
3151
3221
  website: 'https://humans.ai/',
3152
3222
  twitter: 'https://twitter.com/humansdotai'
3153
3223
  },
3224
+ type_asset: 'sdk.coin',
3154
3225
  traces: [{
3155
3226
  type: 'ibc',
3156
3227
  counterparty: {
@@ -3189,6 +3260,7 @@ const assets = {
3189
3260
  primary_color_hex: '#2c4484'
3190
3261
  }
3191
3262
  }],
3263
+ type_asset: 'sdk.coin',
3192
3264
  traces: [{
3193
3265
  type: 'ibc',
3194
3266
  counterparty: {
@@ -3227,6 +3299,7 @@ const assets = {
3227
3299
  primary_color_hex: '#4c54e4'
3228
3300
  }
3229
3301
  }],
3302
+ type_asset: 'sdk.coin',
3230
3303
  traces: [{
3231
3304
  type: 'ibc',
3232
3305
  counterparty: {
@@ -3269,6 +3342,7 @@ const assets = {
3269
3342
  website: 'https://injective.com/',
3270
3343
  twitter: 'https://twitter.com/Injective_'
3271
3344
  },
3345
+ type_asset: 'sdk.coin',
3272
3346
  traces: [{
3273
3347
  type: 'ibc',
3274
3348
  counterparty: {
@@ -3304,6 +3378,7 @@ const assets = {
3304
3378
  primary_color_hex: '#31292a'
3305
3379
  }
3306
3380
  }],
3381
+ type_asset: 'sdk.coin',
3307
3382
  traces: [{
3308
3383
  type: 'ibc',
3309
3384
  counterparty: {
@@ -3339,6 +3414,7 @@ const assets = {
3339
3414
  primary_color_hex: '#18120f'
3340
3415
  }
3341
3416
  }],
3417
+ type_asset: 'sdk.coin',
3342
3418
  traces: [{
3343
3419
  type: 'ibc',
3344
3420
  counterparty: {
@@ -3371,6 +3447,7 @@ const assets = {
3371
3447
  primary_color_hex: '#293a6f'
3372
3448
  }
3373
3449
  }],
3450
+ type_asset: 'sdk.coin',
3374
3451
  traces: [{
3375
3452
  type: 'ibc',
3376
3453
  counterparty: {
@@ -3403,6 +3480,7 @@ const assets = {
3403
3480
  primary_color_hex: '#272f4b'
3404
3481
  }
3405
3482
  }],
3483
+ type_asset: 'sdk.coin',
3406
3484
  traces: [{
3407
3485
  type: 'ibc',
3408
3486
  counterparty: {
@@ -3435,6 +3513,7 @@ const assets = {
3435
3513
  primary_color_hex: '#2a303f'
3436
3514
  }
3437
3515
  }],
3516
+ type_asset: 'sdk.coin',
3438
3517
  traces: [{
3439
3518
  type: 'ibc',
3440
3519
  counterparty: {
@@ -3467,6 +3546,7 @@ const assets = {
3467
3546
  primary_color_hex: '#54ac94'
3468
3547
  }
3469
3548
  }],
3549
+ type_asset: 'sdk.coin',
3470
3550
  traces: [{
3471
3551
  type: 'ibc',
3472
3552
  counterparty: {
@@ -3499,6 +3579,7 @@ const assets = {
3499
3579
  primary_color_hex: '#7931f9'
3500
3580
  }
3501
3581
  }],
3582
+ type_asset: 'sdk.coin',
3502
3583
  traces: [{
3503
3584
  type: 'ibc',
3504
3585
  counterparty: {
@@ -3537,6 +3618,7 @@ const assets = {
3537
3618
  primary_color_hex: '#5664ad'
3538
3619
  }
3539
3620
  }],
3621
+ type_asset: 'sdk.coin',
3540
3622
  traces: [{
3541
3623
  type: 'ibc',
3542
3624
  counterparty: {
@@ -3575,6 +3657,7 @@ const assets = {
3575
3657
  primary_color_hex: '#dbdbcb'
3576
3658
  }
3577
3659
  }],
3660
+ type_asset: 'sdk.coin',
3578
3661
  traces: [{
3579
3662
  type: 'ibc',
3580
3663
  counterparty: {
@@ -3617,6 +3700,7 @@ const assets = {
3617
3700
  website: 'https://junonetwork.io/',
3618
3701
  twitter: 'https://twitter.com/JunoNetwork'
3619
3702
  },
3703
+ type_asset: 'sdk.coin',
3620
3704
  traces: [{
3621
3705
  type: 'ibc',
3622
3706
  counterparty: {
@@ -3659,6 +3743,7 @@ const assets = {
3659
3743
  website: 'https://www.kava.io/',
3660
3744
  twitter: 'https://twitter.com/KAVA_CHAIN'
3661
3745
  },
3746
+ type_asset: 'sdk.coin',
3662
3747
  traces: [{
3663
3748
  type: 'ibc',
3664
3749
  counterparty: {
@@ -3697,6 +3782,7 @@ const assets = {
3697
3782
  primary_color_hex: '#7b34ac'
3698
3783
  }
3699
3784
  }],
3785
+ type_asset: 'sdk.coin',
3700
3786
  traces: [{
3701
3787
  type: 'ibc',
3702
3788
  counterparty: {
@@ -3735,6 +3821,7 @@ const assets = {
3735
3821
  primary_color_hex: '#544cfc'
3736
3822
  }
3737
3823
  }],
3824
+ type_asset: 'sdk.coin',
3738
3825
  traces: [{
3739
3826
  type: 'ibc',
3740
3827
  counterparty: {
@@ -3773,6 +3860,7 @@ const assets = {
3773
3860
  primary_color_hex: '#04d4a3'
3774
3861
  }
3775
3862
  }],
3863
+ type_asset: 'sdk.coin',
3776
3864
  traces: [{
3777
3865
  type: 'ibc',
3778
3866
  counterparty: {
@@ -3826,7 +3914,8 @@ const assets = {
3826
3914
  logo_URIs: {
3827
3915
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
3828
3916
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
3829
- }
3917
+ },
3918
+ type_asset: 'sdk.coin'
3830
3919
  },
3831
3920
  {
3832
3921
  description: 'The native token of Ki Chain',
@@ -3854,6 +3943,7 @@ const assets = {
3854
3943
  primary_color_hex: '#1c04fc'
3855
3944
  }
3856
3945
  }],
3946
+ type_asset: 'sdk.coin',
3857
3947
  traces: [{
3858
3948
  type: 'ibc',
3859
3949
  counterparty: {
@@ -3896,6 +3986,7 @@ const assets = {
3896
3986
  twitter: 'https://x.com/KimaNetwork',
3897
3987
  website: 'https://www.kima.network/'
3898
3988
  },
3989
+ type_asset: 'sdk.coin',
3899
3990
  traces: [{
3900
3991
  type: 'ibc',
3901
3992
  counterparty: {
@@ -3934,6 +4025,7 @@ const assets = {
3934
4025
  primary_color_hex: '#042a61'
3935
4026
  }
3936
4027
  }],
4028
+ type_asset: 'sdk.coin',
3937
4029
  traces: [{
3938
4030
  type: 'ibc',
3939
4031
  counterparty: {
@@ -3976,6 +4068,7 @@ const assets = {
3976
4068
  website: 'https://kujira.network/',
3977
4069
  twitter: 'https://twitter.com/TeamKujira'
3978
4070
  },
4071
+ type_asset: 'sdk.coin',
3979
4072
  traces: [{
3980
4073
  type: 'ibc',
3981
4074
  counterparty: {
@@ -4018,6 +4111,7 @@ const assets = {
4018
4111
  website: 'https://www.kyve.network/',
4019
4112
  twitter: 'https://twitter.com/KYVENetwork'
4020
4113
  },
4114
+ type_asset: 'sdk.coin',
4021
4115
  traces: [{
4022
4116
  type: 'ibc',
4023
4117
  counterparty: {
@@ -4056,6 +4150,7 @@ const assets = {
4056
4150
  primary_color_hex: '#e41c54'
4057
4151
  }
4058
4152
  }],
4153
+ type_asset: 'sdk.coin',
4059
4154
  traces: [{
4060
4155
  type: 'ibc',
4061
4156
  counterparty: {
@@ -4145,6 +4240,7 @@ const assets = {
4145
4240
  primary_color_hex: '#2d656c'
4146
4241
  }
4147
4242
  }],
4243
+ type_asset: 'sdk.coin',
4148
4244
  traces: [{
4149
4245
  type: 'ibc',
4150
4246
  counterparty: {
@@ -4186,6 +4282,7 @@ const assets = {
4186
4282
  website: 'https://www.lorenzo-protocol.xyz/',
4187
4283
  twitter: 'https://x.com/LorenzoProtocol'
4188
4284
  },
4285
+ type_asset: 'sdk.coin',
4189
4286
  traces: [{
4190
4287
  type: 'ibc',
4191
4288
  counterparty: {
@@ -4223,6 +4320,7 @@ const assets = {
4223
4320
  primary_color_hex: '#cb8b40'
4224
4321
  }
4225
4322
  }],
4323
+ type_asset: 'sdk.coin',
4226
4324
  traces: [{
4227
4325
  type: 'ibc',
4228
4326
  counterparty: {
@@ -4261,6 +4359,7 @@ const assets = {
4261
4359
  primary_color_hex: '#080808'
4262
4360
  }
4263
4361
  }],
4362
+ type_asset: 'sdk.coin',
4264
4363
  traces: [{
4265
4364
  type: 'ibc',
4266
4365
  counterparty: {
@@ -4299,6 +4398,7 @@ const assets = {
4299
4398
  primary_color_hex: '#147ccc'
4300
4399
  }
4301
4400
  }],
4401
+ type_asset: 'sdk.coin',
4302
4402
  traces: [{
4303
4403
  type: 'ibc',
4304
4404
  counterparty: {
@@ -4337,6 +4437,7 @@ const assets = {
4337
4437
  primary_color_hex: '#b7dcd8'
4338
4438
  }
4339
4439
  }],
4440
+ type_asset: 'sdk.coin',
4340
4441
  traces: [{
4341
4442
  type: 'ibc',
4342
4443
  counterparty: {
@@ -4375,6 +4476,7 @@ const assets = {
4375
4476
  primary_color_hex: '#6bab14'
4376
4477
  }
4377
4478
  }],
4479
+ type_asset: 'sdk.coin',
4378
4480
  traces: [{
4379
4481
  type: 'ibc',
4380
4482
  counterparty: {
@@ -4413,6 +4515,7 @@ const assets = {
4413
4515
  primary_color_hex: '#1c1c1c'
4414
4516
  }
4415
4517
  }],
4518
+ type_asset: 'sdk.coin',
4416
4519
  traces: [{
4417
4520
  type: 'ibc',
4418
4521
  counterparty: {
@@ -4451,6 +4554,7 @@ const assets = {
4451
4554
  primary_color_hex: '#cbfb06'
4452
4555
  }
4453
4556
  }],
4557
+ type_asset: 'sdk.coin',
4454
4558
  traces: [{
4455
4559
  type: 'ibc',
4456
4560
  counterparty: {
@@ -4495,6 +4599,7 @@ const assets = {
4495
4599
  website: 'https://neutron.org/',
4496
4600
  twitter: 'https://twitter.com/Neutron_org'
4497
4601
  },
4602
+ type_asset: 'sdk.coin',
4498
4603
  traces: [{
4499
4604
  type: 'ibc',
4500
4605
  counterparty: {
@@ -4530,6 +4635,7 @@ const assets = {
4530
4635
  primary_color_hex: '#1b0847'
4531
4636
  }
4532
4637
  }],
4638
+ type_asset: 'sdk.coin',
4533
4639
  traces: [{
4534
4640
  type: 'ibc',
4535
4641
  counterparty: {
@@ -4565,6 +4671,7 @@ const assets = {
4565
4671
  primary_color_hex: '#dcd5ab'
4566
4672
  }
4567
4673
  }],
4674
+ type_asset: 'sdk.coin',
4568
4675
  traces: [{
4569
4676
  type: 'ibc',
4570
4677
  counterparty: {
@@ -4600,6 +4707,7 @@ const assets = {
4600
4707
  primary_color_hex: '#333333'
4601
4708
  }
4602
4709
  }],
4710
+ type_asset: 'sdk.coin',
4603
4711
  traces: [{
4604
4712
  type: 'ibc',
4605
4713
  counterparty: {
@@ -4649,6 +4757,7 @@ const assets = {
4649
4757
  primary_color_hex: '#14c0ce'
4650
4758
  }
4651
4759
  }],
4760
+ type_asset: 'sdk.coin',
4652
4761
  traces: [{
4653
4762
  type: 'ibc',
4654
4763
  counterparty: {
@@ -4672,6 +4781,7 @@ const assets = {
4672
4781
  name: 'uoprek',
4673
4782
  display: 'tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek',
4674
4783
  symbol: 'UOPREK',
4784
+ type_asset: 'sdk.coin',
4675
4785
  traces: [{
4676
4786
  type: 'ibc',
4677
4787
  counterparty: {
@@ -4695,6 +4805,7 @@ const assets = {
4695
4805
  name: 'utestate',
4696
4806
  display: 'tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate',
4697
4807
  symbol: 'UTESTATE',
4808
+ type_asset: 'sdk.coin',
4698
4809
  traces: [{
4699
4810
  type: 'ibc',
4700
4811
  counterparty: {
@@ -4718,6 +4829,7 @@ const assets = {
4718
4829
  name: 'npp',
4719
4830
  display: 'tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP',
4720
4831
  symbol: 'NPP',
4832
+ type_asset: 'sdk.coin',
4721
4833
  traces: [{
4722
4834
  type: 'ibc',
4723
4835
  counterparty: {
@@ -4836,6 +4948,7 @@ const assets = {
4836
4948
  website: 'https://ondo.finance/usdy',
4837
4949
  twitter: 'https://x.com/OndoFinance'
4838
4950
  },
4951
+ type_asset: 'sdk.coin',
4839
4952
  traces: [{
4840
4953
  type: 'ibc',
4841
4954
  counterparty: {
@@ -4879,6 +4992,7 @@ const assets = {
4879
4992
  primary_color_hex: '#0c0c14'
4880
4993
  }
4881
4994
  }],
4995
+ type_asset: 'sdk.coin',
4882
4996
  traces: [{
4883
4997
  type: 'ibc',
4884
4998
  counterparty: {
@@ -4921,6 +5035,7 @@ const assets = {
4921
5035
  website: 'https://nolus.io/',
4922
5036
  twitter: 'https://twitter.com/NolusProtocol'
4923
5037
  },
5038
+ type_asset: 'sdk.coin',
4924
5039
  traces: [{
4925
5040
  type: 'ibc',
4926
5041
  counterparty: {
@@ -4958,6 +5073,7 @@ const assets = {
4958
5073
  primary_color_hex: '#6404fc'
4959
5074
  }
4960
5075
  }],
5076
+ type_asset: 'sdk.coin',
4961
5077
  traces: [{
4962
5078
  type: 'ibc',
4963
5079
  counterparty: {
@@ -4993,6 +5109,7 @@ const assets = {
4993
5109
  primary_color_hex: '#f45135'
4994
5110
  }
4995
5111
  }],
5112
+ type_asset: 'sdk.coin',
4996
5113
  traces: [{
4997
5114
  type: 'ibc',
4998
5115
  counterparty: {
@@ -5041,6 +5158,7 @@ const assets = {
5041
5158
  primary_color_hex: '#141424'
5042
5159
  }
5043
5160
  }],
5161
+ type_asset: 'sdk.coin',
5044
5162
  traces: [{
5045
5163
  type: 'ibc',
5046
5164
  counterparty: {
@@ -5080,6 +5198,7 @@ const assets = {
5080
5198
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
5081
5199
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
5082
5200
  }],
5201
+ type_asset: 'sdk.coin',
5083
5202
  traces: [{
5084
5203
  type: 'ibc',
5085
5204
  counterparty: {
@@ -5121,6 +5240,7 @@ const assets = {
5121
5240
  primary_color_hex: '#c3ebf3'
5122
5241
  }
5123
5242
  }],
5243
+ type_asset: 'sdk.coin',
5124
5244
  traces: [{
5125
5245
  type: 'ibc',
5126
5246
  counterparty: {
@@ -5162,6 +5282,7 @@ const assets = {
5162
5282
  primary_color_hex: '#040404'
5163
5283
  }
5164
5284
  }],
5285
+ type_asset: 'sdk.coin',
5165
5286
  traces: [{
5166
5287
  type: 'ibc',
5167
5288
  counterparty: {
@@ -5204,6 +5325,7 @@ const assets = {
5204
5325
  website: 'https://omniflix.network/',
5205
5326
  twitter: 'https://twitter.com/OmniFlixNetwork'
5206
5327
  },
5328
+ type_asset: 'sdk.coin',
5207
5329
  traces: [{
5208
5330
  type: 'ibc',
5209
5331
  counterparty: {
@@ -5239,6 +5361,7 @@ const assets = {
5239
5361
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
5240
5362
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
5241
5363
  }],
5364
+ type_asset: 'sdk.coin',
5242
5365
  traces: [{
5243
5366
  type: 'ibc',
5244
5367
  counterparty: {
@@ -5283,6 +5406,7 @@ const assets = {
5283
5406
  primary_color_hex: '#1c1c28'
5284
5407
  }
5285
5408
  }],
5409
+ type_asset: 'sdk.coin',
5286
5410
  traces: [{
5287
5411
  type: 'ibc',
5288
5412
  counterparty: {
@@ -5347,6 +5471,7 @@ const assets = {
5347
5471
  }
5348
5472
  }
5349
5473
  ],
5474
+ type_asset: 'sdk.coin',
5350
5475
  traces: [{
5351
5476
  type: 'ibc',
5352
5477
  counterparty: {
@@ -5384,6 +5509,7 @@ const assets = {
5384
5509
  primary_color_hex: '#dbdbdb'
5385
5510
  }
5386
5511
  }],
5512
+ type_asset: 'sdk.coin',
5387
5513
  traces: [{
5388
5514
  type: 'ibc',
5389
5515
  counterparty: {
@@ -5426,6 +5552,7 @@ const assets = {
5426
5552
  website: 'https://arable.finance/',
5427
5553
  twitter: 'https://twitter.com/ArableProtocol'
5428
5554
  },
5555
+ type_asset: 'sdk.coin',
5429
5556
  traces: [{
5430
5557
  type: 'ibc',
5431
5558
  counterparty: {
@@ -5468,6 +5595,7 @@ const assets = {
5468
5595
  website: 'https://arable.finance/',
5469
5596
  twitter: 'https://twitter.com/ArableProtocol'
5470
5597
  },
5598
+ type_asset: 'sdk.coin',
5471
5599
  traces: [{
5472
5600
  type: 'ibc',
5473
5601
  counterparty: {
@@ -5505,6 +5633,7 @@ const assets = {
5505
5633
  primary_color_hex: '#ecc53b'
5506
5634
  }
5507
5635
  }],
5636
+ type_asset: 'sdk.coin',
5508
5637
  traces: [{
5509
5638
  type: 'ibc',
5510
5639
  counterparty: {
@@ -5547,6 +5676,7 @@ const assets = {
5547
5676
  website: 'https://agoric.com/',
5548
5677
  twitter: 'https://twitter.com/agoric'
5549
5678
  },
5679
+ type_asset: 'sdk.coin',
5550
5680
  traces: [{
5551
5681
  type: 'ibc',
5552
5682
  counterparty: {
@@ -5585,6 +5715,7 @@ const assets = {
5585
5715
  primary_color_hex: '#d485e2'
5586
5716
  }
5587
5717
  }],
5718
+ type_asset: 'sdk.coin',
5588
5719
  traces: [{
5589
5720
  type: 'ibc',
5590
5721
  counterparty: {
@@ -5634,6 +5765,7 @@ const assets = {
5634
5765
  website: 'https://aioz.network/',
5635
5766
  twitter: 'https://twitter.com/AIOZNetwork'
5636
5767
  },
5768
+ type_asset: 'sdk.coin',
5637
5769
  traces: [{
5638
5770
  type: 'ibc',
5639
5771
  counterparty: {
@@ -5676,6 +5808,7 @@ const assets = {
5676
5808
  website: 'https://akash.network/',
5677
5809
  twitter: 'https://twitter.com/akashnet_'
5678
5810
  },
5811
+ type_asset: 'sdk.coin',
5679
5812
  traces: [{
5680
5813
  type: 'ibc',
5681
5814
  counterparty: {
@@ -5712,6 +5845,7 @@ const assets = {
5712
5845
  primary_color_hex: '#040404'
5713
5846
  }
5714
5847
  }],
5848
+ type_asset: 'sdk.coin',
5715
5849
  traces: [{
5716
5850
  type: 'ibc',
5717
5851
  counterparty: {
@@ -5761,6 +5895,7 @@ const assets = {
5761
5895
  website: 'https://archway.io/',
5762
5896
  twitter: 'https://twitter.com/archwayHQ'
5763
5897
  },
5898
+ type_asset: 'sdk.coin',
5764
5899
  traces: [{
5765
5900
  type: 'ibc',
5766
5901
  counterparty: {
@@ -5802,6 +5937,7 @@ const assets = {
5802
5937
  website: 'https://arkhadian.io/',
5803
5938
  twitter: 'https://twitter.com/ArkhadianSas'
5804
5939
  },
5940
+ type_asset: 'sdk.coin',
5805
5941
  traces: [{
5806
5942
  type: 'ibc',
5807
5943
  counterparty: {
@@ -5844,6 +5980,7 @@ const assets = {
5844
5980
  website: 'https://www.assetmantle.one/',
5845
5981
  twitter: 'https://twitter.com/AssetMantle'
5846
5982
  },
5983
+ type_asset: 'sdk.coin',
5847
5984
  traces: [{
5848
5985
  type: 'ibc',
5849
5986
  counterparty: {
@@ -5882,6 +6019,7 @@ const assets = {
5882
6019
  primary_color_hex: '#a7c8d4'
5883
6020
  }
5884
6021
  }],
6022
+ type_asset: 'sdk.coin',
5885
6023
  traces: [{
5886
6024
  type: 'ibc',
5887
6025
  counterparty: {
@@ -5924,6 +6062,7 @@ const assets = {
5924
6062
  website: 'https://axelar.network/',
5925
6063
  twitter: 'https://twitter.com/axelarnetwork'
5926
6064
  },
6065
+ type_asset: 'sdk.coin',
5927
6066
  traces: [{
5928
6067
  type: 'ibc',
5929
6068
  counterparty: {
@@ -5966,6 +6105,7 @@ const assets = {
5966
6105
  website: 'https://www.bandprotocol.com/',
5967
6106
  twitter: 'https://twitter.com/BandProtocol'
5968
6107
  },
6108
+ type_asset: 'sdk.coin',
5969
6109
  traces: [{
5970
6110
  type: 'ibc',
5971
6111
  counterparty: {
@@ -6004,6 +6144,7 @@ const assets = {
6004
6144
  primary_color_hex: '#079fd7'
6005
6145
  }
6006
6146
  }],
6147
+ type_asset: 'sdk.coin',
6007
6148
  traces: [{
6008
6149
  type: 'ibc',
6009
6150
  counterparty: {
@@ -6046,6 +6187,7 @@ const assets = {
6046
6187
  website: 'http://www.bitcanna.io/',
6047
6188
  twitter: 'https://twitter.com/BitCannaGlobal'
6048
6189
  },
6190
+ type_asset: 'sdk.coin',
6049
6191
  traces: [{
6050
6192
  type: 'ibc',
6051
6193
  counterparty: {
@@ -6133,6 +6275,7 @@ const assets = {
6133
6275
  website: 'http://bluzelle.com/',
6134
6276
  twitter: 'https://twitter.com/BluzelleHQ'
6135
6277
  },
6278
+ type_asset: 'sdk.coin',
6136
6279
  traces: [{
6137
6280
  type: 'ibc',
6138
6281
  counterparty: {
@@ -6169,6 +6312,7 @@ const assets = {
6169
6312
  primary_color_hex: '#0c3ab5'
6170
6313
  }
6171
6314
  }],
6315
+ type_asset: 'sdk.coin',
6172
6316
  traces: [{
6173
6317
  type: 'ibc',
6174
6318
  counterparty: {
@@ -6205,6 +6349,7 @@ const assets = {
6205
6349
  primary_color_hex: '#ee8828'
6206
6350
  }
6207
6351
  }],
6352
+ type_asset: 'sdk.coin',
6208
6353
  traces: [{
6209
6354
  type: 'ibc',
6210
6355
  counterparty: {
@@ -6240,6 +6385,7 @@ const assets = {
6240
6385
  primary_color_hex: '#4cea4e'
6241
6386
  }
6242
6387
  }],
6388
+ type_asset: 'sdk.coin',
6243
6389
  traces: [{
6244
6390
  type: 'ibc',
6245
6391
  counterparty: {
@@ -6274,6 +6420,7 @@ const assets = {
6274
6420
  primary_color_hex: '#ffffff'
6275
6421
  }
6276
6422
  }],
6423
+ type_asset: 'sdk.coin',
6277
6424
  traces: [{
6278
6425
  type: 'ibc',
6279
6426
  counterparty: {
@@ -6312,6 +6459,7 @@ const assets = {
6312
6459
  primary_color_hex: '#f4ecce'
6313
6460
  }
6314
6461
  }],
6462
+ type_asset: 'sdk.coin',
6315
6463
  traces: [{
6316
6464
  type: 'ibc',
6317
6465
  counterparty: {
@@ -6350,6 +6498,7 @@ const assets = {
6350
6498
  primary_color_hex: '#fba809'
6351
6499
  }
6352
6500
  }],
6501
+ type_asset: 'sdk.coin',
6353
6502
  traces: [{
6354
6503
  type: 'ibc',
6355
6504
  counterparty: {
@@ -6384,6 +6533,7 @@ const assets = {
6384
6533
  primary_color_hex: '#1e8fa9'
6385
6534
  }
6386
6535
  }],
6536
+ type_asset: 'sdk.coin',
6387
6537
  traces: [{
6388
6538
  type: 'ibc',
6389
6539
  counterparty: {
@@ -6426,6 +6576,7 @@ const assets = {
6426
6576
  website: 'https://canto.io/',
6427
6577
  twitter: 'https://twitter.com/CantoPublic'
6428
6578
  },
6579
+ type_asset: 'sdk.coin',
6429
6580
  traces: [{
6430
6581
  type: 'ibc',
6431
6582
  counterparty: {
@@ -6544,6 +6695,7 @@ const assets = {
6544
6695
  primary_color_hex: '#043d4d'
6545
6696
  }
6546
6697
  }],
6698
+ type_asset: 'sdk.coin',
6547
6699
  traces: [{
6548
6700
  type: 'ibc',
6549
6701
  counterparty: {
@@ -6586,6 +6738,7 @@ const assets = {
6586
6738
  website: 'https://celestia.org/',
6587
6739
  twitter: 'https://twitter.com/CelestiaOrg'
6588
6740
  },
6741
+ type_asset: 'sdk.coin',
6589
6742
  traces: [{
6590
6743
  type: 'ibc',
6591
6744
  counterparty: {
@@ -6624,6 +6777,7 @@ const assets = {
6624
6777
  primary_color_hex: '#c6c6c9'
6625
6778
  }
6626
6779
  }],
6780
+ type_asset: 'sdk.coin',
6627
6781
  traces: [{
6628
6782
  type: 'ibc',
6629
6783
  counterparty: {
@@ -6664,6 +6818,7 @@ const assets = {
6664
6818
  website: 'https://c4e.io/',
6665
6819
  twitter: 'https://twitter.com/Chain4Energy'
6666
6820
  },
6821
+ type_asset: 'sdk.coin',
6667
6822
  traces: [{
6668
6823
  type: 'ibc',
6669
6824
  counterparty: {
@@ -6702,6 +6857,7 @@ const assets = {
6702
6857
  primary_color_hex: '#fc5f04'
6703
6858
  }
6704
6859
  }],
6860
+ type_asset: 'sdk.coin',
6705
6861
  traces: [{
6706
6862
  type: 'ibc',
6707
6863
  counterparty: {
@@ -6740,6 +6896,7 @@ const assets = {
6740
6896
  primary_color_hex: '#343434'
6741
6897
  }
6742
6898
  }],
6899
+ type_asset: 'sdk.coin',
6743
6900
  traces: [{
6744
6901
  type: 'ibc',
6745
6902
  counterparty: {
@@ -6781,6 +6938,7 @@ const assets = {
6781
6938
  website: 'http://cifer.ai/',
6782
6939
  twitter: 'https://twitter.com/cifer_ai'
6783
6940
  },
6941
+ type_asset: 'sdk.coin',
6784
6942
  traces: [{
6785
6943
  type: 'ibc',
6786
6944
  counterparty: {
@@ -6819,6 +6977,7 @@ const assets = {
6819
6977
  primary_color_hex: '#fc4454'
6820
6978
  }
6821
6979
  }],
6980
+ type_asset: 'sdk.coin',
6822
6981
  traces: [{
6823
6982
  type: 'ibc',
6824
6983
  counterparty: {
@@ -6857,6 +7016,7 @@ const assets = {
6857
7016
  primary_color_hex: '#645ca4'
6858
7017
  }
6859
7018
  }],
7019
+ type_asset: 'sdk.coin',
6860
7020
  traces: [{
6861
7021
  type: 'ibc',
6862
7022
  counterparty: {
@@ -6895,6 +7055,7 @@ const assets = {
6895
7055
  primary_color_hex: '#040404'
6896
7056
  }
6897
7057
  }],
7058
+ type_asset: 'sdk.coin',
6898
7059
  traces: [{
6899
7060
  type: 'ibc',
6900
7061
  counterparty: {
@@ -6937,6 +7098,7 @@ const assets = {
6937
7098
  website: 'https://cvn.io',
6938
7099
  twitter: 'https://twitter.com/conscious_chain'
6939
7100
  },
7101
+ type_asset: 'sdk.coin',
6940
7102
  traces: [{
6941
7103
  type: 'ibc',
6942
7104
  counterparty: {
@@ -6987,6 +7149,7 @@ const assets = {
6987
7149
  website: 'https://www.coreum.com/',
6988
7150
  twitter: 'https://twitter.com/CoreumOfficial'
6989
7151
  },
7152
+ type_asset: 'sdk.coin',
6990
7153
  traces: [{
6991
7154
  type: 'ibc',
6992
7155
  counterparty: {
@@ -7029,6 +7192,7 @@ const assets = {
7029
7192
  website: 'https://cosmos.network',
7030
7193
  twitter: 'https://twitter.com/cosmoshub'
7031
7194
  },
7195
+ type_asset: 'sdk.coin',
7032
7196
  traces: [{
7033
7197
  type: 'ibc',
7034
7198
  counterparty: {
@@ -7067,6 +7231,7 @@ const assets = {
7067
7231
  primary_color_hex: '#3c2832'
7068
7232
  }
7069
7233
  }],
7234
+ type_asset: 'sdk.coin',
7070
7235
  traces: [{
7071
7236
  type: 'ibc',
7072
7237
  counterparty: {
@@ -7105,6 +7270,7 @@ const assets = {
7105
7270
  primary_color_hex: '#df969f'
7106
7271
  }
7107
7272
  }],
7273
+ type_asset: 'sdk.coin',
7108
7274
  traces: [{
7109
7275
  type: 'ibc',
7110
7276
  counterparty: {
@@ -7147,6 +7313,7 @@ const assets = {
7147
7313
  website: 'https://cronos.org/',
7148
7314
  twitter: 'https://twitter.com/cronos_chain'
7149
7315
  },
7316
+ type_asset: 'sdk.coin',
7150
7317
  traces: [{
7151
7318
  type: 'ibc',
7152
7319
  counterparty: {
@@ -7189,6 +7356,7 @@ const assets = {
7189
7356
  website: 'http://www.cudos.org',
7190
7357
  twitter: 'https://twitter.com/CUDOS_'
7191
7358
  },
7359
+ type_asset: 'sdk.coin',
7192
7360
  traces: [{
7193
7361
  type: 'ibc',
7194
7362
  counterparty: {
@@ -7227,6 +7395,7 @@ const assets = {
7227
7395
  primary_color_hex: '#4678e9'
7228
7396
  }
7229
7397
  }],
7398
+ type_asset: 'sdk.coin',
7230
7399
  traces: [{
7231
7400
  type: 'ibc',
7232
7401
  counterparty: {
@@ -7265,6 +7434,7 @@ const assets = {
7265
7434
  primary_color_hex: '#fb804e'
7266
7435
  }
7267
7436
  }],
7437
+ type_asset: 'sdk.coin',
7268
7438
  traces: [{
7269
7439
  type: 'ibc',
7270
7440
  counterparty: {
@@ -7307,6 +7477,7 @@ const assets = {
7307
7477
  primary_color_hex: '#140c7c'
7308
7478
  }
7309
7479
  }],
7480
+ type_asset: 'sdk.coin',
7310
7481
  traces: [{
7311
7482
  type: 'ibc',
7312
7483
  counterparty: {
@@ -7343,6 +7514,7 @@ const assets = {
7343
7514
  primary_color_hex: '#1b1433'
7344
7515
  }
7345
7516
  }],
7517
+ type_asset: 'sdk.coin',
7346
7518
  traces: [{
7347
7519
  type: 'ibc',
7348
7520
  counterparty: {
@@ -7380,6 +7552,7 @@ const assets = {
7380
7552
  primary_color_hex: '#fba214'
7381
7553
  }
7382
7554
  }],
7555
+ type_asset: 'sdk.coin',
7383
7556
  traces: [{
7384
7557
  type: 'ibc',
7385
7558
  counterparty: {
@@ -7427,6 +7600,7 @@ const assets = {
7427
7600
  website: 'https://dydx.trade/',
7428
7601
  twitter: 'https://twitter.com/dYdX'
7429
7602
  },
7603
+ type_asset: 'sdk.coin',
7430
7604
  traces: [{
7431
7605
  type: 'ibc',
7432
7606
  counterparty: {
@@ -7504,6 +7678,7 @@ const assets = {
7504
7678
  primary_color_hex: '#040404'
7505
7679
  }
7506
7680
  }],
7681
+ type_asset: 'sdk.coin',
7507
7682
  traces: [{
7508
7683
  type: 'ibc',
7509
7684
  counterparty: {
@@ -7536,6 +7711,7 @@ const assets = {
7536
7711
  images: [{
7537
7712
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
7538
7713
  }],
7714
+ type_asset: 'sdk.coin',
7539
7715
  traces: [{
7540
7716
  type: 'ibc',
7541
7717
  counterparty: {
@@ -7574,6 +7750,7 @@ const assets = {
7574
7750
  primary_color_hex: '#caf2ea'
7575
7751
  }
7576
7752
  }],
7753
+ type_asset: 'sdk.coin',
7577
7754
  traces: [{
7578
7755
  type: 'ibc',
7579
7756
  counterparty: {
@@ -7612,6 +7789,7 @@ const assets = {
7612
7789
  primary_color_hex: '#f4c808'
7613
7790
  }
7614
7791
  }],
7792
+ type_asset: 'sdk.coin',
7615
7793
  traces: [{
7616
7794
  type: 'ibc',
7617
7795
  counterparty: {
@@ -7649,6 +7827,7 @@ const assets = {
7649
7827
  primary_color_hex: '#db2b1c'
7650
7828
  }
7651
7829
  }],
7830
+ type_asset: 'sdk.coin',
7652
7831
  traces: [{
7653
7832
  type: 'ibc',
7654
7833
  counterparty: {
@@ -7686,6 +7865,7 @@ const assets = {
7686
7865
  primary_color_hex: '#cb142d'
7687
7866
  }
7688
7867
  }],
7868
+ type_asset: 'sdk.coin',
7689
7869
  traces: [{
7690
7870
  type: 'ibc',
7691
7871
  counterparty: {
@@ -7723,6 +7903,7 @@ const assets = {
7723
7903
  primary_color_hex: '#ac0c34'
7724
7904
  }
7725
7905
  }],
7906
+ type_asset: 'sdk.coin',
7726
7907
  traces: [{
7727
7908
  type: 'ibc',
7728
7909
  counterparty: {
@@ -7760,6 +7941,7 @@ const assets = {
7760
7941
  primary_color_hex: '#045493'
7761
7942
  }
7762
7943
  }],
7944
+ type_asset: 'sdk.coin',
7763
7945
  traces: [{
7764
7946
  type: 'ibc',
7765
7947
  counterparty: {
@@ -7804,6 +7986,7 @@ const assets = {
7804
7986
  circle: false
7805
7987
  }
7806
7988
  }],
7989
+ type_asset: 'sdk.coin',
7807
7990
  traces: [{
7808
7991
  type: 'ibc',
7809
7992
  counterparty: {
@@ -7846,6 +8029,7 @@ const assets = {
7846
8029
  website: 'https://evmos.org/',
7847
8030
  twitter: 'https://twitter.com/EvmosOrg'
7848
8031
  },
8032
+ type_asset: 'sdk.coin',
7849
8033
  traces: [{
7850
8034
  type: 'ibc',
7851
8035
  counterparty: {
@@ -7887,6 +8071,7 @@ const assets = {
7887
8071
  website: 'https://www.neokingdom.org/',
7888
8072
  twitter: 'https://twitter.com/NEOKingdomDAO'
7889
8073
  },
8074
+ type_asset: 'sdk.coin',
7890
8075
  traces: [{
7891
8076
  type: 'ibc',
7892
8077
  counterparty: {
@@ -8003,6 +8188,7 @@ const assets = {
8003
8188
  primary_color_hex: '#1c2444'
8004
8189
  }
8005
8190
  }],
8191
+ type_asset: 'sdk.coin',
8006
8192
  traces: [{
8007
8193
  type: 'ibc',
8008
8194
  counterparty: {
@@ -8040,6 +8226,7 @@ const assets = {
8040
8226
  primary_color_hex: '#04ae9b'
8041
8227
  }
8042
8228
  }],
8229
+ type_asset: 'sdk.coin',
8043
8230
  traces: [{
8044
8231
  type: 'ibc',
8045
8232
  counterparty: {
@@ -8078,6 +8265,7 @@ const assets = {
8078
8265
  primary_color_hex: '#1c1c1c'
8079
8266
  }
8080
8267
  }],
8268
+ type_asset: 'sdk.coin',
8081
8269
  traces: [{
8082
8270
  type: 'ibc',
8083
8271
  counterparty: {
@@ -8120,6 +8308,7 @@ const assets = {
8120
8308
  socials: {
8121
8309
  twitter: 'https://twitter.com/furyachain'
8122
8310
  },
8311
+ type_asset: 'sdk.coin',
8123
8312
  traces: [{
8124
8313
  type: 'ibc',
8125
8314
  counterparty: {
@@ -8162,6 +8351,7 @@ const assets = {
8162
8351
  website: 'https://functionx.io',
8163
8352
  twitter: 'https://x.com/functionx_io'
8164
8353
  },
8354
+ type_asset: 'sdk.coin',
8165
8355
  traces: [{
8166
8356
  type: 'ibc',
8167
8357
  counterparty: {
@@ -8199,6 +8389,7 @@ const assets = {
8199
8389
  primary_color_hex: '#5e3be6'
8200
8390
  }
8201
8391
  }],
8392
+ type_asset: 'sdk.coin',
8202
8393
  traces: [{
8203
8394
  type: 'ibc',
8204
8395
  counterparty: {
@@ -8290,6 +8481,7 @@ const assets = {
8290
8481
  primary_color_hex: '#040404'
8291
8482
  }
8292
8483
  }],
8484
+ type_asset: 'sdk.coin',
8293
8485
  traces: [{
8294
8486
  type: 'ibc',
8295
8487
  counterparty: {
@@ -8337,6 +8529,7 @@ const assets = {
8337
8529
  website: 'https://gitopia.com/',
8338
8530
  twitter: 'https://twitter.com/gitopiaDAO'
8339
8531
  },
8532
+ type_asset: 'sdk.coin',
8340
8533
  traces: [{
8341
8534
  type: 'ibc',
8342
8535
  counterparty: {
@@ -8379,6 +8572,7 @@ const assets = {
8379
8572
  website: 'https://www.gravitybridge.net/',
8380
8573
  twitter: 'https://twitter.com/gravity_bridge'
8381
8574
  },
8575
+ type_asset: 'sdk.coin',
8382
8576
  traces: [{
8383
8577
  type: 'ibc',
8384
8578
  counterparty: {
@@ -8421,6 +8615,7 @@ const assets = {
8421
8615
  primary_color_hex: '#04cd80'
8422
8616
  }
8423
8617
  }],
8618
+ type_asset: 'sdk.coin',
8424
8619
  traces: [{
8425
8620
  type: 'ibc',
8426
8621
  counterparty: {
@@ -8509,6 +8704,7 @@ const assets = {
8509
8704
  website: 'https://humans.ai/',
8510
8705
  twitter: 'https://twitter.com/humansdotai'
8511
8706
  },
8707
+ type_asset: 'sdk.coin',
8512
8708
  traces: [{
8513
8709
  type: 'ibc',
8514
8710
  counterparty: {
@@ -8547,6 +8743,7 @@ const assets = {
8547
8743
  primary_color_hex: '#2c4484'
8548
8744
  }
8549
8745
  }],
8746
+ type_asset: 'sdk.coin',
8550
8747
  traces: [{
8551
8748
  type: 'ibc',
8552
8749
  counterparty: {
@@ -8585,6 +8782,7 @@ const assets = {
8585
8782
  primary_color_hex: '#4c54e4'
8586
8783
  }
8587
8784
  }],
8785
+ type_asset: 'sdk.coin',
8588
8786
  traces: [{
8589
8787
  type: 'ibc',
8590
8788
  counterparty: {
@@ -8627,6 +8825,7 @@ const assets = {
8627
8825
  website: 'https://injective.com/',
8628
8826
  twitter: 'https://twitter.com/Injective_'
8629
8827
  },
8828
+ type_asset: 'sdk.coin',
8630
8829
  traces: [{
8631
8830
  type: 'ibc',
8632
8831
  counterparty: {
@@ -8662,6 +8861,7 @@ const assets = {
8662
8861
  primary_color_hex: '#31292a'
8663
8862
  }
8664
8863
  }],
8864
+ type_asset: 'sdk.coin',
8665
8865
  traces: [{
8666
8866
  type: 'ibc',
8667
8867
  counterparty: {
@@ -8697,6 +8897,7 @@ const assets = {
8697
8897
  primary_color_hex: '#18120f'
8698
8898
  }
8699
8899
  }],
8900
+ type_asset: 'sdk.coin',
8700
8901
  traces: [{
8701
8902
  type: 'ibc',
8702
8903
  counterparty: {
@@ -8729,6 +8930,7 @@ const assets = {
8729
8930
  primary_color_hex: '#293a6f'
8730
8931
  }
8731
8932
  }],
8933
+ type_asset: 'sdk.coin',
8732
8934
  traces: [{
8733
8935
  type: 'ibc',
8734
8936
  counterparty: {
@@ -8761,6 +8963,7 @@ const assets = {
8761
8963
  primary_color_hex: '#272f4b'
8762
8964
  }
8763
8965
  }],
8966
+ type_asset: 'sdk.coin',
8764
8967
  traces: [{
8765
8968
  type: 'ibc',
8766
8969
  counterparty: {
@@ -8793,6 +8996,7 @@ const assets = {
8793
8996
  primary_color_hex: '#2a303f'
8794
8997
  }
8795
8998
  }],
8999
+ type_asset: 'sdk.coin',
8796
9000
  traces: [{
8797
9001
  type: 'ibc',
8798
9002
  counterparty: {
@@ -8825,6 +9029,7 @@ const assets = {
8825
9029
  primary_color_hex: '#54ac94'
8826
9030
  }
8827
9031
  }],
9032
+ type_asset: 'sdk.coin',
8828
9033
  traces: [{
8829
9034
  type: 'ibc',
8830
9035
  counterparty: {
@@ -8857,6 +9062,7 @@ const assets = {
8857
9062
  primary_color_hex: '#7931f9'
8858
9063
  }
8859
9064
  }],
9065
+ type_asset: 'sdk.coin',
8860
9066
  traces: [{
8861
9067
  type: 'ibc',
8862
9068
  counterparty: {
@@ -8895,6 +9101,7 @@ const assets = {
8895
9101
  primary_color_hex: '#5664ad'
8896
9102
  }
8897
9103
  }],
9104
+ type_asset: 'sdk.coin',
8898
9105
  traces: [{
8899
9106
  type: 'ibc',
8900
9107
  counterparty: {
@@ -8933,6 +9140,7 @@ const assets = {
8933
9140
  primary_color_hex: '#dbdbcb'
8934
9141
  }
8935
9142
  }],
9143
+ type_asset: 'sdk.coin',
8936
9144
  traces: [{
8937
9145
  type: 'ibc',
8938
9146
  counterparty: {
@@ -8975,6 +9183,7 @@ const assets = {
8975
9183
  website: 'https://junonetwork.io/',
8976
9184
  twitter: 'https://twitter.com/JunoNetwork'
8977
9185
  },
9186
+ type_asset: 'sdk.coin',
8978
9187
  traces: [{
8979
9188
  type: 'ibc',
8980
9189
  counterparty: {
@@ -9017,6 +9226,7 @@ const assets = {
9017
9226
  website: 'https://www.kava.io/',
9018
9227
  twitter: 'https://twitter.com/KAVA_CHAIN'
9019
9228
  },
9229
+ type_asset: 'sdk.coin',
9020
9230
  traces: [{
9021
9231
  type: 'ibc',
9022
9232
  counterparty: {
@@ -9055,6 +9265,7 @@ const assets = {
9055
9265
  primary_color_hex: '#7b34ac'
9056
9266
  }
9057
9267
  }],
9268
+ type_asset: 'sdk.coin',
9058
9269
  traces: [{
9059
9270
  type: 'ibc',
9060
9271
  counterparty: {
@@ -9093,6 +9304,7 @@ const assets = {
9093
9304
  primary_color_hex: '#544cfc'
9094
9305
  }
9095
9306
  }],
9307
+ type_asset: 'sdk.coin',
9096
9308
  traces: [{
9097
9309
  type: 'ibc',
9098
9310
  counterparty: {
@@ -9131,6 +9343,7 @@ const assets = {
9131
9343
  primary_color_hex: '#04d4a3'
9132
9344
  }
9133
9345
  }],
9346
+ type_asset: 'sdk.coin',
9134
9347
  traces: [{
9135
9348
  type: 'ibc',
9136
9349
  counterparty: {
@@ -9184,7 +9397,8 @@ const assets = {
9184
9397
  logo_URIs: {
9185
9398
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
9186
9399
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
9187
- }
9400
+ },
9401
+ type_asset: 'sdk.coin'
9188
9402
  },
9189
9403
  {
9190
9404
  description: 'The native token of Ki Chain',
@@ -9212,6 +9426,7 @@ const assets = {
9212
9426
  primary_color_hex: '#1c04fc'
9213
9427
  }
9214
9428
  }],
9429
+ type_asset: 'sdk.coin',
9215
9430
  traces: [{
9216
9431
  type: 'ibc',
9217
9432
  counterparty: {
@@ -9254,6 +9469,7 @@ const assets = {
9254
9469
  twitter: 'https://x.com/KimaNetwork',
9255
9470
  website: 'https://www.kima.network/'
9256
9471
  },
9472
+ type_asset: 'sdk.coin',
9257
9473
  traces: [{
9258
9474
  type: 'ibc',
9259
9475
  counterparty: {
@@ -9292,6 +9508,7 @@ const assets = {
9292
9508
  primary_color_hex: '#042a61'
9293
9509
  }
9294
9510
  }],
9511
+ type_asset: 'sdk.coin',
9295
9512
  traces: [{
9296
9513
  type: 'ibc',
9297
9514
  counterparty: {
@@ -9334,6 +9551,7 @@ const assets = {
9334
9551
  website: 'https://kujira.network/',
9335
9552
  twitter: 'https://twitter.com/TeamKujira'
9336
9553
  },
9554
+ type_asset: 'sdk.coin',
9337
9555
  traces: [{
9338
9556
  type: 'ibc',
9339
9557
  counterparty: {
@@ -9376,6 +9594,7 @@ const assets = {
9376
9594
  website: 'https://www.kyve.network/',
9377
9595
  twitter: 'https://twitter.com/KYVENetwork'
9378
9596
  },
9597
+ type_asset: 'sdk.coin',
9379
9598
  traces: [{
9380
9599
  type: 'ibc',
9381
9600
  counterparty: {
@@ -9414,6 +9633,7 @@ const assets = {
9414
9633
  primary_color_hex: '#e41c54'
9415
9634
  }
9416
9635
  }],
9636
+ type_asset: 'sdk.coin',
9417
9637
  traces: [{
9418
9638
  type: 'ibc',
9419
9639
  counterparty: {
@@ -9503,6 +9723,7 @@ const assets = {
9503
9723
  primary_color_hex: '#2d656c'
9504
9724
  }
9505
9725
  }],
9726
+ type_asset: 'sdk.coin',
9506
9727
  traces: [{
9507
9728
  type: 'ibc',
9508
9729
  counterparty: {
@@ -9544,6 +9765,7 @@ const assets = {
9544
9765
  website: 'https://www.lorenzo-protocol.xyz/',
9545
9766
  twitter: 'https://x.com/LorenzoProtocol'
9546
9767
  },
9768
+ type_asset: 'sdk.coin',
9547
9769
  traces: [{
9548
9770
  type: 'ibc',
9549
9771
  counterparty: {
@@ -9581,6 +9803,7 @@ const assets = {
9581
9803
  primary_color_hex: '#cb8b40'
9582
9804
  }
9583
9805
  }],
9806
+ type_asset: 'sdk.coin',
9584
9807
  traces: [{
9585
9808
  type: 'ibc',
9586
9809
  counterparty: {
@@ -9619,6 +9842,7 @@ const assets = {
9619
9842
  primary_color_hex: '#080808'
9620
9843
  }
9621
9844
  }],
9845
+ type_asset: 'sdk.coin',
9622
9846
  traces: [{
9623
9847
  type: 'ibc',
9624
9848
  counterparty: {
@@ -9657,6 +9881,7 @@ const assets = {
9657
9881
  primary_color_hex: '#147ccc'
9658
9882
  }
9659
9883
  }],
9884
+ type_asset: 'sdk.coin',
9660
9885
  traces: [{
9661
9886
  type: 'ibc',
9662
9887
  counterparty: {
@@ -9695,6 +9920,7 @@ const assets = {
9695
9920
  primary_color_hex: '#b7dcd8'
9696
9921
  }
9697
9922
  }],
9923
+ type_asset: 'sdk.coin',
9698
9924
  traces: [{
9699
9925
  type: 'ibc',
9700
9926
  counterparty: {
@@ -9733,6 +9959,7 @@ const assets = {
9733
9959
  primary_color_hex: '#6bab14'
9734
9960
  }
9735
9961
  }],
9962
+ type_asset: 'sdk.coin',
9736
9963
  traces: [{
9737
9964
  type: 'ibc',
9738
9965
  counterparty: {
@@ -9771,6 +9998,7 @@ const assets = {
9771
9998
  primary_color_hex: '#1c1c1c'
9772
9999
  }
9773
10000
  }],
10001
+ type_asset: 'sdk.coin',
9774
10002
  traces: [{
9775
10003
  type: 'ibc',
9776
10004
  counterparty: {
@@ -9809,6 +10037,7 @@ const assets = {
9809
10037
  primary_color_hex: '#cbfb06'
9810
10038
  }
9811
10039
  }],
10040
+ type_asset: 'sdk.coin',
9812
10041
  traces: [{
9813
10042
  type: 'ibc',
9814
10043
  counterparty: {
@@ -9853,6 +10082,7 @@ const assets = {
9853
10082
  website: 'https://neutron.org/',
9854
10083
  twitter: 'https://twitter.com/Neutron_org'
9855
10084
  },
10085
+ type_asset: 'sdk.coin',
9856
10086
  traces: [{
9857
10087
  type: 'ibc',
9858
10088
  counterparty: {
@@ -9888,6 +10118,7 @@ const assets = {
9888
10118
  primary_color_hex: '#1b0847'
9889
10119
  }
9890
10120
  }],
10121
+ type_asset: 'sdk.coin',
9891
10122
  traces: [{
9892
10123
  type: 'ibc',
9893
10124
  counterparty: {
@@ -9923,6 +10154,7 @@ const assets = {
9923
10154
  primary_color_hex: '#dcd5ab'
9924
10155
  }
9925
10156
  }],
10157
+ type_asset: 'sdk.coin',
9926
10158
  traces: [{
9927
10159
  type: 'ibc',
9928
10160
  counterparty: {
@@ -9958,6 +10190,7 @@ const assets = {
9958
10190
  primary_color_hex: '#333333'
9959
10191
  }
9960
10192
  }],
10193
+ type_asset: 'sdk.coin',
9961
10194
  traces: [{
9962
10195
  type: 'ibc',
9963
10196
  counterparty: {
@@ -10007,6 +10240,7 @@ const assets = {
10007
10240
  primary_color_hex: '#14c0ce'
10008
10241
  }
10009
10242
  }],
10243
+ type_asset: 'sdk.coin',
10010
10244
  traces: [{
10011
10245
  type: 'ibc',
10012
10246
  counterparty: {
@@ -10030,6 +10264,7 @@ const assets = {
10030
10264
  name: 'uoprek',
10031
10265
  display: 'tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek',
10032
10266
  symbol: 'UOPREK',
10267
+ type_asset: 'sdk.coin',
10033
10268
  traces: [{
10034
10269
  type: 'ibc',
10035
10270
  counterparty: {
@@ -10053,6 +10288,7 @@ const assets = {
10053
10288
  name: 'utestate',
10054
10289
  display: 'tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate',
10055
10290
  symbol: 'UTESTATE',
10291
+ type_asset: 'sdk.coin',
10056
10292
  traces: [{
10057
10293
  type: 'ibc',
10058
10294
  counterparty: {
@@ -10076,6 +10312,7 @@ const assets = {
10076
10312
  name: 'npp',
10077
10313
  display: 'tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP',
10078
10314
  symbol: 'NPP',
10315
+ type_asset: 'sdk.coin',
10079
10316
  traces: [{
10080
10317
  type: 'ibc',
10081
10318
  counterparty: {
@@ -10194,6 +10431,7 @@ const assets = {
10194
10431
  website: 'https://ondo.finance/usdy',
10195
10432
  twitter: 'https://x.com/OndoFinance'
10196
10433
  },
10434
+ type_asset: 'sdk.coin',
10197
10435
  traces: [{
10198
10436
  type: 'ibc',
10199
10437
  counterparty: {
@@ -10237,6 +10475,7 @@ const assets = {
10237
10475
  primary_color_hex: '#0c0c14'
10238
10476
  }
10239
10477
  }],
10478
+ type_asset: 'sdk.coin',
10240
10479
  traces: [{
10241
10480
  type: 'ibc',
10242
10481
  counterparty: {
@@ -10279,6 +10518,7 @@ const assets = {
10279
10518
  website: 'https://nolus.io/',
10280
10519
  twitter: 'https://twitter.com/NolusProtocol'
10281
10520
  },
10521
+ type_asset: 'sdk.coin',
10282
10522
  traces: [{
10283
10523
  type: 'ibc',
10284
10524
  counterparty: {
@@ -10316,6 +10556,7 @@ const assets = {
10316
10556
  primary_color_hex: '#6404fc'
10317
10557
  }
10318
10558
  }],
10559
+ type_asset: 'sdk.coin',
10319
10560
  traces: [{
10320
10561
  type: 'ibc',
10321
10562
  counterparty: {
@@ -10351,6 +10592,7 @@ const assets = {
10351
10592
  primary_color_hex: '#f45135'
10352
10593
  }
10353
10594
  }],
10595
+ type_asset: 'sdk.coin',
10354
10596
  traces: [{
10355
10597
  type: 'ibc',
10356
10598
  counterparty: {
@@ -10399,6 +10641,7 @@ const assets = {
10399
10641
  primary_color_hex: '#141424'
10400
10642
  }
10401
10643
  }],
10644
+ type_asset: 'sdk.coin',
10402
10645
  traces: [{
10403
10646
  type: 'ibc',
10404
10647
  counterparty: {
@@ -10438,6 +10681,7 @@ const assets = {
10438
10681
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
10439
10682
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
10440
10683
  }],
10684
+ type_asset: 'sdk.coin',
10441
10685
  traces: [{
10442
10686
  type: 'ibc',
10443
10687
  counterparty: {
@@ -10479,6 +10723,7 @@ const assets = {
10479
10723
  primary_color_hex: '#c3ebf3'
10480
10724
  }
10481
10725
  }],
10726
+ type_asset: 'sdk.coin',
10482
10727
  traces: [{
10483
10728
  type: 'ibc',
10484
10729
  counterparty: {
@@ -10520,6 +10765,7 @@ const assets = {
10520
10765
  primary_color_hex: '#040404'
10521
10766
  }
10522
10767
  }],
10768
+ type_asset: 'sdk.coin',
10523
10769
  traces: [{
10524
10770
  type: 'ibc',
10525
10771
  counterparty: {
@@ -10562,6 +10808,7 @@ const assets = {
10562
10808
  website: 'https://omniflix.network/',
10563
10809
  twitter: 'https://twitter.com/OmniFlixNetwork'
10564
10810
  },
10811
+ type_asset: 'sdk.coin',
10565
10812
  traces: [{
10566
10813
  type: 'ibc',
10567
10814
  counterparty: {
@@ -10597,6 +10844,7 @@ const assets = {
10597
10844
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
10598
10845
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
10599
10846
  }],
10847
+ type_asset: 'sdk.coin',
10600
10848
  traces: [{
10601
10849
  type: 'ibc',
10602
10850
  counterparty: {
@@ -10641,6 +10889,7 @@ const assets = {
10641
10889
  primary_color_hex: '#1c1c28'
10642
10890
  }
10643
10891
  }],
10892
+ type_asset: 'sdk.coin',
10644
10893
  traces: [{
10645
10894
  type: 'ibc',
10646
10895
  counterparty: {
@@ -10705,6 +10954,7 @@ const assets = {
10705
10954
  }
10706
10955
  }
10707
10956
  ],
10957
+ type_asset: 'sdk.coin',
10708
10958
  traces: [{
10709
10959
  type: 'ibc',
10710
10960
  counterparty: {
@@ -10743,6 +10993,7 @@ const assets = {
10743
10993
  primary_color_hex: '#2474ec'
10744
10994
  }
10745
10995
  }],
10996
+ type_asset: 'sdk.coin',
10746
10997
  traces: [{
10747
10998
  type: 'ibc',
10748
10999
  counterparty: {
@@ -10779,6 +11030,7 @@ const assets = {
10779
11030
  primary_color_hex: '#05050c'
10780
11031
  }
10781
11032
  }],
11033
+ type_asset: 'sdk.coin',
10782
11034
  traces: [{
10783
11035
  type: 'ibc',
10784
11036
  counterparty: {
@@ -10862,6 +11114,7 @@ const assets = {
10862
11114
  website: 'https://persistence.one/',
10863
11115
  twitter: 'https://twitter.com/PersistenceOne'
10864
11116
  },
11117
+ type_asset: 'sdk.coin',
10865
11118
  traces: [{
10866
11119
  type: 'ibc',
10867
11120
  counterparty: {
@@ -10904,6 +11157,7 @@ const assets = {
10904
11157
  website: 'https://planq.network',
10905
11158
  twitter: 'https://twitter.com/planqfoundation'
10906
11159
  },
11160
+ type_asset: 'sdk.coin',
10907
11161
  traces: [{
10908
11162
  type: 'ibc',
10909
11163
  counterparty: {
@@ -10953,7 +11207,8 @@ const assets = {
10953
11207
  }],
10954
11208
  logo_URIs: {
10955
11209
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
10956
- }
11210
+ },
11211
+ type_asset: 'sdk.coin'
10957
11212
  },
10958
11213
  {
10959
11214
  description: 'Hash is the staking token of the Provenance Blockchain',
@@ -10981,6 +11236,7 @@ const assets = {
10981
11236
  primary_color_hex: '#4c7cdc'
10982
11237
  }
10983
11238
  }],
11239
+ type_asset: 'sdk.coin',
10984
11240
  traces: [{
10985
11241
  type: 'ibc',
10986
11242
  counterparty: {
@@ -11018,6 +11274,7 @@ const assets = {
11018
11274
  primary_color_hex: '#c6ddf5'
11019
11275
  }
11020
11276
  }],
11277
+ type_asset: 'sdk.coin',
11021
11278
  traces: [{
11022
11279
  type: 'ibc',
11023
11280
  counterparty: {
@@ -11052,6 +11309,7 @@ const assets = {
11052
11309
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
11053
11310
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
11054
11311
  }],
11312
+ type_asset: 'sdk.coin',
11055
11313
  traces: [{
11056
11314
  type: 'ibc',
11057
11315
  counterparty: {
@@ -11086,6 +11344,7 @@ const assets = {
11086
11344
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
11087
11345
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
11088
11346
  }],
11347
+ type_asset: 'sdk.coin',
11089
11348
  traces: [{
11090
11349
  type: 'ibc',
11091
11350
  counterparty: {
@@ -11120,6 +11379,7 @@ const assets = {
11120
11379
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
11121
11380
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
11122
11381
  }],
11382
+ type_asset: 'sdk.coin',
11123
11383
  traces: [{
11124
11384
  type: 'ibc',
11125
11385
  counterparty: {
@@ -11154,6 +11414,7 @@ const assets = {
11154
11414
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
11155
11415
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
11156
11416
  }],
11417
+ type_asset: 'sdk.coin',
11157
11418
  traces: [{
11158
11419
  type: 'ibc',
11159
11420
  counterparty: {
@@ -11188,6 +11449,7 @@ const assets = {
11188
11449
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
11189
11450
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
11190
11451
  }],
11452
+ type_asset: 'sdk.coin',
11191
11453
  traces: [{
11192
11454
  type: 'ibc',
11193
11455
  counterparty: {
@@ -11222,6 +11484,7 @@ const assets = {
11222
11484
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
11223
11485
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
11224
11486
  }],
11487
+ type_asset: 'sdk.coin',
11225
11488
  traces: [{
11226
11489
  type: 'ibc',
11227
11490
  counterparty: {
@@ -11256,6 +11519,7 @@ const assets = {
11256
11519
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
11257
11520
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
11258
11521
  }],
11522
+ type_asset: 'sdk.coin',
11259
11523
  traces: [{
11260
11524
  type: 'ibc',
11261
11525
  counterparty: {
@@ -11290,6 +11554,7 @@ const assets = {
11290
11554
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
11291
11555
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
11292
11556
  }],
11557
+ type_asset: 'sdk.coin',
11293
11558
  traces: [{
11294
11559
  type: 'ibc',
11295
11560
  counterparty: {
@@ -11324,6 +11589,7 @@ const assets = {
11324
11589
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
11325
11590
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
11326
11591
  }],
11592
+ type_asset: 'sdk.coin',
11327
11593
  traces: [{
11328
11594
  type: 'ibc',
11329
11595
  counterparty: {
@@ -11358,6 +11624,7 @@ const assets = {
11358
11624
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
11359
11625
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
11360
11626
  }],
11627
+ type_asset: 'sdk.coin',
11361
11628
  traces: [{
11362
11629
  type: 'ibc',
11363
11630
  counterparty: {
@@ -11392,6 +11659,7 @@ const assets = {
11392
11659
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
11393
11660
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
11394
11661
  }],
11662
+ type_asset: 'sdk.coin',
11395
11663
  traces: [{
11396
11664
  type: 'ibc',
11397
11665
  counterparty: {
@@ -11426,6 +11694,7 @@ const assets = {
11426
11694
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
11427
11695
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
11428
11696
  }],
11697
+ type_asset: 'sdk.coin',
11429
11698
  traces: [{
11430
11699
  type: 'ibc',
11431
11700
  counterparty: {
@@ -11460,6 +11729,7 @@ const assets = {
11460
11729
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
11461
11730
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
11462
11731
  }],
11732
+ type_asset: 'sdk.coin',
11463
11733
  traces: [{
11464
11734
  type: 'ibc',
11465
11735
  counterparty: {
@@ -11494,6 +11764,7 @@ const assets = {
11494
11764
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
11495
11765
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
11496
11766
  }],
11767
+ type_asset: 'sdk.coin',
11497
11768
  traces: [{
11498
11769
  type: 'ibc',
11499
11770
  counterparty: {
@@ -11528,6 +11799,7 @@ const assets = {
11528
11799
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
11529
11800
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
11530
11801
  }],
11802
+ type_asset: 'sdk.coin',
11531
11803
  traces: [{
11532
11804
  type: 'ibc',
11533
11805
  counterparty: {
@@ -11562,6 +11834,7 @@ const assets = {
11562
11834
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
11563
11835
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
11564
11836
  }],
11837
+ type_asset: 'sdk.coin',
11565
11838
  traces: [{
11566
11839
  type: 'ibc',
11567
11840
  counterparty: {
@@ -11596,6 +11869,7 @@ const assets = {
11596
11869
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
11597
11870
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
11598
11871
  }],
11872
+ type_asset: 'sdk.coin',
11599
11873
  traces: [{
11600
11874
  type: 'ibc',
11601
11875
  counterparty: {
@@ -11630,6 +11904,7 @@ const assets = {
11630
11904
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
11631
11905
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
11632
11906
  }],
11907
+ type_asset: 'sdk.coin',
11633
11908
  traces: [{
11634
11909
  type: 'ibc',
11635
11910
  counterparty: {
@@ -11664,6 +11939,7 @@ const assets = {
11664
11939
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
11665
11940
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
11666
11941
  }],
11942
+ type_asset: 'sdk.coin',
11667
11943
  traces: [{
11668
11944
  type: 'ibc',
11669
11945
  counterparty: {
@@ -11698,6 +11974,7 @@ const assets = {
11698
11974
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
11699
11975
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
11700
11976
  }],
11977
+ type_asset: 'sdk.coin',
11701
11978
  traces: [{
11702
11979
  type: 'ibc',
11703
11980
  counterparty: {
@@ -11732,6 +12009,7 @@ const assets = {
11732
12009
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
11733
12010
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
11734
12011
  }],
12012
+ type_asset: 'sdk.coin',
11735
12013
  traces: [{
11736
12014
  type: 'ibc',
11737
12015
  counterparty: {
@@ -11766,6 +12044,7 @@ const assets = {
11766
12044
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
11767
12045
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
11768
12046
  }],
12047
+ type_asset: 'sdk.coin',
11769
12048
  traces: [{
11770
12049
  type: 'ibc',
11771
12050
  counterparty: {
@@ -11800,6 +12079,7 @@ const assets = {
11800
12079
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
11801
12080
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
11802
12081
  }],
12082
+ type_asset: 'sdk.coin',
11803
12083
  traces: [{
11804
12084
  type: 'ibc',
11805
12085
  counterparty: {
@@ -11834,6 +12114,7 @@ const assets = {
11834
12114
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
11835
12115
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
11836
12116
  }],
12117
+ type_asset: 'sdk.coin',
11837
12118
  traces: [{
11838
12119
  type: 'ibc',
11839
12120
  counterparty: {
@@ -11868,6 +12149,7 @@ const assets = {
11868
12149
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
11869
12150
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
11870
12151
  }],
12152
+ type_asset: 'sdk.coin',
11871
12153
  traces: [{
11872
12154
  type: 'ibc',
11873
12155
  counterparty: {
@@ -11902,6 +12184,7 @@ const assets = {
11902
12184
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
11903
12185
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
11904
12186
  }],
12187
+ type_asset: 'sdk.coin',
11905
12188
  traces: [{
11906
12189
  type: 'ibc',
11907
12190
  counterparty: {
@@ -11936,6 +12219,7 @@ const assets = {
11936
12219
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
11937
12220
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
11938
12221
  }],
12222
+ type_asset: 'sdk.coin',
11939
12223
  traces: [{
11940
12224
  type: 'ibc',
11941
12225
  counterparty: {
@@ -11970,6 +12254,7 @@ const assets = {
11970
12254
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
11971
12255
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
11972
12256
  }],
12257
+ type_asset: 'sdk.coin',
11973
12258
  traces: [{
11974
12259
  type: 'ibc',
11975
12260
  counterparty: {
@@ -12004,6 +12289,7 @@ const assets = {
12004
12289
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
12005
12290
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
12006
12291
  }],
12292
+ type_asset: 'sdk.coin',
12007
12293
  traces: [{
12008
12294
  type: 'ibc',
12009
12295
  counterparty: {
@@ -12038,6 +12324,7 @@ const assets = {
12038
12324
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
12039
12325
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
12040
12326
  }],
12327
+ type_asset: 'sdk.coin',
12041
12328
  traces: [{
12042
12329
  type: 'ibc',
12043
12330
  counterparty: {
@@ -12072,6 +12359,7 @@ const assets = {
12072
12359
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
12073
12360
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
12074
12361
  }],
12362
+ type_asset: 'sdk.coin',
12075
12363
  traces: [{
12076
12364
  type: 'ibc',
12077
12365
  counterparty: {
@@ -12106,6 +12394,7 @@ const assets = {
12106
12394
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
12107
12395
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
12108
12396
  }],
12397
+ type_asset: 'sdk.coin',
12109
12398
  traces: [{
12110
12399
  type: 'ibc',
12111
12400
  counterparty: {
@@ -12140,6 +12429,7 @@ const assets = {
12140
12429
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
12141
12430
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
12142
12431
  }],
12432
+ type_asset: 'sdk.coin',
12143
12433
  traces: [{
12144
12434
  type: 'ibc',
12145
12435
  counterparty: {
@@ -12174,6 +12464,7 @@ const assets = {
12174
12464
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
12175
12465
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
12176
12466
  }],
12467
+ type_asset: 'sdk.coin',
12177
12468
  traces: [{
12178
12469
  type: 'ibc',
12179
12470
  counterparty: {
@@ -12208,6 +12499,7 @@ const assets = {
12208
12499
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
12209
12500
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
12210
12501
  }],
12502
+ type_asset: 'sdk.coin',
12211
12503
  traces: [{
12212
12504
  type: 'ibc',
12213
12505
  counterparty: {
@@ -12242,6 +12534,7 @@ const assets = {
12242
12534
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
12243
12535
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
12244
12536
  }],
12537
+ type_asset: 'sdk.coin',
12245
12538
  traces: [{
12246
12539
  type: 'ibc',
12247
12540
  counterparty: {
@@ -12276,6 +12569,7 @@ const assets = {
12276
12569
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
12277
12570
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
12278
12571
  }],
12572
+ type_asset: 'sdk.coin',
12279
12573
  traces: [{
12280
12574
  type: 'ibc',
12281
12575
  counterparty: {
@@ -12310,6 +12604,7 @@ const assets = {
12310
12604
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
12311
12605
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
12312
12606
  }],
12607
+ type_asset: 'sdk.coin',
12313
12608
  traces: [{
12314
12609
  type: 'ibc',
12315
12610
  counterparty: {
@@ -12344,6 +12639,7 @@ const assets = {
12344
12639
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
12345
12640
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
12346
12641
  }],
12642
+ type_asset: 'sdk.coin',
12347
12643
  traces: [{
12348
12644
  type: 'ibc',
12349
12645
  counterparty: {
@@ -12378,6 +12674,7 @@ const assets = {
12378
12674
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
12379
12675
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
12380
12676
  }],
12677
+ type_asset: 'sdk.coin',
12381
12678
  traces: [{
12382
12679
  type: 'ibc',
12383
12680
  counterparty: {
@@ -12412,6 +12709,7 @@ const assets = {
12412
12709
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
12413
12710
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
12414
12711
  }],
12712
+ type_asset: 'sdk.coin',
12415
12713
  traces: [{
12416
12714
  type: 'ibc',
12417
12715
  counterparty: {
@@ -12446,6 +12744,7 @@ const assets = {
12446
12744
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
12447
12745
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
12448
12746
  }],
12747
+ type_asset: 'sdk.coin',
12449
12748
  traces: [{
12450
12749
  type: 'ibc',
12451
12750
  counterparty: {
@@ -12480,6 +12779,7 @@ const assets = {
12480
12779
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
12481
12780
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
12482
12781
  }],
12782
+ type_asset: 'sdk.coin',
12483
12783
  traces: [{
12484
12784
  type: 'ibc',
12485
12785
  counterparty: {
@@ -12514,6 +12814,7 @@ const assets = {
12514
12814
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
12515
12815
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
12516
12816
  }],
12817
+ type_asset: 'sdk.coin',
12517
12818
  traces: [{
12518
12819
  type: 'ibc',
12519
12820
  counterparty: {
@@ -12548,6 +12849,7 @@ const assets = {
12548
12849
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
12549
12850
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
12550
12851
  }],
12852
+ type_asset: 'sdk.coin',
12551
12853
  traces: [{
12552
12854
  type: 'ibc',
12553
12855
  counterparty: {
@@ -12582,6 +12884,7 @@ const assets = {
12582
12884
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
12583
12885
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
12584
12886
  }],
12887
+ type_asset: 'sdk.coin',
12585
12888
  traces: [{
12586
12889
  type: 'ibc',
12587
12890
  counterparty: {
@@ -12616,6 +12919,7 @@ const assets = {
12616
12919
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
12617
12920
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
12618
12921
  }],
12922
+ type_asset: 'sdk.coin',
12619
12923
  traces: [{
12620
12924
  type: 'ibc',
12621
12925
  counterparty: {
@@ -12650,6 +12954,7 @@ const assets = {
12650
12954
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
12651
12955
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
12652
12956
  }],
12957
+ type_asset: 'sdk.coin',
12653
12958
  traces: [{
12654
12959
  type: 'ibc',
12655
12960
  counterparty: {
@@ -12684,6 +12989,7 @@ const assets = {
12684
12989
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12685
12990
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12686
12991
  }],
12992
+ type_asset: 'sdk.coin',
12687
12993
  traces: [{
12688
12994
  type: 'ibc',
12689
12995
  counterparty: {
@@ -12718,6 +13024,7 @@ const assets = {
12718
13024
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12719
13025
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12720
13026
  }],
13027
+ type_asset: 'sdk.coin',
12721
13028
  traces: [{
12722
13029
  type: 'ibc',
12723
13030
  counterparty: {
@@ -12752,6 +13059,7 @@ const assets = {
12752
13059
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12753
13060
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12754
13061
  }],
13062
+ type_asset: 'sdk.coin',
12755
13063
  traces: [{
12756
13064
  type: 'ibc',
12757
13065
  counterparty: {
@@ -12786,6 +13094,7 @@ const assets = {
12786
13094
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12787
13095
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12788
13096
  }],
13097
+ type_asset: 'sdk.coin',
12789
13098
  traces: [{
12790
13099
  type: 'ibc',
12791
13100
  counterparty: {
@@ -12820,6 +13129,7 @@ const assets = {
12820
13129
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12821
13130
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12822
13131
  }],
13132
+ type_asset: 'sdk.coin',
12823
13133
  traces: [{
12824
13134
  type: 'ibc',
12825
13135
  counterparty: {
@@ -12854,6 +13164,7 @@ const assets = {
12854
13164
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12855
13165
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12856
13166
  }],
13167
+ type_asset: 'sdk.coin',
12857
13168
  traces: [{
12858
13169
  type: 'ibc',
12859
13170
  counterparty: {
@@ -12888,6 +13199,7 @@ const assets = {
12888
13199
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12889
13200
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12890
13201
  }],
13202
+ type_asset: 'sdk.coin',
12891
13203
  traces: [{
12892
13204
  type: 'ibc',
12893
13205
  counterparty: {
@@ -12922,6 +13234,7 @@ const assets = {
12922
13234
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12923
13235
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12924
13236
  }],
13237
+ type_asset: 'sdk.coin',
12925
13238
  traces: [{
12926
13239
  type: 'ibc',
12927
13240
  counterparty: {
@@ -12956,6 +13269,7 @@ const assets = {
12956
13269
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12957
13270
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12958
13271
  }],
13272
+ type_asset: 'sdk.coin',
12959
13273
  traces: [{
12960
13274
  type: 'ibc',
12961
13275
  counterparty: {
@@ -12990,6 +13304,7 @@ const assets = {
12990
13304
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
12991
13305
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
12992
13306
  }],
13307
+ type_asset: 'sdk.coin',
12993
13308
  traces: [{
12994
13309
  type: 'ibc',
12995
13310
  counterparty: {
@@ -13024,6 +13339,7 @@ const assets = {
13024
13339
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13025
13340
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13026
13341
  }],
13342
+ type_asset: 'sdk.coin',
13027
13343
  traces: [{
13028
13344
  type: 'ibc',
13029
13345
  counterparty: {
@@ -13058,6 +13374,7 @@ const assets = {
13058
13374
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13059
13375
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13060
13376
  }],
13377
+ type_asset: 'sdk.coin',
13061
13378
  traces: [{
13062
13379
  type: 'ibc',
13063
13380
  counterparty: {
@@ -13092,6 +13409,7 @@ const assets = {
13092
13409
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13093
13410
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13094
13411
  }],
13412
+ type_asset: 'sdk.coin',
13095
13413
  traces: [{
13096
13414
  type: 'ibc',
13097
13415
  counterparty: {
@@ -13126,6 +13444,7 @@ const assets = {
13126
13444
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13127
13445
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13128
13446
  }],
13447
+ type_asset: 'sdk.coin',
13129
13448
  traces: [{
13130
13449
  type: 'ibc',
13131
13450
  counterparty: {
@@ -13160,6 +13479,7 @@ const assets = {
13160
13479
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13161
13480
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13162
13481
  }],
13482
+ type_asset: 'sdk.coin',
13163
13483
  traces: [{
13164
13484
  type: 'ibc',
13165
13485
  counterparty: {
@@ -13194,6 +13514,7 @@ const assets = {
13194
13514
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13195
13515
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13196
13516
  }],
13517
+ type_asset: 'sdk.coin',
13197
13518
  traces: [{
13198
13519
  type: 'ibc',
13199
13520
  counterparty: {
@@ -13228,6 +13549,7 @@ const assets = {
13228
13549
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13229
13550
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13230
13551
  }],
13552
+ type_asset: 'sdk.coin',
13231
13553
  traces: [{
13232
13554
  type: 'ibc',
13233
13555
  counterparty: {
@@ -13262,6 +13584,7 @@ const assets = {
13262
13584
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13263
13585
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13264
13586
  }],
13587
+ type_asset: 'sdk.coin',
13265
13588
  traces: [{
13266
13589
  type: 'ibc',
13267
13590
  counterparty: {
@@ -13296,6 +13619,7 @@ const assets = {
13296
13619
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13297
13620
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13298
13621
  }],
13622
+ type_asset: 'sdk.coin',
13299
13623
  traces: [{
13300
13624
  type: 'ibc',
13301
13625
  counterparty: {
@@ -13330,6 +13654,7 @@ const assets = {
13330
13654
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13331
13655
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13332
13656
  }],
13657
+ type_asset: 'sdk.coin',
13333
13658
  traces: [{
13334
13659
  type: 'ibc',
13335
13660
  counterparty: {
@@ -13364,6 +13689,7 @@ const assets = {
13364
13689
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13365
13690
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13366
13691
  }],
13692
+ type_asset: 'sdk.coin',
13367
13693
  traces: [{
13368
13694
  type: 'ibc',
13369
13695
  counterparty: {
@@ -13398,6 +13724,7 @@ const assets = {
13398
13724
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13399
13725
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13400
13726
  }],
13727
+ type_asset: 'sdk.coin',
13401
13728
  traces: [{
13402
13729
  type: 'ibc',
13403
13730
  counterparty: {
@@ -13432,6 +13759,7 @@ const assets = {
13432
13759
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13433
13760
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13434
13761
  }],
13762
+ type_asset: 'sdk.coin',
13435
13763
  traces: [{
13436
13764
  type: 'ibc',
13437
13765
  counterparty: {
@@ -13466,6 +13794,7 @@ const assets = {
13466
13794
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
13467
13795
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
13468
13796
  }],
13797
+ type_asset: 'sdk.coin',
13469
13798
  traces: [{
13470
13799
  type: 'ibc',
13471
13800
  counterparty: {
@@ -13505,6 +13834,7 @@ const assets = {
13505
13834
  website: 'https://pylons.tech',
13506
13835
  twitter: 'https://twitter.com/pylonstech'
13507
13836
  },
13837
+ type_asset: 'sdk.coin',
13508
13838
  traces: [{
13509
13839
  type: 'ibc',
13510
13840
  counterparty: {
@@ -13588,6 +13918,7 @@ const assets = {
13588
13918
  website: 'https://quicksilver.zone/',
13589
13919
  twitter: 'https://twitter.com/quicksilverzone'
13590
13920
  },
13921
+ type_asset: 'sdk.coin',
13591
13922
  traces: [{
13592
13923
  type: 'ibc',
13593
13924
  counterparty: {
@@ -13629,6 +13960,7 @@ const assets = {
13629
13960
  website: 'https://qwoyn.studio',
13630
13961
  twitter: 'https://twitter.com/Qwoyn_Studios'
13631
13962
  },
13963
+ type_asset: 'sdk.coin',
13632
13964
  traces: [{
13633
13965
  type: 'ibc',
13634
13966
  counterparty: {
@@ -13673,6 +14005,7 @@ const assets = {
13673
14005
  website: 'https://realio.network/',
13674
14006
  twitter: 'https://x.com/realio_network'
13675
14007
  },
14008
+ type_asset: 'sdk.coin',
13676
14009
  traces: [{
13677
14010
  type: 'ibc',
13678
14011
  counterparty: {
@@ -13708,6 +14041,7 @@ const assets = {
13708
14041
  primary_color_hex: '#e0e0e0'
13709
14042
  }
13710
14043
  }],
14044
+ type_asset: 'sdk.coin',
13711
14045
  traces: [{
13712
14046
  type: 'ibc',
13713
14047
  counterparty: {
@@ -13746,6 +14080,7 @@ const assets = {
13746
14080
  primary_color_hex: '#e75486'
13747
14081
  }
13748
14082
  }],
14083
+ type_asset: 'sdk.coin',
13749
14084
  traces: [{
13750
14085
  type: 'ibc',
13751
14086
  counterparty: {
@@ -13788,6 +14123,7 @@ const assets = {
13788
14123
  website: 'https://www.regen.network/',
13789
14124
  twitter: 'https://twitter.com/regen_network'
13790
14125
  },
14126
+ type_asset: 'sdk.coin',
13791
14127
  traces: [{
13792
14128
  type: 'ibc',
13793
14129
  counterparty: {
@@ -13826,6 +14162,7 @@ const assets = {
13826
14162
  primary_color_hex: '#171c25'
13827
14163
  }
13828
14164
  }],
14165
+ type_asset: 'sdk.coin',
13829
14166
  traces: [{
13830
14167
  type: 'ibc',
13831
14168
  counterparty: {
@@ -13868,6 +14205,7 @@ const assets = {
13868
14205
  website: 'https://rizon.world/',
13869
14206
  twitter: 'https://twitter.com/hdac_rizon'
13870
14207
  },
14208
+ type_asset: 'sdk.coin',
13871
14209
  traces: [{
13872
14210
  type: 'ibc',
13873
14211
  counterparty: {
@@ -13910,6 +14248,7 @@ const assets = {
13910
14248
  website: 'https://www.routerprotocol.com/',
13911
14249
  twitter: 'https://x.com/routerprotocol'
13912
14250
  },
14251
+ type_asset: 'sdk.coin',
13913
14252
  traces: [{
13914
14253
  type: 'ibc',
13915
14254
  counterparty: {
@@ -13960,6 +14299,7 @@ const assets = {
13960
14299
  website: 'https://www.saga.xyz/',
13961
14300
  twitter: 'https://twitter.com/Sagaxyz__'
13962
14301
  },
14302
+ type_asset: 'sdk.coin',
13963
14303
  traces: [{
13964
14304
  type: 'ibc',
13965
14305
  counterparty: {
@@ -14002,6 +14342,7 @@ const assets = {
14002
14342
  website: 'https://scorum.network',
14003
14343
  twitter: 'https://twitter.com/scorum_en'
14004
14344
  },
14345
+ type_asset: 'sdk.coin',
14005
14346
  traces: [{
14006
14347
  type: 'ibc',
14007
14348
  counterparty: {
@@ -14036,6 +14377,7 @@ const assets = {
14036
14377
  primary_color_hex: '#555555'
14037
14378
  }
14038
14379
  }],
14380
+ type_asset: 'sdk.coin',
14039
14381
  traces: [{
14040
14382
  type: 'ibc',
14041
14383
  counterparty: {
@@ -14078,6 +14420,7 @@ const assets = {
14078
14420
  website: 'https://scrt.network/',
14079
14421
  twitter: 'https://twitter.com/SecretNetwork'
14080
14422
  },
14423
+ type_asset: 'sdk.coin',
14081
14424
  traces: [{
14082
14425
  type: 'ibc',
14083
14426
  counterparty: {
@@ -14120,6 +14463,7 @@ const assets = {
14120
14463
  website: 'https://www.seda.xyz/',
14121
14464
  twitter: 'https://twitter.com/sedaprotocol'
14122
14465
  },
14466
+ type_asset: 'sdk.coin',
14123
14467
  traces: [{
14124
14468
  type: 'ibc',
14125
14469
  counterparty: {
@@ -14162,6 +14506,7 @@ const assets = {
14162
14506
  website: 'https://www.sei.io/',
14163
14507
  twitter: 'https://twitter.com/SeiNetwork'
14164
14508
  },
14509
+ type_asset: 'sdk.coin',
14165
14510
  traces: [{
14166
14511
  type: 'ibc',
14167
14512
  counterparty: {
@@ -14184,6 +14529,8 @@ const assets = {
14184
14529
  denom: 'oozaru',
14185
14530
  exponent: 6
14186
14531
  }],
14532
+ type_asset: 'cw20',
14533
+ address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
14187
14534
  base: 'ibc/52D2C9570CC0756B189A56E08FF8255ED496CD5126569CB05F07875B317F24E8',
14188
14535
  name: 'Oozaru',
14189
14536
  display: 'oozaru',
@@ -14237,6 +14584,7 @@ const assets = {
14237
14584
  website: 'https://selfchain.xyz',
14238
14585
  twitter: 'https://x.com/selfchainxyz'
14239
14586
  },
14587
+ type_asset: 'sdk.coin',
14240
14588
  traces: [{
14241
14589
  type: 'ibc',
14242
14590
  counterparty: {
@@ -14279,6 +14627,7 @@ const assets = {
14279
14627
  website: 'https://www.sentinel.co/',
14280
14628
  twitter: 'https://x.com/SentinelDVPN'
14281
14629
  },
14630
+ type_asset: 'sdk.coin',
14282
14631
  traces: [{
14283
14632
  type: 'ibc',
14284
14633
  counterparty: {
@@ -14323,6 +14672,7 @@ const assets = {
14323
14672
  website: 'https://sgenetwork.io/',
14324
14673
  twitter: 'https://x.com/sge_network'
14325
14674
  },
14675
+ type_asset: 'sdk.coin',
14326
14676
  traces: [{
14327
14677
  type: 'ibc',
14328
14678
  counterparty: {
@@ -14362,6 +14712,7 @@ const assets = {
14362
14712
  primary_color_hex: '#1c2474'
14363
14713
  }
14364
14714
  }],
14715
+ type_asset: 'sdk.coin',
14365
14716
  traces: [{
14366
14717
  type: 'ibc',
14367
14718
  counterparty: {
@@ -14400,6 +14751,7 @@ const assets = {
14400
14751
  primary_color_hex: '#e4ac4c'
14401
14752
  }
14402
14753
  }],
14754
+ type_asset: 'sdk.coin',
14403
14755
  traces: [{
14404
14756
  type: 'ibc',
14405
14757
  counterparty: {
@@ -14442,6 +14794,7 @@ const assets = {
14442
14794
  website: 'https://shido.io/',
14443
14795
  twitter: 'https://twitter.com/ShidoGlobal'
14444
14796
  },
14797
+ type_asset: 'sdk.coin',
14445
14798
  traces: [{
14446
14799
  type: 'ibc',
14447
14800
  counterparty: {
@@ -14480,6 +14833,7 @@ const assets = {
14480
14833
  primary_color_hex: '#be9926'
14481
14834
  }
14482
14835
  }],
14836
+ type_asset: 'sdk.coin',
14483
14837
  traces: [{
14484
14838
  type: 'ibc',
14485
14839
  counterparty: {
@@ -14530,6 +14884,7 @@ const assets = {
14530
14884
  website: 'https://www.sommelier.finance/',
14531
14885
  twitter: 'https://twitter.com/sommfinance'
14532
14886
  },
14887
+ type_asset: 'sdk.coin',
14533
14888
  traces: [{
14534
14889
  type: 'ibc',
14535
14890
  counterparty: {
@@ -14572,6 +14927,7 @@ const assets = {
14572
14927
  website: 'https://www.sourceprotocol.io/',
14573
14928
  twitter: 'https://twitter.com/sourceprotocol_'
14574
14929
  },
14930
+ type_asset: 'sdk.coin',
14575
14931
  traces: [{
14576
14932
  type: 'ibc',
14577
14933
  counterparty: {
@@ -14605,6 +14961,7 @@ const assets = {
14605
14961
  images: [{
14606
14962
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg'
14607
14963
  }],
14964
+ type_asset: 'sdk.coin',
14608
14965
  traces: [{
14609
14966
  type: 'ibc',
14610
14967
  counterparty: {
@@ -14647,6 +15004,7 @@ const assets = {
14647
15004
  website: 'https://www.stargaze.zone/',
14648
15005
  twitter: 'https://twitter.com/StargazeZone'
14649
15006
  },
15007
+ type_asset: 'sdk.coin',
14650
15008
  traces: [{
14651
15009
  type: 'ibc',
14652
15010
  counterparty: {
@@ -14689,6 +15047,7 @@ const assets = {
14689
15047
  website: 'https://app.starname.me/',
14690
15048
  twitter: 'https://twitter.com/starname_me'
14691
15049
  },
15050
+ type_asset: 'sdk.coin',
14692
15051
  traces: [{
14693
15052
  type: 'ibc',
14694
15053
  counterparty: {
@@ -14701,6 +15060,52 @@ const assets = {
14701
15060
  }
14702
15061
  }]
14703
15062
  },
15063
+ {
15064
+ description: 'STOS coin is the token for the Stratos (STOS) cosmos based blockchain',
15065
+ denom_units: [
15066
+ {
15067
+ denom: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
15068
+ exponent: 0,
15069
+ aliases: ['wei']
15070
+ },
15071
+ {
15072
+ denom: 'gwei',
15073
+ exponent: 9
15074
+ },
15075
+ {
15076
+ denom: 'stos',
15077
+ exponent: 18
15078
+ }
15079
+ ],
15080
+ base: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
15081
+ name: 'Stratos',
15082
+ display: 'stos',
15083
+ symbol: 'STOS',
15084
+ logo_URIs: {
15085
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png',
15086
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg'
15087
+ },
15088
+ coingecko_id: 'stratos',
15089
+ images: [{
15090
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png',
15091
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg',
15092
+ theme: {
15093
+ primary_color_hex: '#04847c'
15094
+ }
15095
+ }],
15096
+ type_asset: 'sdk.coin',
15097
+ traces: [{
15098
+ type: 'ibc',
15099
+ counterparty: {
15100
+ channel_id: 'channel-1',
15101
+ base_denom: 'wei',
15102
+ chain_name: 'stratos'
15103
+ },
15104
+ chain: {
15105
+ channel_id: 'channel-81016'
15106
+ }
15107
+ }]
15108
+ },
14704
15109
  {
14705
15110
  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.',
14706
15111
  denom_units: [{
@@ -14731,6 +15136,7 @@ const assets = {
14731
15136
  website: 'https://stride.zone/',
14732
15137
  twitter: 'https://twitter.com/stride_zone'
14733
15138
  },
15139
+ type_asset: 'sdk.coin',
14734
15140
  traces: [{
14735
15141
  type: 'ibc',
14736
15142
  counterparty: {
@@ -14769,6 +15175,7 @@ const assets = {
14769
15175
  primary_color_hex: '#040404'
14770
15176
  }
14771
15177
  }],
15178
+ type_asset: 'sdk.coin',
14772
15179
  traces: [{
14773
15180
  type: 'ibc',
14774
15181
  counterparty: {
@@ -14816,6 +15223,7 @@ const assets = {
14816
15223
  primary_color_hex: '#fcdb5b'
14817
15224
  }
14818
15225
  }],
15226
+ type_asset: 'sdk.coin',
14819
15227
  traces: [{
14820
15228
  type: 'ibc',
14821
15229
  counterparty: {
@@ -14863,6 +15271,7 @@ const assets = {
14863
15271
  primary_color_hex: '#5493f2'
14864
15272
  }
14865
15273
  }],
15274
+ type_asset: 'sdk.coin',
14866
15275
  traces: [{
14867
15276
  type: 'ibc',
14868
15277
  counterparty: {
@@ -14909,6 +15318,7 @@ const assets = {
14909
15318
  primary_color_hex: '#4b83e0'
14910
15319
  }
14911
15320
  }],
15321
+ type_asset: 'sdk.coin',
14912
15322
  traces: [{
14913
15323
  type: 'ibc',
14914
15324
  counterparty: {
@@ -14955,6 +15365,7 @@ const assets = {
14955
15365
  primary_color_hex: '#5981d7'
14956
15366
  }
14957
15367
  }],
15368
+ type_asset: 'sdk.coin',
14958
15369
  traces: [{
14959
15370
  type: 'ibc',
14960
15371
  counterparty: {
@@ -15001,6 +15412,7 @@ const assets = {
15001
15412
  primary_color_hex: '#de725b'
15002
15413
  }
15003
15414
  }],
15415
+ type_asset: 'sdk.coin',
15004
15416
  traces: [{
15005
15417
  type: 'ibc',
15006
15418
  counterparty: {
@@ -15047,6 +15459,7 @@ const assets = {
15047
15459
  primary_color_hex: '#c95c41'
15048
15460
  }
15049
15461
  }],
15462
+ type_asset: 'sdk.coin',
15050
15463
  traces: [{
15051
15464
  type: 'ibc',
15052
15465
  counterparty: {
@@ -15093,6 +15506,7 @@ const assets = {
15093
15506
  primary_color_hex: '#d3684c'
15094
15507
  }
15095
15508
  }],
15509
+ type_asset: 'sdk.coin',
15096
15510
  traces: [{
15097
15511
  type: 'ibc',
15098
15512
  counterparty: {
@@ -15139,6 +15553,7 @@ const assets = {
15139
15553
  primary_color_hex: '#db300a'
15140
15554
  }
15141
15555
  }],
15556
+ type_asset: 'sdk.coin',
15142
15557
  traces: [{
15143
15558
  type: 'ibc',
15144
15559
  counterparty: {
@@ -15185,6 +15600,7 @@ const assets = {
15185
15600
  primary_color_hex: '#1535b2'
15186
15601
  }
15187
15602
  }],
15603
+ type_asset: 'sdk.coin',
15188
15604
  traces: [{
15189
15605
  type: 'ibc',
15190
15606
  counterparty: {
@@ -15231,6 +15647,7 @@ const assets = {
15231
15647
  primary_color_hex: '#d49b9c'
15232
15648
  }
15233
15649
  }],
15650
+ type_asset: 'sdk.coin',
15234
15651
  traces: [{
15235
15652
  type: 'ibc',
15236
15653
  counterparty: {
@@ -15277,6 +15694,7 @@ const assets = {
15277
15694
  primary_color_hex: '#dc300a'
15278
15695
  }
15279
15696
  }],
15697
+ type_asset: 'sdk.coin',
15280
15698
  traces: [{
15281
15699
  type: 'ibc',
15282
15700
  counterparty: {
@@ -15323,6 +15741,7 @@ const assets = {
15323
15741
  primary_color_hex: '#5893ed'
15324
15742
  }
15325
15743
  }],
15744
+ type_asset: 'sdk.coin',
15326
15745
  traces: [{
15327
15746
  type: 'ibc',
15328
15747
  counterparty: {
@@ -15369,6 +15788,7 @@ const assets = {
15369
15788
  primary_color_hex: '#4b87e6'
15370
15789
  }
15371
15790
  }],
15791
+ type_asset: 'sdk.coin',
15372
15792
  traces: [{
15373
15793
  type: 'ibc',
15374
15794
  counterparty: {
@@ -15415,6 +15835,7 @@ const assets = {
15415
15835
  primary_color_hex: '#cfcfcf'
15416
15836
  }
15417
15837
  }],
15838
+ type_asset: 'sdk.coin',
15418
15839
  traces: [{
15419
15840
  type: 'ibc',
15420
15841
  counterparty: {
@@ -15461,6 +15882,7 @@ const assets = {
15461
15882
  primary_color_hex: '#4085f0'
15462
15883
  }
15463
15884
  }],
15885
+ type_asset: 'sdk.coin',
15464
15886
  traces: [{
15465
15887
  type: 'ibc',
15466
15888
  counterparty: {
@@ -15507,6 +15929,7 @@ const assets = {
15507
15929
  primary_color_hex: '#5893ed'
15508
15930
  }
15509
15931
  }],
15932
+ type_asset: 'sdk.coin',
15510
15933
  traces: [{
15511
15934
  type: 'ibc',
15512
15935
  counterparty: {
@@ -15553,6 +15976,7 @@ const assets = {
15553
15976
  primary_color_hex: '#5493f3'
15554
15977
  }
15555
15978
  }],
15979
+ type_asset: 'sdk.coin',
15556
15980
  traces: [{
15557
15981
  type: 'ibc',
15558
15982
  counterparty: {
@@ -15599,6 +16023,7 @@ const assets = {
15599
16023
  primary_color_hex: '#e88057'
15600
16024
  }
15601
16025
  }],
16026
+ type_asset: 'sdk.coin',
15602
16027
  traces: [{
15603
16028
  type: 'ibc',
15604
16029
  counterparty: {
@@ -15645,6 +16070,7 @@ const assets = {
15645
16070
  primary_color_hex: '#2fa4f1'
15646
16071
  }
15647
16072
  }],
16073
+ type_asset: 'sdk.coin',
15648
16074
  traces: [{
15649
16075
  type: 'ibc',
15650
16076
  counterparty: {
@@ -15691,6 +16117,7 @@ const assets = {
15691
16117
  primary_color_hex: '#2e71e1'
15692
16118
  }
15693
16119
  }],
16120
+ type_asset: 'sdk.coin',
15694
16121
  traces: [{
15695
16122
  type: 'ibc',
15696
16123
  counterparty: {
@@ -15737,6 +16164,7 @@ const assets = {
15737
16164
  primary_color_hex: '#4886e7'
15738
16165
  }
15739
16166
  }],
16167
+ type_asset: 'sdk.coin',
15740
16168
  traces: [{
15741
16169
  type: 'ibc',
15742
16170
  counterparty: {
@@ -15783,6 +16211,7 @@ const assets = {
15783
16211
  primary_color_hex: '#5493f3'
15784
16212
  }
15785
16213
  }],
16214
+ type_asset: 'sdk.coin',
15786
16215
  traces: [{
15787
16216
  type: 'ibc',
15788
16217
  counterparty: {
@@ -15829,6 +16258,7 @@ const assets = {
15829
16258
  primary_color_hex: '#5493f3'
15830
16259
  }
15831
16260
  }],
16261
+ type_asset: 'sdk.coin',
15832
16262
  traces: [{
15833
16263
  type: 'ibc',
15834
16264
  counterparty: {
@@ -15871,6 +16301,7 @@ const assets = {
15871
16301
  website: 'https://www.terra.money/',
15872
16302
  twitter: 'https://twitter.com/terra_money'
15873
16303
  },
16304
+ type_asset: 'sdk.coin',
15874
16305
  traces: [{
15875
16306
  type: 'ibc',
15876
16307
  counterparty: {
@@ -15909,6 +16340,7 @@ const assets = {
15909
16340
  primary_color_hex: '#a7248a'
15910
16341
  }
15911
16342
  }],
16343
+ type_asset: 'sdk.coin',
15912
16344
  traces: [{
15913
16345
  type: 'ibc',
15914
16346
  counterparty: {
@@ -15947,6 +16379,7 @@ const assets = {
15947
16379
  primary_color_hex: '#22f2e9'
15948
16380
  }
15949
16381
  }],
16382
+ type_asset: 'sdk.coin',
15950
16383
  traces: [{
15951
16384
  type: 'ibc',
15952
16385
  counterparty: {
@@ -15989,6 +16422,7 @@ const assets = {
15989
16422
  twitter: 'https://twitter.com/UnificationUND'
15990
16423
  },
15991
16424
  coingecko_id: 'unification',
16425
+ type_asset: 'sdk.coin',
15992
16426
  traces: [{
15993
16427
  type: 'ibc',
15994
16428
  counterparty: {
@@ -16027,6 +16461,7 @@ const assets = {
16027
16461
  primary_color_hex: '#04b4fc'
16028
16462
  }
16029
16463
  }],
16464
+ type_asset: 'sdk.coin',
16030
16465
  traces: [{
16031
16466
  type: 'ibc',
16032
16467
  counterparty: {
@@ -16065,6 +16500,7 @@ const assets = {
16065
16500
  primary_color_hex: '#2474ec'
16066
16501
  }
16067
16502
  }],
16503
+ type_asset: 'sdk.coin',
16068
16504
  traces: [{
16069
16505
  type: 'ibc',
16070
16506
  counterparty: {
@@ -16101,6 +16537,7 @@ const assets = {
16101
16537
  primary_color_hex: '#05050c'
16102
16538
  }
16103
16539
  }],
16540
+ type_asset: 'sdk.coin',
16104
16541
  traces: [{
16105
16542
  type: 'ibc',
16106
16543
  counterparty: {
@@ -16145,6 +16582,7 @@ const assets = {
16145
16582
  website: 'https://persistence.one/',
16146
16583
  twitter: 'https://twitter.com/PersistenceOne'
16147
16584
  },
16585
+ type_asset: 'sdk.coin',
16148
16586
  traces: [{
16149
16587
  type: 'ibc',
16150
16588
  counterparty: {
@@ -16187,6 +16625,7 @@ const assets = {
16187
16625
  website: 'https://planq.network',
16188
16626
  twitter: 'https://twitter.com/planqfoundation'
16189
16627
  },
16628
+ type_asset: 'sdk.coin',
16190
16629
  traces: [{
16191
16630
  type: 'ibc',
16192
16631
  counterparty: {
@@ -16236,7 +16675,8 @@ const assets = {
16236
16675
  }],
16237
16676
  logo_URIs: {
16238
16677
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
16239
- }
16678
+ },
16679
+ type_asset: 'sdk.coin'
16240
16680
  },
16241
16681
  {
16242
16682
  description: 'Hash is the staking token of the Provenance Blockchain',
@@ -16264,6 +16704,7 @@ const assets = {
16264
16704
  primary_color_hex: '#4c7cdc'
16265
16705
  }
16266
16706
  }],
16707
+ type_asset: 'sdk.coin',
16267
16708
  traces: [{
16268
16709
  type: 'ibc',
16269
16710
  counterparty: {
@@ -16301,6 +16742,7 @@ const assets = {
16301
16742
  primary_color_hex: '#c6ddf5'
16302
16743
  }
16303
16744
  }],
16745
+ type_asset: 'sdk.coin',
16304
16746
  traces: [{
16305
16747
  type: 'ibc',
16306
16748
  counterparty: {
@@ -16335,6 +16777,7 @@ const assets = {
16335
16777
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
16336
16778
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
16337
16779
  }],
16780
+ type_asset: 'sdk.coin',
16338
16781
  traces: [{
16339
16782
  type: 'ibc',
16340
16783
  counterparty: {
@@ -16369,6 +16812,7 @@ const assets = {
16369
16812
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
16370
16813
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
16371
16814
  }],
16815
+ type_asset: 'sdk.coin',
16372
16816
  traces: [{
16373
16817
  type: 'ibc',
16374
16818
  counterparty: {
@@ -16403,6 +16847,7 @@ const assets = {
16403
16847
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
16404
16848
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
16405
16849
  }],
16850
+ type_asset: 'sdk.coin',
16406
16851
  traces: [{
16407
16852
  type: 'ibc',
16408
16853
  counterparty: {
@@ -16437,6 +16882,7 @@ const assets = {
16437
16882
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
16438
16883
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
16439
16884
  }],
16885
+ type_asset: 'sdk.coin',
16440
16886
  traces: [{
16441
16887
  type: 'ibc',
16442
16888
  counterparty: {
@@ -16471,6 +16917,7 @@ const assets = {
16471
16917
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
16472
16918
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
16473
16919
  }],
16920
+ type_asset: 'sdk.coin',
16474
16921
  traces: [{
16475
16922
  type: 'ibc',
16476
16923
  counterparty: {
@@ -16505,6 +16952,7 @@ const assets = {
16505
16952
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
16506
16953
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
16507
16954
  }],
16955
+ type_asset: 'sdk.coin',
16508
16956
  traces: [{
16509
16957
  type: 'ibc',
16510
16958
  counterparty: {
@@ -16539,6 +16987,7 @@ const assets = {
16539
16987
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
16540
16988
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
16541
16989
  }],
16990
+ type_asset: 'sdk.coin',
16542
16991
  traces: [{
16543
16992
  type: 'ibc',
16544
16993
  counterparty: {
@@ -16573,6 +17022,7 @@ const assets = {
16573
17022
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
16574
17023
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
16575
17024
  }],
17025
+ type_asset: 'sdk.coin',
16576
17026
  traces: [{
16577
17027
  type: 'ibc',
16578
17028
  counterparty: {
@@ -16607,6 +17057,7 @@ const assets = {
16607
17057
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
16608
17058
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
16609
17059
  }],
17060
+ type_asset: 'sdk.coin',
16610
17061
  traces: [{
16611
17062
  type: 'ibc',
16612
17063
  counterparty: {
@@ -16641,6 +17092,7 @@ const assets = {
16641
17092
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
16642
17093
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
16643
17094
  }],
17095
+ type_asset: 'sdk.coin',
16644
17096
  traces: [{
16645
17097
  type: 'ibc',
16646
17098
  counterparty: {
@@ -16675,6 +17127,7 @@ const assets = {
16675
17127
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
16676
17128
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
16677
17129
  }],
17130
+ type_asset: 'sdk.coin',
16678
17131
  traces: [{
16679
17132
  type: 'ibc',
16680
17133
  counterparty: {
@@ -16709,6 +17162,7 @@ const assets = {
16709
17162
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
16710
17163
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
16711
17164
  }],
17165
+ type_asset: 'sdk.coin',
16712
17166
  traces: [{
16713
17167
  type: 'ibc',
16714
17168
  counterparty: {
@@ -16743,6 +17197,7 @@ const assets = {
16743
17197
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
16744
17198
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
16745
17199
  }],
17200
+ type_asset: 'sdk.coin',
16746
17201
  traces: [{
16747
17202
  type: 'ibc',
16748
17203
  counterparty: {
@@ -16777,6 +17232,7 @@ const assets = {
16777
17232
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
16778
17233
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
16779
17234
  }],
17235
+ type_asset: 'sdk.coin',
16780
17236
  traces: [{
16781
17237
  type: 'ibc',
16782
17238
  counterparty: {
@@ -16811,6 +17267,7 @@ const assets = {
16811
17267
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
16812
17268
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
16813
17269
  }],
17270
+ type_asset: 'sdk.coin',
16814
17271
  traces: [{
16815
17272
  type: 'ibc',
16816
17273
  counterparty: {
@@ -16845,6 +17302,7 @@ const assets = {
16845
17302
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
16846
17303
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
16847
17304
  }],
17305
+ type_asset: 'sdk.coin',
16848
17306
  traces: [{
16849
17307
  type: 'ibc',
16850
17308
  counterparty: {
@@ -16879,6 +17337,7 @@ const assets = {
16879
17337
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
16880
17338
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
16881
17339
  }],
17340
+ type_asset: 'sdk.coin',
16882
17341
  traces: [{
16883
17342
  type: 'ibc',
16884
17343
  counterparty: {
@@ -16913,6 +17372,7 @@ const assets = {
16913
17372
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
16914
17373
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
16915
17374
  }],
17375
+ type_asset: 'sdk.coin',
16916
17376
  traces: [{
16917
17377
  type: 'ibc',
16918
17378
  counterparty: {
@@ -16947,6 +17407,7 @@ const assets = {
16947
17407
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
16948
17408
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
16949
17409
  }],
17410
+ type_asset: 'sdk.coin',
16950
17411
  traces: [{
16951
17412
  type: 'ibc',
16952
17413
  counterparty: {
@@ -16981,6 +17442,7 @@ const assets = {
16981
17442
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
16982
17443
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
16983
17444
  }],
17445
+ type_asset: 'sdk.coin',
16984
17446
  traces: [{
16985
17447
  type: 'ibc',
16986
17448
  counterparty: {
@@ -17015,6 +17477,7 @@ const assets = {
17015
17477
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
17016
17478
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
17017
17479
  }],
17480
+ type_asset: 'sdk.coin',
17018
17481
  traces: [{
17019
17482
  type: 'ibc',
17020
17483
  counterparty: {
@@ -17049,6 +17512,7 @@ const assets = {
17049
17512
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
17050
17513
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
17051
17514
  }],
17515
+ type_asset: 'sdk.coin',
17052
17516
  traces: [{
17053
17517
  type: 'ibc',
17054
17518
  counterparty: {
@@ -17083,6 +17547,7 @@ const assets = {
17083
17547
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
17084
17548
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
17085
17549
  }],
17550
+ type_asset: 'sdk.coin',
17086
17551
  traces: [{
17087
17552
  type: 'ibc',
17088
17553
  counterparty: {
@@ -17117,6 +17582,7 @@ const assets = {
17117
17582
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
17118
17583
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
17119
17584
  }],
17585
+ type_asset: 'sdk.coin',
17120
17586
  traces: [{
17121
17587
  type: 'ibc',
17122
17588
  counterparty: {
@@ -17151,6 +17617,7 @@ const assets = {
17151
17617
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
17152
17618
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
17153
17619
  }],
17620
+ type_asset: 'sdk.coin',
17154
17621
  traces: [{
17155
17622
  type: 'ibc',
17156
17623
  counterparty: {
@@ -17185,6 +17652,7 @@ const assets = {
17185
17652
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
17186
17653
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
17187
17654
  }],
17655
+ type_asset: 'sdk.coin',
17188
17656
  traces: [{
17189
17657
  type: 'ibc',
17190
17658
  counterparty: {
@@ -17219,6 +17687,7 @@ const assets = {
17219
17687
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
17220
17688
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
17221
17689
  }],
17690
+ type_asset: 'sdk.coin',
17222
17691
  traces: [{
17223
17692
  type: 'ibc',
17224
17693
  counterparty: {
@@ -17253,6 +17722,7 @@ const assets = {
17253
17722
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
17254
17723
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
17255
17724
  }],
17725
+ type_asset: 'sdk.coin',
17256
17726
  traces: [{
17257
17727
  type: 'ibc',
17258
17728
  counterparty: {
@@ -17287,6 +17757,7 @@ const assets = {
17287
17757
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
17288
17758
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
17289
17759
  }],
17760
+ type_asset: 'sdk.coin',
17290
17761
  traces: [{
17291
17762
  type: 'ibc',
17292
17763
  counterparty: {
@@ -17321,6 +17792,7 @@ const assets = {
17321
17792
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
17322
17793
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
17323
17794
  }],
17795
+ type_asset: 'sdk.coin',
17324
17796
  traces: [{
17325
17797
  type: 'ibc',
17326
17798
  counterparty: {
@@ -17355,6 +17827,7 @@ const assets = {
17355
17827
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
17356
17828
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
17357
17829
  }],
17830
+ type_asset: 'sdk.coin',
17358
17831
  traces: [{
17359
17832
  type: 'ibc',
17360
17833
  counterparty: {
@@ -17389,6 +17862,7 @@ const assets = {
17389
17862
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
17390
17863
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
17391
17864
  }],
17865
+ type_asset: 'sdk.coin',
17392
17866
  traces: [{
17393
17867
  type: 'ibc',
17394
17868
  counterparty: {
@@ -17423,6 +17897,7 @@ const assets = {
17423
17897
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
17424
17898
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
17425
17899
  }],
17900
+ type_asset: 'sdk.coin',
17426
17901
  traces: [{
17427
17902
  type: 'ibc',
17428
17903
  counterparty: {
@@ -17457,6 +17932,7 @@ const assets = {
17457
17932
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
17458
17933
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
17459
17934
  }],
17935
+ type_asset: 'sdk.coin',
17460
17936
  traces: [{
17461
17937
  type: 'ibc',
17462
17938
  counterparty: {
@@ -17491,6 +17967,7 @@ const assets = {
17491
17967
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
17492
17968
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
17493
17969
  }],
17970
+ type_asset: 'sdk.coin',
17494
17971
  traces: [{
17495
17972
  type: 'ibc',
17496
17973
  counterparty: {
@@ -17525,6 +18002,7 @@ const assets = {
17525
18002
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
17526
18003
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
17527
18004
  }],
18005
+ type_asset: 'sdk.coin',
17528
18006
  traces: [{
17529
18007
  type: 'ibc',
17530
18008
  counterparty: {
@@ -17559,6 +18037,7 @@ const assets = {
17559
18037
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
17560
18038
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
17561
18039
  }],
18040
+ type_asset: 'sdk.coin',
17562
18041
  traces: [{
17563
18042
  type: 'ibc',
17564
18043
  counterparty: {
@@ -17593,6 +18072,7 @@ const assets = {
17593
18072
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
17594
18073
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
17595
18074
  }],
18075
+ type_asset: 'sdk.coin',
17596
18076
  traces: [{
17597
18077
  type: 'ibc',
17598
18078
  counterparty: {
@@ -17627,6 +18107,7 @@ const assets = {
17627
18107
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
17628
18108
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
17629
18109
  }],
18110
+ type_asset: 'sdk.coin',
17630
18111
  traces: [{
17631
18112
  type: 'ibc',
17632
18113
  counterparty: {
@@ -17661,6 +18142,7 @@ const assets = {
17661
18142
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
17662
18143
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
17663
18144
  }],
18145
+ type_asset: 'sdk.coin',
17664
18146
  traces: [{
17665
18147
  type: 'ibc',
17666
18148
  counterparty: {
@@ -17695,6 +18177,7 @@ const assets = {
17695
18177
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
17696
18178
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
17697
18179
  }],
18180
+ type_asset: 'sdk.coin',
17698
18181
  traces: [{
17699
18182
  type: 'ibc',
17700
18183
  counterparty: {
@@ -17729,6 +18212,7 @@ const assets = {
17729
18212
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
17730
18213
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
17731
18214
  }],
18215
+ type_asset: 'sdk.coin',
17732
18216
  traces: [{
17733
18217
  type: 'ibc',
17734
18218
  counterparty: {
@@ -17763,6 +18247,7 @@ const assets = {
17763
18247
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
17764
18248
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
17765
18249
  }],
18250
+ type_asset: 'sdk.coin',
17766
18251
  traces: [{
17767
18252
  type: 'ibc',
17768
18253
  counterparty: {
@@ -17797,6 +18282,7 @@ const assets = {
17797
18282
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
17798
18283
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
17799
18284
  }],
18285
+ type_asset: 'sdk.coin',
17800
18286
  traces: [{
17801
18287
  type: 'ibc',
17802
18288
  counterparty: {
@@ -17831,6 +18317,7 @@ const assets = {
17831
18317
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
17832
18318
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
17833
18319
  }],
18320
+ type_asset: 'sdk.coin',
17834
18321
  traces: [{
17835
18322
  type: 'ibc',
17836
18323
  counterparty: {
@@ -17865,6 +18352,7 @@ const assets = {
17865
18352
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
17866
18353
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
17867
18354
  }],
18355
+ type_asset: 'sdk.coin',
17868
18356
  traces: [{
17869
18357
  type: 'ibc',
17870
18358
  counterparty: {
@@ -17899,6 +18387,7 @@ const assets = {
17899
18387
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
17900
18388
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
17901
18389
  }],
18390
+ type_asset: 'sdk.coin',
17902
18391
  traces: [{
17903
18392
  type: 'ibc',
17904
18393
  counterparty: {
@@ -17933,6 +18422,7 @@ const assets = {
17933
18422
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
17934
18423
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
17935
18424
  }],
18425
+ type_asset: 'sdk.coin',
17936
18426
  traces: [{
17937
18427
  type: 'ibc',
17938
18428
  counterparty: {
@@ -17967,6 +18457,7 @@ const assets = {
17967
18457
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
17968
18458
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
17969
18459
  }],
18460
+ type_asset: 'sdk.coin',
17970
18461
  traces: [{
17971
18462
  type: 'ibc',
17972
18463
  counterparty: {
@@ -18001,6 +18492,7 @@ const assets = {
18001
18492
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18002
18493
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18003
18494
  }],
18495
+ type_asset: 'sdk.coin',
18004
18496
  traces: [{
18005
18497
  type: 'ibc',
18006
18498
  counterparty: {
@@ -18035,6 +18527,7 @@ const assets = {
18035
18527
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18036
18528
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18037
18529
  }],
18530
+ type_asset: 'sdk.coin',
18038
18531
  traces: [{
18039
18532
  type: 'ibc',
18040
18533
  counterparty: {
@@ -18069,6 +18562,7 @@ const assets = {
18069
18562
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18070
18563
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18071
18564
  }],
18565
+ type_asset: 'sdk.coin',
18072
18566
  traces: [{
18073
18567
  type: 'ibc',
18074
18568
  counterparty: {
@@ -18103,6 +18597,7 @@ const assets = {
18103
18597
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18104
18598
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18105
18599
  }],
18600
+ type_asset: 'sdk.coin',
18106
18601
  traces: [{
18107
18602
  type: 'ibc',
18108
18603
  counterparty: {
@@ -18137,6 +18632,7 @@ const assets = {
18137
18632
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18138
18633
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18139
18634
  }],
18635
+ type_asset: 'sdk.coin',
18140
18636
  traces: [{
18141
18637
  type: 'ibc',
18142
18638
  counterparty: {
@@ -18171,6 +18667,7 @@ const assets = {
18171
18667
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18172
18668
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18173
18669
  }],
18670
+ type_asset: 'sdk.coin',
18174
18671
  traces: [{
18175
18672
  type: 'ibc',
18176
18673
  counterparty: {
@@ -18205,6 +18702,7 @@ const assets = {
18205
18702
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18206
18703
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18207
18704
  }],
18705
+ type_asset: 'sdk.coin',
18208
18706
  traces: [{
18209
18707
  type: 'ibc',
18210
18708
  counterparty: {
@@ -18239,6 +18737,7 @@ const assets = {
18239
18737
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18240
18738
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18241
18739
  }],
18740
+ type_asset: 'sdk.coin',
18242
18741
  traces: [{
18243
18742
  type: 'ibc',
18244
18743
  counterparty: {
@@ -18273,6 +18772,7 @@ const assets = {
18273
18772
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18274
18773
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18275
18774
  }],
18775
+ type_asset: 'sdk.coin',
18276
18776
  traces: [{
18277
18777
  type: 'ibc',
18278
18778
  counterparty: {
@@ -18307,6 +18807,7 @@ const assets = {
18307
18807
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18308
18808
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18309
18809
  }],
18810
+ type_asset: 'sdk.coin',
18310
18811
  traces: [{
18311
18812
  type: 'ibc',
18312
18813
  counterparty: {
@@ -18341,6 +18842,7 @@ const assets = {
18341
18842
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18342
18843
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18343
18844
  }],
18845
+ type_asset: 'sdk.coin',
18344
18846
  traces: [{
18345
18847
  type: 'ibc',
18346
18848
  counterparty: {
@@ -18375,6 +18877,7 @@ const assets = {
18375
18877
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18376
18878
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18377
18879
  }],
18880
+ type_asset: 'sdk.coin',
18378
18881
  traces: [{
18379
18882
  type: 'ibc',
18380
18883
  counterparty: {
@@ -18409,6 +18912,7 @@ const assets = {
18409
18912
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18410
18913
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18411
18914
  }],
18915
+ type_asset: 'sdk.coin',
18412
18916
  traces: [{
18413
18917
  type: 'ibc',
18414
18918
  counterparty: {
@@ -18443,6 +18947,7 @@ const assets = {
18443
18947
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18444
18948
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18445
18949
  }],
18950
+ type_asset: 'sdk.coin',
18446
18951
  traces: [{
18447
18952
  type: 'ibc',
18448
18953
  counterparty: {
@@ -18477,6 +18982,7 @@ const assets = {
18477
18982
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18478
18983
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18479
18984
  }],
18985
+ type_asset: 'sdk.coin',
18480
18986
  traces: [{
18481
18987
  type: 'ibc',
18482
18988
  counterparty: {
@@ -18511,6 +19017,7 @@ const assets = {
18511
19017
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18512
19018
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18513
19019
  }],
19020
+ type_asset: 'sdk.coin',
18514
19021
  traces: [{
18515
19022
  type: 'ibc',
18516
19023
  counterparty: {
@@ -18545,6 +19052,7 @@ const assets = {
18545
19052
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18546
19053
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18547
19054
  }],
19055
+ type_asset: 'sdk.coin',
18548
19056
  traces: [{
18549
19057
  type: 'ibc',
18550
19058
  counterparty: {
@@ -18579,6 +19087,7 @@ const assets = {
18579
19087
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18580
19088
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18581
19089
  }],
19090
+ type_asset: 'sdk.coin',
18582
19091
  traces: [{
18583
19092
  type: 'ibc',
18584
19093
  counterparty: {
@@ -18613,6 +19122,7 @@ const assets = {
18613
19122
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18614
19123
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18615
19124
  }],
19125
+ type_asset: 'sdk.coin',
18616
19126
  traces: [{
18617
19127
  type: 'ibc',
18618
19128
  counterparty: {
@@ -18647,6 +19157,7 @@ const assets = {
18647
19157
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18648
19158
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18649
19159
  }],
19160
+ type_asset: 'sdk.coin',
18650
19161
  traces: [{
18651
19162
  type: 'ibc',
18652
19163
  counterparty: {
@@ -18681,6 +19192,7 @@ const assets = {
18681
19192
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18682
19193
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18683
19194
  }],
19195
+ type_asset: 'sdk.coin',
18684
19196
  traces: [{
18685
19197
  type: 'ibc',
18686
19198
  counterparty: {
@@ -18715,6 +19227,7 @@ const assets = {
18715
19227
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18716
19228
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18717
19229
  }],
19230
+ type_asset: 'sdk.coin',
18718
19231
  traces: [{
18719
19232
  type: 'ibc',
18720
19233
  counterparty: {
@@ -18749,6 +19262,7 @@ const assets = {
18749
19262
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18750
19263
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18751
19264
  }],
19265
+ type_asset: 'sdk.coin',
18752
19266
  traces: [{
18753
19267
  type: 'ibc',
18754
19268
  counterparty: {
@@ -18788,6 +19302,7 @@ const assets = {
18788
19302
  website: 'https://pylons.tech',
18789
19303
  twitter: 'https://twitter.com/pylonstech'
18790
19304
  },
19305
+ type_asset: 'sdk.coin',
18791
19306
  traces: [{
18792
19307
  type: 'ibc',
18793
19308
  counterparty: {
@@ -18871,6 +19386,7 @@ const assets = {
18871
19386
  website: 'https://quicksilver.zone/',
18872
19387
  twitter: 'https://twitter.com/quicksilverzone'
18873
19388
  },
19389
+ type_asset: 'sdk.coin',
18874
19390
  traces: [{
18875
19391
  type: 'ibc',
18876
19392
  counterparty: {
@@ -18912,6 +19428,7 @@ const assets = {
18912
19428
  website: 'https://qwoyn.studio',
18913
19429
  twitter: 'https://twitter.com/Qwoyn_Studios'
18914
19430
  },
19431
+ type_asset: 'sdk.coin',
18915
19432
  traces: [{
18916
19433
  type: 'ibc',
18917
19434
  counterparty: {
@@ -18956,6 +19473,7 @@ const assets = {
18956
19473
  website: 'https://realio.network/',
18957
19474
  twitter: 'https://x.com/realio_network'
18958
19475
  },
19476
+ type_asset: 'sdk.coin',
18959
19477
  traces: [{
18960
19478
  type: 'ibc',
18961
19479
  counterparty: {
@@ -18991,6 +19509,7 @@ const assets = {
18991
19509
  primary_color_hex: '#e0e0e0'
18992
19510
  }
18993
19511
  }],
19512
+ type_asset: 'sdk.coin',
18994
19513
  traces: [{
18995
19514
  type: 'ibc',
18996
19515
  counterparty: {
@@ -19029,6 +19548,7 @@ const assets = {
19029
19548
  primary_color_hex: '#e75486'
19030
19549
  }
19031
19550
  }],
19551
+ type_asset: 'sdk.coin',
19032
19552
  traces: [{
19033
19553
  type: 'ibc',
19034
19554
  counterparty: {
@@ -19071,6 +19591,7 @@ const assets = {
19071
19591
  website: 'https://www.regen.network/',
19072
19592
  twitter: 'https://twitter.com/regen_network'
19073
19593
  },
19594
+ type_asset: 'sdk.coin',
19074
19595
  traces: [{
19075
19596
  type: 'ibc',
19076
19597
  counterparty: {
@@ -19109,6 +19630,7 @@ const assets = {
19109
19630
  primary_color_hex: '#171c25'
19110
19631
  }
19111
19632
  }],
19633
+ type_asset: 'sdk.coin',
19112
19634
  traces: [{
19113
19635
  type: 'ibc',
19114
19636
  counterparty: {
@@ -19151,6 +19673,7 @@ const assets = {
19151
19673
  website: 'https://rizon.world/',
19152
19674
  twitter: 'https://twitter.com/hdac_rizon'
19153
19675
  },
19676
+ type_asset: 'sdk.coin',
19154
19677
  traces: [{
19155
19678
  type: 'ibc',
19156
19679
  counterparty: {
@@ -19193,6 +19716,7 @@ const assets = {
19193
19716
  website: 'https://www.routerprotocol.com/',
19194
19717
  twitter: 'https://x.com/routerprotocol'
19195
19718
  },
19719
+ type_asset: 'sdk.coin',
19196
19720
  traces: [{
19197
19721
  type: 'ibc',
19198
19722
  counterparty: {
@@ -19243,6 +19767,7 @@ const assets = {
19243
19767
  website: 'https://www.saga.xyz/',
19244
19768
  twitter: 'https://twitter.com/Sagaxyz__'
19245
19769
  },
19770
+ type_asset: 'sdk.coin',
19246
19771
  traces: [{
19247
19772
  type: 'ibc',
19248
19773
  counterparty: {
@@ -19285,6 +19810,7 @@ const assets = {
19285
19810
  website: 'https://scorum.network',
19286
19811
  twitter: 'https://twitter.com/scorum_en'
19287
19812
  },
19813
+ type_asset: 'sdk.coin',
19288
19814
  traces: [{
19289
19815
  type: 'ibc',
19290
19816
  counterparty: {
@@ -19319,6 +19845,7 @@ const assets = {
19319
19845
  primary_color_hex: '#555555'
19320
19846
  }
19321
19847
  }],
19848
+ type_asset: 'sdk.coin',
19322
19849
  traces: [{
19323
19850
  type: 'ibc',
19324
19851
  counterparty: {
@@ -19361,6 +19888,7 @@ const assets = {
19361
19888
  website: 'https://scrt.network/',
19362
19889
  twitter: 'https://twitter.com/SecretNetwork'
19363
19890
  },
19891
+ type_asset: 'sdk.coin',
19364
19892
  traces: [{
19365
19893
  type: 'ibc',
19366
19894
  counterparty: {
@@ -19403,6 +19931,7 @@ const assets = {
19403
19931
  website: 'https://www.seda.xyz/',
19404
19932
  twitter: 'https://twitter.com/sedaprotocol'
19405
19933
  },
19934
+ type_asset: 'sdk.coin',
19406
19935
  traces: [{
19407
19936
  type: 'ibc',
19408
19937
  counterparty: {
@@ -19445,6 +19974,7 @@ const assets = {
19445
19974
  website: 'https://www.sei.io/',
19446
19975
  twitter: 'https://twitter.com/SeiNetwork'
19447
19976
  },
19977
+ type_asset: 'sdk.coin',
19448
19978
  traces: [{
19449
19979
  type: 'ibc',
19450
19980
  counterparty: {
@@ -19467,6 +19997,8 @@ const assets = {
19467
19997
  denom: 'oozaru',
19468
19998
  exponent: 6
19469
19999
  }],
20000
+ type_asset: 'cw20',
20001
+ address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
19470
20002
  base: 'ibc/52D2C9570CC0756B189A56E08FF8255ED496CD5126569CB05F07875B317F24E8',
19471
20003
  name: 'Oozaru',
19472
20004
  display: 'oozaru',
@@ -19520,6 +20052,7 @@ const assets = {
19520
20052
  website: 'https://selfchain.xyz',
19521
20053
  twitter: 'https://x.com/selfchainxyz'
19522
20054
  },
20055
+ type_asset: 'sdk.coin',
19523
20056
  traces: [{
19524
20057
  type: 'ibc',
19525
20058
  counterparty: {
@@ -19562,6 +20095,7 @@ const assets = {
19562
20095
  website: 'https://www.sentinel.co/',
19563
20096
  twitter: 'https://x.com/SentinelDVPN'
19564
20097
  },
20098
+ type_asset: 'sdk.coin',
19565
20099
  traces: [{
19566
20100
  type: 'ibc',
19567
20101
  counterparty: {
@@ -19606,6 +20140,7 @@ const assets = {
19606
20140
  website: 'https://sgenetwork.io/',
19607
20141
  twitter: 'https://x.com/sge_network'
19608
20142
  },
20143
+ type_asset: 'sdk.coin',
19609
20144
  traces: [{
19610
20145
  type: 'ibc',
19611
20146
  counterparty: {
@@ -19645,6 +20180,7 @@ const assets = {
19645
20180
  primary_color_hex: '#1c2474'
19646
20181
  }
19647
20182
  }],
20183
+ type_asset: 'sdk.coin',
19648
20184
  traces: [{
19649
20185
  type: 'ibc',
19650
20186
  counterparty: {
@@ -19683,6 +20219,7 @@ const assets = {
19683
20219
  primary_color_hex: '#e4ac4c'
19684
20220
  }
19685
20221
  }],
20222
+ type_asset: 'sdk.coin',
19686
20223
  traces: [{
19687
20224
  type: 'ibc',
19688
20225
  counterparty: {
@@ -19725,6 +20262,7 @@ const assets = {
19725
20262
  website: 'https://shido.io/',
19726
20263
  twitter: 'https://twitter.com/ShidoGlobal'
19727
20264
  },
20265
+ type_asset: 'sdk.coin',
19728
20266
  traces: [{
19729
20267
  type: 'ibc',
19730
20268
  counterparty: {
@@ -19763,6 +20301,7 @@ const assets = {
19763
20301
  primary_color_hex: '#be9926'
19764
20302
  }
19765
20303
  }],
20304
+ type_asset: 'sdk.coin',
19766
20305
  traces: [{
19767
20306
  type: 'ibc',
19768
20307
  counterparty: {
@@ -19813,6 +20352,7 @@ const assets = {
19813
20352
  website: 'https://www.sommelier.finance/',
19814
20353
  twitter: 'https://twitter.com/sommfinance'
19815
20354
  },
20355
+ type_asset: 'sdk.coin',
19816
20356
  traces: [{
19817
20357
  type: 'ibc',
19818
20358
  counterparty: {
@@ -19855,6 +20395,7 @@ const assets = {
19855
20395
  website: 'https://www.sourceprotocol.io/',
19856
20396
  twitter: 'https://twitter.com/sourceprotocol_'
19857
20397
  },
20398
+ type_asset: 'sdk.coin',
19858
20399
  traces: [{
19859
20400
  type: 'ibc',
19860
20401
  counterparty: {
@@ -19888,6 +20429,7 @@ const assets = {
19888
20429
  images: [{
19889
20430
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg'
19890
20431
  }],
20432
+ type_asset: 'sdk.coin',
19891
20433
  traces: [{
19892
20434
  type: 'ibc',
19893
20435
  counterparty: {
@@ -19930,6 +20472,7 @@ const assets = {
19930
20472
  website: 'https://www.stargaze.zone/',
19931
20473
  twitter: 'https://twitter.com/StargazeZone'
19932
20474
  },
20475
+ type_asset: 'sdk.coin',
19933
20476
  traces: [{
19934
20477
  type: 'ibc',
19935
20478
  counterparty: {
@@ -19972,6 +20515,7 @@ const assets = {
19972
20515
  website: 'https://app.starname.me/',
19973
20516
  twitter: 'https://twitter.com/starname_me'
19974
20517
  },
20518
+ type_asset: 'sdk.coin',
19975
20519
  traces: [{
19976
20520
  type: 'ibc',
19977
20521
  counterparty: {
@@ -19984,6 +20528,52 @@ const assets = {
19984
20528
  }
19985
20529
  }]
19986
20530
  },
20531
+ {
20532
+ description: 'STOS coin is the token for the Stratos (STOS) cosmos based blockchain',
20533
+ denom_units: [
20534
+ {
20535
+ denom: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
20536
+ exponent: 0,
20537
+ aliases: ['wei']
20538
+ },
20539
+ {
20540
+ denom: 'gwei',
20541
+ exponent: 9
20542
+ },
20543
+ {
20544
+ denom: 'stos',
20545
+ exponent: 18
20546
+ }
20547
+ ],
20548
+ base: 'ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C',
20549
+ name: 'Stratos',
20550
+ display: 'stos',
20551
+ symbol: 'STOS',
20552
+ logo_URIs: {
20553
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png',
20554
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg'
20555
+ },
20556
+ coingecko_id: 'stratos',
20557
+ images: [{
20558
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png',
20559
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg',
20560
+ theme: {
20561
+ primary_color_hex: '#04847c'
20562
+ }
20563
+ }],
20564
+ type_asset: 'sdk.coin',
20565
+ traces: [{
20566
+ type: 'ibc',
20567
+ counterparty: {
20568
+ channel_id: 'channel-1',
20569
+ base_denom: 'wei',
20570
+ chain_name: 'stratos'
20571
+ },
20572
+ chain: {
20573
+ channel_id: 'channel-81016'
20574
+ }
20575
+ }]
20576
+ },
19987
20577
  {
19988
20578
  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.',
19989
20579
  denom_units: [{
@@ -20014,6 +20604,7 @@ const assets = {
20014
20604
  website: 'https://stride.zone/',
20015
20605
  twitter: 'https://twitter.com/stride_zone'
20016
20606
  },
20607
+ type_asset: 'sdk.coin',
20017
20608
  traces: [{
20018
20609
  type: 'ibc',
20019
20610
  counterparty: {
@@ -20052,6 +20643,7 @@ const assets = {
20052
20643
  primary_color_hex: '#040404'
20053
20644
  }
20054
20645
  }],
20646
+ type_asset: 'sdk.coin',
20055
20647
  traces: [{
20056
20648
  type: 'ibc',
20057
20649
  counterparty: {
@@ -20099,6 +20691,7 @@ const assets = {
20099
20691
  primary_color_hex: '#fcdb5b'
20100
20692
  }
20101
20693
  }],
20694
+ type_asset: 'sdk.coin',
20102
20695
  traces: [{
20103
20696
  type: 'ibc',
20104
20697
  counterparty: {
@@ -20146,6 +20739,7 @@ const assets = {
20146
20739
  primary_color_hex: '#5493f2'
20147
20740
  }
20148
20741
  }],
20742
+ type_asset: 'sdk.coin',
20149
20743
  traces: [{
20150
20744
  type: 'ibc',
20151
20745
  counterparty: {
@@ -20192,6 +20786,7 @@ const assets = {
20192
20786
  primary_color_hex: '#4b83e0'
20193
20787
  }
20194
20788
  }],
20789
+ type_asset: 'sdk.coin',
20195
20790
  traces: [{
20196
20791
  type: 'ibc',
20197
20792
  counterparty: {
@@ -20238,6 +20833,7 @@ const assets = {
20238
20833
  primary_color_hex: '#5981d7'
20239
20834
  }
20240
20835
  }],
20836
+ type_asset: 'sdk.coin',
20241
20837
  traces: [{
20242
20838
  type: 'ibc',
20243
20839
  counterparty: {
@@ -20284,6 +20880,7 @@ const assets = {
20284
20880
  primary_color_hex: '#de725b'
20285
20881
  }
20286
20882
  }],
20883
+ type_asset: 'sdk.coin',
20287
20884
  traces: [{
20288
20885
  type: 'ibc',
20289
20886
  counterparty: {
@@ -20330,6 +20927,7 @@ const assets = {
20330
20927
  primary_color_hex: '#c95c41'
20331
20928
  }
20332
20929
  }],
20930
+ type_asset: 'sdk.coin',
20333
20931
  traces: [{
20334
20932
  type: 'ibc',
20335
20933
  counterparty: {
@@ -20376,6 +20974,7 @@ const assets = {
20376
20974
  primary_color_hex: '#d3684c'
20377
20975
  }
20378
20976
  }],
20977
+ type_asset: 'sdk.coin',
20379
20978
  traces: [{
20380
20979
  type: 'ibc',
20381
20980
  counterparty: {
@@ -20422,6 +21021,7 @@ const assets = {
20422
21021
  primary_color_hex: '#db300a'
20423
21022
  }
20424
21023
  }],
21024
+ type_asset: 'sdk.coin',
20425
21025
  traces: [{
20426
21026
  type: 'ibc',
20427
21027
  counterparty: {
@@ -20468,6 +21068,7 @@ const assets = {
20468
21068
  primary_color_hex: '#1535b2'
20469
21069
  }
20470
21070
  }],
21071
+ type_asset: 'sdk.coin',
20471
21072
  traces: [{
20472
21073
  type: 'ibc',
20473
21074
  counterparty: {
@@ -20514,6 +21115,7 @@ const assets = {
20514
21115
  primary_color_hex: '#d49b9c'
20515
21116
  }
20516
21117
  }],
21118
+ type_asset: 'sdk.coin',
20517
21119
  traces: [{
20518
21120
  type: 'ibc',
20519
21121
  counterparty: {
@@ -20560,6 +21162,7 @@ const assets = {
20560
21162
  primary_color_hex: '#dc300a'
20561
21163
  }
20562
21164
  }],
21165
+ type_asset: 'sdk.coin',
20563
21166
  traces: [{
20564
21167
  type: 'ibc',
20565
21168
  counterparty: {
@@ -20606,6 +21209,7 @@ const assets = {
20606
21209
  primary_color_hex: '#5893ed'
20607
21210
  }
20608
21211
  }],
21212
+ type_asset: 'sdk.coin',
20609
21213
  traces: [{
20610
21214
  type: 'ibc',
20611
21215
  counterparty: {
@@ -20652,6 +21256,7 @@ const assets = {
20652
21256
  primary_color_hex: '#4b87e6'
20653
21257
  }
20654
21258
  }],
21259
+ type_asset: 'sdk.coin',
20655
21260
  traces: [{
20656
21261
  type: 'ibc',
20657
21262
  counterparty: {
@@ -20698,6 +21303,7 @@ const assets = {
20698
21303
  primary_color_hex: '#cfcfcf'
20699
21304
  }
20700
21305
  }],
21306
+ type_asset: 'sdk.coin',
20701
21307
  traces: [{
20702
21308
  type: 'ibc',
20703
21309
  counterparty: {
@@ -20744,6 +21350,7 @@ const assets = {
20744
21350
  primary_color_hex: '#4085f0'
20745
21351
  }
20746
21352
  }],
21353
+ type_asset: 'sdk.coin',
20747
21354
  traces: [{
20748
21355
  type: 'ibc',
20749
21356
  counterparty: {
@@ -20790,6 +21397,7 @@ const assets = {
20790
21397
  primary_color_hex: '#5893ed'
20791
21398
  }
20792
21399
  }],
21400
+ type_asset: 'sdk.coin',
20793
21401
  traces: [{
20794
21402
  type: 'ibc',
20795
21403
  counterparty: {
@@ -20836,6 +21444,7 @@ const assets = {
20836
21444
  primary_color_hex: '#5493f3'
20837
21445
  }
20838
21446
  }],
21447
+ type_asset: 'sdk.coin',
20839
21448
  traces: [{
20840
21449
  type: 'ibc',
20841
21450
  counterparty: {
@@ -20882,6 +21491,7 @@ const assets = {
20882
21491
  primary_color_hex: '#e88057'
20883
21492
  }
20884
21493
  }],
21494
+ type_asset: 'sdk.coin',
20885
21495
  traces: [{
20886
21496
  type: 'ibc',
20887
21497
  counterparty: {
@@ -20928,6 +21538,7 @@ const assets = {
20928
21538
  primary_color_hex: '#2fa4f1'
20929
21539
  }
20930
21540
  }],
21541
+ type_asset: 'sdk.coin',
20931
21542
  traces: [{
20932
21543
  type: 'ibc',
20933
21544
  counterparty: {
@@ -20974,6 +21585,7 @@ const assets = {
20974
21585
  primary_color_hex: '#2e71e1'
20975
21586
  }
20976
21587
  }],
21588
+ type_asset: 'sdk.coin',
20977
21589
  traces: [{
20978
21590
  type: 'ibc',
20979
21591
  counterparty: {
@@ -21020,6 +21632,7 @@ const assets = {
21020
21632
  primary_color_hex: '#4886e7'
21021
21633
  }
21022
21634
  }],
21635
+ type_asset: 'sdk.coin',
21023
21636
  traces: [{
21024
21637
  type: 'ibc',
21025
21638
  counterparty: {
@@ -21066,6 +21679,7 @@ const assets = {
21066
21679
  primary_color_hex: '#5493f3'
21067
21680
  }
21068
21681
  }],
21682
+ type_asset: 'sdk.coin',
21069
21683
  traces: [{
21070
21684
  type: 'ibc',
21071
21685
  counterparty: {
@@ -21112,6 +21726,7 @@ const assets = {
21112
21726
  primary_color_hex: '#5493f3'
21113
21727
  }
21114
21728
  }],
21729
+ type_asset: 'sdk.coin',
21115
21730
  traces: [{
21116
21731
  type: 'ibc',
21117
21732
  counterparty: {
@@ -21154,6 +21769,7 @@ const assets = {
21154
21769
  website: 'https://www.terra.money/',
21155
21770
  twitter: 'https://twitter.com/terra_money'
21156
21771
  },
21772
+ type_asset: 'sdk.coin',
21157
21773
  traces: [{
21158
21774
  type: 'ibc',
21159
21775
  counterparty: {
@@ -21192,6 +21808,7 @@ const assets = {
21192
21808
  primary_color_hex: '#a7248a'
21193
21809
  }
21194
21810
  }],
21811
+ type_asset: 'sdk.coin',
21195
21812
  traces: [{
21196
21813
  type: 'ibc',
21197
21814
  counterparty: {
@@ -21230,6 +21847,7 @@ const assets = {
21230
21847
  primary_color_hex: '#22f2e9'
21231
21848
  }
21232
21849
  }],
21850
+ type_asset: 'sdk.coin',
21233
21851
  traces: [{
21234
21852
  type: 'ibc',
21235
21853
  counterparty: {
@@ -21272,6 +21890,7 @@ const assets = {
21272
21890
  twitter: 'https://twitter.com/UnificationUND'
21273
21891
  },
21274
21892
  coingecko_id: 'unification',
21893
+ type_asset: 'sdk.coin',
21275
21894
  traces: [{
21276
21895
  type: 'ibc',
21277
21896
  counterparty: {
@@ -21310,6 +21929,7 @@ const assets = {
21310
21929
  primary_color_hex: '#04b4fc'
21311
21930
  }
21312
21931
  }],
21932
+ type_asset: 'sdk.coin',
21313
21933
  traces: [{
21314
21934
  type: 'ibc',
21315
21935
  counterparty: {
@@ -27415,6 +28035,8 @@ const assets = {
27415
28035
  exponent: 6
27416
28036
  }],
27417
28037
  base: 'ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3',
28038
+ type_asset: 'snip20',
28039
+ address: 'secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej',
27418
28040
  name: 'Alter',
27419
28041
  display: 'alter',
27420
28042
  symbol: 'ALTER',
@@ -36147,6 +36769,8 @@ const assets = {
36147
36769
  exponent: 6
36148
36770
  }],
36149
36771
  base: 'ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3',
36772
+ type_asset: 'snip20',
36773
+ address: 'secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej',
36150
36774
  name: 'Alter',
36151
36775
  display: 'alter',
36152
36776
  symbol: 'ALTER',