@chain-registry/assets 1.65.4 → 1.65.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (274) hide show
  1. package/esm/mainnet/acrechain.js +66 -0
  2. package/esm/mainnet/agoric.js +42 -2
  3. package/esm/mainnet/aioz.js +2 -0
  4. package/esm/mainnet/akash.js +36 -0
  5. package/esm/mainnet/andromeda.js +26 -0
  6. package/esm/mainnet/archway.js +58 -2
  7. package/esm/mainnet/assetmantle.js +6 -0
  8. package/esm/mainnet/assets.js +3 -1
  9. package/esm/mainnet/aura.js +22 -2
  10. package/esm/mainnet/axelar.js +266 -0
  11. package/esm/mainnet/bandchain.js +4 -0
  12. package/esm/mainnet/beezee.js +4 -0
  13. package/esm/mainnet/bitcanna.js +6 -0
  14. package/esm/mainnet/bitsong.js +10 -0
  15. package/esm/mainnet/bostrom.js +2 -0
  16. package/esm/mainnet/canto.js +6 -0
  17. package/esm/mainnet/carbon.js +18 -0
  18. package/esm/mainnet/celestia.js +198 -2
  19. package/esm/mainnet/chain4energy.js +2 -0
  20. package/esm/mainnet/cheqd.js +6 -0
  21. package/esm/mainnet/chihuahua.js +20 -0
  22. package/esm/mainnet/cifer.js +2 -0
  23. package/esm/mainnet/comdex.js +18 -0
  24. package/esm/mainnet/composable.js +62 -0
  25. package/esm/mainnet/coreum.js +34 -2
  26. package/esm/mainnet/cosmoshub.js +322 -4
  27. package/esm/mainnet/crescent.js +110 -0
  28. package/esm/mainnet/cronos.js +12 -2
  29. package/esm/mainnet/cryptoorgchain.js +26 -0
  30. package/esm/mainnet/decentr.js +6 -0
  31. package/esm/mainnet/dig.js +2 -0
  32. package/esm/mainnet/doravota.js +36 -0
  33. package/esm/mainnet/dydx.js +186 -2
  34. package/esm/mainnet/dymension.js +40 -2
  35. package/esm/mainnet/emoney.js +6 -0
  36. package/esm/mainnet/empowerchain.js +4 -0
  37. package/esm/mainnet/evmos.js +70 -2
  38. package/esm/mainnet/furya.js +8 -0
  39. package/esm/mainnet/fxcore.js +4 -0
  40. package/esm/mainnet/gateway.js +24 -0
  41. package/esm/mainnet/gravitybridge.js +50 -2
  42. package/esm/mainnet/haqq.js +22 -2
  43. package/esm/mainnet/impacthub.js +8 -0
  44. package/esm/mainnet/index.js +2 -0
  45. package/esm/mainnet/injective.js +214 -2
  46. package/esm/mainnet/irisnet.js +40 -0
  47. package/esm/mainnet/jackal.js +12 -0
  48. package/esm/mainnet/joltify.js +4 -0
  49. package/esm/mainnet/juno.js +122 -0
  50. package/esm/mainnet/kava.js +64 -0
  51. package/esm/mainnet/kichain.js +2 -0
  52. package/esm/mainnet/kujira.js +134 -4
  53. package/esm/mainnet/kyve.js +6 -0
  54. package/esm/mainnet/lava.js +6 -0
  55. package/esm/mainnet/likecoin.js +2 -0
  56. package/esm/mainnet/lumnetwork.js +2 -0
  57. package/esm/mainnet/mars.js +18 -0
  58. package/esm/mainnet/medasdigital.js +2 -0
  59. package/esm/mainnet/migaloo.js +62 -2
  60. package/esm/mainnet/neutron.js +220 -2
  61. package/esm/mainnet/nibiru.js +4 -0
  62. package/esm/mainnet/noble.js +372 -6
  63. package/esm/mainnet/nois.js +38 -0
  64. package/esm/mainnet/nolus.js +14 -0
  65. package/esm/mainnet/nomic.js +10 -0
  66. package/esm/mainnet/nyx.js +2 -0
  67. package/esm/mainnet/odin.js +20 -0
  68. package/esm/mainnet/okexchain.js +10 -0
  69. package/esm/mainnet/omniflixhub.js +16 -0
  70. package/esm/mainnet/onex.js +16 -2
  71. package/esm/mainnet/onomy.js +2 -0
  72. package/esm/mainnet/oraichain.js +30 -0
  73. package/esm/mainnet/osmosis.js +628 -4
  74. package/esm/mainnet/persistence.js +94 -2
  75. package/esm/mainnet/planq.js +18 -0
  76. package/esm/mainnet/point.js +2 -0
  77. package/esm/mainnet/provenance.js +4 -0
  78. package/esm/mainnet/pryzm.js +38 -0
  79. package/esm/mainnet/pundix.js +2 -0
  80. package/esm/mainnet/quicksilver.js +18 -0
  81. package/esm/mainnet/qwoyn.js +2 -0
  82. package/esm/mainnet/realio.js +4 -0
  83. package/esm/mainnet/regen.js +24 -0
  84. package/esm/mainnet/saga.js +14 -0
  85. package/esm/mainnet/secretnetwork.js +144 -2
  86. package/esm/mainnet/sei.js +40 -4
  87. package/esm/mainnet/self.js +4 -0
  88. package/esm/mainnet/sentinel.js +24 -0
  89. package/esm/mainnet/shido.js +4 -0
  90. package/esm/mainnet/sifchain.js +22 -0
  91. package/esm/mainnet/sommelier.js +24 -0
  92. package/esm/mainnet/source.js +10 -2
  93. package/esm/mainnet/stafihub.js +10 -0
  94. package/esm/mainnet/stargaze.js +50 -0
  95. package/esm/mainnet/starname.js +16 -0
  96. package/esm/mainnet/stratos.js +182 -0
  97. package/esm/mainnet/stride.js +232 -0
  98. package/esm/mainnet/teritori.js +8 -0
  99. package/esm/mainnet/terra.js +16 -0
  100. package/esm/mainnet/terra2.js +286 -2
  101. package/esm/mainnet/tgrade.js +4 -0
  102. package/esm/mainnet/titan.js +244 -0
  103. package/esm/mainnet/umee.js +62 -2
  104. package/esm/mainnet/unification.js +2 -0
  105. package/esm/mainnet/uptick.js +4 -0
  106. package/esm/mainnet/vidulum.js +4 -0
  107. package/esm/mainnet/xpla.js +16 -0
  108. package/esm/noncosmos/penumbra.js +8 -0
  109. package/esm/testnet/archwaytestnet.js +4 -0
  110. package/esm/testnet/axelartestnet.js +20 -0
  111. package/esm/testnet/celestiatestnet3.js +2 -0
  112. package/esm/testnet/cosmoshubtestnet.js +20 -0
  113. package/esm/testnet/dydxtestnet.js +2 -0
  114. package/esm/testnet/elystestnet.js +8 -0
  115. package/esm/testnet/empowertestnet.js +4 -0
  116. package/esm/testnet/injectivetestnet.js +4 -0
  117. package/esm/testnet/junotestnet.js +6 -0
  118. package/esm/testnet/kujiratestnet.js +4 -0
  119. package/esm/testnet/lavatestnet.js +2 -0
  120. package/esm/testnet/mantrachaintestnet.js +8 -0
  121. package/esm/testnet/marstestnet.js +4 -0
  122. package/esm/testnet/neutrontestnet.js +4 -0
  123. package/esm/testnet/nobletestnet.js +14 -0
  124. package/esm/testnet/noistestnet.js +8 -0
  125. package/esm/testnet/nolustestnet.js +2 -0
  126. package/esm/testnet/osmosistestnet.js +62 -0
  127. package/esm/testnet/osmosistestnet4.js +12 -0
  128. package/esm/testnet/persistencetestnet2.js +4 -0
  129. package/esm/testnet/sagatestnet.js +2 -0
  130. package/esm/testnet/seitestnet2.js +6 -0
  131. package/esm/testnet/stargazetestnet.js +6 -0
  132. package/esm/testnet/symphonytestnet.js +8 -0
  133. package/esm/testnet/terra2testnet.js +2 -0
  134. package/esm/testnet/titantestnet.js +12 -0
  135. package/esm/testnet/xiontestnet.js +10 -0
  136. package/mainnet/acrechain.js +66 -0
  137. package/mainnet/agoric.js +42 -2
  138. package/mainnet/aioz.js +2 -0
  139. package/mainnet/akash.js +36 -0
  140. package/mainnet/andromeda.js +26 -0
  141. package/mainnet/archway.js +58 -2
  142. package/mainnet/assetmantle.js +6 -0
  143. package/mainnet/assets.js +3 -1
  144. package/mainnet/aura.js +22 -2
  145. package/mainnet/axelar.js +266 -0
  146. package/mainnet/bandchain.js +4 -0
  147. package/mainnet/beezee.js +4 -0
  148. package/mainnet/bitcanna.js +6 -0
  149. package/mainnet/bitsong.js +10 -0
  150. package/mainnet/bostrom.js +2 -0
  151. package/mainnet/canto.js +6 -0
  152. package/mainnet/carbon.js +18 -0
  153. package/mainnet/celestia.js +198 -2
  154. package/mainnet/chain4energy.js +2 -0
  155. package/mainnet/cheqd.js +6 -0
  156. package/mainnet/chihuahua.js +20 -0
  157. package/mainnet/cifer.js +2 -0
  158. package/mainnet/comdex.js +18 -0
  159. package/mainnet/composable.js +62 -0
  160. package/mainnet/coreum.js +34 -2
  161. package/mainnet/cosmoshub.js +322 -4
  162. package/mainnet/crescent.js +110 -0
  163. package/mainnet/cronos.js +12 -2
  164. package/mainnet/cryptoorgchain.js +26 -0
  165. package/mainnet/decentr.js +6 -0
  166. package/mainnet/dig.js +2 -0
  167. package/mainnet/doravota.js +36 -0
  168. package/mainnet/dydx.js +186 -2
  169. package/mainnet/dymension.js +40 -2
  170. package/mainnet/emoney.js +6 -0
  171. package/mainnet/empowerchain.js +4 -0
  172. package/mainnet/evmos.js +70 -2
  173. package/mainnet/furya.js +8 -0
  174. package/mainnet/fxcore.js +4 -0
  175. package/mainnet/gateway.js +24 -0
  176. package/mainnet/gravitybridge.js +50 -2
  177. package/mainnet/haqq.js +22 -2
  178. package/mainnet/impacthub.js +8 -0
  179. package/mainnet/index.d.ts +2 -0
  180. package/mainnet/index.js +3 -1
  181. package/mainnet/injective.js +214 -2
  182. package/mainnet/irisnet.js +40 -0
  183. package/mainnet/jackal.js +12 -0
  184. package/mainnet/joltify.js +4 -0
  185. package/mainnet/juno.js +122 -0
  186. package/mainnet/kava.js +64 -0
  187. package/mainnet/kichain.js +2 -0
  188. package/mainnet/kujira.js +134 -4
  189. package/mainnet/kyve.js +6 -0
  190. package/mainnet/lava.js +6 -0
  191. package/mainnet/likecoin.js +2 -0
  192. package/mainnet/lumnetwork.js +2 -0
  193. package/mainnet/mars.js +18 -0
  194. package/mainnet/medasdigital.js +2 -0
  195. package/mainnet/migaloo.js +62 -2
  196. package/mainnet/neutron.js +220 -2
  197. package/mainnet/nibiru.js +4 -0
  198. package/mainnet/noble.js +372 -6
  199. package/mainnet/nois.js +38 -0
  200. package/mainnet/nolus.js +14 -0
  201. package/mainnet/nomic.js +10 -0
  202. package/mainnet/nyx.js +2 -0
  203. package/mainnet/odin.js +20 -0
  204. package/mainnet/okexchain.js +10 -0
  205. package/mainnet/omniflixhub.js +16 -0
  206. package/mainnet/onex.js +16 -2
  207. package/mainnet/onomy.js +2 -0
  208. package/mainnet/oraichain.js +30 -0
  209. package/mainnet/osmosis.js +628 -4
  210. package/mainnet/persistence.js +94 -2
  211. package/mainnet/planq.js +18 -0
  212. package/mainnet/point.js +2 -0
  213. package/mainnet/provenance.js +4 -0
  214. package/mainnet/pryzm.js +38 -0
  215. package/mainnet/pundix.js +2 -0
  216. package/mainnet/quicksilver.js +18 -0
  217. package/mainnet/qwoyn.js +2 -0
  218. package/mainnet/realio.js +4 -0
  219. package/mainnet/regen.js +24 -0
  220. package/mainnet/saga.js +14 -0
  221. package/mainnet/secretnetwork.js +144 -2
  222. package/mainnet/sei.js +40 -4
  223. package/mainnet/self.js +4 -0
  224. package/mainnet/sentinel.js +24 -0
  225. package/mainnet/shido.js +4 -0
  226. package/mainnet/sifchain.js +22 -0
  227. package/mainnet/sommelier.js +24 -0
  228. package/mainnet/source.js +10 -2
  229. package/mainnet/stafihub.js +10 -0
  230. package/mainnet/stargaze.js +50 -0
  231. package/mainnet/starname.js +16 -0
  232. package/mainnet/stratos.d.ts +3 -0
  233. package/mainnet/stratos.js +184 -0
  234. package/mainnet/stride.js +232 -0
  235. package/mainnet/teritori.js +8 -0
  236. package/mainnet/terra.js +16 -0
  237. package/mainnet/terra2.js +286 -2
  238. package/mainnet/tgrade.js +4 -0
  239. package/mainnet/titan.d.ts +3 -0
  240. package/mainnet/titan.js +246 -0
  241. package/mainnet/umee.js +62 -2
  242. package/mainnet/unification.js +2 -0
  243. package/mainnet/uptick.js +4 -0
  244. package/mainnet/vidulum.js +4 -0
  245. package/mainnet/xpla.js +16 -0
  246. package/noncosmos/penumbra.js +8 -0
  247. package/package.json +5 -5
  248. package/testnet/archwaytestnet.js +4 -0
  249. package/testnet/axelartestnet.js +20 -0
  250. package/testnet/celestiatestnet3.js +2 -0
  251. package/testnet/cosmoshubtestnet.js +20 -0
  252. package/testnet/dydxtestnet.js +2 -0
  253. package/testnet/elystestnet.js +8 -0
  254. package/testnet/empowertestnet.js +4 -0
  255. package/testnet/injectivetestnet.js +4 -0
  256. package/testnet/junotestnet.js +6 -0
  257. package/testnet/kujiratestnet.js +4 -0
  258. package/testnet/lavatestnet.js +2 -0
  259. package/testnet/mantrachaintestnet.js +8 -0
  260. package/testnet/marstestnet.js +4 -0
  261. package/testnet/neutrontestnet.js +4 -0
  262. package/testnet/nobletestnet.js +14 -0
  263. package/testnet/noistestnet.js +8 -0
  264. package/testnet/nolustestnet.js +2 -0
  265. package/testnet/osmosistestnet.js +62 -0
  266. package/testnet/osmosistestnet4.js +12 -0
  267. package/testnet/persistencetestnet2.js +4 -0
  268. package/testnet/sagatestnet.js +2 -0
  269. package/testnet/seitestnet2.js +6 -0
  270. package/testnet/stargazetestnet.js +6 -0
  271. package/testnet/symphonytestnet.js +8 -0
  272. package/testnet/terra2testnet.js +2 -0
  273. package/testnet/titantestnet.js +12 -0
  274. package/testnet/xiontestnet.js +10 -0
