@chain-registry/assets 1.65.3 → 1.65.5

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 (271) 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 +2 -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 +324 -6
  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 +1 -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 +136 -6
  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 +538 -6
  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/stride.js +232 -0
  97. package/esm/mainnet/teritori.js +8 -0
  98. package/esm/mainnet/terra.js +16 -0
  99. package/esm/mainnet/terra2.js +286 -2
  100. package/esm/mainnet/tgrade.js +4 -0
  101. package/esm/mainnet/titan.js +244 -0
  102. package/esm/mainnet/umee.js +62 -2
  103. package/esm/mainnet/unification.js +2 -0
  104. package/esm/mainnet/uptick.js +4 -0
  105. package/esm/mainnet/vidulum.js +4 -0
  106. package/esm/mainnet/xpla.js +16 -0
  107. package/esm/noncosmos/penumbra.js +8 -0
  108. package/esm/testnet/archwaytestnet.js +4 -0
  109. package/esm/testnet/axelartestnet.js +20 -0
  110. package/esm/testnet/celestiatestnet3.js +2 -0
  111. package/esm/testnet/cosmoshubtestnet.js +20 -0
  112. package/esm/testnet/dydxtestnet.js +2 -0
  113. package/esm/testnet/elystestnet.js +8 -0
  114. package/esm/testnet/empowertestnet.js +4 -0
  115. package/esm/testnet/injectivetestnet.js +4 -0
  116. package/esm/testnet/junotestnet.js +6 -0
  117. package/esm/testnet/kujiratestnet.js +4 -0
  118. package/esm/testnet/lavatestnet.js +2 -0
  119. package/esm/testnet/mantrachaintestnet.js +8 -0
  120. package/esm/testnet/marstestnet.js +4 -0
  121. package/esm/testnet/neutrontestnet.js +4 -0
  122. package/esm/testnet/nobletestnet.js +14 -0
  123. package/esm/testnet/noistestnet.js +8 -0
  124. package/esm/testnet/nolustestnet.js +2 -0
  125. package/esm/testnet/osmosistestnet.js +62 -0
  126. package/esm/testnet/osmosistestnet4.js +12 -0
  127. package/esm/testnet/persistencetestnet2.js +4 -0
  128. package/esm/testnet/sagatestnet.js +2 -0
  129. package/esm/testnet/seitestnet2.js +6 -0
  130. package/esm/testnet/stargazetestnet.js +6 -0
  131. package/esm/testnet/symphonytestnet.js +8 -0
  132. package/esm/testnet/terra2testnet.js +2 -0
  133. package/esm/testnet/titantestnet.js +12 -0
  134. package/esm/testnet/xiontestnet.js +10 -0
  135. package/mainnet/acrechain.js +66 -0
  136. package/mainnet/agoric.js +42 -2
  137. package/mainnet/aioz.js +2 -0
  138. package/mainnet/akash.js +36 -0
  139. package/mainnet/andromeda.js +26 -0
  140. package/mainnet/archway.js +58 -2
  141. package/mainnet/assetmantle.js +6 -0
  142. package/mainnet/assets.js +2 -1
  143. package/mainnet/aura.js +22 -2
  144. package/mainnet/axelar.js +266 -0
  145. package/mainnet/bandchain.js +4 -0
  146. package/mainnet/beezee.js +4 -0
  147. package/mainnet/bitcanna.js +6 -0
  148. package/mainnet/bitsong.js +10 -0
  149. package/mainnet/bostrom.js +2 -0
  150. package/mainnet/canto.js +6 -0
  151. package/mainnet/carbon.js +18 -0
  152. package/mainnet/celestia.js +198 -2
  153. package/mainnet/chain4energy.js +2 -0
  154. package/mainnet/cheqd.js +6 -0
  155. package/mainnet/chihuahua.js +20 -0
  156. package/mainnet/cifer.js +2 -0
  157. package/mainnet/comdex.js +18 -0
  158. package/mainnet/composable.js +62 -0
  159. package/mainnet/coreum.js +34 -2
  160. package/mainnet/cosmoshub.js +324 -6
  161. package/mainnet/crescent.js +110 -0
  162. package/mainnet/cronos.js +12 -2
  163. package/mainnet/cryptoorgchain.js +26 -0
  164. package/mainnet/decentr.js +6 -0
  165. package/mainnet/dig.js +2 -0
  166. package/mainnet/doravota.js +36 -0
  167. package/mainnet/dydx.js +186 -2
  168. package/mainnet/dymension.js +40 -2
  169. package/mainnet/emoney.js +6 -0
  170. package/mainnet/empowerchain.js +4 -0
  171. package/mainnet/evmos.js +70 -2
  172. package/mainnet/furya.js +8 -0
  173. package/mainnet/fxcore.js +4 -0
  174. package/mainnet/gateway.js +24 -0
  175. package/mainnet/gravitybridge.js +50 -2
  176. package/mainnet/haqq.js +22 -2
  177. package/mainnet/impacthub.js +8 -0
  178. package/mainnet/index.d.ts +1 -0
  179. package/mainnet/index.js +2 -1
  180. package/mainnet/injective.js +214 -2
  181. package/mainnet/irisnet.js +40 -0
  182. package/mainnet/jackal.js +12 -0
  183. package/mainnet/joltify.js +4 -0
  184. package/mainnet/juno.js +122 -0
  185. package/mainnet/kava.js +64 -0
  186. package/mainnet/kichain.js +2 -0
  187. package/mainnet/kujira.js +136 -6
  188. package/mainnet/kyve.js +6 -0
  189. package/mainnet/lava.js +6 -0
  190. package/mainnet/likecoin.js +2 -0
  191. package/mainnet/lumnetwork.js +2 -0
  192. package/mainnet/mars.js +18 -0
  193. package/mainnet/medasdigital.js +2 -0
  194. package/mainnet/migaloo.js +62 -2
  195. package/mainnet/neutron.js +220 -2
  196. package/mainnet/nibiru.js +4 -0
  197. package/mainnet/noble.js +372 -6
  198. package/mainnet/nois.js +38 -0
  199. package/mainnet/nolus.js +14 -0
  200. package/mainnet/nomic.js +10 -0
  201. package/mainnet/nyx.js +2 -0
  202. package/mainnet/odin.js +20 -0
  203. package/mainnet/okexchain.js +10 -0
  204. package/mainnet/omniflixhub.js +16 -0
  205. package/mainnet/onex.js +16 -2
  206. package/mainnet/onomy.js +2 -0
  207. package/mainnet/oraichain.js +30 -0
  208. package/mainnet/osmosis.js +538 -6
  209. package/mainnet/persistence.js +94 -2
  210. package/mainnet/planq.js +18 -0
  211. package/mainnet/point.js +2 -0
  212. package/mainnet/provenance.js +4 -0
  213. package/mainnet/pryzm.js +38 -0
  214. package/mainnet/pundix.js +2 -0
  215. package/mainnet/quicksilver.js +18 -0
  216. package/mainnet/qwoyn.js +2 -0
  217. package/mainnet/realio.js +4 -0
  218. package/mainnet/regen.js +24 -0
  219. package/mainnet/saga.js +14 -0
  220. package/mainnet/secretnetwork.js +144 -2
  221. package/mainnet/sei.js +40 -4
  222. package/mainnet/self.js +4 -0
  223. package/mainnet/sentinel.js +24 -0
  224. package/mainnet/shido.js +4 -0
  225. package/mainnet/sifchain.js +22 -0
  226. package/mainnet/sommelier.js +24 -0
  227. package/mainnet/source.js +10 -2
  228. package/mainnet/stafihub.js +10 -0
  229. package/mainnet/stargaze.js +50 -0
  230. package/mainnet/starname.js +16 -0
  231. package/mainnet/stride.js +232 -0
  232. package/mainnet/teritori.js +8 -0
  233. package/mainnet/terra.js +16 -0
  234. package/mainnet/terra2.js +286 -2
  235. package/mainnet/tgrade.js +4 -0
  236. package/mainnet/titan.d.ts +3 -0
  237. package/mainnet/titan.js +246 -0
  238. package/mainnet/umee.js +62 -2
  239. package/mainnet/unification.js +2 -0
  240. package/mainnet/uptick.js +4 -0
  241. package/mainnet/vidulum.js +4 -0
  242. package/mainnet/xpla.js +16 -0
  243. package/noncosmos/penumbra.js +8 -0
  244. package/package.json +5 -5
  245. package/testnet/archwaytestnet.js +4 -0
  246. package/testnet/axelartestnet.js +20 -0
  247. package/testnet/celestiatestnet3.js +2 -0
  248. package/testnet/cosmoshubtestnet.js +20 -0
  249. package/testnet/dydxtestnet.js +2 -0
  250. package/testnet/elystestnet.js +8 -0
  251. package/testnet/empowertestnet.js +4 -0
  252. package/testnet/injectivetestnet.js +4 -0
  253. package/testnet/junotestnet.js +6 -0
  254. package/testnet/kujiratestnet.js +4 -0
  255. package/testnet/lavatestnet.js +2 -0
  256. package/testnet/mantrachaintestnet.js +8 -0
  257. package/testnet/marstestnet.js +4 -0
  258. package/testnet/neutrontestnet.js +4 -0
  259. package/testnet/nobletestnet.js +14 -0
  260. package/testnet/noistestnet.js +8 -0
  261. package/testnet/nolustestnet.js +2 -0
  262. package/testnet/osmosistestnet.js +62 -0
  263. package/testnet/osmosistestnet4.js +12 -0
  264. package/testnet/persistencetestnet2.js +4 -0
  265. package/testnet/sagatestnet.js +2 -0
  266. package/testnet/seitestnet2.js +6 -0
  267. package/testnet/stargazetestnet.js +6 -0
  268. package/testnet/symphonytestnet.js +8 -0
  269. package/testnet/terra2testnet.js +2 -0
  270. package/testnet/titantestnet.js +12 -0
  271. 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: {
@@ -13670,9 +14002,10 @@ const assets = {
13670
14002
  }
13671
14003
  }],
