@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
@@ -31,6 +31,7 @@ const assets = {
31
31
  website: 'https://arable.finance/',
32
32
  twitter: 'https://twitter.com/ArableProtocol'
33
33
  },
34
+ type_asset: 'sdk.coin',
34
35
  traces: [{
35
36
  type: 'ibc',
36
37
  counterparty: {
@@ -73,6 +74,7 @@ const assets = {
73
74
  website: 'https://arable.finance/',
74
75
  twitter: 'https://twitter.com/ArableProtocol'
75
76
  },
77
+ type_asset: 'sdk.coin',
76
78
  traces: [{
77
79
  type: 'ibc',
78
80
  counterparty: {
@@ -110,6 +112,7 @@ const assets = {
110
112
  primary_color_hex: '#ecc53b'
111
113
  }
112
114
  }],
115
+ type_asset: 'sdk.coin',
113
116
  traces: [{
114
117
  type: 'ibc',
115
118
  counterparty: {
@@ -152,6 +155,7 @@ const assets = {
152
155
  website: 'https://agoric.com/',
153
156
  twitter: 'https://twitter.com/agoric'
154
157
  },
158
+ type_asset: 'sdk.coin',
155
159
  traces: [{
156
160
  type: 'ibc',
157
161
  counterparty: {
@@ -190,6 +194,7 @@ const assets = {
190
194
  primary_color_hex: '#d485e2'
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: {
@@ -277,6 +283,7 @@ const assets = {
277
283
  primary_color_hex: '#a7c8d4'
278
284
  }
279
285
  }],
286
+ type_asset: 'sdk.coin',
280
287
  traces: [{
281
288
  type: 'ibc',
282
289
  counterparty: {
@@ -319,6 +326,7 @@ const assets = {
319
326
  website: 'https://arable.finance/',
320
327
  twitter: 'https://twitter.com/ArableProtocol'
321
328
  },
329
+ type_asset: 'sdk.coin',
322
330
  traces: [{
323
331
  type: 'ibc',
324
332
  counterparty: {
@@ -361,6 +369,7 @@ const assets = {
361
369
  website: 'https://arable.finance/',
362
370
  twitter: 'https://twitter.com/ArableProtocol'
363
371
  },
372
+ type_asset: 'sdk.coin',
364
373
  traces: [{
365
374
  type: 'ibc',
366
375
  counterparty: {
@@ -398,6 +407,7 @@ const assets = {
398
407
  primary_color_hex: '#ecc53b'
399
408
  }
400
409
  }],
410
+ type_asset: 'sdk.coin',
401
411
  traces: [{
402
412
  type: 'ibc',
403
413
  counterparty: {
@@ -440,6 +450,7 @@ const assets = {
440
450
  website: 'https://agoric.com/',
441
451
  twitter: 'https://twitter.com/agoric'
442
452
  },
453
+ type_asset: 'sdk.coin',
443
454
  traces: [{
444
455
  type: 'ibc',
445
456
  counterparty: {
@@ -478,6 +489,7 @@ const assets = {
478
489
  primary_color_hex: '#d485e2'
479
490
  }
480
491
  }],
492
+ type_asset: 'sdk.coin',
481
493
  traces: [{
482
494
  type: 'ibc',
483
495
  counterparty: {
@@ -527,6 +539,7 @@ const assets = {
527
539
  website: 'https://archway.io/',
528
540
  twitter: 'https://twitter.com/archwayHQ'
529
541
  },
542
+ type_asset: 'sdk.coin',
530
543
  traces: [{
531
544
  type: 'ibc',
532
545
  counterparty: {
@@ -565,6 +578,7 @@ const assets = {
565
578
  primary_color_hex: '#a7c8d4'
566
579
  }
567
580
  }],
581
+ type_asset: 'sdk.coin',
568
582
  traces: [{
569
583
  type: 'ibc',
570
584
  counterparty: {
@@ -650,6 +664,7 @@ const assets = {
650
664
  website: 'https://celestia.org/',
651
665
  twitter: 'https://twitter.com/CelestiaOrg'
652
666
  },
667
+ type_asset: 'sdk.coin',
653
668
  traces: [{
654
669
  type: 'ibc',
655
670
  counterparty: {
@@ -690,6 +705,7 @@ const assets = {
690
705
  website: 'https://c4e.io/',
691
706
  twitter: 'https://twitter.com/Chain4Energy'
692
707
  },
708
+ type_asset: 'sdk.coin',
693
709
  traces: [{
694
710
  type: 'ibc',
695
711
  counterparty: {
@@ -740,6 +756,7 @@ const assets = {
740
756
  website: 'https://www.coreum.com/',
741
757
  twitter: 'https://twitter.com/CoreumOfficial'
742
758
  },
759
+ type_asset: 'sdk.coin',
743
760
  traces: [{
744
761
  type: 'ibc',
745
762
  counterparty: {
@@ -782,6 +799,7 @@ const assets = {
782
799
  website: 'https://cosmos.network',
783
800
  twitter: 'https://twitter.com/cosmoshub'
784
801
  },
802
+ type_asset: 'sdk.coin',
785
803
  traces: [{
786
804
  type: 'ibc',
787
805
  counterparty: {
@@ -820,6 +838,7 @@ const assets = {
820
838
  primary_color_hex: '#3c2832'
821
839
  }
822
840
  }],
841
+ type_asset: 'sdk.coin',
823
842
  traces: [{
824
843
  type: 'ibc',
825
844
  counterparty: {
@@ -858,6 +877,7 @@ const assets = {
858
877
  primary_color_hex: '#df969f'
859
878
  }
860
879
  }],
880
+ type_asset: 'sdk.coin',
861
881
  traces: [{
862
882
  type: 'ibc',
863
883
  counterparty: {
@@ -945,6 +965,7 @@ const assets = {
945
965
  circle: false
946
966
  }
947
967
  }],
968
+ type_asset: 'sdk.coin',
948
969
  traces: [{
949
970
  type: 'ibc',
950
971
  counterparty: {
@@ -987,6 +1008,7 @@ const assets = {
987
1008
  website: 'https://evmos.org/',
988
1009
  twitter: 'https://twitter.com/EvmosOrg'
989
1010
  },
1011
+ type_asset: 'sdk.coin',
990
1012
  traces: [{
991
1013
  type: 'ibc',
992
1014
  counterparty: {
@@ -1028,6 +1050,7 @@ const assets = {
1028
1050
  website: 'https://www.neokingdom.org/',
1029
1051
  twitter: 'https://twitter.com/NEOKingdomDAO'
1030
1052
  },
1053
+ type_asset: 'sdk.coin',
1031
1054
  traces: [{
1032
1055
  type: 'ibc',
1033
1056
  counterparty: {
@@ -1148,6 +1171,7 @@ const assets = {
1148
1171
  website: 'https://functionx.io',
1149
1172
  twitter: 'https://x.com/functionx_io'
1150
1173
  },
1174
+ type_asset: 'sdk.coin',
1151
1175
  traces: [{
1152
1176
  type: 'ibc',
1153
1177
  counterparty: {
@@ -1190,6 +1214,7 @@ const assets = {
1190
1214
  primary_color_hex: '#04cd80'
1191
1215
  }
1192
1216
  }],
1217
+ type_asset: 'sdk.coin',
1193
1218
  traces: [{
1194
1219
  type: 'ibc',
1195
1220
  counterparty: {
@@ -1273,6 +1298,7 @@ const assets = {
1273
1298
  primary_color_hex: '#2c4484'
1274
1299
  }
1275
1300
  }],
1301
+ type_asset: 'sdk.coin',
1276
1302
  traces: [{
1277
1303
  type: 'ibc',
1278
1304
  counterparty: {
@@ -1315,6 +1341,7 @@ const assets = {
1315
1341
  website: 'https://injective.com/',
1316
1342
  twitter: 'https://twitter.com/Injective_'
1317
1343
  },
1344
+ type_asset: 'sdk.coin',
1318
1345
  traces: [{
1319
1346
  type: 'ibc',
1320
1347
  counterparty: {
@@ -1350,6 +1377,7 @@ const assets = {
1350
1377
  primary_color_hex: '#31292a'
1351
1378
  }
1352
1379
  }],
1380
+ type_asset: 'sdk.coin',
1353
1381
  traces: [{
1354
1382
  type: 'ibc',
1355
1383
  counterparty: {
@@ -1385,6 +1413,7 @@ const assets = {
1385
1413
  primary_color_hex: '#18120f'
1386
1414
  }
1387
1415
  }],
1416
+ type_asset: 'sdk.coin',
1388
1417
  traces: [{
1389
1418
  type: 'ibc',
1390
1419
  counterparty: {
@@ -1417,6 +1446,7 @@ const assets = {
1417
1446
  primary_color_hex: '#293a6f'
1418
1447
  }
1419
1448
  }],
1449
+ type_asset: 'sdk.coin',
1420
1450
  traces: [{
1421
1451
  type: 'ibc',
1422
1452
  counterparty: {
@@ -1449,6 +1479,7 @@ const assets = {
1449
1479
  primary_color_hex: '#272f4b'
1450
1480
  }
1451
1481
  }],
1482
+ type_asset: 'sdk.coin',
1452
1483
  traces: [{
1453
1484
  type: 'ibc',
1454
1485
  counterparty: {
@@ -1481,6 +1512,7 @@ const assets = {
1481
1512
  primary_color_hex: '#2a303f'
1482
1513
  }
1483
1514
  }],
1515
+ type_asset: 'sdk.coin',
1484
1516
  traces: [{
1485
1517
  type: 'ibc',
1486
1518
  counterparty: {
@@ -1513,6 +1545,7 @@ const assets = {
1513
1545
  primary_color_hex: '#54ac94'
1514
1546
  }
1515
1547
  }],
1548
+ type_asset: 'sdk.coin',
1516
1549
  traces: [{
1517
1550
  type: 'ibc',
1518
1551
  counterparty: {
@@ -1545,6 +1578,7 @@ const assets = {
1545
1578
  primary_color_hex: '#7931f9'
1546
1579
  }
1547
1580
  }],
1581
+ type_asset: 'sdk.coin',
1548
1582
  traces: [{
1549
1583
  type: 'ibc',
1550
1584
  counterparty: {
@@ -1583,6 +1617,7 @@ const assets = {
1583
1617
  primary_color_hex: '#dbdbcb'
1584
1618
  }
1585
1619
  }],
1620
+ type_asset: 'sdk.coin',
1586
1621
  traces: [{
1587
1622
  type: 'ibc',
1588
1623
  counterparty: {
@@ -1625,6 +1660,7 @@ const assets = {
1625
1660
  website: 'https://junonetwork.io/',
1626
1661
  twitter: 'https://twitter.com/JunoNetwork'
1627
1662
  },
1663
+ type_asset: 'sdk.coin',
1628
1664
  traces: [{
1629
1665
  type: 'ibc',
1630
1666
  counterparty: {
@@ -1667,6 +1703,7 @@ const assets = {
1667
1703
  website: 'https://kujira.network/',
1668
1704
  twitter: 'https://twitter.com/TeamKujira'
1669
1705
  },
1706
+ type_asset: 'sdk.coin',
1670
1707
  traces: [{
1671
1708
  type: 'ibc',
1672
1709
  counterparty: {
@@ -1709,6 +1746,7 @@ const assets = {
1709
1746
  website: 'https://www.kyve.network/',
1710
1747
  twitter: 'https://twitter.com/KYVENetwork'
1711
1748
  },
1749
+ type_asset: 'sdk.coin',
1712
1750
  traces: [{
1713
1751
  type: 'ibc',
1714
1752
  counterparty: {
@@ -1798,6 +1836,7 @@ const assets = {
1798
1836
  primary_color_hex: '#1c1c1c'
1799
1837
  }
1800
1838
  }],
1839
+ type_asset: 'sdk.coin',
1801
1840
  traces: [{
1802
1841
  type: 'ibc',
1803
1842
  counterparty: {
@@ -1842,6 +1881,7 @@ const assets = {
1842
1881
  website: 'https://neutron.org/',
1843
1882
  twitter: 'https://twitter.com/Neutron_org'
1844
1883
  },
1884
+ type_asset: 'sdk.coin',
1845
1885
  traces: [{
1846
1886
  type: 'ibc',
1847
1887
  counterparty: {
@@ -1877,6 +1917,7 @@ const assets = {
1877
1917
  primary_color_hex: '#1b0847'
1878
1918
  }
1879
1919
  }],
1920
+ type_asset: 'sdk.coin',
1880
1921
  traces: [{
1881
1922
  type: 'ibc',
1882
1923
  counterparty: {
@@ -1912,6 +1953,7 @@ const assets = {
1912
1953
  primary_color_hex: '#dcd5ab'
1913
1954
  }
1914
1955
  }],
1956
+ type_asset: 'sdk.coin',
1915
1957
  traces: [{
1916
1958
  type: 'ibc',
1917
1959
  counterparty: {
@@ -1947,6 +1989,7 @@ const assets = {
1947
1989
  primary_color_hex: '#333333'
1948
1990
  }
1949
1991
  }],
1992
+ type_asset: 'sdk.coin',
1950
1993
  traces: [{
1951
1994
  type: 'ibc',
1952
1995
  counterparty: {
@@ -1996,6 +2039,7 @@ const assets = {
1996
2039
  primary_color_hex: '#14c0ce'
1997
2040
  }
1998
2041
  }],
2042
+ type_asset: 'sdk.coin',
1999
2043
  traces: [{
2000
2044
  type: 'ibc',
2001
2045
  counterparty: {
@@ -2019,6 +2063,7 @@ const assets = {
2019
2063
  name: 'uoprek',
2020
2064
  display: 'tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek',
2021
2065
  symbol: 'UOPREK',
2066
+ type_asset: 'sdk.coin',
2022
2067
  traces: [{
2023
2068
  type: 'ibc',
2024
2069
  counterparty: {
@@ -2042,6 +2087,7 @@ const assets = {
2042
2087
  name: 'utestate',
2043
2088
  display: 'tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate',
2044
2089
  symbol: 'UTESTATE',
2090
+ type_asset: 'sdk.coin',
2045
2091
  traces: [{
2046
2092
  type: 'ibc',
2047
2093
  counterparty: {
@@ -2065,6 +2111,7 @@ const assets = {
2065
2111
  name: 'npp',
2066
2112
  display: 'tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP',
2067
2113
  symbol: 'NPP',
2114
+ type_asset: 'sdk.coin',
2068
2115
  traces: [{
2069
2116
  type: 'ibc',
2070
2117
  counterparty: {
@@ -2107,6 +2154,7 @@ const assets = {
2107
2154
  website: 'https://nolus.io/',
2108
2155
  twitter: 'https://twitter.com/NolusProtocol'
2109
2156
  },
2157
+ type_asset: 'sdk.coin',
2110
2158
  traces: [{
2111
2159
  type: 'ibc',
2112
2160
  counterparty: {
@@ -2146,6 +2194,7 @@ const assets = {
2146
2194
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
2147
2195
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
2148
2196
  }],
2197
+ type_asset: 'sdk.coin',
2149
2198
  traces: [{
2150
2199
  type: 'ibc',
2151
2200
  counterparty: {
@@ -2187,6 +2236,7 @@ const assets = {
2187
2236
  primary_color_hex: '#c3ebf3'
2188
2237
  }
2189
2238
  }],
2239
+ type_asset: 'sdk.coin',
2190
2240
  traces: [{
2191
2241
  type: 'ibc',
2192
2242
  counterparty: {
@@ -2228,6 +2278,7 @@ const assets = {
2228
2278
  primary_color_hex: '#040404'
2229
2279
  }
2230
2280
  }],
2281
+ type_asset: 'sdk.coin',
2231
2282
  traces: [{
2232
2283
  type: 'ibc',
2233
2284
  counterparty: {
@@ -2270,6 +2321,7 @@ const assets = {
2270
2321
  website: 'https://omniflix.network/',
2271
2322
  twitter: 'https://twitter.com/OmniFlixNetwork'
2272
2323
  },
2324
+ type_asset: 'sdk.coin',
2273
2325
  traces: [{
2274
2326
  type: 'ibc',
2275
2327
  counterparty: {
@@ -2396,6 +2448,7 @@ const assets = {
2396
2448
  primary_color_hex: '#4c7cdc'
2397
2449
  }
2398
2450
  }],
2451
+ type_asset: 'sdk.coin',
2399
2452
  traces: [{
2400
2453
  type: 'ibc',
2401
2454
  counterparty: {
@@ -2433,6 +2486,7 @@ const assets = {
2433
2486
  primary_color_hex: '#c6ddf5'
2434
2487
  }
2435
2488
  }],
2489
+ type_asset: 'sdk.coin',
2436
2490
  traces: [{
2437
2491
  type: 'ibc',
2438
2492
  counterparty: {
@@ -2467,6 +2521,7 @@ const assets = {
2467
2521
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
2468
2522
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
2469
2523
  }],
2524
+ type_asset: 'sdk.coin',
2470
2525
  traces: [{
2471
2526
  type: 'ibc',
2472
2527
  counterparty: {
@@ -2501,6 +2556,7 @@ const assets = {
2501
2556
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
2502
2557
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
2503
2558
  }],
2559
+ type_asset: 'sdk.coin',
2504
2560
  traces: [{
2505
2561
  type: 'ibc',
2506
2562
  counterparty: {
@@ -2535,6 +2591,7 @@ const assets = {
2535
2591
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
2536
2592
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
2537
2593
  }],
2594
+ type_asset: 'sdk.coin',
2538
2595
  traces: [{
2539
2596
  type: 'ibc',
2540
2597
  counterparty: {
@@ -2569,6 +2626,7 @@ const assets = {
2569
2626
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
2570
2627
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
2571
2628
  }],
2629
+ type_asset: 'sdk.coin',
2572
2630
  traces: [{
2573
2631
  type: 'ibc',
2574
2632
  counterparty: {
@@ -2603,6 +2661,7 @@ const assets = {
2603
2661
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
2604
2662
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
2605
2663
  }],
2664
+ type_asset: 'sdk.coin',
2606
2665
  traces: [{
2607
2666
  type: 'ibc',
2608
2667
  counterparty: {
@@ -2637,6 +2696,7 @@ const assets = {
2637
2696
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
2638
2697
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
2639
2698
  }],
2699
+ type_asset: 'sdk.coin',
2640
2700
  traces: [{
2641
2701
  type: 'ibc',
2642
2702
  counterparty: {
@@ -2671,6 +2731,7 @@ const assets = {
2671
2731
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
2672
2732
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
2673
2733
  }],
2734
+ type_asset: 'sdk.coin',
2674
2735
  traces: [{
2675
2736
  type: 'ibc',
2676
2737
  counterparty: {
@@ -2705,6 +2766,7 @@ const assets = {
2705
2766
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
2706
2767
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
2707
2768
  }],
2769
+ type_asset: 'sdk.coin',
2708
2770
  traces: [{
2709
2771
  type: 'ibc',
2710
2772
  counterparty: {
@@ -2739,6 +2801,7 @@ const assets = {
2739
2801
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
2740
2802
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
2741
2803
  }],
2804
+ type_asset: 'sdk.coin',
2742
2805
  traces: [{
2743
2806
  type: 'ibc',
2744
2807
  counterparty: {
@@ -2773,6 +2836,7 @@ const assets = {
2773
2836
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2774
2837
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2775
2838
  }],
2839
+ type_asset: 'sdk.coin',
2776
2840
  traces: [{
2777
2841
  type: 'ibc',
2778
2842
  counterparty: {
@@ -2807,6 +2871,7 @@ const assets = {
2807
2871
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2808
2872
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2809
2873
  }],
2874
+ type_asset: 'sdk.coin',
2810
2875
  traces: [{
2811
2876
  type: 'ibc',
2812
2877
  counterparty: {
@@ -2841,6 +2906,7 @@ const assets = {
2841
2906
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2842
2907
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2843
2908
  }],
2909
+ type_asset: 'sdk.coin',
2844
2910
  traces: [{
2845
2911
  type: 'ibc',
2846
2912
  counterparty: {
@@ -2875,6 +2941,7 @@ const assets = {
2875
2941
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2876
2942
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2877
2943
  }],
2944
+ type_asset: 'sdk.coin',
2878
2945
  traces: [{
2879
2946
  type: 'ibc',
2880
2947
  counterparty: {
@@ -2909,6 +2976,7 @@ const assets = {
2909
2976
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2910
2977
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2911
2978
  }],
2979
+ type_asset: 'sdk.coin',
2912
2980
  traces: [{
2913
2981
  type: 'ibc',
2914
2982
  counterparty: {
@@ -2943,6 +3011,7 @@ const assets = {
2943
3011
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2944
3012
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2945
3013
  }],
3014
+ type_asset: 'sdk.coin',
2946
3015
  traces: [{
2947
3016
  type: 'ibc',
2948
3017
  counterparty: {
@@ -2977,6 +3046,7 @@ const assets = {
2977
3046
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2978
3047
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2979
3048
  }],
3049
+ type_asset: 'sdk.coin',
2980
3050
  traces: [{
2981
3051
  type: 'ibc',
2982
3052
  counterparty: {
@@ -3011,6 +3081,7 @@ const assets = {
3011
3081
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
3012
3082
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
3013
3083
  }],
3084
+ type_asset: 'sdk.coin',
3014
3085
  traces: [{
3015
3086
  type: 'ibc',
3016
3087
  counterparty: {
@@ -3045,6 +3116,7 @@ const assets = {
3045
3116
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
3046
3117
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
3047
3118
  }],
3119
+ type_asset: 'sdk.coin',
3048
3120
  traces: [{
3049
3121
  type: 'ibc',
3050
3122
  counterparty: {
@@ -3079,6 +3151,7 @@ const assets = {
3079
3151
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
3080
3152
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
3081
3153
  }],
3154
+ type_asset: 'sdk.coin',
3082
3155
  traces: [{
3083
3156
  type: 'ibc',
3084
3157
  counterparty: {
@@ -3113,6 +3186,7 @@ const assets = {
3113
3186
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
3114
3187
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
3115
3188
  }],
3189
+ type_asset: 'sdk.coin',
3116
3190
  traces: [{
3117
3191
  type: 'ibc',
3118
3192
  counterparty: {
@@ -3147,6 +3221,7 @@ const assets = {
3147
3221
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
3148
3222
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
3149
3223
  }],
3224
+ type_asset: 'sdk.coin',
3150
3225
  traces: [{
3151
3226
  type: 'ibc',
3152
3227
  counterparty: {
@@ -3181,6 +3256,7 @@ const assets = {
3181
3256
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
3182
3257
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
3183
3258
  }],
3259
+ type_asset: 'sdk.coin',
3184
3260
  traces: [{
3185
3261
  type: 'ibc',
3186
3262
  counterparty: {
@@ -3215,6 +3291,7 @@ const assets = {
3215
3291
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
3216
3292
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
3217
3293
  }],
3294
+ type_asset: 'sdk.coin',
3218
3295
  traces: [{
3219
3296
  type: 'ibc',
3220
3297
  counterparty: {
@@ -3249,6 +3326,7 @@ const assets = {
3249
3326
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
3250
3327
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
3251
3328
  }],
3329
+ type_asset: 'sdk.coin',
3252
3330
  traces: [{
3253
3331
  type: 'ibc',
3254
3332
  counterparty: {
@@ -3283,6 +3361,7 @@ const assets = {
3283
3361
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
3284
3362
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
3285
3363
  }],
3364
+ type_asset: 'sdk.coin',
3286
3365
  traces: [{
3287
3366
  type: 'ibc',
3288
3367
  counterparty: {
@@ -3317,6 +3396,7 @@ const assets = {
3317
3396
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
3318
3397
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
3319
3398
  }],
3399
+ type_asset: 'sdk.coin',
3320
3400
  traces: [{
3321
3401
  type: 'ibc',
3322
3402
  counterparty: {
@@ -3351,6 +3431,7 @@ const assets = {
3351
3431
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
3352
3432
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
3353
3433
  }],
3434
+ type_asset: 'sdk.coin',
3354
3435
  traces: [{
3355
3436
  type: 'ibc',
3356
3437
  counterparty: {
@@ -3385,6 +3466,7 @@ const assets = {
3385
3466
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
3386
3467
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
3387
3468
  }],
3469
+ type_asset: 'sdk.coin',
3388
3470
  traces: [{
3389
3471
  type: 'ibc',
3390
3472
  counterparty: {
@@ -3419,6 +3501,7 @@ const assets = {
3419
3501
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
3420
3502
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
3421
3503
  }],
3504
+ type_asset: 'sdk.coin',
3422
3505
  traces: [{
3423
3506
  type: 'ibc',
3424
3507
  counterparty: {
@@ -3453,6 +3536,7 @@ const assets = {
3453
3536
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
3454
3537
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
3455
3538
  }],
3539
+ type_asset: 'sdk.coin',
3456
3540
  traces: [{
3457
3541
  type: 'ibc',
3458
3542
  counterparty: {
@@ -3487,6 +3571,7 @@ const assets = {
3487
3571
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
3488
3572
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
3489
3573
  }],
3574
+ type_asset: 'sdk.coin',
3490
3575
  traces: [{
3491
3576
  type: 'ibc',
3492
3577
  counterparty: {
@@ -3521,6 +3606,7 @@ const assets = {
3521
3606
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
3522
3607
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
3523
3608
  }],
3609
+ type_asset: 'sdk.coin',
3524
3610
  traces: [{
3525
3611
  type: 'ibc',
3526
3612
  counterparty: {
@@ -3555,6 +3641,7 @@ const assets = {
3555
3641
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
3556
3642
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
3557
3643
  }],
3644
+ type_asset: 'sdk.coin',
3558
3645
  traces: [{
3559
3646
  type: 'ibc',
3560
3647
  counterparty: {
@@ -3589,6 +3676,7 @@ const assets = {
3589
3676
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
3590
3677
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
3591
3678
  }],
3679
+ type_asset: 'sdk.coin',
3592
3680
  traces: [{
3593
3681
  type: 'ibc',
3594
3682
  counterparty: {
@@ -3623,6 +3711,7 @@ const assets = {
3623
3711
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
3624
3712
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
3625
3713
  }],
3714
+ type_asset: 'sdk.coin',
3626
3715
  traces: [{
3627
3716
  type: 'ibc',
3628
3717
  counterparty: {
@@ -3657,6 +3746,7 @@ const assets = {
3657
3746
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
3658
3747
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
3659
3748
  }],
3749
+ type_asset: 'sdk.coin',
3660
3750
  traces: [{
3661
3751
  type: 'ibc',
3662
3752
  counterparty: {
@@ -3691,6 +3781,7 @@ const assets = {
3691
3781
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3692
3782
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3693
3783
  }],
3784
+ type_asset: 'sdk.coin',
3694
3785
  traces: [{
3695
3786
  type: 'ibc',
3696
3787
  counterparty: {
@@ -3725,6 +3816,7 @@ const assets = {
3725
3816
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3726
3817
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3727
3818
  }],
3819
+ type_asset: 'sdk.coin',
3728
3820
  traces: [{
3729
3821
  type: 'ibc',
3730
3822
  counterparty: {
@@ -3759,6 +3851,7 @@ const assets = {
3759
3851
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3760
3852
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3761
3853
  }],
3854
+ type_asset: 'sdk.coin',
3762
3855
  traces: [{
3763
3856
  type: 'ibc',
3764
3857
  counterparty: {
@@ -3793,6 +3886,7 @@ const assets = {
3793
3886
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3794
3887
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3795
3888
  }],
3889
+ type_asset: 'sdk.coin',
3796
3890
  traces: [{
3797
3891
  type: 'ibc',
3798
3892
  counterparty: {
@@ -3827,6 +3921,7 @@ const assets = {
3827
3921
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3828
3922
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3829
3923
  }],
3924
+ type_asset: 'sdk.coin',
3830
3925
  traces: [{
3831
3926
  type: 'ibc',
3832
3927
  counterparty: {
@@ -3861,6 +3956,7 @@ const assets = {
3861
3956
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3862
3957
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3863
3958
  }],
3959
+ type_asset: 'sdk.coin',
3864
3960
  traces: [{
3865
3961
  type: 'ibc',
3866
3962
  counterparty: {
@@ -3895,6 +3991,7 @@ const assets = {
3895
3991
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3896
3992
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3897
3993
  }],
3994
+ type_asset: 'sdk.coin',
3898
3995
  traces: [{
3899
3996
  type: 'ibc',
3900
3997
  counterparty: {
@@ -3929,6 +4026,7 @@ const assets = {
3929
4026
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3930
4027
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3931
4028
  }],
4029
+ type_asset: 'sdk.coin',
3932
4030
  traces: [{
3933
4031
  type: 'ibc',
3934
4032
  counterparty: {
@@ -3963,6 +4061,7 @@ const assets = {
3963
4061
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3964
4062
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3965
4063
  }],
4064
+ type_asset: 'sdk.coin',
3966
4065
  traces: [{
3967
4066
  type: 'ibc',
3968
4067
  counterparty: {
@@ -3997,6 +4096,7 @@ const assets = {
3997
4096
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3998
4097
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3999
4098
  }],
4099
+ type_asset: 'sdk.coin',
4000
4100
  traces: [{
4001
4101
  type: 'ibc',
4002
4102
  counterparty: {
@@ -4031,6 +4131,7 @@ const assets = {
4031
4131
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
4032
4132
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
4033
4133
  }],
4134
+ type_asset: 'sdk.coin',
4034
4135
  traces: [{
4035
4136
  type: 'ibc',
4036
4137
  counterparty: {
@@ -4065,6 +4166,7 @@ const assets = {
4065
4166
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
4066
4167
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
4067
4168
  }],
4169
+ type_asset: 'sdk.coin',
4068
4170
  traces: [{
4069
4171
  type: 'ibc',
4070
4172
  counterparty: {
@@ -4099,6 +4201,7 @@ const assets = {
4099
4201
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4100
4202
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4101
4203
  }],
4204
+ type_asset: 'sdk.coin',
4102
4205
  traces: [{
4103
4206
  type: 'ibc',
4104
4207
  counterparty: {
@@ -4133,6 +4236,7 @@ const assets = {
4133
4236
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4134
4237
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4135
4238
  }],
4239
+ type_asset: 'sdk.coin',
4136
4240
  traces: [{
4137
4241
  type: 'ibc',
4138
4242
  counterparty: {
@@ -4167,6 +4271,7 @@ const assets = {
4167
4271
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4168
4272
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4169
4273
  }],
4274
+ type_asset: 'sdk.coin',
4170
4275
  traces: [{
4171
4276
  type: 'ibc',
4172
4277
  counterparty: {
@@ -4201,6 +4306,7 @@ const assets = {
4201
4306
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4202
4307
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4203
4308
  }],
4309
+ type_asset: 'sdk.coin',
4204
4310
  traces: [{
4205
4311
  type: 'ibc',
4206
4312
  counterparty: {
@@ -4235,6 +4341,7 @@ const assets = {
4235
4341
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4236
4342
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4237
4343
  }],
4344
+ type_asset: 'sdk.coin',
4238
4345
  traces: [{
4239
4346
  type: 'ibc',
4240
4347
  counterparty: {
@@ -4269,6 +4376,7 @@ const assets = {
4269
4376
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4270
4377
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4271
4378
  }],
4379
+ type_asset: 'sdk.coin',
4272
4380
  traces: [{
4273
4381
  type: 'ibc',
4274
4382
  counterparty: {
@@ -4303,6 +4411,7 @@ const assets = {
4303
4411
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4304
4412
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4305
4413
  }],
4414
+ type_asset: 'sdk.coin',
4306
4415
  traces: [{
4307
4416
  type: 'ibc',
4308
4417
  counterparty: {
@@ -4337,6 +4446,7 @@ const assets = {
4337
4446
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4338
4447
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4339
4448
  }],
4449
+ type_asset: 'sdk.coin',
4340
4450
  traces: [{
4341
4451
  type: 'ibc',
4342
4452
  counterparty: {
@@ -4371,6 +4481,7 @@ const assets = {
4371
4481
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4372
4482
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4373
4483
  }],
4484
+ type_asset: 'sdk.coin',
4374
4485
  traces: [{
4375
4486
  type: 'ibc',
4376
4487
  counterparty: {
@@ -4405,6 +4516,7 @@ const assets = {
4405
4516
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4406
4517
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4407
4518
  }],
4519
+ type_asset: 'sdk.coin',
4408
4520
  traces: [{
4409
4521
  type: 'ibc',
4410
4522
  counterparty: {
@@ -4439,6 +4551,7 @@ const assets = {
4439
4551
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4440
4552
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4441
4553
  }],
4554
+ type_asset: 'sdk.coin',
4442
4555
  traces: [{
4443
4556
  type: 'ibc',
4444
4557
  counterparty: {
@@ -4473,6 +4586,7 @@ const assets = {
4473
4586
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4474
4587
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4475
4588
  }],
4589
+ type_asset: 'sdk.coin',
4476
4590
  traces: [{
4477
4591
  type: 'ibc',
4478
4592
  counterparty: {
@@ -4507,6 +4621,7 @@ const assets = {
4507
4621
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4508
4622
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4509
4623
  }],
4624
+ type_asset: 'sdk.coin',
4510
4625
  traces: [{
4511
4626
  type: 'ibc',
4512
4627
  counterparty: {
@@ -4541,6 +4656,7 @@ const assets = {
4541
4656
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4542
4657
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4543
4658
  }],
4659
+ type_asset: 'sdk.coin',
4544
4660
  traces: [{
4545
4661
  type: 'ibc',
4546
4662
  counterparty: {
@@ -4575,6 +4691,7 @@ const assets = {
4575
4691
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4576
4692
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4577
4693
  }],
4694
+ type_asset: 'sdk.coin',
4578
4695
  traces: [{
4579
4696
  type: 'ibc',
4580
4697
  counterparty: {
@@ -4609,6 +4726,7 @@ const assets = {
4609
4726
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4610
4727
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4611
4728
  }],
4729
+ type_asset: 'sdk.coin',
4612
4730
  traces: [{
4613
4731
  type: 'ibc',
4614
4732
  counterparty: {
@@ -4643,6 +4761,7 @@ const assets = {
4643
4761
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4644
4762
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4645
4763
  }],
4764
+ type_asset: 'sdk.coin',
4646
4765
  traces: [{
4647
4766
  type: 'ibc',
4648
4767
  counterparty: {
@@ -4677,6 +4796,7 @@ const assets = {
4677
4796
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4678
4797
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4679
4798
  }],
4799
+ type_asset: 'sdk.coin',
4680
4800
  traces: [{
4681
4801
  type: 'ibc',
4682
4802
  counterparty: {
@@ -4711,6 +4831,7 @@ const assets = {
4711
4831
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4712
4832
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4713
4833
  }],
4834
+ type_asset: 'sdk.coin',
4714
4835
  traces: [{
4715
4836
  type: 'ibc',
4716
4837
  counterparty: {
@@ -4745,6 +4866,7 @@ const assets = {
4745
4866
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4746
4867
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4747
4868
  }],
4869
+ type_asset: 'sdk.coin',
4748
4870
  traces: [{
4749
4871
  type: 'ibc',
4750
4872
  counterparty: {
@@ -4779,6 +4901,7 @@ const assets = {
4779
4901
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4780
4902
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4781
4903
  }],
4904
+ type_asset: 'sdk.coin',
4782
4905
  traces: [{
4783
4906
  type: 'ibc',
4784
4907
  counterparty: {
@@ -4813,6 +4936,7 @@ const assets = {
4813
4936
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4814
4937
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4815
4938
  }],
4939
+ type_asset: 'sdk.coin',
4816
4940
  traces: [{
4817
4941
  type: 'ibc',
4818
4942
  counterparty: {
@@ -4847,6 +4971,7 @@ const assets = {
4847
4971
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4848
4972
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4849
4973
  }],
4974
+ type_asset: 'sdk.coin',
4850
4975
  traces: [{
4851
4976
  type: 'ibc',
4852
4977
  counterparty: {
@@ -4881,6 +5006,7 @@ const assets = {
4881
5006
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4882
5007
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4883
5008
  }],
5009
+ type_asset: 'sdk.coin',
4884
5010
  traces: [{
4885
5011
  type: 'ibc',
4886
5012
  counterparty: {
@@ -4931,6 +5057,7 @@ const assets = {
4931
5057
  website: 'https://www.saga.xyz/',
4932
5058
  twitter: 'https://twitter.com/Sagaxyz__'
4933
5059
  },
5060
+ type_asset: 'sdk.coin',
4934
5061
  traces: [{
4935
5062
  type: 'ibc',
4936
5063
  counterparty: {
@@ -4973,6 +5100,7 @@ const assets = {
4973
5100
  website: 'https://scrt.network/',
4974
5101
  twitter: 'https://twitter.com/SecretNetwork'
4975
5102
  },
5103
+ type_asset: 'sdk.coin',
4976
5104
  traces: [{
4977
5105
  type: 'ibc',
4978
5106
  counterparty: {
@@ -5015,6 +5143,7 @@ const assets = {
5015
5143
  website: 'https://www.sei.io/',
5016
5144
  twitter: 'https://twitter.com/SeiNetwork'
5017
5145
  },
5146
+ type_asset: 'sdk.coin',
5018
5147
  traces: [{
5019
5148
  type: 'ibc',
5020
5149
  counterparty: {
@@ -5037,6 +5166,8 @@ const assets = {
5037
5166
  denom: 'oozaru',
5038
5167
  exponent: 6
5039
5168
  }],
5169
+ type_asset: 'cw20',
5170
+ address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
5040
5171
  base: 'ibc/097C7F089CC601CDDB8AF64B2F5C81171619B28967F44D7E5B70F50D5CC8903E',
5041
5172
  name: 'Oozaru',
5042
5173
  display: 'oozaru',
@@ -5090,6 +5221,7 @@ const assets = {
5090
5221
  website: 'https://selfchain.xyz',
5091
5222
  twitter: 'https://x.com/selfchainxyz'
5092
5223
  },
5224
+ type_asset: 'sdk.coin',
5093
5225
  traces: [{
5094
5226
  type: 'ibc',
5095
5227
  counterparty: {
@@ -5132,6 +5264,7 @@ const assets = {
5132
5264
  website: 'https://shido.io/',
5133
5265
  twitter: 'https://twitter.com/ShidoGlobal'
5134
5266
  },
5267
+ type_asset: 'sdk.coin',
5135
5268
  traces: [{
5136
5269
  type: 'ibc',
5137
5270
  counterparty: {
@@ -5182,6 +5315,7 @@ const assets = {
5182
5315
  website: 'https://www.sommelier.finance/',
5183
5316
  twitter: 'https://twitter.com/sommfinance'
5184
5317
  },
5318
+ type_asset: 'sdk.coin',
5185
5319
  traces: [{
5186
5320
  type: 'ibc',
5187
5321
  counterparty: {
@@ -5224,6 +5358,7 @@ const assets = {
5224
5358
  website: 'https://www.sourceprotocol.io/',
5225
5359
  twitter: 'https://twitter.com/sourceprotocol_'
5226
5360
  },
5361
+ type_asset: 'sdk.coin',
5227
5362
  traces: [{
5228
5363
  type: 'ibc',
5229
5364
  counterparty: {
@@ -5266,6 +5401,7 @@ const assets = {
5266
5401
  website: 'https://stride.zone/',
5267
5402
  twitter: 'https://twitter.com/stride_zone'
5268
5403
  },
5404
+ type_asset: 'sdk.coin',
5269
5405
  traces: [{
5270
5406
  type: 'ibc',
5271
5407
  counterparty: {
@@ -5308,6 +5444,7 @@ const assets = {
5308
5444
  website: 'https://www.terra.money/',
5309
5445
  twitter: 'https://twitter.com/terra_money'
5310
5446
  },
5447
+ type_asset: 'sdk.coin',
5311
5448
  traces: [{
5312
5449
  type: 'ibc',
5313
5450
  counterparty: {
@@ -5346,6 +5483,7 @@ const assets = {
5346
5483
  primary_color_hex: '#22f2e9'
5347
5484
  }
5348
5485
  }],
5486
+ type_asset: 'sdk.coin',
5349
5487
  traces: [{
5350
5488
  type: 'ibc',
5351
5489
  counterparty: {
@@ -5431,6 +5569,7 @@ const assets = {
5431
5569
  website: 'https://celestia.org/',
5432
5570
  twitter: 'https://twitter.com/CelestiaOrg'
5433
5571
  },
5572
+ type_asset: 'sdk.coin',
5434
5573
  traces: [{
5435
5574
  type: 'ibc',
5436
5575
  counterparty: {
@@ -5471,6 +5610,7 @@ const assets = {
5471
5610
  website: 'https://c4e.io/',
5472
5611
  twitter: 'https://twitter.com/Chain4Energy'
5473
5612
  },
5613
+ type_asset: 'sdk.coin',
5474
5614
  traces: [{
5475
5615
  type: 'ibc',
5476
5616
  counterparty: {
@@ -5521,6 +5661,7 @@ const assets = {
5521
5661
  website: 'https://www.coreum.com/',
5522
5662
  twitter: 'https://twitter.com/CoreumOfficial'
5523
5663
  },
5664
+ type_asset: 'sdk.coin',
5524
5665
  traces: [{
5525
5666
  type: 'ibc',
5526
5667
  counterparty: {
@@ -5563,6 +5704,7 @@ const assets = {
5563
5704
  website: 'https://cosmos.network',
5564
5705
  twitter: 'https://twitter.com/cosmoshub'
5565
5706
  },
5707
+ type_asset: 'sdk.coin',
5566
5708
  traces: [{
5567
5709
  type: 'ibc',
5568
5710
  counterparty: {
@@ -5601,6 +5743,7 @@ const assets = {
5601
5743
  primary_color_hex: '#3c2832'
5602
5744
  }
5603
5745
  }],
5746
+ type_asset: 'sdk.coin',
5604
5747
  traces: [{
5605
5748
  type: 'ibc',
5606
5749
  counterparty: {
@@ -5639,6 +5782,7 @@ const assets = {
5639
5782
  primary_color_hex: '#df969f'
5640
5783
  }
5641
5784
  }],
5785
+ type_asset: 'sdk.coin',
5642
5786
  traces: [{
5643
5787
  type: 'ibc',
5644
5788
  counterparty: {
@@ -5726,6 +5870,7 @@ const assets = {
5726
5870
  circle: false
5727
5871
  }
5728
5872
  }],
5873
+ type_asset: 'sdk.coin',
5729
5874
  traces: [{
5730
5875
  type: 'ibc',
5731
5876
  counterparty: {
@@ -5768,6 +5913,7 @@ const assets = {
5768
5913
  website: 'https://evmos.org/',
5769
5914
  twitter: 'https://twitter.com/EvmosOrg'
5770
5915
  },
5916
+ type_asset: 'sdk.coin',
5771
5917
  traces: [{
5772
5918
  type: 'ibc',
5773
5919
  counterparty: {
@@ -5809,6 +5955,7 @@ const assets = {
5809
5955
  website: 'https://www.neokingdom.org/',
5810
5956
  twitter: 'https://twitter.com/NEOKingdomDAO'
5811
5957
  },
5958
+ type_asset: 'sdk.coin',
5812
5959
  traces: [{
5813
5960
  type: 'ibc',
5814
5961
  counterparty: {
@@ -5929,6 +6076,7 @@ const assets = {
5929
6076
  website: 'https://functionx.io',
5930
6077
  twitter: 'https://x.com/functionx_io'
5931
6078
  },
6079
+ type_asset: 'sdk.coin',
5932
6080
  traces: [{
5933
6081
  type: 'ibc',
5934
6082
  counterparty: {
@@ -5971,6 +6119,7 @@ const assets = {
5971
6119
  primary_color_hex: '#04cd80'
5972
6120
  }
5973
6121
  }],
6122
+ type_asset: 'sdk.coin',
5974
6123
  traces: [{
5975
6124
  type: 'ibc',
5976
6125
  counterparty: {
@@ -6054,6 +6203,7 @@ const assets = {
6054
6203
  primary_color_hex: '#2c4484'
6055
6204
  }
6056
6205
  }],
6206
+ type_asset: 'sdk.coin',
6057
6207
  traces: [{
6058
6208
  type: 'ibc',
6059
6209
  counterparty: {
@@ -6096,6 +6246,7 @@ const assets = {
6096
6246
  website: 'https://injective.com/',
6097
6247
  twitter: 'https://twitter.com/Injective_'
6098
6248
  },
6249
+ type_asset: 'sdk.coin',
6099
6250
  traces: [{
6100
6251
  type: 'ibc',
6101
6252
  counterparty: {
@@ -6131,6 +6282,7 @@ const assets = {
6131
6282
  primary_color_hex: '#31292a'
6132
6283
  }
6133
6284
  }],
6285
+ type_asset: 'sdk.coin',
6134
6286
  traces: [{
6135
6287
  type: 'ibc',
6136
6288
  counterparty: {
@@ -6166,6 +6318,7 @@ const assets = {
6166
6318
  primary_color_hex: '#18120f'
6167
6319
  }
6168
6320
  }],
6321
+ type_asset: 'sdk.coin',
6169
6322
  traces: [{
6170
6323
  type: 'ibc',
6171
6324
  counterparty: {
@@ -6198,6 +6351,7 @@ const assets = {
6198
6351
  primary_color_hex: '#293a6f'
6199
6352
  }
6200
6353
  }],
6354
+ type_asset: 'sdk.coin',
6201
6355
  traces: [{
6202
6356
  type: 'ibc',
6203
6357
  counterparty: {
@@ -6230,6 +6384,7 @@ const assets = {
6230
6384
  primary_color_hex: '#272f4b'
6231
6385
  }
6232
6386
  }],
6387
+ type_asset: 'sdk.coin',
6233
6388
  traces: [{
6234
6389
  type: 'ibc',
6235
6390
  counterparty: {
@@ -6262,6 +6417,7 @@ const assets = {
6262
6417
  primary_color_hex: '#2a303f'
6263
6418
  }
6264
6419
  }],
6420
+ type_asset: 'sdk.coin',
6265
6421
  traces: [{
6266
6422
  type: 'ibc',
6267
6423
  counterparty: {
@@ -6294,6 +6450,7 @@ const assets = {
6294
6450
  primary_color_hex: '#54ac94'
6295
6451
  }
6296
6452
  }],
6453
+ type_asset: 'sdk.coin',
6297
6454
  traces: [{
6298
6455
  type: 'ibc',
6299
6456
  counterparty: {
@@ -6326,6 +6483,7 @@ const assets = {
6326
6483
  primary_color_hex: '#7931f9'
6327
6484
  }
6328
6485
  }],
6486
+ type_asset: 'sdk.coin',
6329
6487
  traces: [{
6330
6488
  type: 'ibc',
6331
6489
  counterparty: {
@@ -6364,6 +6522,7 @@ const assets = {
6364
6522
  primary_color_hex: '#dbdbcb'
6365
6523
  }
6366
6524
  }],
6525
+ type_asset: 'sdk.coin',
6367
6526
  traces: [{
6368
6527
  type: 'ibc',
6369
6528
  counterparty: {
@@ -6406,6 +6565,7 @@ const assets = {
6406
6565
  website: 'https://junonetwork.io/',
6407
6566
  twitter: 'https://twitter.com/JunoNetwork'
6408
6567
  },
6568
+ type_asset: 'sdk.coin',
6409
6569
  traces: [{
6410
6570
  type: 'ibc',
6411
6571
  counterparty: {
@@ -6448,6 +6608,7 @@ const assets = {
6448
6608
  website: 'https://kujira.network/',
6449
6609
  twitter: 'https://twitter.com/TeamKujira'
6450
6610
  },
6611
+ type_asset: 'sdk.coin',
6451
6612
  traces: [{
6452
6613
  type: 'ibc',
6453
6614
  counterparty: {
@@ -6490,6 +6651,7 @@ const assets = {
6490
6651
  website: 'https://www.kyve.network/',
6491
6652
  twitter: 'https://twitter.com/KYVENetwork'
6492
6653
  },
6654
+ type_asset: 'sdk.coin',
6493
6655
  traces: [{
6494
6656
  type: 'ibc',
6495
6657
  counterparty: {
@@ -6579,6 +6741,7 @@ const assets = {
6579
6741
  primary_color_hex: '#1c1c1c'
6580
6742
  }
6581
6743
  }],
6744
+ type_asset: 'sdk.coin',
6582
6745
  traces: [{
6583
6746
  type: 'ibc',
6584
6747
  counterparty: {
@@ -6623,6 +6786,7 @@ const assets = {
6623
6786
  website: 'https://neutron.org/',
6624
6787
  twitter: 'https://twitter.com/Neutron_org'
6625
6788
  },
6789
+ type_asset: 'sdk.coin',
6626
6790
  traces: [{
6627
6791
  type: 'ibc',
6628
6792
  counterparty: {
@@ -6658,6 +6822,7 @@ const assets = {
6658
6822
  primary_color_hex: '#1b0847'
6659
6823
  }
6660
6824
  }],
6825
+ type_asset: 'sdk.coin',
6661
6826
  traces: [{
6662
6827
  type: 'ibc',
6663
6828
  counterparty: {
@@ -6693,6 +6858,7 @@ const assets = {
6693
6858
  primary_color_hex: '#dcd5ab'
6694
6859
  }
6695
6860
  }],
6861
+ type_asset: 'sdk.coin',
6696
6862
  traces: [{
6697
6863
  type: 'ibc',
6698
6864
  counterparty: {
@@ -6728,6 +6894,7 @@ const assets = {
6728
6894
  primary_color_hex: '#333333'
6729
6895
  }
6730
6896
  }],
6897
+ type_asset: 'sdk.coin',
6731
6898
  traces: [{
6732
6899
  type: 'ibc',
6733
6900
  counterparty: {
@@ -6777,6 +6944,7 @@ const assets = {
6777
6944
  primary_color_hex: '#14c0ce'
6778
6945
  }
6779
6946
  }],
6947
+ type_asset: 'sdk.coin',
6780
6948
  traces: [{
6781
6949
  type: 'ibc',
6782
6950
  counterparty: {
@@ -6800,6 +6968,7 @@ const assets = {
6800
6968
  name: 'uoprek',
6801
6969
  display: 'tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek',
6802
6970
  symbol: 'UOPREK',
6971
+ type_asset: 'sdk.coin',
6803
6972
  traces: [{
6804
6973
  type: 'ibc',
6805
6974
  counterparty: {
@@ -6823,6 +6992,7 @@ const assets = {
6823
6992
  name: 'utestate',
6824
6993
  display: 'tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate',
6825
6994
  symbol: 'UTESTATE',
6995
+ type_asset: 'sdk.coin',
6826
6996
  traces: [{
6827
6997
  type: 'ibc',
6828
6998
  counterparty: {
@@ -6846,6 +7016,7 @@ const assets = {
6846
7016
  name: 'npp',
6847
7017
  display: 'tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP',
6848
7018
  symbol: 'NPP',
7019
+ type_asset: 'sdk.coin',
6849
7020
  traces: [{
6850
7021
  type: 'ibc',
6851
7022
  counterparty: {
@@ -6888,6 +7059,7 @@ const assets = {
6888
7059
  website: 'https://nolus.io/',
6889
7060
  twitter: 'https://twitter.com/NolusProtocol'
6890
7061
  },
7062
+ type_asset: 'sdk.coin',
6891
7063
  traces: [{
6892
7064
  type: 'ibc',
6893
7065
  counterparty: {
@@ -6927,6 +7099,7 @@ const assets = {
6927
7099
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
6928
7100
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
6929
7101
  }],
7102
+ type_asset: 'sdk.coin',
6930
7103
  traces: [{
6931
7104
  type: 'ibc',
6932
7105
  counterparty: {
@@ -6968,6 +7141,7 @@ const assets = {
6968
7141
  primary_color_hex: '#c3ebf3'
6969
7142
  }
6970
7143
  }],
7144
+ type_asset: 'sdk.coin',
6971
7145
  traces: [{
6972
7146
  type: 'ibc',
6973
7147
  counterparty: {
@@ -7009,6 +7183,7 @@ const assets = {
7009
7183
  primary_color_hex: '#040404'
7010
7184
  }
7011
7185
  }],
7186
+ type_asset: 'sdk.coin',
7012
7187
  traces: [{
7013
7188
  type: 'ibc',
7014
7189
  counterparty: {
@@ -7051,6 +7226,7 @@ const assets = {
7051
7226
  website: 'https://omniflix.network/',
7052
7227
  twitter: 'https://twitter.com/OmniFlixNetwork'
7053
7228
  },
7229
+ type_asset: 'sdk.coin',
7054
7230
  traces: [{
7055
7231
  type: 'ibc',
7056
7232
  counterparty: {
@@ -7177,6 +7353,7 @@ const assets = {
7177
7353
  primary_color_hex: '#4c7cdc'
7178
7354
  }
7179
7355
  }],
7356
+ type_asset: 'sdk.coin',
7180
7357
  traces: [{
7181
7358
  type: 'ibc',
7182
7359
  counterparty: {
@@ -7214,6 +7391,7 @@ const assets = {
7214
7391
  primary_color_hex: '#c6ddf5'
7215
7392
  }
7216
7393
  }],
7394
+ type_asset: 'sdk.coin',
7217
7395
  traces: [{
7218
7396
  type: 'ibc',
7219
7397
  counterparty: {
@@ -7248,6 +7426,7 @@ const assets = {
7248
7426
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
7249
7427
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
7250
7428
  }],
7429
+ type_asset: 'sdk.coin',
7251
7430
  traces: [{
7252
7431
  type: 'ibc',
7253
7432
  counterparty: {
@@ -7282,6 +7461,7 @@ const assets = {
7282
7461
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
7283
7462
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
7284
7463
  }],
7464
+ type_asset: 'sdk.coin',
7285
7465
  traces: [{
7286
7466
  type: 'ibc',
7287
7467
  counterparty: {
@@ -7316,6 +7496,7 @@ const assets = {
7316
7496
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
7317
7497
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
7318
7498
  }],
7499
+ type_asset: 'sdk.coin',
7319
7500
  traces: [{
7320
7501
  type: 'ibc',
7321
7502
  counterparty: {
@@ -7350,6 +7531,7 @@ const assets = {
7350
7531
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
7351
7532
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
7352
7533
  }],
7534
+ type_asset: 'sdk.coin',
7353
7535
  traces: [{
7354
7536
  type: 'ibc',
7355
7537
  counterparty: {
@@ -7384,6 +7566,7 @@ const assets = {
7384
7566
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
7385
7567
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
7386
7568
  }],
7569
+ type_asset: 'sdk.coin',
7387
7570
  traces: [{
7388
7571
  type: 'ibc',
7389
7572
  counterparty: {
@@ -7418,6 +7601,7 @@ const assets = {
7418
7601
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
7419
7602
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
7420
7603
  }],
7604
+ type_asset: 'sdk.coin',
7421
7605
  traces: [{
7422
7606
  type: 'ibc',
7423
7607
  counterparty: {
@@ -7452,6 +7636,7 @@ const assets = {
7452
7636
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
7453
7637
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
7454
7638
  }],
7639
+ type_asset: 'sdk.coin',
7455
7640
  traces: [{
7456
7641
  type: 'ibc',
7457
7642
  counterparty: {
@@ -7486,6 +7671,7 @@ const assets = {
7486
7671
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
7487
7672
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
7488
7673
  }],
7674
+ type_asset: 'sdk.coin',
7489
7675
  traces: [{
7490
7676
  type: 'ibc',
7491
7677
  counterparty: {
@@ -7520,6 +7706,7 @@ const assets = {
7520
7706
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
7521
7707
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
7522
7708
  }],
7709
+ type_asset: 'sdk.coin',
7523
7710
  traces: [{
7524
7711
  type: 'ibc',
7525
7712
  counterparty: {
@@ -7554,6 +7741,7 @@ const assets = {
7554
7741
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
7555
7742
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
7556
7743
  }],
7744
+ type_asset: 'sdk.coin',
7557
7745
  traces: [{
7558
7746
  type: 'ibc',
7559
7747
  counterparty: {
@@ -7588,6 +7776,7 @@ const assets = {
7588
7776
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
7589
7777
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
7590
7778
  }],
7779
+ type_asset: 'sdk.coin',
7591
7780
  traces: [{
7592
7781
  type: 'ibc',
7593
7782
  counterparty: {
@@ -7622,6 +7811,7 @@ const assets = {
7622
7811
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
7623
7812
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
7624
7813
  }],
7814
+ type_asset: 'sdk.coin',
7625
7815
  traces: [{
7626
7816
  type: 'ibc',
7627
7817
  counterparty: {
@@ -7656,6 +7846,7 @@ const assets = {
7656
7846
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
7657
7847
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
7658
7848
  }],
7849
+ type_asset: 'sdk.coin',
7659
7850
  traces: [{
7660
7851
  type: 'ibc',
7661
7852
  counterparty: {
@@ -7690,6 +7881,7 @@ const assets = {
7690
7881
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
7691
7882
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
7692
7883
  }],
7884
+ type_asset: 'sdk.coin',
7693
7885
  traces: [{
7694
7886
  type: 'ibc',
7695
7887
  counterparty: {
@@ -7724,6 +7916,7 @@ const assets = {
7724
7916
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
7725
7917
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
7726
7918
  }],
7919
+ type_asset: 'sdk.coin',
7727
7920
  traces: [{
7728
7921
  type: 'ibc',
7729
7922
  counterparty: {
@@ -7758,6 +7951,7 @@ const assets = {
7758
7951
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
7759
7952
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
7760
7953
  }],
7954
+ type_asset: 'sdk.coin',
7761
7955
  traces: [{
7762
7956
  type: 'ibc',
7763
7957
  counterparty: {
@@ -7792,6 +7986,7 @@ const assets = {
7792
7986
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
7793
7987
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
7794
7988
  }],
7989
+ type_asset: 'sdk.coin',
7795
7990
  traces: [{
7796
7991
  type: 'ibc',
7797
7992
  counterparty: {
@@ -7826,6 +8021,7 @@ const assets = {
7826
8021
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
7827
8022
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
7828
8023
  }],
8024
+ type_asset: 'sdk.coin',
7829
8025
  traces: [{
7830
8026
  type: 'ibc',
7831
8027
  counterparty: {
@@ -7860,6 +8056,7 @@ const assets = {
7860
8056
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
7861
8057
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
7862
8058
  }],
8059
+ type_asset: 'sdk.coin',
7863
8060
  traces: [{
7864
8061
  type: 'ibc',
7865
8062
  counterparty: {
@@ -7894,6 +8091,7 @@ const assets = {
7894
8091
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
7895
8092
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
7896
8093
  }],
8094
+ type_asset: 'sdk.coin',
7897
8095
  traces: [{
7898
8096
  type: 'ibc',
7899
8097
  counterparty: {
@@ -7928,6 +8126,7 @@ const assets = {
7928
8126
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
7929
8127
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
7930
8128
  }],
8129
+ type_asset: 'sdk.coin',
7931
8130
  traces: [{
7932
8131
  type: 'ibc',
7933
8132
  counterparty: {
@@ -7962,6 +8161,7 @@ const assets = {
7962
8161
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
7963
8162
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
7964
8163
  }],
8164
+ type_asset: 'sdk.coin',
7965
8165
  traces: [{
7966
8166
  type: 'ibc',
7967
8167
  counterparty: {
@@ -7996,6 +8196,7 @@ const assets = {
7996
8196
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
7997
8197
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
7998
8198
  }],
8199
+ type_asset: 'sdk.coin',
7999
8200
  traces: [{
8000
8201
  type: 'ibc',
8001
8202
  counterparty: {
@@ -8030,6 +8231,7 @@ const assets = {
8030
8231
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
8031
8232
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
8032
8233
  }],
8234
+ type_asset: 'sdk.coin',
8033
8235
  traces: [{
8034
8236
  type: 'ibc',
8035
8237
  counterparty: {
@@ -8064,6 +8266,7 @@ const assets = {
8064
8266
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
8065
8267
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
8066
8268
  }],
8269
+ type_asset: 'sdk.coin',
8067
8270
  traces: [{
8068
8271
  type: 'ibc',
8069
8272
  counterparty: {
@@ -8098,6 +8301,7 @@ const assets = {
8098
8301
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
8099
8302
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
8100
8303
  }],
8304
+ type_asset: 'sdk.coin',
8101
8305
  traces: [{
8102
8306
  type: 'ibc',
8103
8307
  counterparty: {
@@ -8132,6 +8336,7 @@ const assets = {
8132
8336
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
8133
8337
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
8134
8338
  }],
8339
+ type_asset: 'sdk.coin',
8135
8340
  traces: [{
8136
8341
  type: 'ibc',
8137
8342
  counterparty: {
@@ -8166,6 +8371,7 @@ const assets = {
8166
8371
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
8167
8372
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
8168
8373
  }],
8374
+ type_asset: 'sdk.coin',
8169
8375
  traces: [{
8170
8376
  type: 'ibc',
8171
8377
  counterparty: {
@@ -8200,6 +8406,7 @@ const assets = {
8200
8406
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
8201
8407
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
8202
8408
  }],
8409
+ type_asset: 'sdk.coin',
8203
8410
  traces: [{
8204
8411
  type: 'ibc',
8205
8412
  counterparty: {
@@ -8234,6 +8441,7 @@ const assets = {
8234
8441
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
8235
8442
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
8236
8443
  }],
8444
+ type_asset: 'sdk.coin',
8237
8445
  traces: [{
8238
8446
  type: 'ibc',
8239
8447
  counterparty: {
@@ -8268,6 +8476,7 @@ const assets = {
8268
8476
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
8269
8477
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
8270
8478
  }],
8479
+ type_asset: 'sdk.coin',
8271
8480
  traces: [{
8272
8481
  type: 'ibc',
8273
8482
  counterparty: {
@@ -8302,6 +8511,7 @@ const assets = {
8302
8511
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
8303
8512
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
8304
8513
  }],
8514
+ type_asset: 'sdk.coin',
8305
8515
  traces: [{
8306
8516
  type: 'ibc',
8307
8517
  counterparty: {
@@ -8336,6 +8546,7 @@ const assets = {
8336
8546
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
8337
8547
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
8338
8548
  }],
8549
+ type_asset: 'sdk.coin',
8339
8550
  traces: [{
8340
8551
  type: 'ibc',
8341
8552
  counterparty: {
@@ -8370,6 +8581,7 @@ const assets = {
8370
8581
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
8371
8582
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
8372
8583
  }],
8584
+ type_asset: 'sdk.coin',
8373
8585
  traces: [{
8374
8586
  type: 'ibc',
8375
8587
  counterparty: {
@@ -8404,6 +8616,7 @@ const assets = {
8404
8616
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
8405
8617
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
8406
8618
  }],
8619
+ type_asset: 'sdk.coin',
8407
8620
  traces: [{
8408
8621
  type: 'ibc',
8409
8622
  counterparty: {
@@ -8438,6 +8651,7 @@ const assets = {
8438
8651
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
8439
8652
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
8440
8653
  }],
8654
+ type_asset: 'sdk.coin',
8441
8655
  traces: [{
8442
8656
  type: 'ibc',
8443
8657
  counterparty: {
@@ -8472,6 +8686,7 @@ const assets = {
8472
8686
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
8473
8687
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
8474
8688
  }],
8689
+ type_asset: 'sdk.coin',
8475
8690
  traces: [{
8476
8691
  type: 'ibc',
8477
8692
  counterparty: {
@@ -8506,6 +8721,7 @@ const assets = {
8506
8721
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
8507
8722
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
8508
8723
  }],
8724
+ type_asset: 'sdk.coin',
8509
8725
  traces: [{
8510
8726
  type: 'ibc',
8511
8727
  counterparty: {
@@ -8540,6 +8756,7 @@ const assets = {
8540
8756
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
8541
8757
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
8542
8758
  }],
8759
+ type_asset: 'sdk.coin',
8543
8760
  traces: [{
8544
8761
  type: 'ibc',
8545
8762
  counterparty: {
@@ -8574,6 +8791,7 @@ const assets = {
8574
8791
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
8575
8792
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
8576
8793
  }],
8794
+ type_asset: 'sdk.coin',
8577
8795
  traces: [{
8578
8796
  type: 'ibc',
8579
8797
  counterparty: {
@@ -8608,6 +8826,7 @@ const assets = {
8608
8826
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
8609
8827
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
8610
8828
  }],
8829
+ type_asset: 'sdk.coin',
8611
8830
  traces: [{
8612
8831
  type: 'ibc',
8613
8832
  counterparty: {
@@ -8642,6 +8861,7 @@ const assets = {
8642
8861
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
8643
8862
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
8644
8863
  }],
8864
+ type_asset: 'sdk.coin',
8645
8865
  traces: [{
8646
8866
  type: 'ibc',
8647
8867
  counterparty: {
@@ -8676,6 +8896,7 @@ const assets = {
8676
8896
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
8677
8897
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
8678
8898
  }],
8899
+ type_asset: 'sdk.coin',
8679
8900
  traces: [{
8680
8901
  type: 'ibc',
8681
8902
  counterparty: {
@@ -8710,6 +8931,7 @@ const assets = {
8710
8931
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
8711
8932
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
8712
8933
  }],
8934
+ type_asset: 'sdk.coin',
8713
8935
  traces: [{
8714
8936
  type: 'ibc',
8715
8937
  counterparty: {
@@ -8744,6 +8966,7 @@ const assets = {
8744
8966
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
8745
8967
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
8746
8968
  }],
8969
+ type_asset: 'sdk.coin',
8747
8970
  traces: [{
8748
8971
  type: 'ibc',
8749
8972
  counterparty: {
@@ -8778,6 +9001,7 @@ const assets = {
8778
9001
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8779
9002
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8780
9003
  }],
9004
+ type_asset: 'sdk.coin',
8781
9005
  traces: [{
8782
9006
  type: 'ibc',
8783
9007
  counterparty: {
@@ -8812,6 +9036,7 @@ const assets = {
8812
9036
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8813
9037
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8814
9038
  }],
9039
+ type_asset: 'sdk.coin',
8815
9040
  traces: [{
8816
9041
  type: 'ibc',
8817
9042
  counterparty: {
@@ -8846,6 +9071,7 @@ const assets = {
8846
9071
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8847
9072
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8848
9073
  }],
9074
+ type_asset: 'sdk.coin',
8849
9075
  traces: [{
8850
9076
  type: 'ibc',
8851
9077
  counterparty: {
@@ -8880,6 +9106,7 @@ const assets = {
8880
9106
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8881
9107
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8882
9108
  }],
9109
+ type_asset: 'sdk.coin',
8883
9110
  traces: [{
8884
9111
  type: 'ibc',
8885
9112
  counterparty: {
@@ -8914,6 +9141,7 @@ const assets = {
8914
9141
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8915
9142
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8916
9143
  }],
9144
+ type_asset: 'sdk.coin',
8917
9145
  traces: [{
8918
9146
  type: 'ibc',
8919
9147
  counterparty: {
@@ -8948,6 +9176,7 @@ const assets = {
8948
9176
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8949
9177
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8950
9178
  }],
9179
+ type_asset: 'sdk.coin',
8951
9180
  traces: [{
8952
9181
  type: 'ibc',
8953
9182
  counterparty: {
@@ -8982,6 +9211,7 @@ const assets = {
8982
9211
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8983
9212
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8984
9213
  }],
9214
+ type_asset: 'sdk.coin',
8985
9215
  traces: [{
8986
9216
  type: 'ibc',
8987
9217
  counterparty: {
@@ -9016,6 +9246,7 @@ const assets = {
9016
9246
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9017
9247
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9018
9248
  }],
9249
+ type_asset: 'sdk.coin',
9019
9250
  traces: [{
9020
9251
  type: 'ibc',
9021
9252
  counterparty: {
@@ -9050,6 +9281,7 @@ const assets = {
9050
9281
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9051
9282
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9052
9283
  }],
9284
+ type_asset: 'sdk.coin',
9053
9285
  traces: [{
9054
9286
  type: 'ibc',
9055
9287
  counterparty: {
@@ -9084,6 +9316,7 @@ const assets = {
9084
9316
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9085
9317
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9086
9318
  }],
9319
+ type_asset: 'sdk.coin',
9087
9320
  traces: [{
9088
9321
  type: 'ibc',
9089
9322
  counterparty: {
@@ -9118,6 +9351,7 @@ const assets = {
9118
9351
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9119
9352
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9120
9353
  }],
9354
+ type_asset: 'sdk.coin',
9121
9355
  traces: [{
9122
9356
  type: 'ibc',
9123
9357
  counterparty: {
@@ -9152,6 +9386,7 @@ const assets = {
9152
9386
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9153
9387
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9154
9388
  }],
9389
+ type_asset: 'sdk.coin',
9155
9390
  traces: [{
9156
9391
  type: 'ibc',
9157
9392
  counterparty: {
@@ -9186,6 +9421,7 @@ const assets = {
9186
9421
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9187
9422
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9188
9423
  }],
9424
+ type_asset: 'sdk.coin',
9189
9425
  traces: [{
9190
9426
  type: 'ibc',
9191
9427
  counterparty: {
@@ -9220,6 +9456,7 @@ const assets = {
9220
9456
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9221
9457
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9222
9458
  }],
9459
+ type_asset: 'sdk.coin',
9223
9460
  traces: [{
9224
9461
  type: 'ibc',
9225
9462
  counterparty: {
@@ -9254,6 +9491,7 @@ const assets = {
9254
9491
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9255
9492
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9256
9493
  }],
9494
+ type_asset: 'sdk.coin',
9257
9495
  traces: [{
9258
9496
  type: 'ibc',
9259
9497
  counterparty: {
@@ -9288,6 +9526,7 @@ const assets = {
9288
9526
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9289
9527
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9290
9528
  }],
9529
+ type_asset: 'sdk.coin',
9291
9530
  traces: [{
9292
9531
  type: 'ibc',
9293
9532
  counterparty: {
@@ -9322,6 +9561,7 @@ const assets = {
9322
9561
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9323
9562
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9324
9563
  }],
9564
+ type_asset: 'sdk.coin',
9325
9565
  traces: [{
9326
9566
  type: 'ibc',
9327
9567
  counterparty: {
@@ -9356,6 +9596,7 @@ const assets = {
9356
9596
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9357
9597
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9358
9598
  }],
9599
+ type_asset: 'sdk.coin',
9359
9600
  traces: [{
9360
9601
  type: 'ibc',
9361
9602
  counterparty: {
@@ -9390,6 +9631,7 @@ const assets = {
9390
9631
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9391
9632
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9392
9633
  }],
9634
+ type_asset: 'sdk.coin',
9393
9635
  traces: [{
9394
9636
  type: 'ibc',
9395
9637
  counterparty: {
@@ -9424,6 +9666,7 @@ const assets = {
9424
9666
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9425
9667
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9426
9668
  }],
9669
+ type_asset: 'sdk.coin',
9427
9670
  traces: [{
9428
9671
  type: 'ibc',
9429
9672
  counterparty: {
@@ -9458,6 +9701,7 @@ const assets = {
9458
9701
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9459
9702
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9460
9703
  }],
9704
+ type_asset: 'sdk.coin',
9461
9705
  traces: [{
9462
9706
  type: 'ibc',
9463
9707
  counterparty: {
@@ -9492,6 +9736,7 @@ const assets = {
9492
9736
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9493
9737
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9494
9738
  }],
9739
+ type_asset: 'sdk.coin',
9495
9740
  traces: [{
9496
9741
  type: 'ibc',
9497
9742
  counterparty: {
@@ -9526,6 +9771,7 @@ const assets = {
9526
9771
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9527
9772
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9528
9773
  }],
9774
+ type_asset: 'sdk.coin',
9529
9775
  traces: [{
9530
9776
  type: 'ibc',
9531
9777
  counterparty: {
@@ -9560,6 +9806,7 @@ const assets = {
9560
9806
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9561
9807
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9562
9808
  }],
9809
+ type_asset: 'sdk.coin',
9563
9810
  traces: [{
9564
9811
  type: 'ibc',
9565
9812
  counterparty: {
@@ -9594,6 +9841,7 @@ const assets = {
9594
9841
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9595
9842
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9596
9843
  }],
9844
+ type_asset: 'sdk.coin',
9597
9845
  traces: [{
9598
9846
  type: 'ibc',
9599
9847
  counterparty: {
@@ -9628,6 +9876,7 @@ const assets = {
9628
9876
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9629
9877
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9630
9878
  }],
9879
+ type_asset: 'sdk.coin',
9631
9880
  traces: [{
9632
9881
  type: 'ibc',
9633
9882
  counterparty: {
@@ -9662,6 +9911,7 @@ const assets = {
9662
9911
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9663
9912
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9664
9913
  }],
9914
+ type_asset: 'sdk.coin',
9665
9915
  traces: [{
9666
9916
  type: 'ibc',
9667
9917
  counterparty: {
@@ -9712,6 +9962,7 @@ const assets = {
9712
9962
  website: 'https://www.saga.xyz/',
9713
9963
  twitter: 'https://twitter.com/Sagaxyz__'
9714
9964
  },
9965
+ type_asset: 'sdk.coin',
9715
9966
  traces: [{
9716
9967
  type: 'ibc',
9717
9968
  counterparty: {
@@ -9754,6 +10005,7 @@ const assets = {
9754
10005
  website: 'https://scrt.network/',
9755
10006
  twitter: 'https://twitter.com/SecretNetwork'
9756
10007
  },
10008
+ type_asset: 'sdk.coin',
9757
10009
  traces: [{
9758
10010
  type: 'ibc',
9759
10011
  counterparty: {
@@ -9796,6 +10048,7 @@ const assets = {
9796
10048
  website: 'https://www.sei.io/',
9797
10049
  twitter: 'https://twitter.com/SeiNetwork'
9798
10050
  },
10051
+ type_asset: 'sdk.coin',
9799
10052
  traces: [{
9800
10053
  type: 'ibc',
9801
10054
  counterparty: {
@@ -9818,6 +10071,8 @@ const assets = {
9818
10071
  denom: 'oozaru',
9819
10072
  exponent: 6
9820
10073
  }],
10074
+ type_asset: 'cw20',
10075
+ address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
9821
10076
  base: 'ibc/097C7F089CC601CDDB8AF64B2F5C81171619B28967F44D7E5B70F50D5CC8903E',
9822
10077
  name: 'Oozaru',
9823
10078
  display: 'oozaru',
@@ -9871,6 +10126,7 @@ const assets = {
9871
10126
  website: 'https://selfchain.xyz',
9872
10127
  twitter: 'https://x.com/selfchainxyz'
9873
10128
  },
10129
+ type_asset: 'sdk.coin',
9874
10130
  traces: [{
9875
10131
  type: 'ibc',
9876
10132
  counterparty: {
@@ -9913,6 +10169,7 @@ const assets = {
9913
10169
  website: 'https://shido.io/',
9914
10170
  twitter: 'https://twitter.com/ShidoGlobal'
9915
10171
  },
10172
+ type_asset: 'sdk.coin',
9916
10173
  traces: [{
9917
10174
  type: 'ibc',
9918
10175
  counterparty: {
@@ -9963,6 +10220,7 @@ const assets = {
9963
10220
  website: 'https://www.sommelier.finance/',
9964
10221
  twitter: 'https://twitter.com/sommfinance'
9965
10222
  },
10223
+ type_asset: 'sdk.coin',
9966
10224
  traces: [{
9967
10225
  type: 'ibc',
9968
10226
  counterparty: {
@@ -10005,6 +10263,7 @@ const assets = {
10005
10263
  website: 'https://www.sourceprotocol.io/',
10006
10264
  twitter: 'https://twitter.com/sourceprotocol_'
10007
10265
  },
10266
+ type_asset: 'sdk.coin',
10008
10267
  traces: [{
10009
10268
  type: 'ibc',
10010
10269
  counterparty: {
@@ -10047,6 +10306,7 @@ const assets = {
10047
10306
  website: 'https://stride.zone/',
10048
10307
  twitter: 'https://twitter.com/stride_zone'
10049
10308
  },
10309
+ type_asset: 'sdk.coin',
10050
10310
  traces: [{
10051
10311
  type: 'ibc',
10052
10312
  counterparty: {
@@ -10089,6 +10349,7 @@ const assets = {
10089
10349
  website: 'https://www.terra.money/',
10090
10350
  twitter: 'https://twitter.com/terra_money'
10091
10351
  },
10352
+ type_asset: 'sdk.coin',
10092
10353
  traces: [{
10093
10354
  type: 'ibc',
10094
10355
  counterparty: {
@@ -10127,6 +10388,7 @@ const assets = {
10127
10388
  primary_color_hex: '#22f2e9'
10128
10389
  }
10129
10390
  }],
10391
+ type_asset: 'sdk.coin',
10130
10392
  traces: [{
10131
10393
  type: 'ibc',
10132
10394
  counterparty: {
@@ -10395,6 +10657,8 @@ const assets = {
10395
10657
  exponent: 6
10396
10658
  }],
10397
10659
  base: 'ibc/241AAB9964EFC970E8029119B395491AA1772E42F077BFE7EE2E5BABF1D223FF',
10660
+ type_asset: 'snip20',
10661
+ address: 'secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej',
10398
10662
  name: 'Alter',
10399
10663
  display: 'alter',
10400
10664
  symbol: 'ALTER',
@@ -10770,6 +11034,8 @@ const assets = {
10770
11034
  exponent: 6
10771
11035
  }],
10772
11036
  base: 'ibc/241AAB9964EFC970E8029119B395491AA1772E42F077BFE7EE2E5BABF1D223FF',
11037
+ type_asset: 'snip20',
11038
+ address: 'secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej',
10773
11039
  name: 'Alter',
10774
11040
  display: 'alter',
10775
11041
  symbol: 'ALTER',