@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
@@ -31,6 +31,7 @@ const assets = {
31
31
  website: 'https://arable.finance/',
32
32
  twitter: 'https://twitter.com/ArableProtocol'
33
33
  },
34
+ type_asset: 'sdk.coin',
34
35
  traces: [{
35
36
  type: 'ibc',
36
37
  counterparty: {
@@ -73,6 +74,7 @@ const assets = {
73
74
  website: 'https://arable.finance/',
74
75
  twitter: 'https://twitter.com/ArableProtocol'
75
76
  },
77
+ type_asset: 'sdk.coin',
76
78
  traces: [{
77
79
  type: 'ibc',
78
80
  counterparty: {
@@ -110,6 +112,7 @@ const assets = {
110
112
  primary_color_hex: '#ecc53b'
111
113
  }
112
114
  }],
115
+ type_asset: 'sdk.coin',
113
116
  traces: [{
114
117
  type: 'ibc',
115
118
  counterparty: {
@@ -152,6 +155,7 @@ const assets = {
152
155
  website: 'https://akash.network/',
153
156
  twitter: 'https://twitter.com/akashnet_'
154
157
  },
158
+ type_asset: 'sdk.coin',
155
159
  traces: [{
156
160
  type: 'ibc',
157
161
  counterparty: {
@@ -188,6 +192,7 @@ const assets = {
188
192
  primary_color_hex: '#040404'
189
193
  }
190
194
  }],
195
+ type_asset: 'sdk.coin',
191
196
  traces: [{
192
197
  type: 'ibc',
193
198
  counterparty: {
@@ -237,6 +242,7 @@ const assets = {
237
242
  website: 'https://archway.io/',
238
243
  twitter: 'https://twitter.com/archwayHQ'
239
244
  },
245
+ type_asset: 'sdk.coin',
240
246
  traces: [{
241
247
  type: 'ibc',
242
248
  counterparty: {
@@ -279,6 +285,7 @@ const assets = {
279
285
  website: 'https://axelar.network/',
280
286
  twitter: 'https://twitter.com/axelarnetwork'
281
287
  },
288
+ type_asset: 'sdk.coin',
282
289
  traces: [{
283
290
  type: 'ibc',
284
291
  counterparty: {
@@ -397,6 +404,7 @@ const assets = {
397
404
  primary_color_hex: '#043d4d'
398
405
  }
399
406
  }],
407
+ type_asset: 'sdk.coin',
400
408
  traces: [{
401
409
  type: 'ibc',
402
410
  counterparty: {
@@ -439,6 +447,7 @@ const assets = {
439
447
  website: 'https://celestia.org/',
440
448
  twitter: 'https://twitter.com/CelestiaOrg'
441
449
  },
450
+ type_asset: 'sdk.coin',
442
451
  traces: [{
443
452
  type: 'ibc',
444
453
  counterparty: {
@@ -477,6 +486,7 @@ const assets = {
477
486
  primary_color_hex: '#fc5f04'
478
487
  }
479
488
  }],
489
+ type_asset: 'sdk.coin',
480
490
  traces: [{
481
491
  type: 'ibc',
482
492
  counterparty: {
@@ -515,6 +525,7 @@ const assets = {
515
525
  primary_color_hex: '#fc4454'
516
526
  }
517
527
  }],
528
+ type_asset: 'sdk.coin',
518
529
  traces: [{
519
530
  type: 'ibc',
520
531
  counterparty: {
@@ -553,6 +564,7 @@ const assets = {
553
564
  primary_color_hex: '#645ca4'
554
565
  }
555
566
  }],
567
+ type_asset: 'sdk.coin',
556
568
  traces: [{
557
569
  type: 'ibc',
558
570
  counterparty: {
@@ -591,6 +603,7 @@ const assets = {
591
603
  primary_color_hex: '#040404'
592
604
  }
593
605
  }],
606
+ type_asset: 'sdk.coin',
594
607
  traces: [{
595
608
  type: 'ibc',
596
609
  counterparty: {
@@ -633,6 +646,7 @@ const assets = {
633
646
  website: 'https://cosmos.network',
634
647
  twitter: 'https://twitter.com/cosmoshub'
635
648
  },
649
+ type_asset: 'sdk.coin',
636
650
  traces: [{
637
651
  type: 'ibc',
638
652
  counterparty: {
@@ -671,6 +685,7 @@ const assets = {
671
685
  primary_color_hex: '#3c2832'
672
686
  }
673
687
  }],
688
+ type_asset: 'sdk.coin',
674
689
  traces: [{
675
690
  type: 'ibc',
676
691
  counterparty: {
@@ -709,6 +724,7 @@ const assets = {
709
724
  primary_color_hex: '#df969f'
710
725
  }
711
726
  }],
727
+ type_asset: 'sdk.coin',
712
728
  traces: [{
713
729
  type: 'ibc',
714
730
  counterparty: {
@@ -747,6 +763,7 @@ const assets = {
747
763
  primary_color_hex: '#4678e9'
748
764
  }
749
765
  }],
766
+ type_asset: 'sdk.coin',
750
767
  traces: [{
751
768
  type: 'ibc',
752
769
  counterparty: {
@@ -794,6 +811,7 @@ const assets = {
794
811
  website: 'https://dydx.trade/',
795
812
  twitter: 'https://twitter.com/dYdX'
796
813
  },
814
+ type_asset: 'sdk.coin',
797
815
  traces: [{
798
816
  type: 'ibc',
799
817
  counterparty: {
@@ -836,6 +854,7 @@ const assets = {
836
854
  socials: {
837
855
  twitter: 'https://twitter.com/furyachain'
838
856
  },
857
+ type_asset: 'sdk.coin',
839
858
  traces: [{
840
859
  type: 'ibc',
841
860
  counterparty: {
@@ -878,6 +897,7 @@ const assets = {
878
897
  website: 'https://injective.com/',
879
898
  twitter: 'https://twitter.com/Injective_'
880
899
  },
900
+ type_asset: 'sdk.coin',
881
901
  traces: [{
882
902
  type: 'ibc',
883
903
  counterparty: {
@@ -913,6 +933,7 @@ const assets = {
913
933
  primary_color_hex: '#31292a'
914
934
  }
915
935
  }],
936
+ type_asset: 'sdk.coin',
916
937
  traces: [{
917
938
  type: 'ibc',
918
939
  counterparty: {
@@ -948,6 +969,7 @@ const assets = {
948
969
  primary_color_hex: '#18120f'
949
970
  }
950
971
  }],
972
+ type_asset: 'sdk.coin',
951
973
  traces: [{
952
974
  type: 'ibc',
953
975
  counterparty: {
@@ -980,6 +1002,7 @@ const assets = {
980
1002
  primary_color_hex: '#293a6f'
981
1003
  }
982
1004
  }],
1005
+ type_asset: 'sdk.coin',
983
1006
  traces: [{
984
1007
  type: 'ibc',
985
1008
  counterparty: {
@@ -1012,6 +1035,7 @@ const assets = {
1012
1035
  primary_color_hex: '#272f4b'
1013
1036
  }
1014
1037
  }],
1038
+ type_asset: 'sdk.coin',
1015
1039
  traces: [{
1016
1040
  type: 'ibc',
1017
1041
  counterparty: {
@@ -1044,6 +1068,7 @@ const assets = {
1044
1068
  primary_color_hex: '#2a303f'
1045
1069
  }
1046
1070
  }],
1071
+ type_asset: 'sdk.coin',
1047
1072
  traces: [{
1048
1073
  type: 'ibc',
1049
1074
  counterparty: {
@@ -1076,6 +1101,7 @@ const assets = {
1076
1101
  primary_color_hex: '#54ac94'
1077
1102
  }
1078
1103
  }],
1104
+ type_asset: 'sdk.coin',
1079
1105
  traces: [{
1080
1106
  type: 'ibc',
1081
1107
  counterparty: {
@@ -1108,6 +1134,7 @@ const assets = {
1108
1134
  primary_color_hex: '#7931f9'
1109
1135
  }
1110
1136
  }],
1137
+ type_asset: 'sdk.coin',
1111
1138
  traces: [{
1112
1139
  type: 'ibc',
1113
1140
  counterparty: {
@@ -1150,6 +1177,7 @@ const assets = {
1150
1177
  website: 'https://junonetwork.io/',
1151
1178
  twitter: 'https://twitter.com/JunoNetwork'
1152
1179
  },
1180
+ type_asset: 'sdk.coin',
1153
1181
  traces: [{
1154
1182
  type: 'ibc',
1155
1183
  counterparty: {
@@ -1192,6 +1220,7 @@ const assets = {
1192
1220
  website: 'https://www.kava.io/',
1193
1221
  twitter: 'https://twitter.com/KAVA_CHAIN'
1194
1222
  },
1223
+ type_asset: 'sdk.coin',
1195
1224
  traces: [{
1196
1225
  type: 'ibc',
1197
1226
  counterparty: {
@@ -1230,6 +1259,7 @@ const assets = {
1230
1259
  primary_color_hex: '#7b34ac'
1231
1260
  }
1232
1261
  }],
1262
+ type_asset: 'sdk.coin',
1233
1263
  traces: [{
1234
1264
  type: 'ibc',
1235
1265
  counterparty: {
@@ -1268,6 +1298,7 @@ const assets = {
1268
1298
  primary_color_hex: '#544cfc'
1269
1299
  }
1270
1300
  }],
1301
+ type_asset: 'sdk.coin',
1271
1302
  traces: [{
1272
1303
  type: 'ibc',
1273
1304
  counterparty: {
@@ -1306,6 +1337,7 @@ const assets = {
1306
1337
  primary_color_hex: '#04d4a3'
1307
1338
  }
1308
1339
  }],
1340
+ type_asset: 'sdk.coin',
1309
1341
  traces: [{
1310
1342
  type: 'ibc',
1311
1343
  counterparty: {
@@ -1359,7 +1391,8 @@ const assets = {
1359
1391
  logo_URIs: {
1360
1392
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1361
1393
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1362
- }
1394
+ },
1395
+ type_asset: 'sdk.coin'
1363
1396
  },
1364
1397
  {
1365
1398
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
@@ -1391,6 +1424,7 @@ const assets = {
1391
1424
  website: 'https://kujira.network/',
1392
1425
  twitter: 'https://twitter.com/TeamKujira'
1393
1426
  },
1427
+ type_asset: 'sdk.coin',
1394
1428
  traces: [{
1395
1429
  type: 'ibc',
1396
1430
  counterparty: {
@@ -1429,6 +1463,7 @@ const assets = {
1429
1463
  primary_color_hex: '#1c1c1c'
1430
1464
  }
1431
1465
  }],
1466
+ type_asset: 'sdk.coin',
1432
1467
  traces: [{
1433
1468
  type: 'ibc',
1434
1469
  counterparty: {
@@ -1473,6 +1508,7 @@ const assets = {
1473
1508
  website: 'https://neutron.org/',
1474
1509
  twitter: 'https://twitter.com/Neutron_org'
1475
1510
  },
1511
+ type_asset: 'sdk.coin',
1476
1512
  traces: [{
1477
1513
  type: 'ibc',
1478
1514
  counterparty: {
@@ -1508,6 +1544,7 @@ const assets = {
1508
1544
  primary_color_hex: '#1b0847'
1509
1545
  }
1510
1546
  }],
1547
+ type_asset: 'sdk.coin',
1511
1548
  traces: [{
1512
1549
  type: 'ibc',
1513
1550
  counterparty: {
@@ -1543,6 +1580,7 @@ const assets = {
1543
1580
  primary_color_hex: '#dcd5ab'
1544
1581
  }
1545
1582
  }],
1583
+ type_asset: 'sdk.coin',
1546
1584
  traces: [{
1547
1585
  type: 'ibc',
1548
1586
  counterparty: {
@@ -1578,6 +1616,7 @@ const assets = {
1578
1616
  primary_color_hex: '#333333'
1579
1617
  }
1580
1618
  }],
1619
+ type_asset: 'sdk.coin',
1581
1620
  traces: [{
1582
1621
  type: 'ibc',
1583
1622
  counterparty: {
@@ -1696,6 +1735,7 @@ const assets = {
1696
1735
  website: 'https://ondo.finance/usdy',
1697
1736
  twitter: 'https://x.com/OndoFinance'
1698
1737
  },
1738
+ type_asset: 'sdk.coin',
1699
1739
  traces: [{
1700
1740
  type: 'ibc',
1701
1741
  counterparty: {
@@ -1821,6 +1861,7 @@ const assets = {
1821
1861
  primary_color_hex: '#c6ddf5'
1822
1862
  }
1823
1863
  }],
1864
+ type_asset: 'sdk.coin',
1824
1865
  traces: [{
1825
1866
  type: 'ibc',
1826
1867
  counterparty: {
@@ -1855,6 +1896,7 @@ const assets = {
1855
1896
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1856
1897
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1857
1898
  }],
1899
+ type_asset: 'sdk.coin',
1858
1900
  traces: [{
1859
1901
  type: 'ibc',
1860
1902
  counterparty: {
@@ -1889,6 +1931,7 @@ const assets = {
1889
1931
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1890
1932
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1891
1933
  }],
1934
+ type_asset: 'sdk.coin',
1892
1935
  traces: [{
1893
1936
  type: 'ibc',
1894
1937
  counterparty: {
@@ -1923,6 +1966,7 @@ const assets = {
1923
1966
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1924
1967
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1925
1968
  }],
1969
+ type_asset: 'sdk.coin',
1926
1970
  traces: [{
1927
1971
  type: 'ibc',
1928
1972
  counterparty: {
@@ -1957,6 +2001,7 @@ const assets = {
1957
2001
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
1958
2002
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
1959
2003
  }],
2004
+ type_asset: 'sdk.coin',
1960
2005
  traces: [{
1961
2006
  type: 'ibc',
1962
2007
  counterparty: {
@@ -1991,6 +2036,7 @@ const assets = {
1991
2036
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
1992
2037
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
1993
2038
  }],
2039
+ type_asset: 'sdk.coin',
1994
2040
  traces: [{
1995
2041
  type: 'ibc',
1996
2042
  counterparty: {
@@ -2025,6 +2071,7 @@ const assets = {
2025
2071
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
2026
2072
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
2027
2073
  }],
2074
+ type_asset: 'sdk.coin',
2028
2075
  traces: [{
2029
2076
  type: 'ibc',
2030
2077
  counterparty: {
@@ -2059,6 +2106,7 @@ const assets = {
2059
2106
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
2060
2107
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
2061
2108
  }],
2109
+ type_asset: 'sdk.coin',
2062
2110
  traces: [{
2063
2111
  type: 'ibc',
2064
2112
  counterparty: {
@@ -2093,6 +2141,7 @@ const assets = {
2093
2141
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
2094
2142
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
2095
2143
  }],
2144
+ type_asset: 'sdk.coin',
2096
2145
  traces: [{
2097
2146
  type: 'ibc',
2098
2147
  counterparty: {
@@ -2127,6 +2176,7 @@ const assets = {
2127
2176
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
2128
2177
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
2129
2178
  }],
2179
+ type_asset: 'sdk.coin',
2130
2180
  traces: [{
2131
2181
  type: 'ibc',
2132
2182
  counterparty: {
@@ -2161,6 +2211,7 @@ const assets = {
2161
2211
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2162
2212
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2163
2213
  }],
2214
+ type_asset: 'sdk.coin',
2164
2215
  traces: [{
2165
2216
  type: 'ibc',
2166
2217
  counterparty: {
@@ -2195,6 +2246,7 @@ const assets = {
2195
2246
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2196
2247
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2197
2248
  }],
2249
+ type_asset: 'sdk.coin',
2198
2250
  traces: [{
2199
2251
  type: 'ibc',
2200
2252
  counterparty: {
@@ -2229,6 +2281,7 @@ const assets = {
2229
2281
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2230
2282
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2231
2283
  }],
2284
+ type_asset: 'sdk.coin',
2232
2285
  traces: [{
2233
2286
  type: 'ibc',
2234
2287
  counterparty: {
@@ -2263,6 +2316,7 @@ const assets = {
2263
2316
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2264
2317
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2265
2318
  }],
2319
+ type_asset: 'sdk.coin',
2266
2320
  traces: [{
2267
2321
  type: 'ibc',
2268
2322
  counterparty: {
@@ -2297,6 +2351,7 @@ const assets = {
2297
2351
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2298
2352
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2299
2353
  }],
2354
+ type_asset: 'sdk.coin',
2300
2355
  traces: [{
2301
2356
  type: 'ibc',
2302
2357
  counterparty: {
@@ -2331,6 +2386,7 @@ const assets = {
2331
2386
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2332
2387
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2333
2388
  }],
2389
+ type_asset: 'sdk.coin',
2334
2390
  traces: [{
2335
2391
  type: 'ibc',
2336
2392
  counterparty: {
@@ -2365,6 +2421,7 @@ const assets = {
2365
2421
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2366
2422
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2367
2423
  }],
2424
+ type_asset: 'sdk.coin',
2368
2425
  traces: [{
2369
2426
  type: 'ibc',
2370
2427
  counterparty: {
@@ -2399,6 +2456,7 @@ const assets = {
2399
2456
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2400
2457
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2401
2458
  }],
2459
+ type_asset: 'sdk.coin',
2402
2460
  traces: [{
2403
2461
  type: 'ibc',
2404
2462
  counterparty: {
@@ -2433,6 +2491,7 @@ const assets = {
2433
2491
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2434
2492
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2435
2493
  }],
2494
+ type_asset: 'sdk.coin',
2436
2495
  traces: [{
2437
2496
  type: 'ibc',
2438
2497
  counterparty: {
@@ -2467,6 +2526,7 @@ const assets = {
2467
2526
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2468
2527
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2469
2528
  }],
2529
+ type_asset: 'sdk.coin',
2470
2530
  traces: [{
2471
2531
  type: 'ibc',
2472
2532
  counterparty: {
@@ -2501,6 +2561,7 @@ const assets = {
2501
2561
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2502
2562
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2503
2563
  }],
2564
+ type_asset: 'sdk.coin',
2504
2565
  traces: [{
2505
2566
  type: 'ibc',
2506
2567
  counterparty: {
@@ -2535,6 +2596,7 @@ const assets = {
2535
2596
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2536
2597
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2537
2598
  }],
2599
+ type_asset: 'sdk.coin',
2538
2600
  traces: [{
2539
2601
  type: 'ibc',
2540
2602
  counterparty: {
@@ -2569,6 +2631,7 @@ const assets = {
2569
2631
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2570
2632
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2571
2633
  }],
2634
+ type_asset: 'sdk.coin',
2572
2635
  traces: [{
2573
2636
  type: 'ibc',
2574
2637
  counterparty: {
@@ -2603,6 +2666,7 @@ const assets = {
2603
2666
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2604
2667
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2605
2668
  }],
2669
+ type_asset: 'sdk.coin',
2606
2670
  traces: [{
2607
2671
  type: 'ibc',
2608
2672
  counterparty: {
@@ -2637,6 +2701,7 @@ const assets = {
2637
2701
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2638
2702
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2639
2703
  }],
2704
+ type_asset: 'sdk.coin',
2640
2705
  traces: [{
2641
2706
  type: 'ibc',
2642
2707
  counterparty: {
@@ -2671,6 +2736,7 @@ const assets = {
2671
2736
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
2672
2737
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
2673
2738
  }],
2739
+ type_asset: 'sdk.coin',
2674
2740
  traces: [{
2675
2741
  type: 'ibc',
2676
2742
  counterparty: {
@@ -2705,6 +2771,7 @@ const assets = {
2705
2771
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
2706
2772
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
2707
2773
  }],
2774
+ type_asset: 'sdk.coin',
2708
2775
  traces: [{
2709
2776
  type: 'ibc',
2710
2777
  counterparty: {
@@ -2739,6 +2806,7 @@ const assets = {
2739
2806
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
2740
2807
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
2741
2808
  }],
2809
+ type_asset: 'sdk.coin',
2742
2810
  traces: [{
2743
2811
  type: 'ibc',
2744
2812
  counterparty: {
@@ -2773,6 +2841,7 @@ const assets = {
2773
2841
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2774
2842
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2775
2843
  }],
2844
+ type_asset: 'sdk.coin',
2776
2845
  traces: [{
2777
2846
  type: 'ibc',
2778
2847
  counterparty: {
@@ -2807,6 +2876,7 @@ const assets = {
2807
2876
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2808
2877
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2809
2878
  }],
2879
+ type_asset: 'sdk.coin',
2810
2880
  traces: [{
2811
2881
  type: 'ibc',
2812
2882
  counterparty: {
@@ -2841,6 +2911,7 @@ const assets = {
2841
2911
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2842
2912
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2843
2913
  }],
2914
+ type_asset: 'sdk.coin',
2844
2915
  traces: [{
2845
2916
  type: 'ibc',
2846
2917
  counterparty: {
@@ -2875,6 +2946,7 @@ const assets = {
2875
2946
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2876
2947
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2877
2948
  }],
2949
+ type_asset: 'sdk.coin',
2878
2950
  traces: [{
2879
2951
  type: 'ibc',
2880
2952
  counterparty: {
@@ -2909,6 +2981,7 @@ const assets = {
2909
2981
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2910
2982
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2911
2983
  }],
2984
+ type_asset: 'sdk.coin',
2912
2985
  traces: [{
2913
2986
  type: 'ibc',
2914
2987
  counterparty: {
@@ -2943,6 +3016,7 @@ const assets = {
2943
3016
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2944
3017
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2945
3018
  }],
3019
+ type_asset: 'sdk.coin',
2946
3020
  traces: [{
2947
3021
  type: 'ibc',
2948
3022
  counterparty: {
@@ -2977,6 +3051,7 @@ const assets = {
2977
3051
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
2978
3052
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
2979
3053
  }],
3054
+ type_asset: 'sdk.coin',
2980
3055
  traces: [{
2981
3056
  type: 'ibc',
2982
3057
  counterparty: {
@@ -3011,6 +3086,7 @@ const assets = {
3011
3086
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
3012
3087
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
3013
3088
  }],
3089
+ type_asset: 'sdk.coin',
3014
3090
  traces: [{
3015
3091
  type: 'ibc',
3016
3092
  counterparty: {
@@ -3045,6 +3121,7 @@ const assets = {
3045
3121
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
3046
3122
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
3047
3123
  }],
3124
+ type_asset: 'sdk.coin',
3048
3125
  traces: [{
3049
3126
  type: 'ibc',
3050
3127
  counterparty: {
@@ -3079,6 +3156,7 @@ const assets = {
3079
3156
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3080
3157
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3081
3158
  }],
3159
+ type_asset: 'sdk.coin',
3082
3160
  traces: [{
3083
3161
  type: 'ibc',
3084
3162
  counterparty: {
@@ -3113,6 +3191,7 @@ const assets = {
3113
3191
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3114
3192
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3115
3193
  }],
3194
+ type_asset: 'sdk.coin',
3116
3195
  traces: [{
3117
3196
  type: 'ibc',
3118
3197
  counterparty: {
@@ -3147,6 +3226,7 @@ const assets = {
3147
3226
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3148
3227
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3149
3228
  }],
3229
+ type_asset: 'sdk.coin',
3150
3230
  traces: [{
3151
3231
  type: 'ibc',
3152
3232
  counterparty: {
@@ -3181,6 +3261,7 @@ const assets = {
3181
3261
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3182
3262
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3183
3263
  }],
3264
+ type_asset: 'sdk.coin',
3184
3265
  traces: [{
3185
3266
  type: 'ibc',
3186
3267
  counterparty: {
@@ -3215,6 +3296,7 @@ const assets = {
3215
3296
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3216
3297
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3217
3298
  }],
3299
+ type_asset: 'sdk.coin',
3218
3300
  traces: [{
3219
3301
  type: 'ibc',
3220
3302
  counterparty: {
@@ -3249,6 +3331,7 @@ const assets = {
3249
3331
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3250
3332
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3251
3333
  }],
3334
+ type_asset: 'sdk.coin',
3252
3335
  traces: [{
3253
3336
  type: 'ibc',
3254
3337
  counterparty: {
@@ -3283,6 +3366,7 @@ const assets = {
3283
3366
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3284
3367
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3285
3368
  }],
3369
+ type_asset: 'sdk.coin',
3286
3370
  traces: [{
3287
3371
  type: 'ibc',
3288
3372
  counterparty: {
@@ -3317,6 +3401,7 @@ const assets = {
3317
3401
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3318
3402
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3319
3403
  }],
3404
+ type_asset: 'sdk.coin',
3320
3405
  traces: [{
3321
3406
  type: 'ibc',
3322
3407
  counterparty: {
@@ -3351,6 +3436,7 @@ const assets = {
3351
3436
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3352
3437
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3353
3438
  }],
3439
+ type_asset: 'sdk.coin',
3354
3440
  traces: [{
3355
3441
  type: 'ibc',
3356
3442
  counterparty: {
@@ -3385,6 +3471,7 @@ const assets = {
3385
3471
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3386
3472
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3387
3473
  }],
3474
+ type_asset: 'sdk.coin',
3388
3475
  traces: [{
3389
3476
  type: 'ibc',
3390
3477
  counterparty: {
@@ -3419,6 +3506,7 @@ const assets = {
3419
3506
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3420
3507
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3421
3508
  }],
3509
+ type_asset: 'sdk.coin',
3422
3510
  traces: [{
3423
3511
  type: 'ibc',
3424
3512
  counterparty: {
@@ -3453,6 +3541,7 @@ const assets = {
3453
3541
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3454
3542
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3455
3543
  }],
3544
+ type_asset: 'sdk.coin',
3456
3545
  traces: [{
3457
3546
  type: 'ibc',
3458
3547
  counterparty: {
@@ -3487,6 +3576,7 @@ const assets = {
3487
3576
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3488
3577
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3489
3578
  }],
3579
+ type_asset: 'sdk.coin',
3490
3580
  traces: [{
3491
3581
  type: 'ibc',
3492
3582
  counterparty: {
@@ -3521,6 +3611,7 @@ const assets = {
3521
3611
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3522
3612
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3523
3613
  }],
3614
+ type_asset: 'sdk.coin',
3524
3615
  traces: [{
3525
3616
  type: 'ibc',
3526
3617
  counterparty: {
@@ -3555,6 +3646,7 @@ const assets = {
3555
3646
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3556
3647
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3557
3648
  }],
3649
+ type_asset: 'sdk.coin',
3558
3650
  traces: [{
3559
3651
  type: 'ibc',
3560
3652
  counterparty: {
@@ -3589,6 +3681,7 @@ const assets = {
3589
3681
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3590
3682
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3591
3683
  }],
3684
+ type_asset: 'sdk.coin',
3592
3685
  traces: [{
3593
3686
  type: 'ibc',
3594
3687
  counterparty: {
@@ -3623,6 +3716,7 @@ const assets = {
3623
3716
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3624
3717
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3625
3718
  }],
3719
+ type_asset: 'sdk.coin',
3626
3720
  traces: [{
3627
3721
  type: 'ibc',
3628
3722
  counterparty: {
@@ -3657,6 +3751,7 @@ const assets = {
3657
3751
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3658
3752
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3659
3753
  }],
3754
+ type_asset: 'sdk.coin',
3660
3755
  traces: [{
3661
3756
  type: 'ibc',
3662
3757
  counterparty: {
@@ -3691,6 +3786,7 @@ const assets = {
3691
3786
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3692
3787
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3693
3788
  }],
3789
+ type_asset: 'sdk.coin',
3694
3790
  traces: [{
3695
3791
  type: 'ibc',
3696
3792
  counterparty: {
@@ -3725,6 +3821,7 @@ const assets = {
3725
3821
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3726
3822
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3727
3823
  }],
3824
+ type_asset: 'sdk.coin',
3728
3825
  traces: [{
3729
3826
  type: 'ibc',
3730
3827
  counterparty: {
@@ -3759,6 +3856,7 @@ const assets = {
3759
3856
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3760
3857
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3761
3858
  }],
3859
+ type_asset: 'sdk.coin',
3762
3860
  traces: [{
3763
3861
  type: 'ibc',
3764
3862
  counterparty: {
@@ -3793,6 +3891,7 @@ const assets = {
3793
3891
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3794
3892
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3795
3893
  }],
3894
+ type_asset: 'sdk.coin',
3796
3895
  traces: [{
3797
3896
  type: 'ibc',
3798
3897
  counterparty: {
@@ -3827,6 +3926,7 @@ const assets = {
3827
3926
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3828
3927
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3829
3928
  }],
3929
+ type_asset: 'sdk.coin',
3830
3930
  traces: [{
3831
3931
  type: 'ibc',
3832
3932
  counterparty: {
@@ -3861,6 +3961,7 @@ const assets = {
3861
3961
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3862
3962
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3863
3963
  }],
3964
+ type_asset: 'sdk.coin',
3864
3965
  traces: [{
3865
3966
  type: 'ibc',
3866
3967
  counterparty: {
@@ -3895,6 +3996,7 @@ const assets = {
3895
3996
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3896
3997
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3897
3998
  }],
3999
+ type_asset: 'sdk.coin',
3898
4000
  traces: [{
3899
4001
  type: 'ibc',
3900
4002
  counterparty: {
@@ -3929,6 +4031,7 @@ const assets = {
3929
4031
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3930
4032
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3931
4033
  }],
4034
+ type_asset: 'sdk.coin',
3932
4035
  traces: [{
3933
4036
  type: 'ibc',
3934
4037
  counterparty: {
@@ -3963,6 +4066,7 @@ const assets = {
3963
4066
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3964
4067
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3965
4068
  }],
4069
+ type_asset: 'sdk.coin',
3966
4070
  traces: [{
3967
4071
  type: 'ibc',
3968
4072
  counterparty: {
@@ -3997,6 +4101,7 @@ const assets = {
3997
4101
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3998
4102
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3999
4103
  }],
4104
+ type_asset: 'sdk.coin',
4000
4105
  traces: [{
4001
4106
  type: 'ibc',
4002
4107
  counterparty: {
@@ -4031,6 +4136,7 @@ const assets = {
4031
4136
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4032
4137
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4033
4138
  }],
4139
+ type_asset: 'sdk.coin',
4034
4140
  traces: [{
4035
4141
  type: 'ibc',
4036
4142
  counterparty: {
@@ -4065,6 +4171,7 @@ const assets = {
4065
4171
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4066
4172
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4067
4173
  }],
4174
+ type_asset: 'sdk.coin',
4068
4175
  traces: [{
4069
4176
  type: 'ibc',
4070
4177
  counterparty: {
@@ -4099,6 +4206,7 @@ const assets = {
4099
4206
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4100
4207
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4101
4208
  }],
4209
+ type_asset: 'sdk.coin',
4102
4210
  traces: [{
4103
4211
  type: 'ibc',
4104
4212
  counterparty: {
@@ -4133,6 +4241,7 @@ const assets = {
4133
4241
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4134
4242
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4135
4243
  }],
4244
+ type_asset: 'sdk.coin',
4136
4245
  traces: [{
4137
4246
  type: 'ibc',
4138
4247
  counterparty: {
@@ -4167,6 +4276,7 @@ const assets = {
4167
4276
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4168
4277
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4169
4278
  }],
4279
+ type_asset: 'sdk.coin',
4170
4280
  traces: [{
4171
4281
  type: 'ibc',
4172
4282
  counterparty: {
@@ -4201,6 +4311,7 @@ const assets = {
4201
4311
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4202
4312
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4203
4313
  }],
4314
+ type_asset: 'sdk.coin',
4204
4315
  traces: [{
4205
4316
  type: 'ibc',
4206
4317
  counterparty: {
@@ -4235,6 +4346,7 @@ const assets = {
4235
4346
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4236
4347
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4237
4348
  }],
4349
+ type_asset: 'sdk.coin',
4238
4350
  traces: [{
4239
4351
  type: 'ibc',
4240
4352
  counterparty: {
@@ -4269,6 +4381,7 @@ const assets = {
4269
4381
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4270
4382
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4271
4383
  }],
4384
+ type_asset: 'sdk.coin',
4272
4385
  traces: [{
4273
4386
  type: 'ibc',
4274
4387
  counterparty: {
@@ -4311,6 +4424,7 @@ const assets = {
4311
4424
  website: 'https://scrt.network/',
4312
4425
  twitter: 'https://twitter.com/SecretNetwork'
4313
4426
  },
4427
+ type_asset: 'sdk.coin',
4314
4428
  traces: [{
4315
4429
  type: 'ibc',
4316
4430
  counterparty: {
@@ -4344,6 +4458,7 @@ const assets = {
4344
4458
  images: [{
4345
4459
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg'
4346
4460
  }],
4461
+ type_asset: 'sdk.coin',
4347
4462
  traces: [{
4348
4463
  type: 'ibc',
4349
4464
  counterparty: {
@@ -4386,6 +4501,7 @@ const assets = {
4386
4501
  website: 'https://www.stargaze.zone/',
4387
4502
  twitter: 'https://twitter.com/StargazeZone'
4388
4503
  },
4504
+ type_asset: 'sdk.coin',
4389
4505
  traces: [{
4390
4506
  type: 'ibc',
4391
4507
  counterparty: {
@@ -4428,6 +4544,7 @@ const assets = {
4428
4544
  website: 'https://stride.zone/',
4429
4545
  twitter: 'https://twitter.com/stride_zone'
4430
4546
  },
4547
+ type_asset: 'sdk.coin',
4431
4548
  traces: [{
4432
4549
  type: 'ibc',
4433
4550
  counterparty: {
@@ -4475,6 +4592,7 @@ const assets = {
4475
4592
  primary_color_hex: '#fcdb5b'
4476
4593
  }
4477
4594
  }],
4595
+ type_asset: 'sdk.coin',
4478
4596
  traces: [{
4479
4597
  type: 'ibc',
4480
4598
  counterparty: {
@@ -4522,6 +4640,7 @@ const assets = {
4522
4640
  primary_color_hex: '#5493f2'
4523
4641
  }
4524
4642
  }],
4643
+ type_asset: 'sdk.coin',
4525
4644
  traces: [{
4526
4645
  type: 'ibc',
4527
4646
  counterparty: {
@@ -4568,6 +4687,7 @@ const assets = {
4568
4687
  primary_color_hex: '#4b83e0'
4569
4688
  }
4570
4689
  }],
4690
+ type_asset: 'sdk.coin',
4571
4691
  traces: [{
4572
4692
  type: 'ibc',
4573
4693
  counterparty: {
@@ -4614,6 +4734,7 @@ const assets = {
4614
4734
  primary_color_hex: '#5981d7'
4615
4735
  }
4616
4736
  }],
4737
+ type_asset: 'sdk.coin',
4617
4738
  traces: [{
4618
4739
  type: 'ibc',
4619
4740
  counterparty: {
@@ -4660,6 +4781,7 @@ const assets = {
4660
4781
  primary_color_hex: '#de725b'
4661
4782
  }
4662
4783
  }],
4784
+ type_asset: 'sdk.coin',
4663
4785
  traces: [{
4664
4786
  type: 'ibc',
4665
4787
  counterparty: {
@@ -4706,6 +4828,7 @@ const assets = {
4706
4828
  primary_color_hex: '#c95c41'
4707
4829
  }
4708
4830
  }],
4831
+ type_asset: 'sdk.coin',
4709
4832
  traces: [{
4710
4833
  type: 'ibc',
4711
4834
  counterparty: {
@@ -4752,6 +4875,7 @@ const assets = {
4752
4875
  primary_color_hex: '#d3684c'
4753
4876
  }
4754
4877
  }],
4878
+ type_asset: 'sdk.coin',
4755
4879
  traces: [{
4756
4880
  type: 'ibc',
4757
4881
  counterparty: {
@@ -4798,6 +4922,7 @@ const assets = {
4798
4922
  primary_color_hex: '#db300a'
4799
4923
  }
4800
4924
  }],
4925
+ type_asset: 'sdk.coin',
4801
4926
  traces: [{
4802
4927
  type: 'ibc',
4803
4928
  counterparty: {
@@ -4844,6 +4969,7 @@ const assets = {
4844
4969
  primary_color_hex: '#1535b2'
4845
4970
  }
4846
4971
  }],
4972
+ type_asset: 'sdk.coin',
4847
4973
  traces: [{
4848
4974
  type: 'ibc',
4849
4975
  counterparty: {
@@ -4890,6 +5016,7 @@ const assets = {
4890
5016
  primary_color_hex: '#d49b9c'
4891
5017
  }
4892
5018
  }],
5019
+ type_asset: 'sdk.coin',
4893
5020
  traces: [{
4894
5021
  type: 'ibc',
4895
5022
  counterparty: {
@@ -4936,6 +5063,7 @@ const assets = {
4936
5063
  primary_color_hex: '#dc300a'
4937
5064
  }
4938
5065
  }],
5066
+ type_asset: 'sdk.coin',
4939
5067
  traces: [{
4940
5068
  type: 'ibc',
4941
5069
  counterparty: {
@@ -4982,6 +5110,7 @@ const assets = {
4982
5110
  primary_color_hex: '#5893ed'
4983
5111
  }
4984
5112
  }],
5113
+ type_asset: 'sdk.coin',
4985
5114
  traces: [{
4986
5115
  type: 'ibc',
4987
5116
  counterparty: {
@@ -5028,6 +5157,7 @@ const assets = {
5028
5157
  primary_color_hex: '#4b87e6'
5029
5158
  }
5030
5159
  }],
5160
+ type_asset: 'sdk.coin',
5031
5161
  traces: [{
5032
5162
  type: 'ibc',
5033
5163
  counterparty: {
@@ -5074,6 +5204,7 @@ const assets = {
5074
5204
  primary_color_hex: '#cfcfcf'
5075
5205
  }
5076
5206
  }],
5207
+ type_asset: 'sdk.coin',
5077
5208
  traces: [{
5078
5209
  type: 'ibc',
5079
5210
  counterparty: {
@@ -5120,6 +5251,7 @@ const assets = {
5120
5251
  primary_color_hex: '#4085f0'
5121
5252
  }
5122
5253
  }],
5254
+ type_asset: 'sdk.coin',
5123
5255
  traces: [{
5124
5256
  type: 'ibc',
5125
5257
  counterparty: {
@@ -5166,6 +5298,7 @@ const assets = {
5166
5298
  primary_color_hex: '#5893ed'
5167
5299
  }
5168
5300
  }],
5301
+ type_asset: 'sdk.coin',
5169
5302
  traces: [{
5170
5303
  type: 'ibc',
5171
5304
  counterparty: {
@@ -5212,6 +5345,7 @@ const assets = {
5212
5345
  primary_color_hex: '#5493f3'
5213
5346
  }
5214
5347
  }],
5348
+ type_asset: 'sdk.coin',
5215
5349
  traces: [{
5216
5350
  type: 'ibc',
5217
5351
  counterparty: {
@@ -5258,6 +5392,7 @@ const assets = {
5258
5392
  primary_color_hex: '#e88057'
5259
5393
  }
5260
5394
  }],
5395
+ type_asset: 'sdk.coin',
5261
5396
  traces: [{
5262
5397
  type: 'ibc',
5263
5398
  counterparty: {
@@ -5304,6 +5439,7 @@ const assets = {
5304
5439
  primary_color_hex: '#2fa4f1'
5305
5440
  }
5306
5441
  }],
5442
+ type_asset: 'sdk.coin',
5307
5443
  traces: [{
5308
5444
  type: 'ibc',
5309
5445
  counterparty: {
@@ -5350,6 +5486,7 @@ const assets = {
5350
5486
  primary_color_hex: '#2e71e1'
5351
5487
  }
5352
5488
  }],
5489
+ type_asset: 'sdk.coin',
5353
5490
  traces: [{
5354
5491
  type: 'ibc',
5355
5492
  counterparty: {
@@ -5396,6 +5533,7 @@ const assets = {
5396
5533
  primary_color_hex: '#4886e7'
5397
5534
  }
5398
5535
  }],
5536
+ type_asset: 'sdk.coin',
5399
5537
  traces: [{
5400
5538
  type: 'ibc',
5401
5539
  counterparty: {
@@ -5442,6 +5580,7 @@ const assets = {
5442
5580
  primary_color_hex: '#5493f3'
5443
5581
  }
5444
5582
  }],
5583
+ type_asset: 'sdk.coin',
5445
5584
  traces: [{
5446
5585
  type: 'ibc',
5447
5586
  counterparty: {
@@ -5488,6 +5627,7 @@ const assets = {
5488
5627
  primary_color_hex: '#5493f3'
5489
5628
  }
5490
5629
  }],
5630
+ type_asset: 'sdk.coin',
5491
5631
  traces: [{
5492
5632
  type: 'ibc',
5493
5633
  counterparty: {
@@ -5530,6 +5670,7 @@ const assets = {
5530
5670
  website: 'https://arable.finance/',
5531
5671
  twitter: 'https://twitter.com/ArableProtocol'
5532
5672
  },
5673
+ type_asset: 'sdk.coin',
5533
5674
  traces: [{
5534
5675
  type: 'ibc',
5535
5676
  counterparty: {
@@ -5572,6 +5713,7 @@ const assets = {
5572
5713
  website: 'https://arable.finance/',
5573
5714
  twitter: 'https://twitter.com/ArableProtocol'
5574
5715
  },
5716
+ type_asset: 'sdk.coin',
5575
5717
  traces: [{
5576
5718
  type: 'ibc',
5577
5719
  counterparty: {
@@ -5609,6 +5751,7 @@ const assets = {
5609
5751
  primary_color_hex: '#ecc53b'
5610
5752
  }
5611
5753
  }],
5754
+ type_asset: 'sdk.coin',
5612
5755
  traces: [{
5613
5756
  type: 'ibc',
5614
5757
  counterparty: {
@@ -5651,6 +5794,7 @@ const assets = {
5651
5794
  website: 'https://akash.network/',
5652
5795
  twitter: 'https://twitter.com/akashnet_'
5653
5796
  },
5797
+ type_asset: 'sdk.coin',
5654
5798
  traces: [{
5655
5799
  type: 'ibc',
5656
5800
  counterparty: {
@@ -5687,6 +5831,7 @@ const assets = {
5687
5831
  primary_color_hex: '#040404'
5688
5832
  }
5689
5833
  }],
5834
+ type_asset: 'sdk.coin',
5690
5835
  traces: [{
5691
5836
  type: 'ibc',
5692
5837
  counterparty: {
@@ -5736,6 +5881,7 @@ const assets = {
5736
5881
  website: 'https://archway.io/',
5737
5882
  twitter: 'https://twitter.com/archwayHQ'
5738
5883
  },
5884
+ type_asset: 'sdk.coin',
5739
5885
  traces: [{
5740
5886
  type: 'ibc',
5741
5887
  counterparty: {
@@ -5778,6 +5924,7 @@ const assets = {
5778
5924
  website: 'https://axelar.network/',
5779
5925
  twitter: 'https://twitter.com/axelarnetwork'
5780
5926
  },
5927
+ type_asset: 'sdk.coin',
5781
5928
  traces: [{
5782
5929
  type: 'ibc',
5783
5930
  counterparty: {
@@ -5896,6 +6043,7 @@ const assets = {
5896
6043
  primary_color_hex: '#043d4d'
5897
6044
  }
5898
6045
  }],
6046
+ type_asset: 'sdk.coin',
5899
6047
  traces: [{
5900
6048
  type: 'ibc',
5901
6049
  counterparty: {
@@ -5938,6 +6086,7 @@ const assets = {
5938
6086
  website: 'https://celestia.org/',
5939
6087
  twitter: 'https://twitter.com/CelestiaOrg'
5940
6088
  },
6089
+ type_asset: 'sdk.coin',
5941
6090
  traces: [{
5942
6091
  type: 'ibc',
5943
6092
  counterparty: {
@@ -5976,6 +6125,7 @@ const assets = {
5976
6125
  primary_color_hex: '#fc5f04'
5977
6126
  }
5978
6127
  }],
6128
+ type_asset: 'sdk.coin',
5979
6129
  traces: [{
5980
6130
  type: 'ibc',
5981
6131
  counterparty: {
@@ -6014,6 +6164,7 @@ const assets = {
6014
6164
  primary_color_hex: '#fc4454'
6015
6165
  }
6016
6166
  }],
6167
+ type_asset: 'sdk.coin',
6017
6168
  traces: [{
6018
6169
  type: 'ibc',
6019
6170
  counterparty: {
@@ -6052,6 +6203,7 @@ const assets = {
6052
6203
  primary_color_hex: '#645ca4'
6053
6204
  }
6054
6205
  }],
6206
+ type_asset: 'sdk.coin',
6055
6207
  traces: [{
6056
6208
  type: 'ibc',
6057
6209
  counterparty: {
@@ -6090,6 +6242,7 @@ const assets = {
6090
6242
  primary_color_hex: '#040404'
6091
6243
  }
6092
6244
  }],
6245
+ type_asset: 'sdk.coin',
6093
6246
  traces: [{
6094
6247
  type: 'ibc',
6095
6248
  counterparty: {
@@ -6132,6 +6285,7 @@ const assets = {
6132
6285
  website: 'https://cosmos.network',
6133
6286
  twitter: 'https://twitter.com/cosmoshub'
6134
6287
  },
6288
+ type_asset: 'sdk.coin',
6135
6289
  traces: [{
6136
6290
  type: 'ibc',
6137
6291
  counterparty: {
@@ -6170,6 +6324,7 @@ const assets = {
6170
6324
  primary_color_hex: '#3c2832'
6171
6325
  }
6172
6326
  }],
6327
+ type_asset: 'sdk.coin',
6173
6328
  traces: [{
6174
6329
  type: 'ibc',
6175
6330
  counterparty: {
@@ -6208,6 +6363,7 @@ const assets = {
6208
6363
  primary_color_hex: '#df969f'
6209
6364
  }
6210
6365
  }],
6366
+ type_asset: 'sdk.coin',
6211
6367
  traces: [{
6212
6368
  type: 'ibc',
6213
6369
  counterparty: {
@@ -6246,6 +6402,7 @@ const assets = {
6246
6402
  primary_color_hex: '#4678e9'
6247
6403
  }
6248
6404
  }],
6405
+ type_asset: 'sdk.coin',
6249
6406
  traces: [{
6250
6407
  type: 'ibc',
6251
6408
  counterparty: {
@@ -6293,6 +6450,7 @@ const assets = {
6293
6450
  website: 'https://dydx.trade/',
6294
6451
  twitter: 'https://twitter.com/dYdX'
6295
6452
  },
6453
+ type_asset: 'sdk.coin',
6296
6454
  traces: [{
6297
6455
  type: 'ibc',
6298
6456
  counterparty: {
@@ -6335,6 +6493,7 @@ const assets = {
6335
6493
  socials: {
6336
6494
  twitter: 'https://twitter.com/furyachain'
6337
6495
  },
6496
+ type_asset: 'sdk.coin',
6338
6497
  traces: [{
6339
6498
  type: 'ibc',
6340
6499
  counterparty: {
@@ -6377,6 +6536,7 @@ const assets = {
6377
6536
  website: 'https://injective.com/',
6378
6537
  twitter: 'https://twitter.com/Injective_'
6379
6538
  },
6539
+ type_asset: 'sdk.coin',
6380
6540
  traces: [{
6381
6541
  type: 'ibc',
6382
6542
  counterparty: {
@@ -6412,6 +6572,7 @@ const assets = {
6412
6572
  primary_color_hex: '#31292a'
6413
6573
  }
6414
6574
  }],
6575
+ type_asset: 'sdk.coin',
6415
6576
  traces: [{
6416
6577
  type: 'ibc',
6417
6578
  counterparty: {
@@ -6447,6 +6608,7 @@ const assets = {
6447
6608
  primary_color_hex: '#18120f'
6448
6609
  }
6449
6610
  }],
6611
+ type_asset: 'sdk.coin',
6450
6612
  traces: [{
6451
6613
  type: 'ibc',
6452
6614
  counterparty: {
@@ -6479,6 +6641,7 @@ const assets = {
6479
6641
  primary_color_hex: '#293a6f'
6480
6642
  }
6481
6643
  }],
6644
+ type_asset: 'sdk.coin',
6482
6645
  traces: [{
6483
6646
  type: 'ibc',
6484
6647
  counterparty: {
@@ -6511,6 +6674,7 @@ const assets = {
6511
6674
  primary_color_hex: '#272f4b'
6512
6675
  }
6513
6676
  }],
6677
+ type_asset: 'sdk.coin',
6514
6678
  traces: [{
6515
6679
  type: 'ibc',
6516
6680
  counterparty: {
@@ -6543,6 +6707,7 @@ const assets = {
6543
6707
  primary_color_hex: '#2a303f'
6544
6708
  }
6545
6709
  }],
6710
+ type_asset: 'sdk.coin',
6546
6711
  traces: [{
6547
6712
  type: 'ibc',
6548
6713
  counterparty: {
@@ -6575,6 +6740,7 @@ const assets = {
6575
6740
  primary_color_hex: '#54ac94'
6576
6741
  }
6577
6742
  }],
6743
+ type_asset: 'sdk.coin',
6578
6744
  traces: [{
6579
6745
  type: 'ibc',
6580
6746
  counterparty: {
@@ -6607,6 +6773,7 @@ const assets = {
6607
6773
  primary_color_hex: '#7931f9'
6608
6774
  }
6609
6775
  }],
6776
+ type_asset: 'sdk.coin',
6610
6777
  traces: [{
6611
6778
  type: 'ibc',
6612
6779
  counterparty: {
@@ -6649,6 +6816,7 @@ const assets = {
6649
6816
  website: 'https://junonetwork.io/',
6650
6817
  twitter: 'https://twitter.com/JunoNetwork'
6651
6818
  },
6819
+ type_asset: 'sdk.coin',
6652
6820
  traces: [{
6653
6821
  type: 'ibc',
6654
6822
  counterparty: {
@@ -6691,6 +6859,7 @@ const assets = {
6691
6859
  website: 'https://www.kava.io/',
6692
6860
  twitter: 'https://twitter.com/KAVA_CHAIN'
6693
6861
  },
6862
+ type_asset: 'sdk.coin',
6694
6863
  traces: [{
6695
6864
  type: 'ibc',
6696
6865
  counterparty: {
@@ -6729,6 +6898,7 @@ const assets = {
6729
6898
  primary_color_hex: '#7b34ac'
6730
6899
  }
6731
6900
  }],
6901
+ type_asset: 'sdk.coin',
6732
6902
  traces: [{
6733
6903
  type: 'ibc',
6734
6904
  counterparty: {
@@ -6767,6 +6937,7 @@ const assets = {
6767
6937
  primary_color_hex: '#544cfc'
6768
6938
  }
6769
6939
  }],
6940
+ type_asset: 'sdk.coin',
6770
6941
  traces: [{
6771
6942
  type: 'ibc',
6772
6943
  counterparty: {
@@ -6805,6 +6976,7 @@ const assets = {
6805
6976
  primary_color_hex: '#04d4a3'
6806
6977
  }
6807
6978
  }],
6979
+ type_asset: 'sdk.coin',
6808
6980
  traces: [{
6809
6981
  type: 'ibc',
6810
6982
  counterparty: {
@@ -6858,7 +7030,8 @@ const assets = {
6858
7030
  logo_URIs: {
6859
7031
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
6860
7032
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
6861
- }
7033
+ },
7034
+ type_asset: 'sdk.coin'
6862
7035
  },
6863
7036
  {
6864
7037
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
@@ -6890,6 +7063,7 @@ const assets = {
6890
7063
  website: 'https://kujira.network/',
6891
7064
  twitter: 'https://twitter.com/TeamKujira'
6892
7065
  },
7066
+ type_asset: 'sdk.coin',
6893
7067
  traces: [{
6894
7068
  type: 'ibc',
6895
7069
  counterparty: {
@@ -6928,6 +7102,7 @@ const assets = {
6928
7102
  primary_color_hex: '#1c1c1c'
6929
7103
  }
6930
7104
  }],
7105
+ type_asset: 'sdk.coin',
6931
7106
  traces: [{
6932
7107
  type: 'ibc',
6933
7108
  counterparty: {
@@ -6972,6 +7147,7 @@ const assets = {
6972
7147
  website: 'https://neutron.org/',
6973
7148
  twitter: 'https://twitter.com/Neutron_org'
6974
7149
  },
7150
+ type_asset: 'sdk.coin',
6975
7151
  traces: [{
6976
7152
  type: 'ibc',
6977
7153
  counterparty: {
@@ -7007,6 +7183,7 @@ const assets = {
7007
7183
  primary_color_hex: '#1b0847'
7008
7184
  }
7009
7185
  }],
7186
+ type_asset: 'sdk.coin',
7010
7187
  traces: [{
7011
7188
  type: 'ibc',
7012
7189
  counterparty: {
@@ -7042,6 +7219,7 @@ const assets = {
7042
7219
  primary_color_hex: '#dcd5ab'
7043
7220
  }
7044
7221
  }],
7222
+ type_asset: 'sdk.coin',
7045
7223
  traces: [{
7046
7224
  type: 'ibc',
7047
7225
  counterparty: {
@@ -7077,6 +7255,7 @@ const assets = {
7077
7255
  primary_color_hex: '#333333'
7078
7256
  }
7079
7257
  }],
7258
+ type_asset: 'sdk.coin',
7080
7259
  traces: [{
7081
7260
  type: 'ibc',
7082
7261
  counterparty: {
@@ -7195,6 +7374,7 @@ const assets = {
7195
7374
  website: 'https://ondo.finance/usdy',
7196
7375
  twitter: 'https://x.com/OndoFinance'
7197
7376
  },
7377
+ type_asset: 'sdk.coin',
7198
7378
  traces: [{
7199
7379
  type: 'ibc',
7200
7380
  counterparty: {
@@ -7320,6 +7500,7 @@ const assets = {
7320
7500
  primary_color_hex: '#c6ddf5'
7321
7501
  }
7322
7502
  }],
7503
+ type_asset: 'sdk.coin',
7323
7504
  traces: [{
7324
7505
  type: 'ibc',
7325
7506
  counterparty: {
@@ -7354,6 +7535,7 @@ const assets = {
7354
7535
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
7355
7536
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
7356
7537
  }],
7538
+ type_asset: 'sdk.coin',
7357
7539
  traces: [{
7358
7540
  type: 'ibc',
7359
7541
  counterparty: {
@@ -7388,6 +7570,7 @@ const assets = {
7388
7570
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
7389
7571
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
7390
7572
  }],
7573
+ type_asset: 'sdk.coin',
7391
7574
  traces: [{
7392
7575
  type: 'ibc',
7393
7576
  counterparty: {
@@ -7422,6 +7605,7 @@ const assets = {
7422
7605
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
7423
7606
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
7424
7607
  }],
7608
+ type_asset: 'sdk.coin',
7425
7609
  traces: [{
7426
7610
  type: 'ibc',
7427
7611
  counterparty: {
@@ -7456,6 +7640,7 @@ const assets = {
7456
7640
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
7457
7641
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
7458
7642
  }],
7643
+ type_asset: 'sdk.coin',
7459
7644
  traces: [{
7460
7645
  type: 'ibc',
7461
7646
  counterparty: {
@@ -7490,6 +7675,7 @@ const assets = {
7490
7675
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
7491
7676
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
7492
7677
  }],
7678
+ type_asset: 'sdk.coin',
7493
7679
  traces: [{
7494
7680
  type: 'ibc',
7495
7681
  counterparty: {
@@ -7524,6 +7710,7 @@ const assets = {
7524
7710
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
7525
7711
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
7526
7712
  }],
7713
+ type_asset: 'sdk.coin',
7527
7714
  traces: [{
7528
7715
  type: 'ibc',
7529
7716
  counterparty: {
@@ -7558,6 +7745,7 @@ const assets = {
7558
7745
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
7559
7746
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
7560
7747
  }],
7748
+ type_asset: 'sdk.coin',
7561
7749
  traces: [{
7562
7750
  type: 'ibc',
7563
7751
  counterparty: {
@@ -7592,6 +7780,7 @@ const assets = {
7592
7780
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
7593
7781
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
7594
7782
  }],
7783
+ type_asset: 'sdk.coin',
7595
7784
  traces: [{
7596
7785
  type: 'ibc',
7597
7786
  counterparty: {
@@ -7626,6 +7815,7 @@ const assets = {
7626
7815
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
7627
7816
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
7628
7817
  }],
7818
+ type_asset: 'sdk.coin',
7629
7819
  traces: [{
7630
7820
  type: 'ibc',
7631
7821
  counterparty: {
@@ -7660,6 +7850,7 @@ const assets = {
7660
7850
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
7661
7851
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
7662
7852
  }],
7853
+ type_asset: 'sdk.coin',
7663
7854
  traces: [{
7664
7855
  type: 'ibc',
7665
7856
  counterparty: {
@@ -7694,6 +7885,7 @@ const assets = {
7694
7885
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
7695
7886
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
7696
7887
  }],
7888
+ type_asset: 'sdk.coin',
7697
7889
  traces: [{
7698
7890
  type: 'ibc',
7699
7891
  counterparty: {
@@ -7728,6 +7920,7 @@ const assets = {
7728
7920
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
7729
7921
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
7730
7922
  }],
7923
+ type_asset: 'sdk.coin',
7731
7924
  traces: [{
7732
7925
  type: 'ibc',
7733
7926
  counterparty: {
@@ -7762,6 +7955,7 @@ const assets = {
7762
7955
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
7763
7956
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
7764
7957
  }],
7958
+ type_asset: 'sdk.coin',
7765
7959
  traces: [{
7766
7960
  type: 'ibc',
7767
7961
  counterparty: {
@@ -7796,6 +7990,7 @@ const assets = {
7796
7990
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
7797
7991
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
7798
7992
  }],
7993
+ type_asset: 'sdk.coin',
7799
7994
  traces: [{
7800
7995
  type: 'ibc',
7801
7996
  counterparty: {
@@ -7830,6 +8025,7 @@ const assets = {
7830
8025
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
7831
8026
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
7832
8027
  }],
8028
+ type_asset: 'sdk.coin',
7833
8029
  traces: [{
7834
8030
  type: 'ibc',
7835
8031
  counterparty: {
@@ -7864,6 +8060,7 @@ const assets = {
7864
8060
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
7865
8061
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
7866
8062
  }],
8063
+ type_asset: 'sdk.coin',
7867
8064
  traces: [{
7868
8065
  type: 'ibc',
7869
8066
  counterparty: {
@@ -7898,6 +8095,7 @@ const assets = {
7898
8095
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
7899
8096
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
7900
8097
  }],
8098
+ type_asset: 'sdk.coin',
7901
8099
  traces: [{
7902
8100
  type: 'ibc',
7903
8101
  counterparty: {
@@ -7932,6 +8130,7 @@ const assets = {
7932
8130
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
7933
8131
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
7934
8132
  }],
8133
+ type_asset: 'sdk.coin',
7935
8134
  traces: [{
7936
8135
  type: 'ibc',
7937
8136
  counterparty: {
@@ -7966,6 +8165,7 @@ const assets = {
7966
8165
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
7967
8166
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
7968
8167
  }],
8168
+ type_asset: 'sdk.coin',
7969
8169
  traces: [{
7970
8170
  type: 'ibc',
7971
8171
  counterparty: {
@@ -8000,6 +8200,7 @@ const assets = {
8000
8200
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
8001
8201
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
8002
8202
  }],
8203
+ type_asset: 'sdk.coin',
8003
8204
  traces: [{
8004
8205
  type: 'ibc',
8005
8206
  counterparty: {
@@ -8034,6 +8235,7 @@ const assets = {
8034
8235
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
8035
8236
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
8036
8237
  }],
8238
+ type_asset: 'sdk.coin',
8037
8239
  traces: [{
8038
8240
  type: 'ibc',
8039
8241
  counterparty: {
@@ -8068,6 +8270,7 @@ const assets = {
8068
8270
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
8069
8271
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
8070
8272
  }],
8273
+ type_asset: 'sdk.coin',
8071
8274
  traces: [{
8072
8275
  type: 'ibc',
8073
8276
  counterparty: {
@@ -8102,6 +8305,7 @@ const assets = {
8102
8305
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
8103
8306
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
8104
8307
  }],
8308
+ type_asset: 'sdk.coin',
8105
8309
  traces: [{
8106
8310
  type: 'ibc',
8107
8311
  counterparty: {
@@ -8136,6 +8340,7 @@ const assets = {
8136
8340
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
8137
8341
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
8138
8342
  }],
8343
+ type_asset: 'sdk.coin',
8139
8344
  traces: [{
8140
8345
  type: 'ibc',
8141
8346
  counterparty: {
@@ -8170,6 +8375,7 @@ const assets = {
8170
8375
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
8171
8376
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
8172
8377
  }],
8378
+ type_asset: 'sdk.coin',
8173
8379
  traces: [{
8174
8380
  type: 'ibc',
8175
8381
  counterparty: {
@@ -8204,6 +8410,7 @@ const assets = {
8204
8410
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
8205
8411
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
8206
8412
  }],
8413
+ type_asset: 'sdk.coin',
8207
8414
  traces: [{
8208
8415
  type: 'ibc',
8209
8416
  counterparty: {
@@ -8238,6 +8445,7 @@ const assets = {
8238
8445
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
8239
8446
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
8240
8447
  }],
8448
+ type_asset: 'sdk.coin',
8241
8449
  traces: [{
8242
8450
  type: 'ibc',
8243
8451
  counterparty: {
@@ -8272,6 +8480,7 @@ const assets = {
8272
8480
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
8273
8481
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
8274
8482
  }],
8483
+ type_asset: 'sdk.coin',
8275
8484
  traces: [{
8276
8485
  type: 'ibc',
8277
8486
  counterparty: {
@@ -8306,6 +8515,7 @@ const assets = {
8306
8515
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
8307
8516
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
8308
8517
  }],
8518
+ type_asset: 'sdk.coin',
8309
8519
  traces: [{
8310
8520
  type: 'ibc',
8311
8521
  counterparty: {
@@ -8340,6 +8550,7 @@ const assets = {
8340
8550
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
8341
8551
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
8342
8552
  }],
8553
+ type_asset: 'sdk.coin',
8343
8554
  traces: [{
8344
8555
  type: 'ibc',
8345
8556
  counterparty: {
@@ -8374,6 +8585,7 @@ const assets = {
8374
8585
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
8375
8586
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
8376
8587
  }],
8588
+ type_asset: 'sdk.coin',
8377
8589
  traces: [{
8378
8590
  type: 'ibc',
8379
8591
  counterparty: {
@@ -8408,6 +8620,7 @@ const assets = {
8408
8620
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
8409
8621
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
8410
8622
  }],
8623
+ type_asset: 'sdk.coin',
8411
8624
  traces: [{
8412
8625
  type: 'ibc',
8413
8626
  counterparty: {
@@ -8442,6 +8655,7 @@ const assets = {
8442
8655
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
8443
8656
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
8444
8657
  }],
8658
+ type_asset: 'sdk.coin',
8445
8659
  traces: [{
8446
8660
  type: 'ibc',
8447
8661
  counterparty: {
@@ -8476,6 +8690,7 @@ const assets = {
8476
8690
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
8477
8691
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
8478
8692
  }],
8693
+ type_asset: 'sdk.coin',
8479
8694
  traces: [{
8480
8695
  type: 'ibc',
8481
8696
  counterparty: {
@@ -8510,6 +8725,7 @@ const assets = {
8510
8725
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
8511
8726
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
8512
8727
  }],
8728
+ type_asset: 'sdk.coin',
8513
8729
  traces: [{
8514
8730
  type: 'ibc',
8515
8731
  counterparty: {
@@ -8544,6 +8760,7 @@ const assets = {
8544
8760
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
8545
8761
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
8546
8762
  }],
8763
+ type_asset: 'sdk.coin',
8547
8764
  traces: [{
8548
8765
  type: 'ibc',
8549
8766
  counterparty: {
@@ -8578,6 +8795,7 @@ const assets = {
8578
8795
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
8579
8796
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
8580
8797
  }],
8798
+ type_asset: 'sdk.coin',
8581
8799
  traces: [{
8582
8800
  type: 'ibc',
8583
8801
  counterparty: {
@@ -8612,6 +8830,7 @@ const assets = {
8612
8830
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
8613
8831
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
8614
8832
  }],
8833
+ type_asset: 'sdk.coin',
8615
8834
  traces: [{
8616
8835
  type: 'ibc',
8617
8836
  counterparty: {
@@ -8646,6 +8865,7 @@ const assets = {
8646
8865
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
8647
8866
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
8648
8867
  }],
8868
+ type_asset: 'sdk.coin',
8649
8869
  traces: [{
8650
8870
  type: 'ibc',
8651
8871
  counterparty: {
@@ -8680,6 +8900,7 @@ const assets = {
8680
8900
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
8681
8901
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
8682
8902
  }],
8903
+ type_asset: 'sdk.coin',
8683
8904
  traces: [{
8684
8905
  type: 'ibc',
8685
8906
  counterparty: {
@@ -8714,6 +8935,7 @@ const assets = {
8714
8935
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
8715
8936
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
8716
8937
  }],
8938
+ type_asset: 'sdk.coin',
8717
8939
  traces: [{
8718
8940
  type: 'ibc',
8719
8941
  counterparty: {
@@ -8748,6 +8970,7 @@ const assets = {
8748
8970
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
8749
8971
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
8750
8972
  }],
8973
+ type_asset: 'sdk.coin',
8751
8974
  traces: [{
8752
8975
  type: 'ibc',
8753
8976
  counterparty: {
@@ -8782,6 +9005,7 @@ const assets = {
8782
9005
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
8783
9006
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
8784
9007
  }],
9008
+ type_asset: 'sdk.coin',
8785
9009
  traces: [{
8786
9010
  type: 'ibc',
8787
9011
  counterparty: {
@@ -8816,6 +9040,7 @@ const assets = {
8816
9040
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
8817
9041
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
8818
9042
  }],
9043
+ type_asset: 'sdk.coin',
8819
9044
  traces: [{
8820
9045
  type: 'ibc',
8821
9046
  counterparty: {
@@ -8850,6 +9075,7 @@ const assets = {
8850
9075
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
8851
9076
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
8852
9077
  }],
9078
+ type_asset: 'sdk.coin',
8853
9079
  traces: [{
8854
9080
  type: 'ibc',
8855
9081
  counterparty: {
@@ -8884,6 +9110,7 @@ const assets = {
8884
9110
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8885
9111
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8886
9112
  }],
9113
+ type_asset: 'sdk.coin',
8887
9114
  traces: [{
8888
9115
  type: 'ibc',
8889
9116
  counterparty: {
@@ -8918,6 +9145,7 @@ const assets = {
8918
9145
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8919
9146
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8920
9147
  }],
9148
+ type_asset: 'sdk.coin',
8921
9149
  traces: [{
8922
9150
  type: 'ibc',
8923
9151
  counterparty: {
@@ -8952,6 +9180,7 @@ const assets = {
8952
9180
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8953
9181
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8954
9182
  }],
9183
+ type_asset: 'sdk.coin',
8955
9184
  traces: [{
8956
9185
  type: 'ibc',
8957
9186
  counterparty: {
@@ -8986,6 +9215,7 @@ const assets = {
8986
9215
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8987
9216
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8988
9217
  }],
9218
+ type_asset: 'sdk.coin',
8989
9219
  traces: [{
8990
9220
  type: 'ibc',
8991
9221
  counterparty: {
@@ -9020,6 +9250,7 @@ const assets = {
9020
9250
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9021
9251
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9022
9252
  }],
9253
+ type_asset: 'sdk.coin',
9023
9254
  traces: [{
9024
9255
  type: 'ibc',
9025
9256
  counterparty: {
@@ -9054,6 +9285,7 @@ const assets = {
9054
9285
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9055
9286
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9056
9287
  }],
9288
+ type_asset: 'sdk.coin',
9057
9289
  traces: [{
9058
9290
  type: 'ibc',
9059
9291
  counterparty: {
@@ -9088,6 +9320,7 @@ const assets = {
9088
9320
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9089
9321
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9090
9322
  }],
9323
+ type_asset: 'sdk.coin',
9091
9324
  traces: [{
9092
9325
  type: 'ibc',
9093
9326
  counterparty: {
@@ -9122,6 +9355,7 @@ const assets = {
9122
9355
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9123
9356
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9124
9357
  }],
9358
+ type_asset: 'sdk.coin',
9125
9359
  traces: [{
9126
9360
  type: 'ibc',
9127
9361
  counterparty: {
@@ -9156,6 +9390,7 @@ const assets = {
9156
9390
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9157
9391
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9158
9392
  }],
9393
+ type_asset: 'sdk.coin',
9159
9394
  traces: [{
9160
9395
  type: 'ibc',
9161
9396
  counterparty: {
@@ -9190,6 +9425,7 @@ const assets = {
9190
9425
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9191
9426
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9192
9427
  }],
9428
+ type_asset: 'sdk.coin',
9193
9429
  traces: [{
9194
9430
  type: 'ibc',
9195
9431
  counterparty: {
@@ -9224,6 +9460,7 @@ const assets = {
9224
9460
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9225
9461
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9226
9462
  }],
9463
+ type_asset: 'sdk.coin',
9227
9464
  traces: [{
9228
9465
  type: 'ibc',
9229
9466
  counterparty: {
@@ -9258,6 +9495,7 @@ const assets = {
9258
9495
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9259
9496
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9260
9497
  }],
9498
+ type_asset: 'sdk.coin',
9261
9499
  traces: [{
9262
9500
  type: 'ibc',
9263
9501
  counterparty: {
@@ -9292,6 +9530,7 @@ const assets = {
9292
9530
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9293
9531
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9294
9532
  }],
9533
+ type_asset: 'sdk.coin',
9295
9534
  traces: [{
9296
9535
  type: 'ibc',
9297
9536
  counterparty: {
@@ -9326,6 +9565,7 @@ const assets = {
9326
9565
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9327
9566
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9328
9567
  }],
9568
+ type_asset: 'sdk.coin',
9329
9569
  traces: [{
9330
9570
  type: 'ibc',
9331
9571
  counterparty: {
@@ -9360,6 +9600,7 @@ const assets = {
9360
9600
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9361
9601
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9362
9602
  }],
9603
+ type_asset: 'sdk.coin',
9363
9604
  traces: [{
9364
9605
  type: 'ibc',
9365
9606
  counterparty: {
@@ -9394,6 +9635,7 @@ const assets = {
9394
9635
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9395
9636
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9396
9637
  }],
9638
+ type_asset: 'sdk.coin',
9397
9639
  traces: [{
9398
9640
  type: 'ibc',
9399
9641
  counterparty: {
@@ -9428,6 +9670,7 @@ const assets = {
9428
9670
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9429
9671
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9430
9672
  }],
9673
+ type_asset: 'sdk.coin',
9431
9674
  traces: [{
9432
9675
  type: 'ibc',
9433
9676
  counterparty: {
@@ -9462,6 +9705,7 @@ const assets = {
9462
9705
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9463
9706
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9464
9707
  }],
9708
+ type_asset: 'sdk.coin',
9465
9709
  traces: [{
9466
9710
  type: 'ibc',
9467
9711
  counterparty: {
@@ -9496,6 +9740,7 @@ const assets = {
9496
9740
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9497
9741
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9498
9742
  }],
9743
+ type_asset: 'sdk.coin',
9499
9744
  traces: [{
9500
9745
  type: 'ibc',
9501
9746
  counterparty: {
@@ -9530,6 +9775,7 @@ const assets = {
9530
9775
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9531
9776
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9532
9777
  }],
9778
+ type_asset: 'sdk.coin',
9533
9779
  traces: [{
9534
9780
  type: 'ibc',
9535
9781
  counterparty: {
@@ -9564,6 +9810,7 @@ const assets = {
9564
9810
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9565
9811
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9566
9812
  }],
9813
+ type_asset: 'sdk.coin',
9567
9814
  traces: [{
9568
9815
  type: 'ibc',
9569
9816
  counterparty: {
@@ -9598,6 +9845,7 @@ const assets = {
9598
9845
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9599
9846
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9600
9847
  }],
9848
+ type_asset: 'sdk.coin',
9601
9849
  traces: [{
9602
9850
  type: 'ibc',
9603
9851
  counterparty: {
@@ -9632,6 +9880,7 @@ const assets = {
9632
9880
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9633
9881
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9634
9882
  }],
9883
+ type_asset: 'sdk.coin',
9635
9884
  traces: [{
9636
9885
  type: 'ibc',
9637
9886
  counterparty: {
@@ -9666,6 +9915,7 @@ const assets = {
9666
9915
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9667
9916
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9668
9917
  }],
9918
+ type_asset: 'sdk.coin',
9669
9919
  traces: [{
9670
9920
  type: 'ibc',
9671
9921
  counterparty: {
@@ -9700,6 +9950,7 @@ const assets = {
9700
9950
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9701
9951
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9702
9952
  }],
9953
+ type_asset: 'sdk.coin',
9703
9954
  traces: [{
9704
9955
  type: 'ibc',
9705
9956
  counterparty: {
@@ -9734,6 +9985,7 @@ const assets = {
9734
9985
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9735
9986
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9736
9987
  }],
9988
+ type_asset: 'sdk.coin',
9737
9989
  traces: [{
9738
9990
  type: 'ibc',
9739
9991
  counterparty: {
@@ -9768,6 +10020,7 @@ const assets = {
9768
10020
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9769
10021
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9770
10022
  }],
10023
+ type_asset: 'sdk.coin',
9771
10024
  traces: [{
9772
10025
  type: 'ibc',
9773
10026
  counterparty: {
@@ -9810,6 +10063,7 @@ const assets = {
9810
10063
  website: 'https://scrt.network/',
9811
10064
  twitter: 'https://twitter.com/SecretNetwork'
9812
10065
  },
10066
+ type_asset: 'sdk.coin',
9813
10067
  traces: [{
9814
10068
  type: 'ibc',
9815
10069
  counterparty: {
@@ -9843,6 +10097,7 @@ const assets = {
9843
10097
  images: [{
9844
10098
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg'
9845
10099
  }],
10100
+ type_asset: 'sdk.coin',
9846
10101
  traces: [{
9847
10102
  type: 'ibc',
9848
10103
  counterparty: {
@@ -9885,6 +10140,7 @@ const assets = {
9885
10140
  website: 'https://www.stargaze.zone/',
9886
10141
  twitter: 'https://twitter.com/StargazeZone'
9887
10142
  },
10143
+ type_asset: 'sdk.coin',
9888
10144
  traces: [{
9889
10145
  type: 'ibc',
9890
10146
  counterparty: {
@@ -9927,6 +10183,7 @@ const assets = {
9927
10183
  website: 'https://stride.zone/',
9928
10184
  twitter: 'https://twitter.com/stride_zone'
9929
10185
  },
10186
+ type_asset: 'sdk.coin',
9930
10187
  traces: [{
9931
10188
  type: 'ibc',
9932
10189
  counterparty: {
@@ -9974,6 +10231,7 @@ const assets = {
9974
10231
  primary_color_hex: '#fcdb5b'
9975
10232
  }
9976
10233
  }],
10234
+ type_asset: 'sdk.coin',
9977
10235
  traces: [{
9978
10236
  type: 'ibc',
9979
10237
  counterparty: {
@@ -10021,6 +10279,7 @@ const assets = {
10021
10279
  primary_color_hex: '#5493f2'
10022
10280
  }
10023
10281
  }],
10282
+ type_asset: 'sdk.coin',
10024
10283
  traces: [{
10025
10284
  type: 'ibc',
10026
10285
  counterparty: {
@@ -10067,6 +10326,7 @@ const assets = {
10067
10326
  primary_color_hex: '#4b83e0'
10068
10327
  }
10069
10328
  }],
10329
+ type_asset: 'sdk.coin',
10070
10330
  traces: [{
10071
10331
  type: 'ibc',
10072
10332
  counterparty: {
@@ -10113,6 +10373,7 @@ const assets = {
10113
10373
  primary_color_hex: '#5981d7'
10114
10374
  }
10115
10375
  }],
10376
+ type_asset: 'sdk.coin',
10116
10377
  traces: [{
10117
10378
  type: 'ibc',
10118
10379
  counterparty: {
@@ -10159,6 +10420,7 @@ const assets = {
10159
10420
  primary_color_hex: '#de725b'
10160
10421
  }
10161
10422
  }],
10423
+ type_asset: 'sdk.coin',
10162
10424
  traces: [{
10163
10425
  type: 'ibc',
10164
10426
  counterparty: {
@@ -10205,6 +10467,7 @@ const assets = {
10205
10467
  primary_color_hex: '#c95c41'
10206
10468
  }
10207
10469
  }],
10470
+ type_asset: 'sdk.coin',
10208
10471
  traces: [{
10209
10472
  type: 'ibc',
10210
10473
  counterparty: {
@@ -10251,6 +10514,7 @@ const assets = {
10251
10514
  primary_color_hex: '#d3684c'
10252
10515
  }
10253
10516
  }],
10517
+ type_asset: 'sdk.coin',
10254
10518
  traces: [{
10255
10519
  type: 'ibc',
10256
10520
  counterparty: {
@@ -10297,6 +10561,7 @@ const assets = {
10297
10561
  primary_color_hex: '#db300a'
10298
10562
  }
10299
10563
  }],
10564
+ type_asset: 'sdk.coin',
10300
10565
  traces: [{
10301
10566
  type: 'ibc',
10302
10567
  counterparty: {
@@ -10343,6 +10608,7 @@ const assets = {
10343
10608
  primary_color_hex: '#1535b2'
10344
10609
  }
10345
10610
  }],
10611
+ type_asset: 'sdk.coin',
10346
10612
  traces: [{
10347
10613
  type: 'ibc',
10348
10614
  counterparty: {
@@ -10389,6 +10655,7 @@ const assets = {
10389
10655
  primary_color_hex: '#d49b9c'
10390
10656
  }
10391
10657
  }],
10658
+ type_asset: 'sdk.coin',
10392
10659
  traces: [{
10393
10660
  type: 'ibc',
10394
10661
  counterparty: {
@@ -10435,6 +10702,7 @@ const assets = {
10435
10702
  primary_color_hex: '#dc300a'
10436
10703
  }
10437
10704
  }],
10705
+ type_asset: 'sdk.coin',
10438
10706
  traces: [{
10439
10707
  type: 'ibc',
10440
10708
  counterparty: {
@@ -10481,6 +10749,7 @@ const assets = {
10481
10749
  primary_color_hex: '#5893ed'
10482
10750
  }
10483
10751
  }],
10752
+ type_asset: 'sdk.coin',
10484
10753
  traces: [{
10485
10754
  type: 'ibc',
10486
10755
  counterparty: {
@@ -10527,6 +10796,7 @@ const assets = {
10527
10796
  primary_color_hex: '#4b87e6'
10528
10797
  }
10529
10798
  }],
10799
+ type_asset: 'sdk.coin',
10530
10800
  traces: [{
10531
10801
  type: 'ibc',
10532
10802
  counterparty: {
@@ -10573,6 +10843,7 @@ const assets = {
10573
10843
  primary_color_hex: '#cfcfcf'
10574
10844
  }
10575
10845
  }],
10846
+ type_asset: 'sdk.coin',
10576
10847
  traces: [{
10577
10848
  type: 'ibc',
10578
10849
  counterparty: {
@@ -10619,6 +10890,7 @@ const assets = {
10619
10890
  primary_color_hex: '#4085f0'
10620
10891
  }
10621
10892
  }],
10893
+ type_asset: 'sdk.coin',
10622
10894
  traces: [{
10623
10895
  type: 'ibc',
10624
10896
  counterparty: {
@@ -10665,6 +10937,7 @@ const assets = {
10665
10937
  primary_color_hex: '#5893ed'
10666
10938
  }
10667
10939
  }],
10940
+ type_asset: 'sdk.coin',
10668
10941
  traces: [{
10669
10942
  type: 'ibc',
10670
10943
  counterparty: {
@@ -10711,6 +10984,7 @@ const assets = {
10711
10984
  primary_color_hex: '#5493f3'
10712
10985
  }
10713
10986
  }],
10987
+ type_asset: 'sdk.coin',
10714
10988
  traces: [{
10715
10989
  type: 'ibc',
10716
10990
  counterparty: {
@@ -10757,6 +11031,7 @@ const assets = {
10757
11031
  primary_color_hex: '#e88057'
10758
11032
  }
10759
11033
  }],
11034
+ type_asset: 'sdk.coin',
10760
11035
  traces: [{
10761
11036
  type: 'ibc',
10762
11037
  counterparty: {
@@ -10803,6 +11078,7 @@ const assets = {
10803
11078
  primary_color_hex: '#2fa4f1'
10804
11079
  }
10805
11080
  }],
11081
+ type_asset: 'sdk.coin',
10806
11082
  traces: [{
10807
11083
  type: 'ibc',
10808
11084
  counterparty: {
@@ -10849,6 +11125,7 @@ const assets = {
10849
11125
  primary_color_hex: '#2e71e1'
10850
11126
  }
10851
11127
  }],
11128
+ type_asset: 'sdk.coin',
10852
11129
  traces: [{
10853
11130
  type: 'ibc',
10854
11131
  counterparty: {
@@ -10895,6 +11172,7 @@ const assets = {
10895
11172
  primary_color_hex: '#4886e7'
10896
11173
  }
10897
11174
  }],
11175
+ type_asset: 'sdk.coin',
10898
11176
  traces: [{
10899
11177
  type: 'ibc',
10900
11178
  counterparty: {
@@ -10941,6 +11219,7 @@ const assets = {
10941
11219
  primary_color_hex: '#5493f3'
10942
11220
  }
10943
11221
  }],
11222
+ type_asset: 'sdk.coin',
10944
11223
  traces: [{
10945
11224
  type: 'ibc',
10946
11225
  counterparty: {
@@ -10987,6 +11266,7 @@ const assets = {
10987
11266
  primary_color_hex: '#5493f3'
10988
11267
  }
10989
11268
  }],
11269
+ type_asset: 'sdk.coin',
10990
11270
  traces: [{
10991
11271
  type: 'ibc',
10992
11272
  counterparty: {
@@ -11291,6 +11571,8 @@ const assets = {
11291
11571
  exponent: 6
11292
11572
  }],
11293
11573
  base: 'ibc/39A6383C31432101A28B8D92363CE01B37D39474E46675126D743B3C254A616C',
11574
+ type_asset: 'snip20',
11575
+ address: 'secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej',
11294
11576
  name: 'Alter',
11295
11577
  display: 'alter',
11296
11578
  symbol: 'ALTER',
@@ -11702,6 +11984,8 @@ const assets = {
11702
11984
  exponent: 6
11703
11985
  }],
11704
11986
  base: 'ibc/39A6383C31432101A28B8D92363CE01B37D39474E46675126D743B3C254A616C',
11987
+ type_asset: 'snip20',
11988
+ address: 'secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej',
11705
11989
  name: 'Alter',
11706
11990
  display: 'alter',
11707
11991
  symbol: 'ALTER',