13672
14004
  socials: {
13673
- webiste: 'https://realio.network/',
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: {
@@ -14731,6 +15090,7 @@ const assets = {
14731
15090
  website: 'https://stride.zone/',
14732
15091
  twitter: 'https://twitter.com/stride_zone'
14733
15092
  },
15093
+ type_asset: 'sdk.coin',
14734
15094
  traces: [{
14735
15095
  type: 'ibc',
14736
15096
  counterparty: {
@@ -14769,6 +15129,7 @@ const assets = {
14769
15129
  primary_color_hex: '#040404'
14770
15130
  }
14771
15131
  }],
15132
+ type_asset: 'sdk.coin',
14772
15133
  traces: [{
14773
15134
  type: 'ibc',
14774
15135
  counterparty: {
@@ -14816,6 +15177,7 @@ const assets = {
14816
15177
  primary_color_hex: '#fcdb5b'
14817
15178
  }
14818
15179
  }],
15180
+ type_asset: 'sdk.coin',
14819
15181
  traces: [{
14820
15182
  type: 'ibc',
14821
15183
  counterparty: {
@@ -14863,6 +15225,7 @@ const assets = {
14863
15225
  primary_color_hex: '#5493f2'
14864
15226
  }
14865
15227
  }],
15228
+ type_asset: 'sdk.coin',
14866
15229
  traces: [{
14867
15230
  type: 'ibc',
14868
15231
  counterparty: {
@@ -14909,6 +15272,7 @@ const assets = {
14909
15272
  primary_color_hex: '#4b83e0'
14910
15273
  }
14911
15274
  }],
15275
+ type_asset: 'sdk.coin',
14912
15276
  traces: [{
14913
15277
  type: 'ibc',
14914
15278
  counterparty: {
@@ -14955,6 +15319,7 @@ const assets = {
14955
15319
  primary_color_hex: '#5981d7'
14956
15320
  }
14957
15321
  }],
15322
+ type_asset: 'sdk.coin',
14958
15323
  traces: [{
14959
15324
  type: 'ibc',
14960
15325
  counterparty: {
@@ -15001,6 +15366,7 @@ const assets = {
15001
15366
  primary_color_hex: '#de725b'
15002
15367
  }
15003
15368
  }],
15369
+ type_asset: 'sdk.coin',
15004
15370
  traces: [{
15005
15371
  type: 'ibc',
15006
15372
  counterparty: {
@@ -15047,6 +15413,7 @@ const assets = {
15047
15413
  primary_color_hex: '#c95c41'
15048
15414
  }
15049
15415
  }],
15416
+ type_asset: 'sdk.coin',
15050
15417
  traces: [{
15051
15418
  type: 'ibc',
15052
15419
  counterparty: {
@@ -15093,6 +15460,7 @@ const assets = {
15093
15460
  primary_color_hex: '#d3684c'
15094
15461
  }
15095
15462
  }],
15463
+ type_asset: 'sdk.coin',
15096
15464
  traces: [{
15097
15465
  type: 'ibc',
15098
15466
  counterparty: {
@@ -15139,6 +15507,7 @@ const assets = {
15139
15507
  primary_color_hex: '#db300a'
15140
15508
  }
15141
15509
  }],
15510
+ type_asset: 'sdk.coin',
15142
15511
  traces: [{
15143
15512
  type: 'ibc',
15144
15513
  counterparty: {
@@ -15185,6 +15554,7 @@ const assets = {
15185
15554
  primary_color_hex: '#1535b2'
15186
15555
  }
15187
15556
  }],
15557
+ type_asset: 'sdk.coin',
15188
15558
  traces: [{
15189
15559
  type: 'ibc',
15190
15560
  counterparty: {
@@ -15231,6 +15601,7 @@ const assets = {
15231
15601
  primary_color_hex: '#d49b9c'
15232
15602
  }
15233
15603
  }],
15604
+ type_asset: 'sdk.coin',
15234
15605
  traces: [{
15235
15606
  type: 'ibc',
15236
15607
  counterparty: {
@@ -15277,6 +15648,7 @@ const assets = {
15277
15648
  primary_color_hex: '#dc300a'
15278
15649
  }
15279
15650
  }],
15651
+ type_asset: 'sdk.coin',
15280
15652
  traces: [{
15281
15653
  type: 'ibc',
15282
15654
  counterparty: {
@@ -15323,6 +15695,7 @@ const assets = {
15323
15695
  primary_color_hex: '#5893ed'
15324
15696
  }
15325
15697
  }],
15698
+ type_asset: 'sdk.coin',
15326
15699
  traces: [{
15327
15700
  type: 'ibc',
15328
15701
  counterparty: {
@@ -15369,6 +15742,7 @@ const assets = {
15369
15742
  primary_color_hex: '#4b87e6'
15370
15743
  }
15371
15744
  }],
15745
+ type_asset: 'sdk.coin',
15372
15746
  traces: [{
15373
15747
  type: 'ibc',
15374
15748
  counterparty: {
@@ -15415,6 +15789,7 @@ const assets = {
15415
15789
  primary_color_hex: '#cfcfcf'
15416
15790
  }
15417
15791
  }],
15792
+ type_asset: 'sdk.coin',
15418
15793
  traces: [{
15419
15794
  type: 'ibc',
15420
15795
  counterparty: {
@@ -15461,6 +15836,7 @@ const assets = {
15461
15836
  primary_color_hex: '#4085f0'
15462
15837
  }
15463
15838
  }],
15839
+ type_asset: 'sdk.coin',
15464
15840
  traces: [{
15465
15841
  type: 'ibc',
15466
15842
  counterparty: {
@@ -15507,6 +15883,7 @@ const assets = {
15507
15883
  primary_color_hex: '#5893ed'
15508
15884
  }
15509
15885
  }],
15886
+ type_asset: 'sdk.coin',
15510
15887
  traces: [{
15511
15888
  type: 'ibc',
15512
15889
  counterparty: {
@@ -15553,6 +15930,7 @@ const assets = {
15553
15930
  primary_color_hex: '#5493f3'
15554
15931
  }
15555
15932
  }],
15933
+ type_asset: 'sdk.coin',
15556
15934
  traces: [{
15557
15935
  type: 'ibc',
15558
15936
  counterparty: {
@@ -15599,6 +15977,7 @@ const assets = {
15599
15977
  primary_color_hex: '#e88057'
15600
15978
  }
15601
15979
  }],
15980
+ type_asset: 'sdk.coin',
15602
15981
  traces: [{
15603
15982
  type: 'ibc',
15604
15983
  counterparty: {
@@ -15645,6 +16024,7 @@ const assets = {
15645
16024
  primary_color_hex: '#2fa4f1'
15646
16025
  }
15647
16026
  }],
16027
+ type_asset: 'sdk.coin',
15648
16028
  traces: [{
15649
16029
  type: 'ibc',
15650
16030
  counterparty: {
@@ -15691,6 +16071,7 @@ const assets = {
15691
16071
  primary_color_hex: '#2e71e1'
15692
16072
  }
15693
16073
  }],
16074
+ type_asset: 'sdk.coin',
15694
16075
  traces: [{
15695
16076
  type: 'ibc',
15696
16077
  counterparty: {
@@ -15737,6 +16118,7 @@ const assets = {
15737
16118
  primary_color_hex: '#4886e7'
15738
16119
  }
15739
16120
  }],
16121
+ type_asset: 'sdk.coin',
15740
16122
  traces: [{
15741
16123
  type: 'ibc',
15742
16124
  counterparty: {
@@ -15783,6 +16165,7 @@ const assets = {
15783
16165
  primary_color_hex: '#5493f3'
15784
16166
  }
15785
16167
  }],
16168
+ type_asset: 'sdk.coin',
15786
16169
  traces: [{
15787
16170
  type: 'ibc',
15788
16171
  counterparty: {
@@ -15829,6 +16212,7 @@ const assets = {
15829
16212
  primary_color_hex: '#5493f3'
15830
16213
  }
15831
16214
  }],
16215
+ type_asset: 'sdk.coin',
15832
16216
  traces: [{
15833
16217
  type: 'ibc',
15834
16218
  counterparty: {
@@ -15871,6 +16255,7 @@ const assets = {
15871
16255
  website: 'https://www.terra.money/',
15872
16256
  twitter: 'https://twitter.com/terra_money'
15873
16257
  },
16258
+ type_asset: 'sdk.coin',
15874
16259
  traces: [{
15875
16260
  type: 'ibc',
15876
16261
  counterparty: {
@@ -15909,6 +16294,7 @@ const assets = {
15909
16294
  primary_color_hex: '#a7248a'
15910
16295
  }
15911
16296
  }],
16297
+ type_asset: 'sdk.coin',
15912
16298
  traces: [{
15913
16299
  type: 'ibc',
15914
16300
  counterparty: {
@@ -15947,6 +16333,7 @@ const assets = {
15947
16333
  primary_color_hex: '#22f2e9'
15948
16334
  }
15949
16335
  }],
16336
+ type_asset: 'sdk.coin',
15950
16337
  traces: [{
15951
16338
  type: 'ibc',
15952
16339
  counterparty: {
@@ -15989,6 +16376,7 @@ const assets = {
15989
16376
  twitter: 'https://twitter.com/UnificationUND'
15990
16377
  },
15991
16378
  coingecko_id: 'unification',
16379
+ type_asset: 'sdk.coin',
15992
16380
  traces: [{
15993
16381
  type: 'ibc',
15994
16382
  counterparty: {
@@ -16027,6 +16415,7 @@ const assets = {
16027
16415
  primary_color_hex: '#04b4fc'
16028
16416
  }
16029
16417
  }],
16418
+ type_asset: 'sdk.coin',
16030
16419
  traces: [{
16031
16420
  type: 'ibc',
16032
16421
  counterparty: {
@@ -16065,6 +16454,7 @@ const assets = {
16065
16454
  primary_color_hex: '#2474ec'
16066
16455
  }
16067
16456
  }],
16457
+ type_asset: 'sdk.coin',
16068
16458
  traces: [{
16069
16459
  type: 'ibc',
16070
16460
  counterparty: {
@@ -16101,6 +16491,7 @@ const assets = {
16101
16491
  primary_color_hex: '#05050c'
16102
16492
  }
16103
16493
  }],
16494
+ type_asset: 'sdk.coin',
16104
16495
  traces: [{
16105
16496
  type: 'ibc',
16106
16497
  counterparty: {
@@ -16145,6 +16536,7 @@ const assets = {
16145
16536
  website: 'https://persistence.one/',
16146
16537
  twitter: 'https://twitter.com/PersistenceOne'
16147
16538
  },
16539
+ type_asset: 'sdk.coin',
16148
16540
  traces: [{
16149
16541
  type: 'ibc',
16150
16542
  counterparty: {
@@ -16187,6 +16579,7 @@ const assets = {
16187
16579
  website: 'https://planq.network',
16188
16580
  twitter: 'https://twitter.com/planqfoundation'
16189
16581
  },
16582
+ type_asset: 'sdk.coin',
16190
16583
  traces: [{
16191
16584
  type: 'ibc',
16192
16585
  counterparty: {
@@ -16236,7 +16629,8 @@ const assets = {
16236
16629
  }],
16237
16630
  logo_URIs: {
16238
16631
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
16239
- }
16632
+ },
16633
+ type_asset: 'sdk.coin'
16240
16634
  },
16241
16635
  {
16242
16636
  description: 'Hash is the staking token of the Provenance Blockchain',
@@ -16264,6 +16658,7 @@ const assets = {
16264
16658
  primary_color_hex: '#4c7cdc'
16265
16659
  }
16266
16660
  }],
16661
+ type_asset: 'sdk.coin',
16267
16662
  traces: [{
16268
16663
  type: 'ibc',
16269
16664
  counterparty: {
@@ -16301,6 +16696,7 @@ const assets = {
16301
16696
  primary_color_hex: '#c6ddf5'
16302
16697
  }
16303
16698
  }],
16699
+ type_asset: 'sdk.coin',
16304
16700
  traces: [{
16305
16701
  type: 'ibc',
16306
16702
  counterparty: {
@@ -16335,6 +16731,7 @@ const assets = {
16335
16731
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
16336
16732
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
16337
16733
  }],
16734
+ type_asset: 'sdk.coin',
16338
16735
  traces: [{
16339
16736
  type: 'ibc',
16340
16737
  counterparty: {
@@ -16369,6 +16766,7 @@ const assets = {
16369
16766
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
16370
16767
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
16371
16768
  }],
16769
+ type_asset: 'sdk.coin',
16372
16770
  traces: [{
16373
16771
  type: 'ibc',
16374
16772
  counterparty: {
@@ -16403,6 +16801,7 @@ const assets = {
16403
16801
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
16404
16802
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
16405
16803
  }],
16804
+ type_asset: 'sdk.coin',
16406
16805
  traces: [{
16407
16806
  type: 'ibc',
16408
16807
  counterparty: {
@@ -16437,6 +16836,7 @@ const assets = {
16437
16836
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
16438
16837
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
16439
16838
  }],
16839
+ type_asset: 'sdk.coin',
16440
16840
  traces: [{
16441
16841
  type: 'ibc',
16442
16842
  counterparty: {
@@ -16471,6 +16871,7 @@ const assets = {
16471
16871
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
16472
16872
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
16473
16873
  }],
16874
+ type_asset: 'sdk.coin',
16474
16875
  traces: [{
16475
16876
  type: 'ibc',
16476
16877
  counterparty: {
@@ -16505,6 +16906,7 @@ const assets = {
16505
16906
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
16506
16907
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
16507
16908
  }],
16909
+ type_asset: 'sdk.coin',
16508
16910
  traces: [{
16509
16911
  type: 'ibc',
16510
16912
  counterparty: {
@@ -16539,6 +16941,7 @@ const assets = {
16539
16941
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
16540
16942
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
16541
16943
  }],
16944
+ type_asset: 'sdk.coin',
16542
16945
  traces: [{
16543
16946
  type: 'ibc',
16544
16947
  counterparty: {
@@ -16573,6 +16976,7 @@ const assets = {
16573
16976
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
16574
16977
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
16575
16978
  }],
16979
+ type_asset: 'sdk.coin',
16576
16980
  traces: [{
16577
16981
  type: 'ibc',
16578
16982
  counterparty: {
@@ -16607,6 +17011,7 @@ const assets = {
16607
17011
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
16608
17012
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
16609
17013
  }],
17014
+ type_asset: 'sdk.coin',
16610
17015
  traces: [{
16611
17016
  type: 'ibc',
16612
17017
  counterparty: {
@@ -16641,6 +17046,7 @@ const assets = {
16641
17046
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
16642
17047
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
16643
17048
  }],
17049
+ type_asset: 'sdk.coin',
16644
17050
  traces: [{
16645
17051
  type: 'ibc',
16646
17052
  counterparty: {
@@ -16675,6 +17081,7 @@ const assets = {
16675
17081
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
16676
17082
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
16677
17083
  }],
17084
+ type_asset: 'sdk.coin',
16678
17085
  traces: [{
16679
17086
  type: 'ibc',
16680
17087
  counterparty: {
@@ -16709,6 +17116,7 @@ const assets = {
16709
17116
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
16710
17117
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
16711
17118
  }],
17119
+ type_asset: 'sdk.coin',
16712
17120
  traces: [{
16713
17121
  type: 'ibc',
16714
17122
  counterparty: {
@@ -16743,6 +17151,7 @@ const assets = {
16743
17151
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
16744
17152
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
16745
17153
  }],
17154
+ type_asset: 'sdk.coin',
16746
17155
  traces: [{
16747
17156
  type: 'ibc',
16748
17157
  counterparty: {
@@ -16777,6 +17186,7 @@ const assets = {
16777
17186
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
16778
17187
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
16779
17188
  }],
17189
+ type_asset: 'sdk.coin',
16780
17190
  traces: [{
16781
17191
  type: 'ibc',
16782
17192
  counterparty: {
@@ -16811,6 +17221,7 @@ const assets = {
16811
17221
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
16812
17222
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
16813
17223
  }],
17224
+ type_asset: 'sdk.coin',
16814
17225
  traces: [{
16815
17226
  type: 'ibc',
16816
17227
  counterparty: {
@@ -16845,6 +17256,7 @@ const assets = {
16845
17256
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
16846
17257
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
16847
17258
  }],
17259
+ type_asset: 'sdk.coin',
16848
17260
  traces: [{
16849
17261
  type: 'ibc',
16850
17262
  counterparty: {
@@ -16879,6 +17291,7 @@ const assets = {
16879
17291
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
16880
17292
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
16881
17293
  }],
17294
+ type_asset: 'sdk.coin',
16882
17295
  traces: [{
16883
17296
  type: 'ibc',
16884
17297
  counterparty: {
@@ -16913,6 +17326,7 @@ const assets = {
16913
17326
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
16914
17327
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
16915
17328
  }],
17329
+ type_asset: 'sdk.coin',
16916
17330
  traces: [{
16917
17331
  type: 'ibc',
16918
17332
  counterparty: {
@@ -16947,6 +17361,7 @@ const assets = {
16947
17361
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
16948
17362
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
16949
17363
  }],
17364
+ type_asset: 'sdk.coin',
16950
17365
  traces: [{
16951
17366
  type: 'ibc',
16952
17367
  counterparty: {
@@ -16981,6 +17396,7 @@ const assets = {
16981
17396
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
16982
17397
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
16983
17398
  }],
17399
+ type_asset: 'sdk.coin',
16984
17400
  traces: [{
16985
17401
  type: 'ibc',
16986
17402
  counterparty: {
@@ -17015,6 +17431,7 @@ const assets = {
17015
17431
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
17016
17432
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
17017
17433
  }],
17434
+ type_asset: 'sdk.coin',
17018
17435
  traces: [{
17019
17436
  type: 'ibc',
17020
17437
  counterparty: {
@@ -17049,6 +17466,7 @@ const assets = {
17049
17466
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
17050
17467
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
17051
17468
  }],
17469
+ type_asset: 'sdk.coin',
17052
17470
  traces: [{
17053
17471
  type: 'ibc',
17054
17472
  counterparty: {
@@ -17083,6 +17501,7 @@ const assets = {
17083
17501
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
17084
17502
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
17085
17503
  }],
17504
+ type_asset: 'sdk.coin',
17086
17505
  traces: [{
17087
17506
  type: 'ibc',
17088
17507
  counterparty: {
@@ -17117,6 +17536,7 @@ const assets = {
17117
17536
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
17118
17537
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
17119
17538
  }],
17539
+ type_asset: 'sdk.coin',
17120
17540
  traces: [{
17121
17541
  type: 'ibc',
17122
17542
  counterparty: {
@@ -17151,6 +17571,7 @@ const assets = {
17151
17571
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
17152
17572
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
17153
17573
  }],
17574
+ type_asset: 'sdk.coin',
17154
17575
  traces: [{
17155
17576
  type: 'ibc',
17156
17577
  counterparty: {
@@ -17185,6 +17606,7 @@ const assets = {
17185
17606
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
17186
17607
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
17187
17608
  }],
17609
+ type_asset: 'sdk.coin',
17188
17610
  traces: [{
17189
17611
  type: 'ibc',
17190
17612
  counterparty: {
@@ -17219,6 +17641,7 @@ const assets = {
17219
17641
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
17220
17642
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
17221
17643
  }],
17644
+ type_asset: 'sdk.coin',
17222
17645
  traces: [{
17223
17646
  type: 'ibc',
17224
17647
  counterparty: {
@@ -17253,6 +17676,7 @@ const assets = {
17253
17676
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
17254
17677
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
17255
17678
  }],
17679
+ type_asset: 'sdk.coin',
17256
17680
  traces: [{
17257
17681
  type: 'ibc',
17258
17682
  counterparty: {
@@ -17287,6 +17711,7 @@ const assets = {
17287
17711
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
17288
17712
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
17289
17713
  }],
17714
+ type_asset: 'sdk.coin',
17290
17715
  traces: [{
17291
17716
  type: 'ibc',
17292
17717
  counterparty: {
@@ -17321,6 +17746,7 @@ const assets = {
17321
17746
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
17322
17747
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
17323
17748
  }],
17749
+ type_asset: 'sdk.coin',
17324
17750
  traces: [{
17325
17751
  type: 'ibc',
17326
17752
  counterparty: {
@@ -17355,6 +17781,7 @@ const assets = {
17355
17781
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
17356
17782
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
17357
17783
  }],
17784
+ type_asset: 'sdk.coin',
17358
17785
  traces: [{
17359
17786
  type: 'ibc',
17360
17787
  counterparty: {
@@ -17389,6 +17816,7 @@ const assets = {
17389
17816
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
17390
17817
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
17391
17818
  }],
17819
+ type_asset: 'sdk.coin',
17392
17820
  traces: [{
17393
17821
  type: 'ibc',
17394
17822
  counterparty: {
@@ -17423,6 +17851,7 @@ const assets = {
17423
17851
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
17424
17852
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
17425
17853
  }],
17854
+ type_asset: 'sdk.coin',
17426
17855
  traces: [{
17427
17856
  type: 'ibc',
17428
17857
  counterparty: {
@@ -17457,6 +17886,7 @@ const assets = {
17457
17886
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
17458
17887
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
17459
17888
  }],
17889
+ type_asset: 'sdk.coin',
17460
17890
  traces: [{
17461
17891
  type: 'ibc',
17462
17892
  counterparty: {
@@ -17491,6 +17921,7 @@ const assets = {
17491
17921
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
17492
17922
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
17493
17923
  }],
17924
+ type_asset: 'sdk.coin',
17494
17925
  traces: [{
17495
17926
  type: 'ibc',
17496
17927
  counterparty: {
@@ -17525,6 +17956,7 @@ const assets = {
17525
17956
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
17526
17957
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
17527
17958
  }],
17959
+ type_asset: 'sdk.coin',
17528
17960
  traces: [{
17529
17961
  type: 'ibc',
17530
17962
  counterparty: {
@@ -17559,6 +17991,7 @@ const assets = {
17559
17991
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
17560
17992
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
17561
17993
  }],
17994
+ type_asset: 'sdk.coin',
17562
17995
  traces: [{
17563
17996
  type: 'ibc',
17564
17997
  counterparty: {
@@ -17593,6 +18026,7 @@ const assets = {
17593
18026
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
17594
18027
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
17595
18028
  }],
18029
+ type_asset: 'sdk.coin',
17596
18030
  traces: [{
17597
18031
  type: 'ibc',
17598
18032
  counterparty: {
@@ -17627,6 +18061,7 @@ const assets = {
17627
18061
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
17628
18062
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
17629
18063
  }],
18064
+ type_asset: 'sdk.coin',
17630
18065
  traces: [{
17631
18066
  type: 'ibc',
17632
18067
  counterparty: {
@@ -17661,6 +18096,7 @@ const assets = {
17661
18096
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
17662
18097
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
17663
18098
  }],
18099
+ type_asset: 'sdk.coin',
17664
18100
  traces: [{
17665
18101
  type: 'ibc',
17666
18102
  counterparty: {
@@ -17695,6 +18131,7 @@ const assets = {
17695
18131
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
17696
18132
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
17697
18133
  }],
18134
+ type_asset: 'sdk.coin',
17698
18135
  traces: [{
17699
18136
  type: 'ibc',
17700
18137
  counterparty: {
@@ -17729,6 +18166,7 @@ const assets = {
17729
18166
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
17730
18167
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
17731
18168
  }],
18169
+ type_asset: 'sdk.coin',
17732
18170
  traces: [{
17733
18171
  type: 'ibc',
17734
18172
  counterparty: {
@@ -17763,6 +18201,7 @@ const assets = {
17763
18201
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
17764
18202
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
17765
18203
  }],
18204
+ type_asset: 'sdk.coin',
17766
18205
  traces: [{
17767
18206
  type: 'ibc',
17768
18207
  counterparty: {
@@ -17797,6 +18236,7 @@ const assets = {
17797
18236
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
17798
18237
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
17799
18238
  }],
18239
+ type_asset: 'sdk.coin',
17800
18240
  traces: [{
17801
18241
  type: 'ibc',
17802
18242
  counterparty: {
@@ -17831,6 +18271,7 @@ const assets = {
17831
18271
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
17832
18272
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
17833
18273
  }],
18274
+ type_asset: 'sdk.coin',
17834
18275
  traces: [{
17835
18276
  type: 'ibc',
17836
18277
  counterparty: {
@@ -17865,6 +18306,7 @@ const assets = {
17865
18306
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
17866
18307
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
17867
18308
  }],
18309
+ type_asset: 'sdk.coin',
17868
18310
  traces: [{
17869
18311
  type: 'ibc',
17870
18312
  counterparty: {
@@ -17899,6 +18341,7 @@ const assets = {
17899
18341
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
17900
18342
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
17901
18343
  }],
18344
+ type_asset: 'sdk.coin',
17902
18345
  traces: [{
17903
18346
  type: 'ibc',
17904
18347
  counterparty: {
@@ -17933,6 +18376,7 @@ const assets = {
17933
18376
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
17934
18377
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
17935
18378
  }],
18379
+ type_asset: 'sdk.coin',
17936
18380
  traces: [{
17937
18381
  type: 'ibc',
17938
18382
  counterparty: {
@@ -17967,6 +18411,7 @@ const assets = {
17967
18411
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
17968
18412
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
17969
18413
  }],
18414
+ type_asset: 'sdk.coin',
17970
18415
  traces: [{
17971
18416
  type: 'ibc',
17972
18417
  counterparty: {
@@ -18001,6 +18446,7 @@ const assets = {
18001
18446
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18002
18447
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18003
18448
  }],
18449
+ type_asset: 'sdk.coin',
18004
18450
  traces: [{
18005
18451
  type: 'ibc',
18006
18452
  counterparty: {
@@ -18035,6 +18481,7 @@ const assets = {
18035
18481
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18036
18482
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18037
18483
  }],
18484
+ type_asset: 'sdk.coin',
18038
18485
  traces: [{
18039
18486
  type: 'ibc',
18040
18487
  counterparty: {
@@ -18069,6 +18516,7 @@ const assets = {
18069
18516
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18070
18517
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18071
18518
  }],
18519
+ type_asset: 'sdk.coin',
18072
18520
  traces: [{
18073
18521
  type: 'ibc',
18074
18522
  counterparty: {
@@ -18103,6 +18551,7 @@ const assets = {
18103
18551
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18104
18552
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18105
18553
  }],
18554
+ type_asset: 'sdk.coin',
18106
18555
  traces: [{
18107
18556
  type: 'ibc',
18108
18557
  counterparty: {
@@ -18137,6 +18586,7 @@ const assets = {
18137
18586
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18138
18587
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18139
18588
  }],
18589
+ type_asset: 'sdk.coin',
18140
18590
  traces: [{
18141
18591
  type: 'ibc',
18142
18592
  counterparty: {
@@ -18171,6 +18621,7 @@ const assets = {
18171
18621
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18172
18622
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18173
18623
  }],
18624
+ type_asset: 'sdk.coin',
18174
18625
  traces: [{
18175
18626
  type: 'ibc',
18176
18627
  counterparty: {
@@ -18205,6 +18656,7 @@ const assets = {
18205
18656
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18206
18657
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18207
18658
  }],
18659
+ type_asset: 'sdk.coin',
18208
18660
  traces: [{
18209
18661
  type: 'ibc',
18210
18662
  counterparty: {
@@ -18239,6 +18691,7 @@ const assets = {
18239
18691
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18240
18692
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18241
18693
  }],
18694
+ type_asset: 'sdk.coin',
18242
18695
  traces: [{
18243
18696
  type: 'ibc',
18244
18697
  counterparty: {
@@ -18273,6 +18726,7 @@ const assets = {
18273
18726
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18274
18727
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18275
18728
  }],
18729
+ type_asset: 'sdk.coin',
18276
18730
  traces: [{
18277
18731
  type: 'ibc',
18278
18732
  counterparty: {
@@ -18307,6 +18761,7 @@ const assets = {
18307
18761
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18308
18762
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18309
18763
  }],
18764
+ type_asset: 'sdk.coin',
18310
18765
  traces: [{
18311
18766
  type: 'ibc',
18312
18767
  counterparty: {
@@ -18341,6 +18796,7 @@ const assets = {
18341
18796
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18342
18797
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18343
18798
  }],
18799
+ type_asset: 'sdk.coin',
18344
18800
  traces: [{
18345
18801
  type: 'ibc',
18346
18802
  counterparty: {
@@ -18375,6 +18831,7 @@ const assets = {
18375
18831
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18376
18832
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18377
18833
  }],
18834
+ type_asset: 'sdk.coin',
18378
18835
  traces: [{
18379
18836
  type: 'ibc',
18380
18837
  counterparty: {
@@ -18409,6 +18866,7 @@ const assets = {
18409
18866
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18410
18867
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18411
18868
  }],
18869
+ type_asset: 'sdk.coin',
18412
18870
  traces: [{
18413
18871
  type: 'ibc',
18414
18872
  counterparty: {
@@ -18443,6 +18901,7 @@ const assets = {
18443
18901
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18444
18902
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18445
18903
  }],
18904
+ type_asset: 'sdk.coin',
18446
18905
  traces: [{
18447
18906
  type: 'ibc',
18448
18907
  counterparty: {
@@ -18477,6 +18936,7 @@ const assets = {
18477
18936
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18478
18937
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18479
18938
  }],
18939
+ type_asset: 'sdk.coin',
18480
18940
  traces: [{
18481
18941
  type: 'ibc',
18482
18942
  counterparty: {
@@ -18511,6 +18971,7 @@ const assets = {
18511
18971
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18512
18972
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18513
18973
  }],
18974
+ type_asset: 'sdk.coin',
18514
18975
  traces: [{
18515
18976
  type: 'ibc',
18516
18977
  counterparty: {
@@ -18545,6 +19006,7 @@ const assets = {
18545
19006
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18546
19007
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18547
19008
  }],
19009
+ type_asset: 'sdk.coin',
18548
19010
  traces: [{
18549
19011
  type: 'ibc',
18550
19012
  counterparty: {
@@ -18579,6 +19041,7 @@ const assets = {
18579
19041
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18580
19042
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18581
19043
  }],
19044
+ type_asset: 'sdk.coin',
18582
19045
  traces: [{
18583
19046
  type: 'ibc',
18584
19047
  counterparty: {
@@ -18613,6 +19076,7 @@ const assets = {
18613
19076
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18614
19077
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18615
19078
  }],
19079
+ type_asset: 'sdk.coin',
18616
19080
  traces: [{
18617
19081
  type: 'ibc',
18618
19082
  counterparty: {
@@ -18647,6 +19111,7 @@ const assets = {
18647
19111
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18648
19112
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18649
19113
  }],
19114
+ type_asset: 'sdk.coin',
18650
19115
  traces: [{
18651
19116
  type: 'ibc',
18652
19117
  counterparty: {
@@ -18681,6 +19146,7 @@ const assets = {
18681
19146
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18682
19147
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18683
19148
  }],
19149
+ type_asset: 'sdk.coin',
18684
19150
  traces: [{
18685
19151
  type: 'ibc',
18686
19152
  counterparty: {
@@ -18715,6 +19181,7 @@ const assets = {
18715
19181
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18716
19182
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18717
19183
  }],
19184
+ type_asset: 'sdk.coin',
18718
19185
  traces: [{
18719
19186
  type: 'ibc',
18720
19187
  counterparty: {
@@ -18749,6 +19216,7 @@ const assets = {
18749
19216
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
18750
19217
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
18751
19218
  }],
19219
+ type_asset: 'sdk.coin',
18752
19220
  traces: [{
18753
19221
  type: 'ibc',
18754
19222
  counterparty: {
@@ -18788,6 +19256,7 @@ const assets = {
18788
19256
  website: 'https://pylons.tech',
18789
19257
  twitter: 'https://twitter.com/pylonstech'
18790
19258
  },
19259
+ type_asset: 'sdk.coin',
18791
19260
  traces: [{
18792
19261
  type: 'ibc',
18793
19262
  counterparty: {
@@ -18871,6 +19340,7 @@ const assets = {
18871
19340
  website: 'https://quicksilver.zone/',
18872
19341
  twitter: 'https://twitter.com/quicksilverzone'
18873
19342
  },
19343
+ type_asset: 'sdk.coin',
18874
19344
  traces: [{
18875
19345
  type: 'ibc',
18876
19346
  counterparty: {
@@ -18912,6 +19382,7 @@ const assets = {
18912
19382
  website: 'https://qwoyn.studio',
18913
19383
  twitter: 'https://twitter.com/Qwoyn_Studios'
18914
19384
  },
19385
+ type_asset: 'sdk.coin',
18915
19386
  traces: [{
18916
19387
  type: 'ibc',
18917
19388
  counterparty: {
@@ -18953,9 +19424,10 @@ const assets = {
18953
19424
  }
18954
19425
  }],
18955
19426
  socials: {
18956
- webiste: 'https://realio.network/',
19427
+ website: 'https://realio.network/',
18957
19428
  twitter: 'https://x.com/realio_network'
18958
19429
  },
19430
+ type_asset: 'sdk.coin',
18959
19431
  traces: [{
18960
19432
  type: 'ibc',
18961
19433
  counterparty: {
@@ -18991,6 +19463,7 @@ const assets = {
18991
19463
  primary_color_hex: '#e0e0e0'
18992
19464
  }
18993
19465
  }],
19466
+ type_asset: 'sdk.coin',
18994
19467
  traces: [{
18995
19468
  type: 'ibc',
18996
19469
  counterparty: {
@@ -19029,6 +19502,7 @@ const assets = {
19029
19502
  primary_color_hex: '#e75486'
19030
19503
  }
19031
19504
  }],
19505
+ type_asset: 'sdk.coin',
19032
19506
  traces: [{
19033
19507
  type: 'ibc',
19034
19508
  counterparty: {
@@ -19071,6 +19545,7 @@ const assets = {
19071
19545
  website: 'https://www.regen.network/',
19072
19546
  twitter: 'https://twitter.com/regen_network'
19073
19547
  },
19548
+ type_asset: 'sdk.coin',
19074
19549
  traces: [{
19075
19550
  type: 'ibc',
19076
19551
  counterparty: {
@@ -19109,6 +19584,7 @@ const assets = {
19109
19584
  primary_color_hex: '#171c25'
19110
19585
  }
19111
19586
  }],
19587
+ type_asset: 'sdk.coin',
19112
19588
  traces: [{
19113
19589
  type: 'ibc',
19114
19590
  counterparty: {
@@ -19151,6 +19627,7 @@ const assets = {
19151
19627
  website: 'https://rizon.world/',
19152
19628
  twitter: 'https://twitter.com/hdac_rizon'
19153
19629
  },
19630
+ type_asset: 'sdk.coin',
19154
19631
  traces: [{
19155
19632
  type: 'ibc',
19156
19633
  counterparty: {
@@ -19193,6 +19670,7 @@ const assets = {
19193
19670
  website: 'https://www.routerprotocol.com/',
19194
19671
  twitter: 'https://x.com/routerprotocol'
19195
19672
  },
19673
+ type_asset: 'sdk.coin',
19196
19674
  traces: [{
19197
19675
  type: 'ibc',
19198
19676
  counterparty: {
@@ -19243,6 +19721,7 @@ const assets = {
19243
19721
  website: 'https://www.saga.xyz/',
19244
19722
  twitter: 'https://twitter.com/Sagaxyz__'
19245
19723
  },
19724
+ type_asset: 'sdk.coin',
19246
19725
  traces: [{
19247
19726
  type: 'ibc',
19248
19727
  counterparty: {
@@ -19285,6 +19764,7 @@ const assets = {
19285
19764
  website: 'https://scorum.network',
19286
19765
  twitter: 'https://twitter.com/scorum_en'
19287
19766
  },
19767
+ type_asset: 'sdk.coin',
19288
19768
  traces: [{
19289
19769
  type: 'ibc',
19290
19770
  counterparty: {
@@ -19319,6 +19799,7 @@ const assets = {
19319
19799
  primary_color_hex: '#555555'
19320
19800
  }
19321
19801
  }],
19802
+ type_asset: 'sdk.coin',
19322
19803
  traces: [{
19323
19804
  type: 'ibc',
19324
19805
  counterparty: {
@@ -19361,6 +19842,7 @@ const assets = {
19361
19842
  website: 'https://scrt.network/',
19362
19843
  twitter: 'https://twitter.com/SecretNetwork'
19363
19844
  },
19845
+ type_asset: 'sdk.coin',
19364
19846
  traces: [{
19365
19847
  type: 'ibc',
19366
19848
  counterparty: {
@@ -19403,6 +19885,7 @@ const assets = {
19403
19885
  website: 'https://www.seda.xyz/',
19404
19886
  twitter: 'https://twitter.com/sedaprotocol'
19405
19887
  },
19888
+ type_asset: 'sdk.coin',
19406
19889
  traces: [{
19407
19890
  type: 'ibc',
19408
19891
  counterparty: {
@@ -19445,6 +19928,7 @@ const assets = {
19445
19928
  website: 'https://www.sei.io/',
19446
19929
  twitter: 'https://twitter.com/SeiNetwork'
19447
19930
  },
19931
+ type_asset: 'sdk.coin',
19448
19932
  traces: [{
19449
19933
  type: 'ibc',
19450
19934
  counterparty: {
@@ -19467,6 +19951,8 @@ const assets = {
19467
19951
  denom: 'oozaru',
19468
19952
  exponent: 6
19469
19953
  }],
19954
+ type_asset: 'cw20',
19955
+ address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
19470
19956
  base: 'ibc/52D2C9570CC0756B189A56E08FF8255ED496CD5126569CB05F07875B317F24E8',
19471
19957
  name: 'Oozaru',
19472
19958
  display: 'oozaru',
@@ -19520,6 +20006,7 @@ const assets = {
19520
20006
  website: 'https://selfchain.xyz',
19521
20007
  twitter: 'https://x.com/selfchainxyz'
19522
20008
  },
20009
+ type_asset: 'sdk.coin',
19523
20010
  traces: [{
19524
20011
  type: 'ibc',
19525
20012
  counterparty: {
@@ -19562,6 +20049,7 @@ const assets = {
19562
20049
  website: 'https://www.sentinel.co/',
19563
20050
  twitter: 'https://x.com/SentinelDVPN'
19564
20051
  },
20052
+ type_asset: 'sdk.coin',
19565
20053
  traces: [{
19566
20054
  type: 'ibc',
19567
20055
  counterparty: {
@@ -19606,6 +20094,7 @@ const assets = {
19606
20094
  website: 'https://sgenetwork.io/',
19607
20095
  twitter: 'https://x.com/sge_network'
19608
20096
  },
20097
+ type_asset: 'sdk.coin',
19609
20098
  traces: [{
19610
20099
  type: 'ibc',
19611
20100
  counterparty: {
@@ -19645,6 +20134,7 @@ const assets = {
19645
20134
  primary_color_hex: '#1c2474'
19646
20135
  }
19647
20136
  }],
20137
+ type_asset: 'sdk.coin',
19648
20138
  traces: [{
19649
20139
  type: 'ibc',
19650
20140
  counterparty: {
@@ -19683,6 +20173,7 @@ const assets = {
19683
20173
  primary_color_hex: '#e4ac4c'
19684
20174
  }
19685
20175
  }],
20176
+ type_asset: 'sdk.coin',
19686
20177
  traces: [{
19687
20178
  type: 'ibc',
19688
20179
  counterparty: {
@@ -19725,6 +20216,7 @@ const assets = {
19725
20216
  website: 'https://shido.io/',
19726
20217
  twitter: 'https://twitter.com/ShidoGlobal'
19727
20218
  },
20219
+ type_asset: 'sdk.coin',
19728
20220
  traces: [{
19729
20221
  type: 'ibc',
19730
20222
  counterparty: {
@@ -19763,6 +20255,7 @@ const assets = {
19763
20255
  primary_color_hex: '#be9926'
19764
20256
  }
19765
20257
  }],
20258
+ type_asset: 'sdk.coin',
19766
20259
  traces: [{
19767
20260
  type: 'ibc',
19768
20261
  counterparty: {
@@ -19813,6 +20306,7 @@ const assets = {
19813
20306
  website: 'https://www.sommelier.finance/',
19814
20307
  twitter: 'https://twitter.com/sommfinance'
19815
20308
  },
20309
+ type_asset: 'sdk.coin',
19816
20310
  traces: [{
19817
20311
  type: 'ibc',
19818
20312
  counterparty: {
@@ -19855,6 +20349,7 @@ const assets = {
19855
20349
  website: 'https://www.sourceprotocol.io/',
19856
20350
  twitter: 'https://twitter.com/sourceprotocol_'
19857
20351
  },
20352
+ type_asset: 'sdk.coin',
19858
20353
  traces: [{
19859
20354
  type: 'ibc',
19860
20355
  counterparty: {
@@ -19888,6 +20383,7 @@ const assets = {
19888
20383
  images: [{
19889
20384
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg'
19890
20385
  }],
20386
+ type_asset: 'sdk.coin',
19891
20387
  traces: [{
19892
20388
  type: 'ibc',
19893
20389
  counterparty: {
@@ -19930,6 +20426,7 @@ const assets = {
19930
20426
  website: 'https://www.stargaze.zone/',
19931
20427
  twitter: 'https://twitter.com/StargazeZone'
19932
20428
  },
20429
+ type_asset: 'sdk.coin',
19933
20430
  traces: [{
19934
20431
  type: 'ibc',
19935
20432
  counterparty: {
@@ -19972,6 +20469,7 @@ const assets = {
19972
20469
  website: 'https://app.starname.me/',
19973
20470
  twitter: 'https://twitter.com/starname_me'
19974
20471
  },
20472
+ type_asset: 'sdk.coin',
19975
20473
  traces: [{
19976
20474
  type: 'ibc',
19977
20475
  counterparty: {
@@ -20014,6 +20512,7 @@ const assets = {
20014
20512
  website: 'https://stride.zone/',
20015
20513
  twitter: 'https://twitter.com/stride_zone'
20016
20514
  },
20515
+ type_asset: 'sdk.coin',
20017
20516
  traces: [{
20018
20517
  type: 'ibc',
20019
20518
  counterparty: {
@@ -20052,6 +20551,7 @@ const assets = {
20052
20551
  primary_color_hex: '#040404'
20053
20552
  }
20054
20553
  }],
20554
+ type_asset: 'sdk.coin',
20055
20555
  traces: [{
20056
20556
  type: 'ibc',
20057
20557
  counterparty: {
@@ -20099,6 +20599,7 @@ const assets = {
20099
20599
  primary_color_hex: '#fcdb5b'
20100
20600
  }
20101
20601
  }],
20602
+ type_asset: 'sdk.coin',
20102
20603
  traces: [{
20103
20604
  type: 'ibc',
20104
20605
  counterparty: {
@@ -20146,6 +20647,7 @@ const assets = {
20146
20647
  primary_color_hex: '#5493f2'
20147
20648
  }
20148
20649
  }],
20650
+ type_asset: 'sdk.coin',
20149
20651
  traces: [{
20150
20652
  type: 'ibc',
20151
20653
  counterparty: {
@@ -20192,6 +20694,7 @@ const assets = {
20192
20694
  primary_color_hex: '#4b83e0'
20193
20695
  }
20194
20696
  }],
20697
+ type_asset: 'sdk.coin',
20195
20698
  traces: [{
20196
20699
  type: 'ibc',
20197
20700
  counterparty: {
@@ -20238,6 +20741,7 @@ const assets = {
20238
20741
  primary_color_hex: '#5981d7'
20239
20742
  }
20240
20743
  }],
20744
+ type_asset: 'sdk.coin',
20241
20745
  traces: [{
20242
20746
  type: 'ibc',
20243
20747
  counterparty: {
@@ -20284,6 +20788,7 @@ const assets = {
20284
20788
  primary_color_hex: '#de725b'
20285
20789
  }
20286
20790
  }],
20791
+ type_asset: 'sdk.coin',
20287
20792
  traces: [{
20288
20793
  type: 'ibc',
20289
20794
  counterparty: {
@@ -20330,6 +20835,7 @@ const assets = {
20330
20835
  primary_color_hex: '#c95c41'
20331
20836
  }
20332
20837
  }],
20838
+ type_asset: 'sdk.coin',
20333
20839
  traces: [{
20334
20840
  type: 'ibc',
20335
20841
  counterparty: {
@@ -20376,6 +20882,7 @@ const assets = {
20376
20882
  primary_color_hex: '#d3684c'
20377
20883
  }
20378
20884
  }],
20885
+ type_asset: 'sdk.coin',
20379
20886
  traces: [{
20380
20887
  type: 'ibc',
20381
20888
  counterparty: {
@@ -20422,6 +20929,7 @@ const assets = {
20422
20929
  primary_color_hex: '#db300a'
20423
20930
  }
20424
20931
  }],
20932
+ type_asset: 'sdk.coin',
20425
20933
  traces: [{
20426
20934
  type: 'ibc',
20427
20935
  counterparty: {
@@ -20468,6 +20976,7 @@ const assets = {
20468
20976
  primary_color_hex: '#1535b2'
20469
20977
  }
20470
20978
  }],
20979
+ type_asset: 'sdk.coin',
20471
20980
  traces: [{
20472
20981
  type: 'ibc',
20473
20982
  counterparty: {
@@ -20514,6 +21023,7 @@ const assets = {
20514
21023
  primary_color_hex: '#d49b9c'
20515
21024
  }
20516
21025
  }],
21026
+ type_asset: 'sdk.coin',
20517
21027
  traces: [{
20518
21028
  type: 'ibc',
20519
21029
  counterparty: {
@@ -20560,6 +21070,7 @@ const assets = {
20560
21070
  primary_color_hex: '#dc300a'
20561
21071
  }
20562
21072
  }],
21073
+ type_asset: 'sdk.coin',
20563
21074
  traces: [{
20564
21075
  type: 'ibc',
20565
21076
  counterparty: {
@@ -20606,6 +21117,7 @@ const assets = {
20606
21117
  primary_color_hex: '#5893ed'
20607
21118
  }
20608
21119
  }],
21120
+ type_asset: 'sdk.coin',
20609
21121
  traces: [{
20610
21122
  type: 'ibc',
20611
21123
  counterparty: {
@@ -20652,6 +21164,7 @@ const assets = {
20652
21164
  primary_color_hex: '#4b87e6'
20653
21165
  }
20654
21166
  }],
21167
+ type_asset: 'sdk.coin',
20655
21168
  traces: [{
20656
21169
  type: 'ibc',
20657
21170
  counterparty: {
@@ -20698,6 +21211,7 @@ const assets = {
20698
21211
  primary_color_hex: '#cfcfcf'
20699
21212
  }
20700
21213
  }],
21214
+ type_asset: 'sdk.coin',
20701
21215
  traces: [{
20702
21216
  type: 'ibc',
20703
21217
  counterparty: {
@@ -20744,6 +21258,7 @@ const assets = {
20744
21258
  primary_color_hex: '#4085f0'
20745
21259
  }
20746
21260
  }],
21261
+ type_asset: 'sdk.coin',
20747
21262
  traces: [{
20748
21263
  type: 'ibc',
20749
21264
  counterparty: {
@@ -20790,6 +21305,7 @@ const assets = {
20790
21305
  primary_color_hex: '#5893ed'
20791
21306
  }
20792
21307
  }],
21308
+ type_asset: 'sdk.coin',
20793
21309
  traces: [{
20794
21310
  type: 'ibc',
20795
21311
  counterparty: {
@@ -20836,6 +21352,7 @@ const assets = {
20836
21352
  primary_color_hex: '#5493f3'
20837
21353
  }
20838
21354
  }],
21355
+ type_asset: 'sdk.coin',
20839
21356
  traces: [{
20840
21357
  type: 'ibc',
20841
21358
  counterparty: {
@@ -20882,6 +21399,7 @@ const assets = {
20882
21399
  primary_color_hex: '#e88057'
20883
21400
  }
20884
21401
  }],
21402
+ type_asset: 'sdk.coin',
20885
21403
  traces: [{
20886
21404
  type: 'ibc',
20887
21405
  counterparty: {
@@ -20928,6 +21446,7 @@ const assets = {
20928
21446
  primary_color_hex: '#2fa4f1'
20929
21447
  }
20930
21448
  }],
21449
+ type_asset: 'sdk.coin',
20931
21450
  traces: [{
20932
21451
  type: 'ibc',
20933
21452
  counterparty: {
@@ -20974,6 +21493,7 @@ const assets = {
20974
21493
  primary_color_hex: '#2e71e1'
20975
21494
  }
20976
21495
  }],
21496
+ type_asset: 'sdk.coin',
20977
21497
  traces: [{
20978
21498
  type: 'ibc',
20979
21499
  counterparty: {
@@ -21020,6 +21540,7 @@ const assets = {
21020
21540
  primary_color_hex: '#4886e7'
21021
21541
  }
21022
21542
  }],
21543
+ type_asset: 'sdk.coin',
21023
21544
  traces: [{
21024
21545
  type: 'ibc',
21025
21546
  counterparty: {
@@ -21066,6 +21587,7 @@ const assets = {
21066
21587
  primary_color_hex: '#5493f3'
21067
21588
  }
21068
21589
  }],
21590
+ type_asset: 'sdk.coin',
21069
21591
  traces: [{
21070
21592
  type: 'ibc',
21071
21593
  counterparty: {
@@ -21112,6 +21634,7 @@ const assets = {
21112
21634
  primary_color_hex: '#5493f3'
21113
21635
  }
21114
21636
  }],
21637
+ type_asset: 'sdk.coin',
21115
21638
  traces: [{
21116
21639
  type: 'ibc',
21117
21640
  counterparty: {
@@ -21154,6 +21677,7 @@ const assets = {
21154
21677
  website: 'https://www.terra.money/',
21155
21678
  twitter: 'https://twitter.com/terra_money'
21156
21679
  },
21680
+ type_asset: 'sdk.coin',
21157
21681
  traces: [{
21158
21682
  type: 'ibc',
21159
21683
  counterparty: {
@@ -21192,6 +21716,7 @@ const assets = {
21192
21716
  primary_color_hex: '#a7248a'
21193
21717
  }
21194
21718
  }],
21719
+ type_asset: 'sdk.coin',
21195
21720
  traces: [{
21196
21721
  type: 'ibc',
21197
21722
  counterparty: {
@@ -21230,6 +21755,7 @@ const assets = {
21230
21755
  primary_color_hex: '#22f2e9'
21231
21756
  }
21232
21757
  }],
21758
+ type_asset: 'sdk.coin',
21233
21759
  traces: [{
21234
21760
  type: 'ibc',
21235
21761
  counterparty: {
@@ -21272,6 +21798,7 @@ const assets = {
21272
21798
  twitter: 'https://twitter.com/UnificationUND'
21273
21799
  },
21274
21800
  coingecko_id: 'unification',
21801
+ type_asset: 'sdk.coin',
21275
21802
  traces: [{
21276
21803
  type: 'ibc',
21277
21804
  counterparty: {
@@ -21310,6 +21837,7 @@ const assets = {
21310
21837
  primary_color_hex: '#04b4fc'
21311
21838
  }
21312
21839
  }],
21840
+ type_asset: 'sdk.coin',
21313
21841
  traces: [{
21314
21842
  type: 'ibc',
21315
21843
  counterparty: {
@@ -27415,6 +27943,8 @@ const assets = {
27415
27943
  exponent: 6
27416
27944
  }],
27417
27945
  base: 'ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3',
27946
+ type_asset: 'snip20',
27947
+ address: 'secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej',
27418
27948
  name: 'Alter',
27419
27949
  display: 'alter',
27420
27950
  symbol: 'ALTER',
@@ -36147,6 +36677,8 @@ const assets = {
36147
36677
  exponent: 6
36148
36678
  }],
36149
36679
  base: 'ibc/A6383B6CF5EA23E067666C06BC34E2A96869927BD9744DC0C1643E589C710AA3',
36680
+ type_asset: 'snip20',
36681
+ address: 'secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej',
36150
36682
  name: 'Alter',
36151
36683
  display: 'alter',
36152
36684
  symbol: 'ALTER',