package/mainnet/terra2.js CHANGED
@@ -33,6 +33,7 @@ const assets = {
33
33
  website: 'https://arable.finance/',
34
34
  twitter: 'https://twitter.com/ArableProtocol'
35
35
  },
36
+ type_asset: 'sdk.coin',
36
37
  traces: [{
37
38
  type: 'ibc',
38
39
  counterparty: {
@@ -75,6 +76,7 @@ const assets = {
75
76
  website: 'https://arable.finance/',
76
77
  twitter: 'https://twitter.com/ArableProtocol'
77
78
  },
79
+ type_asset: 'sdk.coin',
78
80
  traces: [{
79
81
  type: 'ibc',
80
82
  counterparty: {
@@ -112,6 +114,7 @@ const assets = {
112
114
  primary_color_hex: '#ecc53b'
113
115
  }
114
116
  }],
117
+ type_asset: 'sdk.coin',
115
118
  traces: [{
116
119
  type: 'ibc',
117
120
  counterparty: {
@@ -154,6 +157,7 @@ const assets = {
154
157
  website: 'https://akash.network/',
155
158
  twitter: 'https://twitter.com/akashnet_'
156
159
  },
160
+ type_asset: 'sdk.coin',
157
161
  traces: [{
158
162
  type: 'ibc',
159
163
  counterparty: {
@@ -190,6 +194,7 @@ const assets = {
190
194
  primary_color_hex: '#040404'
191
195
  }
192
196
  }],
197
+ type_asset: 'sdk.coin',
193
198
  traces: [{
194
199
  type: 'ibc',
195
200
  counterparty: {
@@ -239,6 +244,7 @@ const assets = {
239
244
  website: 'https://archway.io/',
240
245
  twitter: 'https://twitter.com/archwayHQ'
241
246
  },
247
+ type_asset: 'sdk.coin',
242
248
  traces: [{
243
249
  type: 'ibc',
244
250
  counterparty: {
@@ -281,6 +287,7 @@ const assets = {
281
287
  website: 'https://axelar.network/',
282
288
  twitter: 'https://twitter.com/axelarnetwork'
283
289
  },
290
+ type_asset: 'sdk.coin',
284
291
  traces: [{
285
292
  type: 'ibc',
286
293
  counterparty: {
@@ -399,6 +406,7 @@ const assets = {
399
406
  primary_color_hex: '#043d4d'
400
407
  }
401
408
  }],
409
+ type_asset: 'sdk.coin',
402
410
  traces: [{
403
411
  type: 'ibc',
404
412
  counterparty: {
@@ -441,6 +449,7 @@ const assets = {
441
449
  website: 'https://celestia.org/',
442
450
  twitter: 'https://twitter.com/CelestiaOrg'
443
451
  },
452
+ type_asset: 'sdk.coin',
444
453
  traces: [{
445
454
  type: 'ibc',
446
455
  counterparty: {
@@ -479,6 +488,7 @@ const assets = {
479
488
  primary_color_hex: '#fc5f04'
480
489
  }
481
490
  }],
491
+ type_asset: 'sdk.coin',
482
492
  traces: [{
483
493
  type: 'ibc',
484
494
  counterparty: {
@@ -517,6 +527,7 @@ const assets = {
517
527
  primary_color_hex: '#fc4454'
518
528
  }
519
529
  }],
530
+ type_asset: 'sdk.coin',
520
531
  traces: [{
521
532
  type: 'ibc',
522
533
  counterparty: {
@@ -555,6 +566,7 @@ const assets = {
555
566
  primary_color_hex: '#645ca4'
556
567
  }
557
568
  }],
569
+ type_asset: 'sdk.coin',
558
570
  traces: [{
559
571
  type: 'ibc',
560
572
  counterparty: {
@@ -593,6 +605,7 @@ const assets = {
593
605
  primary_color_hex: '#040404'
594
606
  }
595
607
  }],
608
+ type_asset: 'sdk.coin',
596
609
  traces: [{
597
610
  type: 'ibc',
598
611
  counterparty: {
@@ -635,6 +648,7 @@ const assets = {
635
648
  website: 'https://cosmos.network',
636
649
  twitter: 'https://twitter.com/cosmoshub'
637
650
  },
651
+ type_asset: 'sdk.coin',
638
652
  traces: [{
639
653
  type: 'ibc',
640
654
  counterparty: {
@@ -673,6 +687,7 @@ const assets = {
673
687
  primary_color_hex: '#3c2832'
674
688
  }
675
689
  }],
690
+ type_asset: 'sdk.coin',
676
691
  traces: [{
677
692
  type: 'ibc',
678
693
  counterparty: {
@@ -711,6 +726,7 @@ const assets = {
711
726
  primary_color_hex: '#df969f'
712
727
  }
713
728
  }],
729
+ type_asset: 'sdk.coin',
714
730
  traces: [{
715
731
  type: 'ibc',
716
732
  counterparty: {
@@ -749,6 +765,7 @@ const assets = {
749
765
  primary_color_hex: '#4678e9'
750
766
  }
751
767
  }],
768
+ type_asset: 'sdk.coin',
752
769
  traces: [{
753
770
  type: 'ibc',
754
771
  counterparty: {
@@ -796,6 +813,7 @@ const assets = {
796
813
  website: 'https://dydx.trade/',
797
814
  twitter: 'https://twitter.com/dYdX'
798
815
  },
816
+ type_asset: 'sdk.coin',
799
817
  traces: [{
800
818
  type: 'ibc',
801
819
  counterparty: {
@@ -838,6 +856,7 @@ const assets = {
838
856
  socials: {
839
857
  twitter: 'https://twitter.com/furyachain'
840
858
  },
859
+ type_asset: 'sdk.coin',
841
860
  traces: [{
842
861
  type: 'ibc',
843
862
  counterparty: {
@@ -880,6 +899,7 @@ const assets = {
880
899
  website: 'https://injective.com/',
881
900
  twitter: 'https://twitter.com/Injective_'
882
901
  },
902
+ type_asset: 'sdk.coin',
883
903
  traces: [{
884
904
  type: 'ibc',
885
905
  counterparty: {
@@ -915,6 +935,7 @@ const assets = {
915
935
  primary_color_hex: '#31292a'
916
936
  }
917
937
  }],
938
+ type_asset: 'sdk.coin',
918
939
  traces: [{
919
940
  type: 'ibc',
920
941
  counterparty: {
@@ -950,6 +971,7 @@ const assets = {
950
971
  primary_color_hex: '#18120f'
951
972
  }
952
973
  }],
974
+ type_asset: 'sdk.coin',
953
975
  traces: [{
954
976
  type: 'ibc',
955
977
  counterparty: {
@@ -982,6 +1004,7 @@ const assets = {
982
1004
  primary_color_hex: '#293a6f'
983
1005
  }
984
1006
  }],
1007
+ type_asset: 'sdk.coin',
985
1008
  traces: [{
986
1009
  type: 'ibc',
987
1010
  counterparty: {
@@ -1014,6 +1037,7 @@ const assets = {
1014
1037
  primary_color_hex: '#272f4b'
1015
1038
  }
1016
1039
  }],
1040
+ type_asset: 'sdk.coin',
1017
1041
  traces: [{
1018
1042
  type: 'ibc',
1019
1043
  counterparty: {
@@ -1046,6 +1070,7 @@ const assets = {
1046
1070
  primary_color_hex: '#2a303f'
1047
1071
  }
1048
1072
  }],
1073
+ type_asset: 'sdk.coin',
1049
1074
  traces: [{
1050
1075
  type: 'ibc',
1051
1076
  counterparty: {
@@ -1078,6 +1103,7 @@ const assets = {
1078
1103
  primary_color_hex: '#54ac94'
1079
1104
  }
1080
1105
  }],
1106
+ type_asset: 'sdk.coin',
1081
1107
  traces: [{
1082
1108
  type: 'ibc',
1083
1109
  counterparty: {
@@ -1110,6 +1136,7 @@ const assets = {
1110
1136
  primary_color_hex: '#7931f9'
1111
1137
  }
1112
1138
  }],
1139
+ type_asset: 'sdk.coin',
1113
1140
  traces: [{
1114
1141
  type: 'ibc',
1115
1142
  counterparty: {
@@ -1152,6 +1179,7 @@ const assets = {
1152
1179
  website: 'https://junonetwork.io/',
1153
1180
  twitter: 'https://twitter.com/JunoNetwork'
1154
1181
  },
1182
+ type_asset: 'sdk.coin',
1155
1183
  traces: [{
1156
1184
  type: 'ibc',
1157
1185
  counterparty: {
@@ -1194,6 +1222,7 @@ const assets = {
1194
1222
  website: 'https://www.kava.io/',
1195
1223
  twitter: 'https://twitter.com/KAVA_CHAIN'
1196
1224
  },
1225
+ type_asset: 'sdk.coin',
1197
1226
  traces: [{
1198
1227
  type: 'ibc',
1199
1228
  counterparty: {
@@ -1232,6 +1261,7 @@ const assets = {
1232
1261
  primary_color_hex: '#7b34ac'
1233
1262
  }
1234
1263
  }],
1264
+ type_asset: 'sdk.coin',
1235
1265
  traces: [{
1236
1266
  type: 'ibc',
1237
1267
  counterparty: {
@@ -1270,6 +1300,7 @@ const assets = {
1270
1300
  primary_color_hex: '#544cfc'
1271
1301
  }
1272
1302
  }],
1303
+ type_asset: 'sdk.coin',
1273
1304
  traces: [{
1274
1305
  type: 'ibc',
1275
1306
  counterparty: {
@@ -1308,6 +1339,7 @@ const assets = {
1308
1339
  primary_color_hex: '#04d4a3'
1309
1340
  }
1310
1341
  }],
1342
+ type_asset: 'sdk.coin',
1311
1343
  traces: [{
1312
1344
  type: 'ibc',
1313
1345
  counterparty: {
@@ -1361,7 +1393,8 @@ const assets = {
1361
1393
  logo_URIs: {
1362
1394
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1363
1395
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1364
- }
1396
+ },
1397
+ type_asset: 'sdk.coin'
1365
1398
  },
1366
1399
  {
1367
1400
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
@@ -1393,6 +1426,7 @@ const assets = {
1393
1426
  website: 'https://kujira.network/',
1394
1427
  twitter: 'https://twitter.com/TeamKujira'
1395
1428
  },
1429
+ type_asset: 'sdk.coin',
1396
1430
  traces: [{
1397
1431
  type: 'ibc',
1398
1432
  counterparty: {
@@ -1431,6 +1465,7 @@ const assets = {
1431
1465
  primary_color_hex: '#1c1c1c'
1432
1466
  }
1433
1467
  }],
1468
+ type_asset: 'sdk.coin',
1434
1469
  traces: [{
1435
1470
  type: 'ibc',
1436
1471
  counterparty: {
@@ -1475,6 +1510,7 @@ const assets = {
1475
1510
  website: 'https://neutron.org/',
1476
1511
  twitter: 'https://twitter.com/Neutron_org'
1477
1512
  },
1513
+ type_asset: 'sdk.coin',
1478
1514
  traces: [{
1479
1515
  type: 'ibc',
1480
1516
  counterparty: {
@@ -1510,6 +1546,7 @@ const assets = {
1510
1546
  primary_color_hex: '#1b0847'
1511
1547
  }
1512
1548
  }],
1549
+ type_asset: 'sdk.coin',
1513
1550
  traces: [{
1514
1551
  type: 'ibc',
1515
1552
  counterparty: {
@@ -1545,6 +1582,7 @@ const assets = {
1545
1582
  primary_color_hex: '#dcd5ab'
1546
1583
  }
1547
1584
  }],
1585
+ type_asset: 'sdk.coin',
1548
1586
  traces: [{
1549
1587
  type: 'ibc',
1550
1588
  counterparty: {
@@ -1580,6 +1618,7 @@ const assets = {
1580
1618
  primary_color_hex: '#333333'
1581
1619
  }
1582
1620
  }],
1621
+ type_asset: 'sdk.coin',
1583
1622
  traces: [{
1584
1623
  type: 'ibc',
1585
1624
  counterparty: {
@@ -1698,6 +1737,7 @@ const assets = {
1698
1737
  website: 'https://ondo.finance/usdy',
1699
1738
  twitter: 'https://x.com/OndoFinance'
1700
1739
  },
1740
+ type_asset: 'sdk.coin',
1701
1741
  traces: [{
1702
1742
  type: 'ibc',
1703
1743
  counterparty: {
@@ -1823,6 +1863,7 @@ const assets = {
1823
1863
  primary_color_hex: '#c6ddf5'
1824
1864
  }
1825
1865
  }],
1866
+ type_asset: 'sdk.coin',
1826
1867
  traces: [{
1827
1868
  type: 'ibc',
1828
1869
  counterparty: {
@@ -1857,6 +1898,7 @@ const assets = {
1857
1898
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1858
1899
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1859
1900
  }],
1901
+ type_asset: 'sdk.coin',
1860
1902
  traces: [{
1861
1903
  type: 'ibc',
1862
1904
  counterparty: {
@@ -1891,6 +1933,7 @@ const assets = {
1891
1933
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1892
1934
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1893
1935
  }],
1936
+ type_asset: 'sdk.coin',
1894
1937
  traces: [{
1895
1938
  type: 'ibc',
1896
1939
  counterparty: {
@@ -1925,6 +1968,7 @@ const assets = {
1925
1968
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1926
1969
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1927
1970
  }],
1971
+ type_asset: 'sdk.coin',
1928
1972
  traces: [{
1929
1973
  type: 'ibc',
1930
1974
  counterparty: {
@@ -1959,6 +2003,7 @@ const assets = {
1959
2003
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
1960
2004
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
1961
2005
  }],
2006
+ type_asset: 'sdk.coin',
1962
2007
  traces: [{
1963
2008
  type: 'ibc',
1964
2009
  counterparty: {
@@ -1993,6 +2038,7 @@ const assets = {
1993
2038
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
1994
2039
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
1995
2040
  }],
2041
+ type_asset: 'sdk.coin',
1996
2042
  traces: [{
1997
2043
  type: 'ibc',
1998
2044
  counterparty: {
@@ -2027,6 +2073,7 @@ const assets = {
2027
2073
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
2028
2074
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
2029
2075
  }],
2076
+ type_asset: 'sdk.coin',
2030
2077
  traces: [{
2031
2078
  type: 'ibc',
2032
2079
  counterparty: {
@@ -2061,6 +2108,7 @@ const assets = {
2061
2108
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
2062
2109
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
2063
2110
  }],
2111
+ type_asset: 'sdk.coin',
2064
2112
  traces: [{
2065
2113
  type: 'ibc',
2066
2114
  counterparty: {
@@ -2095,6 +2143,7 @@ const assets = {
2095
2143
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
2096
2144
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
2097
2145
  }],
2146
+ type_asset: 'sdk.coin',
2098
2147
  traces: [{
2099
2148
  type: 'ibc',
2100
2149
  counterparty: {
@@ -2129,6 +2178,7 @@ const assets = {
2129
2178
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
2130
2179
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
2131
2180
  }],
2181
+ type_asset: 'sdk.coin',
2132
2182
  traces: [{
2133
2183
  type: 'ibc',
2134
2184
  counterparty: {
@@ -2163,6 +2213,7 @@ const assets = {
2163
2213
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2164
2214
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2165
2215
  }],
2216
+ type_asset: 'sdk.coin',
2166
2217
  traces: [{
2167
2218
  type: 'ibc',
2168
2219
  counterparty: {
@@ -2197,6 +2248,7 @@ const assets = {
2197
2248
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2198
2249
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2199
2250
  }],
2251
+ type_asset: 'sdk.coin',
2200
2252
  traces: [{
2201
2253
  type: 'ibc',
2202
2254
  counterparty: {
@@ -2231,6 +2283,7 @@ const assets = {
2231
2283
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2232
2284
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2233
2285
  }],
2286
+ type_asset: 'sdk.coin',
2234
2287
  traces: [{
2235
2288
  type: 'ibc',
2236
2289
  counterparty: {
@@ -2265,6 +2318,7 @@ const assets = {
2265
2318
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2266
2319
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2267
2320
  }],
2321
+ type_asset: 'sdk.coin',
2268
2322
  traces: [{
2269
2323
  type: 'ibc',
2270
2324
  counterparty: {
@@ -2299,6 +2353,7 @@ const assets = {
2299
2353
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2300
2354
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2301
2355
  }],
2356
+ type_asset: 'sdk.coin',
2302
2357
  traces: [{
2303
2358
  type: 'ibc',
2304
2359
  counterparty: {
@@ -2333,6 +2388,7 @@ const assets = {
2333
2388
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2334
2389
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2335
2390
  }],
2391
+ type_asset: 'sdk.coin',
2336
2392
  traces: [{
2337
2393
  type: 'ibc',
2338
2394
  counterparty: {
@@ -2367,6 +2423,7 @@ const assets = {
2367
2423
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2368
2424
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2369
2425
  }],
2426
+ type_asset: 'sdk.coin',
2370
2427
  traces: [{
2371
2428
  type: 'ibc',
2372
2429
  counterparty: {
@@ -2401,6 +2458,7 @@ const assets = {
2401
2458
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2402
2459
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2403
2460
  }],
2461
+ type_asset: 'sdk.coin',
2404
2462
  traces: [{
2405
2463
  type: 'ibc',
2406
2464
  counterparty: {
@@ -2435,6 +2493,7 @@ const assets = {
2435
2493
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2436
2494
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2437
2495
  }],
2496
+ type_asset: 'sdk.coin',
2438
2497
  traces: [{
2439
2498
  type: 'ibc',
2440
2499
  counterparty: {
@@ -2469,6 +2528,7 @@ const assets = {
2469
2528
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2470
2529
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2471
2530
  }],
2531
+ type_asset: 'sdk.coin',
2472
2532
  traces: [{
2473
2533
  type: 'ibc',
2474
2534
  counterparty: {
@@ -2503,6 +2563,7 @@ const assets = {
2503
2563
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2504
2564
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2505
2565
  }],
2566
+ type_asset: 'sdk.coin',
2506
2567
  traces: [{
2507
2568
  type: 'ibc',
2508
2569
  counterparty: {
@@ -2537,6 +2598,7 @@ const assets = {
2537
2598
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2538
2599
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2539
2600
  }],
2601
+ type_asset: 'sdk.coin',
2540
2602
  traces: [{
2541
2603
  type: 'ibc',
2542
2604
  counterparty: {
@@ -2571,6 +2633,7 @@ const assets = {
2571
2633
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2572
2634
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2573
2635
  }],
2636
+ type_asset: 'sdk.coin',
2574
2637
  traces: [{
2575
2638
  type: 'ibc',
2576
2639
  counterparty: {
@@ -2605,6 +2668,7 @@ const assets = {
2605
2668
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2606
2669
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2607
2670
  }],
2671
+ type_asset: 'sdk.coin',
2608
2672
  traces: [{
2609
2673
  type: 'ibc',
2610
2674
  counterparty: {
@@ -2639,6 +2703,7 @@ const assets = {
2639
2703
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2640
2704
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2641
2705
  }],
2706
+ type_asset: 'sdk.coin',
2642
2707
  traces: [{
2643
2708
  type: 'ibc',
2644
2709
  counterparty: {
@@ -2673,6 +2738,7 @@ const assets = {
2673
2738
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
2674
2739
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
2675
2740
  }],
2741
+ type_asset: 'sdk.coin',
2676
2742
  traces: [{
2677
2743
  type: 'ibc',
2678
2744
  counterparty: {
@@ -2707,6 +2773,7 @@ const assets = {
2707
2773
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
2708
2774
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
2709
2775
  }],
2776
+ type_asset: 'sdk.coin',
2710
2777
  traces: [{
2711
2778
  type: 'ibc',
2712
2779
  counterparty: {
@@ -2741,6 +2808,7 @@ const assets = {
2741
2808
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
2742
2809
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
2743
2810
  }],
2811
+ type_asset: 'sdk.coin',
2744
2812
  traces: [{
2745
2813
  type: 'ibc',
2746
2814
  counterparty: {
@@ -2775,6 +2843,7 @@ const assets = {
2775
2843
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2776
2844
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2777
2845
  }],
2846
+ type_asset: 'sdk.coin',
2778
2847
  traces: [{
2779
2848
  type: 'ibc',
2780
2849
  counterparty: {
@@ -2809,6 +2878,7 @@ const assets = {
2809
2878
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2810
2879
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2811
2880
  }],
2881
+ type_asset: 'sdk.coin',
2812
2882
  traces: [{
2813
2883
  type: 'ibc',
2814
2884
  counterparty: {
@@ -2843,6 +2913,7 @@ const assets = {
2843
2913
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2844
2914
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2845
2915
  }],
2916
+ type_asset: 'sdk.coin',
2846
2917
  traces: [{
2847
2918
  type: 'ibc',
2848
2919
  counterparty: {
@@ -2877,6 +2948,7 @@ const assets = {
2877
2948
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2878
2949
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2879
2950
  }],
2951
+ type_asset: 'sdk.coin',
2880
2952
  traces: [{
2881
2953
  type: 'ibc',
2882
2954
  counterparty: {
@@ -2911,6 +2983,7 @@ const assets = {
2911
2983
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2912
2984
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2913
2985
  }],
2986
+ type_asset: 'sdk.coin',
2914
2987
  traces: [{
2915
2988
  type: 'ibc',
2916
2989
  counterparty: {
@@ -2945,6 +3018,7 @@ const assets = {
2945
3018
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2946
3019
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2947
3020
  }],
3021
+ type_asset: 'sdk.coin',
2948
3022
  traces: [{
2949
3023
  type: 'ibc',
2950
3024
  counterparty: {
@@ -2979,6 +3053,7 @@ const assets = {
2979
3053
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
2980
3054
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
2981
3055
  }],
3056
+ type_asset: 'sdk.coin',
2982
3057
  traces: [{
2983
3058
  type: 'ibc',
2984
3059
  counterparty: {
@@ -3013,6 +3088,7 @@ const assets = {
3013
3088
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
3014
3089
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
3015
3090
  }],
3091
+ type_asset: 'sdk.coin',
3016
3092
  traces: [{
3017
3093
  type: 'ibc',
3018
3094
  counterparty: {
@@ -3047,6 +3123,7 @@ const assets = {
3047
3123
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
3048
3124
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
3049
3125
  }],
3126
+ type_asset: 'sdk.coin',
3050
3127
  traces: [{
3051
3128
  type: 'ibc',
3052
3129
  counterparty: {
@@ -3081,6 +3158,7 @@ const assets = {
3081
3158
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3082
3159
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3083
3160
  }],
3161
+ type_asset: 'sdk.coin',
3084
3162
  traces: [{
3085
3163
  type: 'ibc',
3086
3164
  counterparty: {
@@ -3115,6 +3193,7 @@ const assets = {
3115
3193
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3116
3194
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3117
3195
  }],
3196
+ type_asset: 'sdk.coin',
3118
3197
  traces: [{
3119
3198
  type: 'ibc',
3120
3199
  counterparty: {
@@ -3149,6 +3228,7 @@ const assets = {
3149
3228
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3150
3229
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3151
3230
  }],
3231
+ type_asset: 'sdk.coin',
3152
3232
  traces: [{
3153
3233
  type: 'ibc',
3154
3234
  counterparty: {
@@ -3183,6 +3263,7 @@ const assets = {
3183
3263
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3184
3264
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3185
3265
  }],
3266
+ type_asset: 'sdk.coin',
3186
3267
  traces: [{
3187
3268
  type: 'ibc',
3188
3269
  counterparty: {
@@ -3217,6 +3298,7 @@ const assets = {
3217
3298
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3218
3299
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3219
3300
  }],
3301
+ type_asset: 'sdk.coin',
3220
3302
  traces: [{
3221
3303
  type: 'ibc',
3222
3304
  counterparty: {
@@ -3251,6 +3333,7 @@ const assets = {
3251
3333
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3252
3334
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3253
3335
  }],
3336
+ type_asset: 'sdk.coin',
3254
3337
  traces: [{
3255
3338
  type: 'ibc',
3256
3339
  counterparty: {
@@ -3285,6 +3368,7 @@ const assets = {
3285
3368
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3286
3369
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3287
3370
  }],
3371
+ type_asset: 'sdk.coin',
3288
3372
  traces: [{
3289
3373
  type: 'ibc',
3290
3374
  counterparty: {
@@ -3319,6 +3403,7 @@ const assets = {
3319
3403
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3320
3404
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3321
3405
  }],
3406
+ type_asset: 'sdk.coin',
3322
3407
  traces: [{
3323
3408
  type: 'ibc',
3324
3409
  counterparty: {
@@ -3353,6 +3438,7 @@ const assets = {
3353
3438
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3354
3439
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3355
3440
  }],
3441
+ type_asset: 'sdk.coin',
3356
3442
  traces: [{
3357
3443
  type: 'ibc',
3358
3444
  counterparty: {
@@ -3387,6 +3473,7 @@ const assets = {
3387
3473
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3388
3474
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3389
3475
  }],
3476
+ type_asset: 'sdk.coin',
3390
3477
  traces: [{
3391
3478
  type: 'ibc',
3392
3479
  counterparty: {
@@ -3421,6 +3508,7 @@ const assets = {
3421
3508
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3422
3509
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3423
3510
  }],
3511
+ type_asset: 'sdk.coin',
3424
3512
  traces: [{
3425
3513
  type: 'ibc',
3426
3514
  counterparty: {
@@ -3455,6 +3543,7 @@ const assets = {
3455
3543
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3456
3544
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3457
3545
  }],
3546
+ type_asset: 'sdk.coin',
3458
3547
  traces: [{
3459
3548
  type: 'ibc',
3460
3549
  counterparty: {
@@ -3489,6 +3578,7 @@ const assets = {
3489
3578
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3490
3579
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3491
3580
  }],
3581
+ type_asset: 'sdk.coin',
3492
3582
  traces: [{
3493
3583
  type: 'ibc',
3494
3584
  counterparty: {
@@ -3523,6 +3613,7 @@ const assets = {
3523
3613
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3524
3614
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3525
3615
  }],
3616
+ type_asset: 'sdk.coin',
3526
3617
  traces: [{
3527
3618
  type: 'ibc',
3528
3619
  counterparty: {
@@ -3557,6 +3648,7 @@ const assets = {
3557
3648
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3558
3649
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3559
3650
  }],
3651
+ type_asset: 'sdk.coin',
3560
3652
  traces: [{
3561
3653
  type: 'ibc',
3562
3654
  counterparty: {
@@ -3591,6 +3683,7 @@ const assets = {
3591
3683
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3592
3684
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3593
3685
  }],
3686
+ type_asset: 'sdk.coin',
3594
3687
  traces: [{
3595
3688
  type: 'ibc',
3596
3689
  counterparty: {
@@ -3625,6 +3718,7 @@ const assets = {
3625
3718
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3626
3719
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3627
3720
  }],
3721
+ type_asset: 'sdk.coin',
3628
3722
  traces: [{
3629
3723
  type: 'ibc',
3630
3724
  counterparty: {
@@ -3659,6 +3753,7 @@ const assets = {
3659
3753
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3660
3754
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3661
3755
  }],
3756
+ type_asset: 'sdk.coin',
3662
3757
  traces: [{
3663
3758
  type: 'ibc',
3664
3759
  counterparty: {
@@ -3693,6 +3788,7 @@ const assets = {
3693
3788
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3694
3789
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3695
3790
  }],
3791
+ type_asset: 'sdk.coin',
3696
3792
  traces: [{
3697
3793
  type: 'ibc',
3698
3794
  counterparty: {
@@ -3727,6 +3823,7 @@ const assets = {
3727
3823
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3728
3824
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3729
3825
  }],
3826
+ type_asset: 'sdk.coin',
3730
3827
  traces: [{
3731
3828
  type: 'ibc',
3732
3829
  counterparty: {
@@ -3761,6 +3858,7 @@ const assets = {
3761
3858
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3762
3859
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3763
3860
  }],
3861
+ type_asset: 'sdk.coin',
3764
3862
  traces: [{
3765
3863
  type: 'ibc',
3766
3864
  counterparty: {
@@ -3795,6 +3893,7 @@ const assets = {
3795
3893
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3796
3894
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3797
3895
  }],
3896
+ type_asset: 'sdk.coin',
3798
3897
  traces: [{
3799
3898
  type: 'ibc',
3800
3899
  counterparty: {
@@ -3829,6 +3928,7 @@ const assets = {
3829
3928
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3830
3929
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3831
3930
  }],
3931
+ type_asset: 'sdk.coin',
3832
3932
  traces: [{
3833
3933
  type: 'ibc',
3834
3934
  counterparty: {
@@ -3863,6 +3963,7 @@ const assets = {
3863
3963
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3864
3964
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3865
3965
  }],
3966
+ type_asset: 'sdk.coin',
3866
3967
  traces: [{
3867
3968
  type: 'ibc',
3868
3969
  counterparty: {
@@ -3897,6 +3998,7 @@ const assets = {
3897
3998
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3898
3999
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3899
4000
  }],
4001
+ type_asset: 'sdk.coin',
3900
4002
  traces: [{
3901
4003
  type: 'ibc',
3902
4004
  counterparty: {
@@ -3931,6 +4033,7 @@ const assets = {
3931
4033
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3932
4034
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3933
4035
  }],
4036
+ type_asset: 'sdk.coin',
3934
4037
  traces: [{
3935
4038
  type: 'ibc',
3936
4039
  counterparty: {
@@ -3965,6 +4068,7 @@ const assets = {
3965
4068
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3966
4069
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3967
4070
  }],
4071
+ type_asset: 'sdk.coin',
3968
4072
  traces: [{
3969
4073
  type: 'ibc',
3970
4074
  counterparty: {
@@ -3999,6 +4103,7 @@ const assets = {
3999
4103
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4000
4104
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4001
4105
  }],
4106
+ type_asset: 'sdk.coin',
4002
4107
  traces: [{
4003
4108
  type: 'ibc',
4004
4109
  counterparty: {
@@ -4033,6 +4138,7 @@ const assets = {
4033
4138
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4034
4139
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4035
4140
  }],
4141
+ type_asset: 'sdk.coin',
4036
4142
  traces: [{
4037
4143
  type: 'ibc',
4038
4144
  counterparty: {
@@ -4067,6 +4173,7 @@ const assets = {
4067
4173
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4068
4174
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4069
4175
  }],
4176
+ type_asset: 'sdk.coin',
4070
4177
  traces: [{
4071
4178
  type: 'ibc',
4072
4179
  counterparty: {
@@ -4101,6 +4208,7 @@ const assets = {
4101
4208
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4102
4209
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4103
4210
  }],
4211
+ type_asset: 'sdk.coin',
4104
4212
  traces: [{
4105
4213
  type: 'ibc',
4106
4214
  counterparty: {
@@ -4135,6 +4243,7 @@ const assets = {
4135
4243
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4136
4244
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4137
4245
  }],
4246
+ type_asset: 'sdk.coin',
4138
4247
  traces: [{
4139
4248
  type: 'ibc',
4140
4249
  counterparty: {
@@ -4169,6 +4278,7 @@ const assets = {
4169
4278
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4170
4279
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4171
4280
  }],
4281
+ type_asset: 'sdk.coin',
4172
4282
  traces: [{
4173
4283
  type: 'ibc',
4174
4284
  counterparty: {
@@ -4203,6 +4313,7 @@ const assets = {
4203
4313
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4204
4314
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4205
4315
  }],
4316
+ type_asset: 'sdk.coin',
4206
4317
  traces: [{
4207
4318
  type: 'ibc',
4208
4319
  counterparty: {
@@ -4237,6 +4348,7 @@ const assets = {
4237
4348
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4238
4349
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4239
4350
  }],
4351
+ type_asset: 'sdk.coin',
4240
4352
  traces: [{
4241
4353
  type: 'ibc',
4242
4354
  counterparty: {
@@ -4271,6 +4383,7 @@ const assets = {
4271
4383
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4272
4384
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4273
4385
  }],
4386
+ type_asset: 'sdk.coin',
4274
4387
  traces: [{
4275
4388
  type: 'ibc',
4276
4389
  counterparty: {
@@ -4313,6 +4426,7 @@ const assets = {
4313
4426
  website: 'https://scrt.network/',
4314
4427
  twitter: 'https://twitter.com/SecretNetwork'
4315
4428
  },
4429
+ type_asset: 'sdk.coin',
4316
4430
  traces: [{
4317
4431
  type: 'ibc',
4318
4432
  counterparty: {
@@ -4346,6 +4460,7 @@ const assets = {
4346
4460
  images: [{
4347
4461
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg'
4348
4462
  }],
4463
+ type_asset: 'sdk.coin',
4349
4464
  traces: [{
4350
4465
  type: 'ibc',
4351
4466
  counterparty: {
@@ -4388,6 +4503,7 @@ const assets = {
4388
4503
  website: 'https://www.stargaze.zone/',
4389
4504
  twitter: 'https://twitter.com/StargazeZone'
4390
4505
  },
4506
+ type_asset: 'sdk.coin',
4391
4507
  traces: [{
4392
4508
  type: 'ibc',
4393
4509
  counterparty: {
@@ -4430,6 +4546,7 @@ const assets = {
4430
4546
  website: 'https://stride.zone/',
4431
4547
  twitter: 'https://twitter.com/stride_zone'
4432
4548
  },
4549
+ type_asset: 'sdk.coin',
4433
4550
  traces: [{
4434
4551
  type: 'ibc',
4435
4552
  counterparty: {
@@ -4477,6 +4594,7 @@ const assets = {
4477
4594
  primary_color_hex: '#fcdb5b'
4478
4595
  }
4479
4596
  }],
4597
+ type_asset: 'sdk.coin',
4480
4598
  traces: [{
4481
4599
  type: 'ibc',
4482
4600
  counterparty: {
@@ -4524,6 +4642,7 @@ const assets = {
4524
4642
  primary_color_hex: '#5493f2'
4525
4643
  }
4526
4644
  }],
4645
+ type_asset: 'sdk.coin',
4527
4646
  traces: [{
4528
4647
  type: 'ibc',
4529
4648
  counterparty: {
@@ -4570,6 +4689,7 @@ const assets = {
4570
4689
  primary_color_hex: '#4b83e0'
4571
4690
  }
4572
4691
  }],
4692
+ type_asset: 'sdk.coin',
4573
4693
  traces: [{
4574
4694
  type: 'ibc',
4575
4695
  counterparty: {
@@ -4616,6 +4736,7 @@ const assets = {
4616
4736
  primary_color_hex: '#5981d7'
4617
4737
  }
4618
4738
  }],
4739
+ type_asset: 'sdk.coin',
4619
4740
  traces: [{
4620
4741
  type: 'ibc',
4621
4742
  counterparty: {
@@ -4662,6 +4783,7 @@ const assets = {
4662
4783
  primary_color_hex: '#de725b'
4663
4784
  }
4664
4785
  }],
4786
+ type_asset: 'sdk.coin',
4665
4787
  traces: [{
4666
4788
  type: 'ibc',
4667
4789
  counterparty: {
@@ -4708,6 +4830,7 @@ const assets = {
4708
4830
  primary_color_hex: '#c95c41'
4709
4831
  }
4710
4832
  }],
4833
+ type_asset: 'sdk.coin',
4711
4834
  traces: [{
4712
4835
  type: 'ibc',
4713
4836
  counterparty: {
@@ -4754,6 +4877,7 @@ const assets = {
4754
4877
  primary_color_hex: '#d3684c'
4755
4878
  }
4756
4879
  }],
4880
+ type_asset: 'sdk.coin',
4757
4881
  traces: [{
4758
4882
  type: 'ibc',
4759
4883
  counterparty: {
@@ -4800,6 +4924,7 @@ const assets = {
4800
4924
  primary_color_hex: '#db300a'
4801
4925
  }
4802
4926
  }],
4927
+ type_asset: 'sdk.coin',
4803
4928
  traces: [{
4804
4929
  type: 'ibc',
4805
4930
  counterparty: {
@@ -4846,6 +4971,7 @@ const assets = {
4846
4971
  primary_color_hex: '#1535b2'
4847
4972
  }
4848
4973
  }],
4974
+ type_asset: 'sdk.coin',
4849
4975
  traces: [{
4850
4976
  type: 'ibc',
4851
4977
  counterparty: {
@@ -4892,6 +5018,7 @@ const assets = {
4892
5018
  primary_color_hex: '#d49b9c'
4893
5019
  }
4894
5020
  }],
5021
+ type_asset: 'sdk.coin',
4895
5022
  traces: [{
4896
5023
  type: 'ibc',
4897
5024
  counterparty: {
@@ -4938,6 +5065,7 @@ const assets = {
4938
5065
  primary_color_hex: '#dc300a'
4939
5066
  }
4940
5067
  }],
5068
+ type_asset: 'sdk.coin',
4941
5069
  traces: [{
4942
5070
  type: 'ibc',
4943
5071
  counterparty: {
@@ -4984,6 +5112,7 @@ const assets = {
4984
5112
  primary_color_hex: '#5893ed'
4985
5113
  }
4986
5114
  }],
5115
+ type_asset: 'sdk.coin',
4987
5116
  traces: [{
4988
5117
  type: 'ibc',
4989
5118
  counterparty: {
@@ -5030,6 +5159,7 @@ const assets = {
5030
5159
  primary_color_hex: '#4b87e6'
5031
5160
  }
5032
5161
  }],
5162
+ type_asset: 'sdk.coin',
5033
5163
  traces: [{
5034
5164
  type: 'ibc',
5035
5165
  counterparty: {
@@ -5076,6 +5206,7 @@ const assets = {
5076
5206
  primary_color_hex: '#cfcfcf'
5077
5207
  }
5078
5208
  }],
5209
+ type_asset: 'sdk.coin',
5079
5210
  traces: [{
5080
5211
  type: 'ibc',
5081
5212
  counterparty: {
@@ -5122,6 +5253,7 @@ const assets = {
5122
5253
  primary_color_hex: '#4085f0'
5123
5254
  }
5124
5255
  }],
5256
+ type_asset: 'sdk.coin',
5125
5257
  traces: [{
5126
5258
  type: 'ibc',
5127
5259
  counterparty: {
@@ -5168,6 +5300,7 @@ const assets = {
5168
5300
  primary_color_hex: '#5893ed'
5169
5301
  }
5170
5302
  }],
5303
+ type_asset: 'sdk.coin',
5171
5304
  traces: [{
5172
5305
  type: 'ibc',
5173
5306
  counterparty: {
@@ -5214,6 +5347,7 @@ const assets = {
5214
5347
  primary_color_hex: '#5493f3'
5215
5348
  }
5216
5349
  }],
5350
+ type_asset: 'sdk.coin',
5217
5351
  traces: [{
5218
5352
  type: 'ibc',
5219
5353
  counterparty: {
@@ -5260,6 +5394,7 @@ const assets = {
5260
5394
  primary_color_hex: '#e88057'
5261
5395
  }
5262
5396
  }],
5397
+ type_asset: 'sdk.coin',
5263
5398
  traces: [{
5264
5399
  type: 'ibc',
5265
5400
  counterparty: {
@@ -5306,6 +5441,7 @@ const assets = {
5306
5441
  primary_color_hex: '#2fa4f1'
5307
5442
  }
5308
5443
  }],
5444
+ type_asset: 'sdk.coin',
5309
5445
  traces: [{
5310
5446
  type: 'ibc',
5311
5447
  counterparty: {
@@ -5352,6 +5488,7 @@ const assets = {
5352
5488
  primary_color_hex: '#2e71e1'
5353
5489
  }
5354
5490
  }],
5491
+ type_asset: 'sdk.coin',
5355
5492
  traces: [{
5356
5493
  type: 'ibc',
5357
5494
  counterparty: {
@@ -5398,6 +5535,7 @@ const assets = {
5398
5535
  primary_color_hex: '#4886e7'
5399
5536
  }
5400
5537
  }],
5538
+ type_asset: 'sdk.coin',
5401
5539
  traces: [{
5402
5540
  type: 'ibc',
5403
5541
  counterparty: {
@@ -5444,6 +5582,7 @@ const assets = {
5444
5582
  primary_color_hex: '#5493f3'
5445
5583
  }
5446
5584
  }],
5585
+ type_asset: 'sdk.coin',
5447
5586
  traces: [{
5448
5587
  type: 'ibc',
5449
5588
  counterparty: {
@@ -5490,6 +5629,7 @@ const assets = {
5490
5629
  primary_color_hex: '#5493f3'
5491
5630
  }
5492
5631
  }],
5632
+ type_asset: 'sdk.coin',
5493
5633
  traces: [{
5494
5634
  type: 'ibc',
5495
5635
  counterparty: {
@@ -5532,6 +5672,7 @@ const assets = {
5532
5672
  website: 'https://arable.finance/',
5533
5673
  twitter: 'https://twitter.com/ArableProtocol'
5534
5674
  },
5675
+ type_asset: 'sdk.coin',
5535
5676
  traces: [{
5536
5677
  type: 'ibc',
5537
5678
  counterparty: {
@@ -5574,6 +5715,7 @@ const assets = {
5574
5715
  website: 'https://arable.finance/',
5575
5716
  twitter: 'https://twitter.com/ArableProtocol'
5576
5717
  },
5718
+ type_asset: 'sdk.coin',
5577
5719
  traces: [{
5578
5720
  type: 'ibc',
5579
5721
  counterparty: {
@@ -5611,6 +5753,7 @@ const assets = {
5611
5753
  primary_color_hex: '#ecc53b'
5612
5754
  }
5613
5755
  }],
5756
+ type_asset: 'sdk.coin',
5614
5757
  traces: [{
5615
5758
  type: 'ibc',
5616
5759
  counterparty: {
@@ -5653,6 +5796,7 @@ const assets = {
5653
5796
  website: 'https://akash.network/',
5654
5797
  twitter: 'https://twitter.com/akashnet_'
5655
5798
  },
5799
+ type_asset: 'sdk.coin',
5656
5800
  traces: [{
5657
5801
  type: 'ibc',
5658
5802
  counterparty: {
@@ -5689,6 +5833,7 @@ const assets = {
5689
5833
  primary_color_hex: '#040404'
5690
5834
  }
5691
5835
  }],
5836
+ type_asset: 'sdk.coin',
5692
5837
  traces: [{
5693
5838
  type: 'ibc',
5694
5839
  counterparty: {
@@ -5738,6 +5883,7 @@ const assets = {
5738
5883
  website: 'https://archway.io/',
5739
5884
  twitter: 'https://twitter.com/archwayHQ'
5740
5885
  },
5886
+ type_asset: 'sdk.coin',
5741
5887
  traces: [{
5742
5888
  type: 'ibc',
5743
5889
  counterparty: {
@@ -5780,6 +5926,7 @@ const assets = {
5780
5926
  website: 'https://axelar.network/',
5781
5927
  twitter: 'https://twitter.com/axelarnetwork'
5782
5928
  },
5929
+ type_asset: 'sdk.coin',
5783
5930
  traces: [{
5784
5931
  type: 'ibc',
5785
5932
  counterparty: {
@@ -5898,6 +6045,7 @@ const assets = {
5898
6045
  primary_color_hex: '#043d4d'
5899
6046
  }
5900
6047
  }],
6048
+ type_asset: 'sdk.coin',
5901
6049
  traces: [{
5902
6050
  type: 'ibc',
5903
6051
  counterparty: {
@@ -5940,6 +6088,7 @@ const assets = {
5940
6088
  website: 'https://celestia.org/',
5941
6089
  twitter: 'https://twitter.com/CelestiaOrg'
5942
6090
  },
6091
+ type_asset: 'sdk.coin',
5943
6092
  traces: [{
5944
6093
  type: 'ibc',
5945
6094
  counterparty: {
@@ -5978,6 +6127,7 @@ const assets = {
5978
6127
  primary_color_hex: '#fc5f04'
5979
6128
  }
5980
6129
  }],
6130
+ type_asset: 'sdk.coin',
5981
6131
  traces: [{
5982
6132
  type: 'ibc',
5983
6133
  counterparty: {
@@ -6016,6 +6166,7 @@ const assets = {
6016
6166
  primary_color_hex: '#fc4454'
6017
6167
  }
6018
6168
  }],
6169
+ type_asset: 'sdk.coin',
6019
6170
  traces: [{
6020
6171
  type: 'ibc',
6021
6172
  counterparty: {
@@ -6054,6 +6205,7 @@ const assets = {
6054
6205
  primary_color_hex: '#645ca4'
6055
6206
  }
6056
6207
  }],
6208
+ type_asset: 'sdk.coin',
6057
6209
  traces: [{
6058
6210
  type: 'ibc',
6059
6211
  counterparty: {
@@ -6092,6 +6244,7 @@ const assets = {
6092
6244
  primary_color_hex: '#040404'
6093
6245
  }
6094
6246
  }],
6247
+ type_asset: 'sdk.coin',
6095
6248
  traces: [{
6096
6249
  type: 'ibc',
6097
6250
  counterparty: {
@@ -6134,6 +6287,7 @@ const assets = {
6134
6287
  website: 'https://cosmos.network',
6135
6288
  twitter: 'https://twitter.com/cosmoshub'
6136
6289
  },
6290
+ type_asset: 'sdk.coin',
6137
6291
  traces: [{
6138
6292
  type: 'ibc',
6139
6293
  counterparty: {
@@ -6172,6 +6326,7 @@ const assets = {
6172
6326
  primary_color_hex: '#3c2832'
6173
6327
  }
6174
6328
  }],
6329
+ type_asset: 'sdk.coin',
6175
6330
  traces: [{
6176
6331
  type: 'ibc',
6177
6332
  counterparty: {
@@ -6210,6 +6365,7 @@ const assets = {
6210
6365
  primary_color_hex: '#df969f'
6211
6366
  }
6212
6367
  }],
6368
+ type_asset: 'sdk.coin',
6213
6369
  traces: [{
6214
6370
  type: 'ibc',
6215
6371
  counterparty: {
@@ -6248,6 +6404,7 @@ const assets = {
6248
6404
  primary_color_hex: '#4678e9'
6249
6405
  }
6250
6406
  }],
6407
+ type_asset: 'sdk.coin',
6251
6408
  traces: [{
6252
6409
  type: 'ibc',
6253
6410
  counterparty: {
@@ -6295,6 +6452,7 @@ const assets = {
6295
6452
  website: 'https://dydx.trade/',
6296
6453
  twitter: 'https://twitter.com/dYdX'
6297
6454
  },
6455
+ type_asset: 'sdk.coin',
6298
6456
  traces: [{
6299
6457
  type: 'ibc',
6300
6458
  counterparty: {
@@ -6337,6 +6495,7 @@ const assets = {
6337
6495
  socials: {
6338
6496
  twitter: 'https://twitter.com/furyachain'
6339
6497
  },
6498
+ type_asset: 'sdk.coin',
6340
6499
  traces: [{
6341
6500
  type: 'ibc',
6342
6501
  counterparty: {
@@ -6379,6 +6538,7 @@ const assets = {
6379
6538
  website: 'https://injective.com/',
6380
6539
  twitter: 'https://twitter.com/Injective_'
6381
6540
  },
6541
+ type_asset: 'sdk.coin',
6382
6542
  traces: [{
6383
6543
  type: 'ibc',
6384
6544
  counterparty: {
@@ -6414,6 +6574,7 @@ const assets = {
6414
6574
  primary_color_hex: '#31292a'
6415
6575
  }
6416
6576
  }],
6577
+ type_asset: 'sdk.coin',
6417
6578
  traces: [{
6418
6579
  type: 'ibc',
6419
6580
  counterparty: {
@@ -6449,6 +6610,7 @@ const assets = {
6449
6610
  primary_color_hex: '#18120f'
6450
6611
  }
6451
6612
  }],
6613
+ type_asset: 'sdk.coin',
6452
6614
  traces: [{
6453
6615
  type: 'ibc',
6454
6616
  counterparty: {
@@ -6481,6 +6643,7 @@ const assets = {
6481
6643
  primary_color_hex: '#293a6f'
6482
6644
  }
6483
6645
  }],
6646
+ type_asset: 'sdk.coin',
6484
6647
  traces: [{
6485
6648
  type: 'ibc',
6486
6649
  counterparty: {
@@ -6513,6 +6676,7 @@ const assets = {
6513
6676
  primary_color_hex: '#272f4b'
6514
6677
  }
6515
6678
  }],
6679
+ type_asset: 'sdk.coin',
6516
6680
  traces: [{
6517
6681
  type: 'ibc',
6518
6682
  counterparty: {
@@ -6545,6 +6709,7 @@ const assets = {
6545
6709
  primary_color_hex: '#2a303f'
6546
6710
  }
6547
6711
  }],
6712
+ type_asset: 'sdk.coin',
6548
6713
  traces: [{
6549
6714
  type: 'ibc',
6550
6715
  counterparty: {
@@ -6577,6 +6742,7 @@ const assets = {
6577
6742
  primary_color_hex: '#54ac94'
6578
6743
  }
6579
6744
  }],
6745
+ type_asset: 'sdk.coin',
6580
6746
  traces: [{
6581
6747
  type: 'ibc',
6582
6748
  counterparty: {
@@ -6609,6 +6775,7 @@ const assets = {
6609
6775
  primary_color_hex: '#7931f9'
6610
6776
  }
6611
6777
  }],
6778
+ type_asset: 'sdk.coin',
6612
6779
  traces: [{
6613
6780
  type: 'ibc',
6614
6781
  counterparty: {
@@ -6651,6 +6818,7 @@ const assets = {
6651
6818
  website: 'https://junonetwork.io/',
6652
6819
  twitter: 'https://twitter.com/JunoNetwork'
6653
6820
  },
6821
+ type_asset: 'sdk.coin',
6654
6822
  traces: [{
6655
6823
  type: 'ibc',
6656
6824
  counterparty: {
@@ -6693,6 +6861,7 @@ const assets = {
6693
6861
  website: 'https://www.kava.io/',
6694
6862
  twitter: 'https://twitter.com/KAVA_CHAIN'
6695
6863
  },
6864
+ type_asset: 'sdk.coin',
6696
6865
  traces: [{
6697
6866
  type: 'ibc',
6698
6867
  counterparty: {
@@ -6731,6 +6900,7 @@ const assets = {
6731
6900
  primary_color_hex: '#7b34ac'
6732
6901
  }
6733
6902
  }],
6903
+ type_asset: 'sdk.coin',
6734
6904
  traces: [{
6735
6905
  type: 'ibc',
6736
6906
  counterparty: {
@@ -6769,6 +6939,7 @@ const assets = {
6769
6939
  primary_color_hex: '#544cfc'
6770
6940
  }
6771
6941
  }],
6942
+ type_asset: 'sdk.coin',
6772
6943
  traces: [{
6773
6944
  type: 'ibc',
6774
6945
  counterparty: {
@@ -6807,6 +6978,7 @@ const assets = {
6807
6978
  primary_color_hex: '#04d4a3'
6808
6979
  }
6809
6980
  }],
6981
+ type_asset: 'sdk.coin',
6810
6982
  traces: [{
6811
6983
  type: 'ibc',
6812
6984
  counterparty: {
@@ -6860,7 +7032,8 @@ const assets = {
6860
7032
  logo_URIs: {
6861
7033
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
6862
7034
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
6863
- }
7035
+ },
7036
+ type_asset: 'sdk.coin'
6864
7037
  },
6865
7038
  {
6866
7039
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
@@ -6892,6 +7065,7 @@ const assets = {
6892
7065
  website: 'https://kujira.network/',
6893
7066
  twitter: 'https://twitter.com/TeamKujira'
6894
7067
  },
7068
+ type_asset: 'sdk.coin',
6895
7069
  traces: [{
6896
7070
  type: 'ibc',
6897
7071
  counterparty: {
@@ -6930,6 +7104,7 @@ const assets = {
6930
7104
  primary_color_hex: '#1c1c1c'
6931
7105
  }
6932
7106
  }],
7107
+ type_asset: 'sdk.coin',
6933
7108
  traces: [{
6934
7109
  type: 'ibc',
6935
7110
  counterparty: {
@@ -6974,6 +7149,7 @@ const assets = {
6974
7149
  website: 'https://neutron.org/',
6975
7150
  twitter: 'https://twitter.com/Neutron_org'
6976
7151
  },
7152
+ type_asset: 'sdk.coin',
6977
7153
  traces: [{
6978
7154
  type: 'ibc',
6979
7155
  counterparty: {
@@ -7009,6 +7185,7 @@ const assets = {
7009
7185
  primary_color_hex: '#1b0847'
7010
7186
  }
7011
7187
  }],
7188
+ type_asset: 'sdk.coin',
7012
7189
  traces: [{
7013
7190
  type: 'ibc',
7014
7191
  counterparty: {
@@ -7044,6 +7221,7 @@ const assets = {
7044
7221
  primary_color_hex: '#dcd5ab'
7045
7222
  }
7046
7223
  }],
7224
+ type_asset: 'sdk.coin',
7047
7225
  traces: [{
7048
7226
  type: 'ibc',
7049
7227
  counterparty: {
@@ -7079,6 +7257,7 @@ const assets = {
7079
7257
  primary_color_hex: '#333333'
7080
7258
  }
7081
7259
  }],
7260
+ type_asset: 'sdk.coin',
7082
7261
  traces: [{
7083
7262
  type: 'ibc',
7084
7263
  counterparty: {
@@ -7197,6 +7376,7 @@ const assets = {
7197
7376
  website: 'https://ondo.finance/usdy',
7198
7377
  twitter: 'https://x.com/OndoFinance'
7199
7378
  },
7379
+ type_asset: 'sdk.coin',
7200
7380
  traces: [{
7201
7381
  type: 'ibc',
7202
7382
  counterparty: {
@@ -7322,6 +7502,7 @@ const assets = {
7322
7502
  primary_color_hex: '#c6ddf5'
7323
7503
  }
7324
7504
  }],
7505
+ type_asset: 'sdk.coin',
7325
7506
  traces: [{
7326
7507
  type: 'ibc',
7327
7508
  counterparty: {
@@ -7356,6 +7537,7 @@ const assets = {
7356
7537
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
7357
7538
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
7358
7539
  }],
7540
+ type_asset: 'sdk.coin',
7359
7541
  traces: [{
7360
7542
  type: 'ibc',
7361
7543
  counterparty: {
@@ -7390,6 +7572,7 @@ const assets = {
7390
7572
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
7391
7573
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
7392
7574
  }],
7575
+ type_asset: 'sdk.coin',
7393
7576
  traces: [{
7394
7577
  type: 'ibc',
7395
7578
  counterparty: {
@@ -7424,6 +7607,7 @@ const assets = {
7424
7607
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
7425
7608
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
7426
7609
  }],
7610
+ type_asset: 'sdk.coin',
7427
7611
  traces: [{
7428
7612
  type: 'ibc',
7429
7613
  counterparty: {
@@ -7458,6 +7642,7 @@ const assets = {
7458
7642
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
7459
7643
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
7460
7644
  }],
7645
+ type_asset: 'sdk.coin',
7461
7646
  traces: [{
7462
7647
  type: 'ibc',
7463
7648
  counterparty: {
@@ -7492,6 +7677,7 @@ const assets = {
7492
7677
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
7493
7678
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
7494
7679
  }],
7680
+ type_asset: 'sdk.coin',
7495
7681
  traces: [{
7496
7682
  type: 'ibc',
7497
7683
  counterparty: {
@@ -7526,6 +7712,7 @@ const assets = {
7526
7712
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
7527
7713
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
7528
7714
  }],
7715
+ type_asset: 'sdk.coin',
7529
7716
  traces: [{
7530
7717
  type: 'ibc',
7531
7718
  counterparty: {
@@ -7560,6 +7747,7 @@ const assets = {
7560
7747
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
7561
7748
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
7562
7749
  }],
7750
+ type_asset: 'sdk.coin',
7563
7751
  traces: [{
7564
7752
  type: 'ibc',
7565
7753
  counterparty: {
@@ -7594,6 +7782,7 @@ const assets = {
7594
7782
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
7595
7783
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
7596
7784
  }],
7785
+ type_asset: 'sdk.coin',
7597
7786
  traces: [{
7598
7787
  type: 'ibc',
7599
7788
  counterparty: {
@@ -7628,6 +7817,7 @@ const assets = {
7628
7817
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
7629
7818
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
7630
7819
  }],
7820
+ type_asset: 'sdk.coin',
7631
7821
  traces: [{
7632
7822
  type: 'ibc',
7633
7823
  counterparty: {
@@ -7662,6 +7852,7 @@ const assets = {
7662
7852
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
7663
7853
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
7664
7854
  }],
7855
+ type_asset: 'sdk.coin',
7665
7856
  traces: [{
7666
7857
  type: 'ibc',
7667
7858
  counterparty: {
@@ -7696,6 +7887,7 @@ const assets = {
7696
7887
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
7697
7888
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
7698
7889
  }],
7890
+ type_asset: 'sdk.coin',
7699
7891
  traces: [{
7700
7892
  type: 'ibc',
7701
7893
  counterparty: {
@@ -7730,6 +7922,7 @@ const assets = {
7730
7922
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
7731
7923
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
7732
7924
  }],
7925
+ type_asset: 'sdk.coin',
7733
7926
  traces: [{
7734
7927
  type: 'ibc',
7735
7928
  counterparty: {
@@ -7764,6 +7957,7 @@ const assets = {
7764
7957
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
7765
7958
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
7766
7959
  }],
7960
+ type_asset: 'sdk.coin',
7767
7961
  traces: [{
7768
7962
  type: 'ibc',
7769
7963
  counterparty: {
@@ -7798,6 +7992,7 @@ const assets = {
7798
7992
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
7799
7993
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
7800
7994
  }],
7995
+ type_asset: 'sdk.coin',
7801
7996
  traces: [{
7802
7997
  type: 'ibc',
7803
7998
  counterparty: {
@@ -7832,6 +8027,7 @@ const assets = {
7832
8027
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
7833
8028
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
7834
8029
  }],
8030
+ type_asset: 'sdk.coin',
7835
8031
  traces: [{
7836
8032
  type: 'ibc',
7837
8033
  counterparty: {
@@ -7866,6 +8062,7 @@ const assets = {
7866
8062
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
7867
8063
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
7868
8064
  }],
8065
+ type_asset: 'sdk.coin',
7869
8066
  traces: [{
7870
8067
  type: 'ibc',
7871
8068
  counterparty: {
@@ -7900,6 +8097,7 @@ const assets = {
7900
8097
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
7901
8098
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
7902
8099
  }],
8100
+ type_asset: 'sdk.coin',
7903
8101
  traces: [{
7904
8102
  type: 'ibc',
7905
8103
  counterparty: {
@@ -7934,6 +8132,7 @@ const assets = {
7934
8132
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
7935
8133
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
7936
8134
  }],
8135
+ type_asset: 'sdk.coin',
7937
8136
  traces: [{
7938
8137
  type: 'ibc',
7939
8138
  counterparty: {
@@ -7968,6 +8167,7 @@ const assets = {
7968
8167
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
7969
8168
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
7970
8169
  }],
8170
+ type_asset: 'sdk.coin',
7971
8171
  traces: [{
7972
8172
  type: 'ibc',
7973
8173
  counterparty: {
@@ -8002,6 +8202,7 @@ const assets = {
8002
8202
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
8003
8203
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
8004
8204
  }],
8205
+ type_asset: 'sdk.coin',
8005
8206
  traces: [{
8006
8207
  type: 'ibc',
8007
8208
  counterparty: {
@@ -8036,6 +8237,7 @@ const assets = {
8036
8237
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
8037
8238
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
8038
8239
  }],
8240
+ type_asset: 'sdk.coin',
8039
8241
  traces: [{
8040
8242
  type: 'ibc',
8041
8243
  counterparty: {
@@ -8070,6 +8272,7 @@ const assets = {
8070
8272
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
8071
8273
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
8072
8274
  }],
8275
+ type_asset: 'sdk.coin',
8073
8276
  traces: [{
8074
8277
  type: 'ibc',
8075
8278
  counterparty: {
@@ -8104,6 +8307,7 @@ const assets = {
8104
8307
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
8105
8308
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
8106
8309
  }],
8310
+ type_asset: 'sdk.coin',
8107
8311
  traces: [{
8108
8312
  type: 'ibc',
8109
8313
  counterparty: {
@@ -8138,6 +8342,7 @@ const assets = {
8138
8342
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
8139
8343
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
8140
8344
  }],
8345
+ type_asset: 'sdk.coin',
8141
8346
  traces: [{
8142
8347
  type: 'ibc',
8143
8348
  counterparty: {
@@ -8172,6 +8377,7 @@ const assets = {
8172
8377
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
8173
8378
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
8174
8379
  }],
8380
+ type_asset: 'sdk.coin',
8175
8381
  traces: [{
8176
8382
  type: 'ibc',
8177
8383
  counterparty: {
@@ -8206,6 +8412,7 @@ const assets = {
8206
8412
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
8207
8413
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
8208
8414
  }],
8415
+ type_asset: 'sdk.coin',
8209
8416
  traces: [{
8210
8417
  type: 'ibc',
8211
8418
  counterparty: {
@@ -8240,6 +8447,7 @@ const assets = {
8240
8447
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
8241
8448
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
8242
8449
  }],
8450
+ type_asset: 'sdk.coin',
8243
8451
  traces: [{
8244
8452
  type: 'ibc',
8245
8453
  counterparty: {
@@ -8274,6 +8482,7 @@ const assets = {
8274
8482
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
8275
8483
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
8276
8484
  }],
8485
+ type_asset: 'sdk.coin',
8277
8486
  traces: [{
8278
8487
  type: 'ibc',
8279
8488
  counterparty: {
@@ -8308,6 +8517,7 @@ const assets = {
8308
8517
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
8309
8518
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
8310
8519
  }],
8520
+ type_asset: 'sdk.coin',
8311
8521
  traces: [{
8312
8522
  type: 'ibc',
8313
8523
  counterparty: {
@@ -8342,6 +8552,7 @@ const assets = {
8342
8552
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
8343
8553
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
8344
8554
  }],
8555
+ type_asset: 'sdk.coin',
8345
8556
  traces: [{
8346
8557
  type: 'ibc',
8347
8558
  counterparty: {
@@ -8376,6 +8587,7 @@ const assets = {
8376
8587
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
8377
8588
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
8378
8589
  }],
8590
+ type_asset: 'sdk.coin',
8379
8591
  traces: [{
8380
8592
  type: 'ibc',
8381
8593
  counterparty: {
@@ -8410,6 +8622,7 @@ const assets = {
8410
8622
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
8411
8623
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
8412
8624
  }],
8625
+ type_asset: 'sdk.coin',
8413
8626
  traces: [{
8414
8627
  type: 'ibc',
8415
8628
  counterparty: {
@@ -8444,6 +8657,7 @@ const assets = {
8444
8657
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
8445
8658
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
8446
8659
  }],
8660
+ type_asset: 'sdk.coin',
8447
8661
  traces: [{
8448
8662
  type: 'ibc',
8449
8663
  counterparty: {
@@ -8478,6 +8692,7 @@ const assets = {
8478
8692
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
8479
8693
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
8480
8694
  }],
8695
+ type_asset: 'sdk.coin',
8481
8696
  traces: [{
8482
8697
  type: 'ibc',
8483
8698
  counterparty: {
@@ -8512,6 +8727,7 @@ const assets = {
8512
8727
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
8513
8728
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
8514
8729
  }],
8730
+ type_asset: 'sdk.coin',
8515
8731
  traces: [{
8516
8732
  type: 'ibc',
8517
8733
  counterparty: {
@@ -8546,6 +8762,7 @@ const assets = {
8546
8762
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
8547
8763
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
8548
8764
  }],
8765
+ type_asset: 'sdk.coin',
8549
8766
  traces: [{
8550
8767
  type: 'ibc',
8551
8768
  counterparty: {
@@ -8580,6 +8797,7 @@ const assets = {
8580
8797
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
8581
8798
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
8582
8799
  }],
8800
+ type_asset: 'sdk.coin',
8583
8801
  traces: [{
8584
8802
  type: 'ibc',
8585
8803
  counterparty: {
@@ -8614,6 +8832,7 @@ const assets = {
8614
8832
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
8615
8833
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
8616
8834
  }],
8835
+ type_asset: 'sdk.coin',
8617
8836
  traces: [{
8618
8837
  type: 'ibc',
8619
8838
  counterparty: {
@@ -8648,6 +8867,7 @@ const assets = {
8648
8867
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
8649
8868
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
8650
8869
  }],
8870
+ type_asset: 'sdk.coin',
8651
8871
  traces: [{
8652
8872
  type: 'ibc',
8653
8873
  counterparty: {
@@ -8682,6 +8902,7 @@ const assets = {
8682
8902
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
8683
8903
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
8684
8904
  }],
8905
+ type_asset: 'sdk.coin',
8685
8906
  traces: [{
8686
8907
  type: 'ibc',
8687
8908
  counterparty: {
@@ -8716,6 +8937,7 @@ const assets = {
8716
8937
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
8717
8938
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
8718
8939
  }],
8940
+ type_asset: 'sdk.coin',
8719
8941
  traces: [{
8720
8942
  type: 'ibc',
8721
8943
  counterparty: {
@@ -8750,6 +8972,7 @@ const assets = {
8750
8972
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
8751
8973
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
8752
8974
  }],
8975
+ type_asset: 'sdk.coin',
8753
8976
  traces: [{
8754
8977
  type: 'ibc',
8755
8978
  counterparty: {
@@ -8784,6 +9007,7 @@ const assets = {
8784
9007
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
8785
9008
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
8786
9009
  }],
9010
+ type_asset: 'sdk.coin',
8787
9011
  traces: [{
8788
9012
  type: 'ibc',
8789
9013
  counterparty: {
@@ -8818,6 +9042,7 @@ const assets = {
8818
9042
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
8819
9043
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
8820
9044
  }],
9045
+ type_asset: 'sdk.coin',
8821
9046
  traces: [{
8822
9047
  type: 'ibc',
8823
9048
  counterparty: {
@@ -8852,6 +9077,7 @@ const assets = {
8852
9077
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
8853
9078
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
8854
9079
  }],
9080
+ type_asset: 'sdk.coin',
8855
9081
  traces: [{
8856
9082
  type: 'ibc',
8857
9083
  counterparty: {
@@ -8886,6 +9112,7 @@ const assets = {
8886
9112
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8887
9113
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8888
9114
  }],
9115
+ type_asset: 'sdk.coin',
8889
9116
  traces: [{
8890
9117
  type: 'ibc',
8891
9118
  counterparty: {
@@ -8920,6 +9147,7 @@ const assets = {
8920
9147
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8921
9148
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8922
9149
  }],
9150
+ type_asset: 'sdk.coin',
8923
9151
  traces: [{
8924
9152
  type: 'ibc',
8925
9153
  counterparty: {
@@ -8954,6 +9182,7 @@ const assets = {
8954
9182
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8955
9183
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8956
9184
  }],
9185
+ type_asset: 'sdk.coin',
8957
9186
  traces: [{
8958
9187
  type: 'ibc',
8959
9188
  counterparty: {
@@ -8988,6 +9217,7 @@ const assets = {
8988
9217
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8989
9218
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8990
9219
  }],
9220
+ type_asset: 'sdk.coin',
8991
9221
  traces: [{
8992
9222
  type: 'ibc',
8993
9223
  counterparty: {
@@ -9022,6 +9252,7 @@ const assets = {
9022
9252
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9023
9253
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9024
9254
  }],
9255
+ type_asset: 'sdk.coin',
9025
9256
  traces: [{
9026
9257
  type: 'ibc',
9027
9258
  counterparty: {
@@ -9056,6 +9287,7 @@ const assets = {
9056
9287
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9057
9288
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9058
9289
  }],
9290
+ type_asset: 'sdk.coin',
9059
9291
  traces: [{
9060
9292
  type: 'ibc',
9061
9293
  counterparty: {
@@ -9090,6 +9322,7 @@ const assets = {
9090
9322
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9091
9323
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9092
9324
  }],
9325
+ type_asset: 'sdk.coin',
9093
9326
  traces: [{
9094
9327
  type: 'ibc',
9095
9328
  counterparty: {
@@ -9124,6 +9357,7 @@ const assets = {
9124
9357
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9125
9358
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9126
9359
  }],
9360
+ type_asset: 'sdk.coin',
9127
9361
  traces: [{
9128
9362
  type: 'ibc',
9129
9363
  counterparty: {
@@ -9158,6 +9392,7 @@ const assets = {
9158
9392
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9159
9393
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9160
9394
  }],
9395
+ type_asset: 'sdk.coin',
9161
9396
  traces: [{
9162
9397
  type: 'ibc',
9163
9398
  counterparty: {
@@ -9192,6 +9427,7 @@ const assets = {
9192
9427
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9193
9428
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9194
9429
  }],
9430
+ type_asset: 'sdk.coin',
9195
9431
  traces: [{
9196
9432
  type: 'ibc',
9197
9433
  counterparty: {
@@ -9226,6 +9462,7 @@ const assets = {
9226
9462
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9227
9463
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9228
9464
  }],
9465
+ type_asset: 'sdk.coin',
9229
9466
  traces: [{
9230
9467
  type: 'ibc',
9231
9468
  counterparty: {
@@ -9260,6 +9497,7 @@ const assets = {
9260
9497
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9261
9498
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9262
9499
  }],
9500
+ type_asset: 'sdk.coin',
9263
9501
  traces: [{
9264
9502
  type: 'ibc',
9265
9503
  counterparty: {
@@ -9294,6 +9532,7 @@ const assets = {
9294
9532
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9295
9533
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9296
9534
  }],
9535
+ type_asset: 'sdk.coin',
9297
9536
  traces: [{
9298
9537
  type: 'ibc',
9299
9538
  counterparty: {
@@ -9328,6 +9567,7 @@ const assets = {
9328
9567
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9329
9568
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9330
9569
  }],
9570
+ type_asset: 'sdk.coin',
9331
9571
  traces: [{
9332
9572
  type: 'ibc',
9333
9573
  counterparty: {
@@ -9362,6 +9602,7 @@ const assets = {
9362
9602
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9363
9603
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9364
9604
  }],
9605
+ type_asset: 'sdk.coin',
9365
9606
  traces: [{
9366
9607
  type: 'ibc',
9367
9608
  counterparty: {
@@ -9396,6 +9637,7 @@ const assets = {
9396
9637
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9397
9638
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9398
9639
  }],
9640
+ type_asset: 'sdk.coin',
9399
9641
  traces: [{
9400
9642
  type: 'ibc',
9401
9643
  counterparty: {
@@ -9430,6 +9672,7 @@ const assets = {
9430
9672
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9431
9673
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9432
9674
  }],
9675
+ type_asset: 'sdk.coin',
9433
9676
  traces: [{
9434
9677
  type: 'ibc',
9435
9678
  counterparty: {
@@ -9464,6 +9707,7 @@ const assets = {
9464
9707
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9465
9708
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9466
9709
  }],
9710
+ type_asset: 'sdk.coin',
9467
9711
  traces: [{
9468
9712
  type: 'ibc',
9469
9713
  counterparty: {
@@ -9498,6 +9742,7 @@ const assets = {
9498
9742
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9499
9743
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9500
9744
  }],
9745
+ type_asset: 'sdk.coin',
9501
9746
  traces: [{
9502
9747
  type: 'ibc',
9503
9748
  counterparty: {
@@ -9532,6 +9777,7 @@ const assets = {
9532
9777
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9533
9778
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9534
9779
  }],
9780
+ type_asset: 'sdk.coin',
9535
9781
  traces: [{
9536
9782
  type: 'ibc',
9537
9783
  counterparty: {
@@ -9566,6 +9812,7 @@ const assets = {
9566
9812
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9567
9813
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9568
9814
  }],
9815
+ type_asset: 'sdk.coin',
9569
9816
  traces: [{
9570
9817
  type: 'ibc',
9571
9818
  counterparty: {
@@ -9600,6 +9847,7 @@ const assets = {
9600
9847
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9601
9848
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9602
9849
  }],
9850
+ type_asset: 'sdk.coin',
9603
9851
  traces: [{
9604
9852
  type: 'ibc',
9605
9853
  counterparty: {
@@ -9634,6 +9882,7 @@ const assets = {
9634
9882
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9635
9883
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9636
9884
  }],
9885
+ type_asset: 'sdk.coin',
9637
9886
  traces: [{
9638
9887
  type: 'ibc',
9639
9888
  counterparty: {
@@ -9668,6 +9917,7 @@ const assets = {
9668
9917
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9669
9918
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9670
9919
  }],
9920
+ type_asset: 'sdk.coin',
9671
9921
  traces: [{
9672
9922
  type: 'ibc',
9673
9923
  counterparty: {
@@ -9702,6 +9952,7 @@ const assets = {
9702
9952
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9703
9953
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9704
9954
  }],
9955
+ type_asset: 'sdk.coin',
9705
9956
  traces: [{
9706
9957
  type: 'ibc',
9707
9958
  counterparty: {
@@ -9736,6 +9987,7 @@ const assets = {
9736
9987
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9737
9988
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9738
9989
  }],
9990
+ type_asset: 'sdk.coin',
9739
9991
  traces: [{
9740
9992
  type: 'ibc',
9741
9993
  counterparty: {
@@ -9770,6 +10022,7 @@ const assets = {
9770
10022
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9771
10023
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9772
10024
  }],
10025
+ type_asset: 'sdk.coin',
9773
10026
  traces: [{
9774
10027
  type: 'ibc',
9775
10028
  counterparty: {
@@ -9812,6 +10065,7 @@ const assets = {
9812
10065
  website: 'https://scrt.network/',
9813
10066
  twitter: 'https://twitter.com/SecretNetwork'
9814
10067
  },
10068
+ type_asset: 'sdk.coin',
9815
10069
  traces: [{
9816
10070
  type: 'ibc',
9817
10071
  counterparty: {
@@ -9845,6 +10099,7 @@ const assets = {
9845
10099
  images: [{
9846
10100
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg'
9847
10101
  }],
10102
+ type_asset: 'sdk.coin',
9848
10103
  traces: [{
9849
10104
  type: 'ibc',
9850
10105
  counterparty: {
@@ -9887,6 +10142,7 @@ const assets = {
9887
10142
  website: 'https://www.stargaze.zone/',
9888
10143
  twitter: 'https://twitter.com/StargazeZone'
9889
10144
  },
10145
+ type_asset: 'sdk.coin',
9890
10146
  traces: [{
9891
10147
  type: 'ibc',
9892
10148
  counterparty: {
@@ -9929,6 +10185,7 @@ const assets = {
9929
10185
  website: 'https://stride.zone/',
9930
10186
  twitter: 'https://twitter.com/stride_zone'
9931
10187
  },
10188
+ type_asset: 'sdk.coin',
9932
10189
  traces: [{
9933
10190
  type: 'ibc',
9934
10191
  counterparty: {
@@ -9976,6 +10233,7 @@ const assets = {
9976
10233
  primary_color_hex: '#fcdb5b'
9977
10234
  }
9978
10235
  }],
10236
+ type_asset: 'sdk.coin',
9979
10237
  traces: [{
9980
10238
  type: 'ibc',
9981
10239
  counterparty: {
@@ -10023,6 +10281,7 @@ const assets = {
10023
10281
  primary_color_hex: '#5493f2'
10024
10282
  }
10025
10283
  }],
10284
+ type_asset: 'sdk.coin',
10026
10285
  traces: [{
10027
10286
  type: 'ibc',
10028
10287
  counterparty: {
@@ -10069,6 +10328,7 @@ const assets = {
10069
10328
  primary_color_hex: '#4b83e0'
10070
10329
  }
10071
10330
  }],
10331
+ type_asset: 'sdk.coin',
10072
10332
  traces: [{
10073
10333
  type: 'ibc',
10074
10334
  counterparty: {
@@ -10115,6 +10375,7 @@ const assets = {
10115
10375
  primary_color_hex: '#5981d7'
10116
10376
  }
10117
10377
  }],
10378
+ type_asset: 'sdk.coin',
10118
10379
  traces: [{
10119
10380
  type: 'ibc',
10120
10381
  counterparty: {
@@ -10161,6 +10422,7 @@ const assets = {
10161
10422
  primary_color_hex: '#de725b'
10162
10423
  }
10163
10424
  }],
10425
+ type_asset: 'sdk.coin',
10164
10426
  traces: [{
10165
10427
  type: 'ibc',
10166
10428
  counterparty: {
@@ -10207,6 +10469,7 @@ const assets = {
10207
10469
  primary_color_hex: '#c95c41'
10208
10470
  }
10209
10471
  }],
10472
+ type_asset: 'sdk.coin',
10210
10473
  traces: [{
10211
10474
  type: 'ibc',
10212
10475
  counterparty: {
@@ -10253,6 +10516,7 @@ const assets = {
10253
10516
  primary_color_hex: '#d3684c'
10254
10517
  }
10255
10518
  }],
10519
+ type_asset: 'sdk.coin',
10256
10520
  traces: [{
10257
10521
  type: 'ibc',
10258
10522
  counterparty: {
@@ -10299,6 +10563,7 @@ const assets = {
10299
10563
  primary_color_hex: '#db300a'
10300
10564
  }
10301
10565
  }],
10566
+ type_asset: 'sdk.coin',
10302
10567
  traces: [{
10303
10568
  type: 'ibc',
10304
10569
  counterparty: {
@@ -10345,6 +10610,7 @@ const assets = {
10345
10610
  primary_color_hex: '#1535b2'
10346
10611
  }
10347
10612
  }],
10613
+ type_asset: 'sdk.coin',
10348
10614
  traces: [{
10349
10615
  type: 'ibc',
10350
10616
  counterparty: {
@@ -10391,6 +10657,7 @@ const assets = {
10391
10657
  primary_color_hex: '#d49b9c'
10392
10658
  }
10393
10659
  }],
10660
+ type_asset: 'sdk.coin',
10394
10661
  traces: [{
10395
10662
  type: 'ibc',
10396
10663
  counterparty: {
@@ -10437,6 +10704,7 @@ const assets = {
10437
10704
  primary_color_hex: '#dc300a'
10438
10705
  }
10439
10706
  }],
10707
+ type_asset: 'sdk.coin',
10440
10708
  traces: [{
10441
10709
  type: 'ibc',
10442
10710
  counterparty: {
@@ -10483,6 +10751,7 @@ const assets = {
10483
10751
  primary_color_hex: '#5893ed'
10484
10752
  }
10485
10753
  }],
10754
+ type_asset: 'sdk.coin',
10486
10755
  traces: [{
10487
10756
  type: 'ibc',
10488
10757
  counterparty: {
@@ -10529,6 +10798,7 @@ const assets = {
10529
10798
  primary_color_hex: '#4b87e6'
10530
10799
  }
10531
10800
  }],
10801
+ type_asset: 'sdk.coin',
10532
10802
  traces: [{
10533
10803
  type: 'ibc',
10534
10804
  counterparty: {
@@ -10575,6 +10845,7 @@ const assets = {
10575
10845
  primary_color_hex: '#cfcfcf'
10576
10846
  }
10577
10847
  }],
10848
+ type_asset: 'sdk.coin',
10578
10849
  traces: [{
10579
10850
  type: 'ibc',
10580
10851
  counterparty: {
@@ -10621,6 +10892,7 @@ const assets = {
10621
10892
  primary_color_hex: '#4085f0'
10622
10893
  }
10623
10894
  }],
10895
+ type_asset: 'sdk.coin',
10624
10896
  traces: [{
10625
10897
  type: 'ibc',
10626
10898
  counterparty: {
@@ -10667,6 +10939,7 @@ const assets = {
10667
10939
  primary_color_hex: '#5893ed'
10668
10940
  }
10669
10941
  }],
10942
+ type_asset: 'sdk.coin',
10670
10943
  traces: [{
10671
10944
  type: 'ibc',
10672
10945
  counterparty: {
@@ -10713,6 +10986,7 @@ const assets = {
10713
10986
  primary_color_hex: '#5493f3'
10714
10987
  }
10715
10988
  }],
10989
+ type_asset: 'sdk.coin',
10716
10990
  traces: [{
10717
10991
  type: 'ibc',
10718
10992
  counterparty: {
@@ -10759,6 +11033,7 @@ const assets = {
10759
11033
  primary_color_hex: '#e88057'
10760
11034
  }
10761
11035
  }],
11036
+ type_asset: 'sdk.coin',
10762
11037
  traces: [{
10763
11038
  type: 'ibc',
10764
11039
  counterparty: {
@@ -10805,6 +11080,7 @@ const assets = {
10805
11080
  primary_color_hex: '#2fa4f1'
10806
11081
  }
10807
11082
  }],
11083
+ type_asset: 'sdk.coin',
10808
11084
  traces: [{
10809
11085
  type: 'ibc',
10810
11086
  counterparty: {
@@ -10851,6 +11127,7 @@ const assets = {
10851
11127
  primary_color_hex: '#2e71e1'
10852
11128
  }
10853
11129
  }],
11130
+ type_asset: 'sdk.coin',
10854
11131
  traces: [{
10855
11132
  type: 'ibc',
10856
11133
  counterparty: {
@@ -10897,6 +11174,7 @@ const assets = {
10897
11174
  primary_color_hex: '#4886e7'
10898
11175
  }
10899
11176
  }],
11177
+ type_asset: 'sdk.coin',
10900
11178
  traces: [{
10901
11179
  type: 'ibc',
10902
11180
  counterparty: {
@@ -10943,6 +11221,7 @@ const assets = {
10943
11221
  primary_color_hex: '#5493f3'
10944
11222
  }
10945
11223
  }],
11224
+ type_asset: 'sdk.coin',
10946
11225
  traces: [{
10947
11226
  type: 'ibc',
10948
11227
  counterparty: {
@@ -10989,6 +11268,7 @@ const assets = {
10989
11268
  primary_color_hex: '#5493f3'
10990
11269
  }
10991
11270
  }],
11271
+ type_asset: 'sdk.coin',
10992
11272
  traces: [{
10993
11273
  type: 'ibc',
10994
11274
  counterparty: {
@@ -11293,6 +11573,8 @@ const assets = {
11293
11573
  exponent: 6
11294
11574
  }],
11295
11575
  base: 'ibc/39A6383C31432101A28B8D92363CE01B37D39474E46675126D743B3C254A616C',
11576
+ type_asset: 'snip20',
11577
+ address: 'secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej',
11296
11578
  name: 'Alter',
11297
11579
  display: 'alter',
11298
11580
  symbol: 'ALTER',
@@ -11704,6 +11986,8 @@ const assets = {
11704
11986
  exponent: 6
11705
11987
  }],
11706
11988
  base: 'ibc/39A6383C31432101A28B8D92363CE01B37D39474E46675126D743B3C254A616C',
11989
+ type_asset: 'snip20',
11990
+ address: 'secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej',
11707
11991
  name: 'Alter',
11708
11992
  display: 'alter',
11709
11993
  symbol: 'ALTER',