@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
@@ -38,6 +38,7 @@ const assets = {
38
38
  website: 'https://archway.io/',
39
39
  twitter: 'https://twitter.com/archwayHQ'
40
40
  },
41
+ type_asset: 'sdk.coin',
41
42
  traces: [{
42
43
  type: 'ibc',
43
44
  counterparty: {
@@ -80,6 +81,7 @@ const assets = {
80
81
  website: 'https://axelar.network/',
81
82
  twitter: 'https://twitter.com/axelarnetwork'
82
83
  },
84
+ type_asset: 'sdk.coin',
83
85
  traces: [{
84
86
  type: 'ibc',
85
87
  counterparty: {
@@ -122,6 +124,7 @@ const assets = {
122
124
  website: 'https://celestia.org/',
123
125
  twitter: 'https://twitter.com/CelestiaOrg'
124
126
  },
127
+ type_asset: 'sdk.coin',
125
128
  traces: [{
126
129
  type: 'ibc',
127
130
  counterparty: {
@@ -160,6 +163,7 @@ const assets = {
160
163
  primary_color_hex: '#343434'
161
164
  }
162
165
  }],
166
+ type_asset: 'sdk.coin',
163
167
  traces: [{
164
168
  type: 'ibc',
165
169
  counterparty: {
@@ -202,6 +206,7 @@ const assets = {
202
206
  website: 'https://cosmos.network',
203
207
  twitter: 'https://twitter.com/cosmoshub'
204
208
  },
209
+ type_asset: 'sdk.coin',
205
210
  traces: [{
206
211
  type: 'ibc',
207
212
  counterparty: {
@@ -249,6 +254,7 @@ const assets = {
249
254
  website: 'https://dydx.trade/',
250
255
  twitter: 'https://twitter.com/dYdX'
251
256
  },
257
+ type_asset: 'sdk.coin',
252
258
  traces: [{
253
259
  type: 'ibc',
254
260
  counterparty: {
@@ -334,6 +340,7 @@ const assets = {
334
340
  website: 'https://injective.com/',
335
341
  twitter: 'https://twitter.com/Injective_'
336
342
  },
343
+ type_asset: 'sdk.coin',
337
344
  traces: [{
338
345
  type: 'ibc',
339
346
  counterparty: {
@@ -369,6 +376,7 @@ const assets = {
369
376
  primary_color_hex: '#31292a'
370
377
  }
371
378
  }],
379
+ type_asset: 'sdk.coin',
372
380
  traces: [{
373
381
  type: 'ibc',
374
382
  counterparty: {
@@ -404,6 +412,7 @@ const assets = {
404
412
  primary_color_hex: '#18120f'
405
413
  }
406
414
  }],
415
+ type_asset: 'sdk.coin',
407
416
  traces: [{
408
417
  type: 'ibc',
409
418
  counterparty: {
@@ -436,6 +445,7 @@ const assets = {
436
445
  primary_color_hex: '#293a6f'
437
446
  }
438
447
  }],
448
+ type_asset: 'sdk.coin',
439
449
  traces: [{
440
450
  type: 'ibc',
441
451
  counterparty: {
@@ -468,6 +478,7 @@ const assets = {
468
478
  primary_color_hex: '#272f4b'
469
479
  }
470
480
  }],
481
+ type_asset: 'sdk.coin',
471
482
  traces: [{
472
483
  type: 'ibc',
473
484
  counterparty: {
@@ -500,6 +511,7 @@ const assets = {
500
511
  primary_color_hex: '#2a303f'
501
512
  }
502
513
  }],
514
+ type_asset: 'sdk.coin',
503
515
  traces: [{
504
516
  type: 'ibc',
505
517
  counterparty: {
@@ -532,6 +544,7 @@ const assets = {
532
544
  primary_color_hex: '#54ac94'
533
545
  }
534
546
  }],
547
+ type_asset: 'sdk.coin',
535
548
  traces: [{
536
549
  type: 'ibc',
537
550
  counterparty: {
@@ -564,6 +577,7 @@ const assets = {
564
577
  primary_color_hex: '#7931f9'
565
578
  }
566
579
  }],
580
+ type_asset: 'sdk.coin',
567
581
  traces: [{
568
582
  type: 'ibc',
569
583
  counterparty: {
@@ -606,6 +620,7 @@ const assets = {
606
620
  website: 'https://junonetwork.io/',
607
621
  twitter: 'https://twitter.com/JunoNetwork'
608
622
  },
623
+ type_asset: 'sdk.coin',
609
624
  traces: [{
610
625
  type: 'ibc',
611
626
  counterparty: {
@@ -648,6 +663,7 @@ const assets = {
648
663
  website: 'https://www.kava.io/',
649
664
  twitter: 'https://twitter.com/KAVA_CHAIN'
650
665
  },
666
+ type_asset: 'sdk.coin',
651
667
  traces: [{
652
668
  type: 'ibc',
653
669
  counterparty: {
@@ -686,6 +702,7 @@ const assets = {
686
702
  primary_color_hex: '#7b34ac'
687
703
  }
688
704
  }],
705
+ type_asset: 'sdk.coin',
689
706
  traces: [{
690
707
  type: 'ibc',
691
708
  counterparty: {
@@ -724,6 +741,7 @@ const assets = {
724
741
  primary_color_hex: '#544cfc'
725
742
  }
726
743
  }],
744
+ type_asset: 'sdk.coin',
727
745
  traces: [{
728
746
  type: 'ibc',
729
747
  counterparty: {
@@ -762,6 +780,7 @@ const assets = {
762
780
  primary_color_hex: '#04d4a3'
763
781
  }
764
782
  }],
783
+ type_asset: 'sdk.coin',
765
784
  traces: [{
766
785
  type: 'ibc',
767
786
  counterparty: {
@@ -815,7 +834,8 @@ const assets = {
815
834
  logo_URIs: {
816
835
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
817
836
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
818
- }
837
+ },
838
+ type_asset: 'sdk.coin'
819
839
  },
820
840
  {
821
841
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
@@ -847,6 +867,7 @@ const assets = {
847
867
  website: 'https://kujira.network/',
848
868
  twitter: 'https://twitter.com/TeamKujira'
849
869
  },
870
+ type_asset: 'sdk.coin',
850
871
  traces: [{
851
872
  type: 'ibc',
852
873
  counterparty: {
@@ -896,6 +917,7 @@ const assets = {
896
917
  website: 'https://archway.io/',
897
918
  twitter: 'https://twitter.com/archwayHQ'
898
919
  },
920
+ type_asset: 'sdk.coin',
899
921
  traces: [{
900
922
  type: 'ibc',
901
923
  counterparty: {
@@ -938,6 +960,7 @@ const assets = {
938
960
  website: 'https://axelar.network/',
939
961
  twitter: 'https://twitter.com/axelarnetwork'
940
962
  },
963
+ type_asset: 'sdk.coin',
941
964
  traces: [{
942
965
  type: 'ibc',
943
966
  counterparty: {
@@ -980,6 +1003,7 @@ const assets = {
980
1003
  website: 'https://celestia.org/',
981
1004
  twitter: 'https://twitter.com/CelestiaOrg'
982
1005
  },
1006
+ type_asset: 'sdk.coin',
983
1007
  traces: [{
984
1008
  type: 'ibc',
985
1009
  counterparty: {
@@ -1018,6 +1042,7 @@ const assets = {
1018
1042
  primary_color_hex: '#343434'
1019
1043
  }
1020
1044
  }],
1045
+ type_asset: 'sdk.coin',
1021
1046
  traces: [{
1022
1047
  type: 'ibc',
1023
1048
  counterparty: {
@@ -1060,6 +1085,7 @@ const assets = {
1060
1085
  website: 'https://cosmos.network',
1061
1086
  twitter: 'https://twitter.com/cosmoshub'
1062
1087
  },
1088
+ type_asset: 'sdk.coin',
1063
1089
  traces: [{
1064
1090
  type: 'ibc',
1065
1091
  counterparty: {
@@ -1107,6 +1133,7 @@ const assets = {
1107
1133
  website: 'https://dydx.trade/',
1108
1134
  twitter: 'https://twitter.com/dYdX'
1109
1135
  },
1136
+ type_asset: 'sdk.coin',
1110
1137
  traces: [{
1111
1138
  type: 'ibc',
1112
1139
  counterparty: {
@@ -1192,6 +1219,7 @@ const assets = {
1192
1219
  website: 'https://injective.com/',
1193
1220
  twitter: 'https://twitter.com/Injective_'
1194
1221
  },
1222
+ type_asset: 'sdk.coin',
1195
1223
  traces: [{
1196
1224
  type: 'ibc',
1197
1225
  counterparty: {
@@ -1227,6 +1255,7 @@ const assets = {
1227
1255
  primary_color_hex: '#31292a'
1228
1256
  }
1229
1257
  }],
1258
+ type_asset: 'sdk.coin',
1230
1259
  traces: [{
1231
1260
  type: 'ibc',
1232
1261
  counterparty: {
@@ -1262,6 +1291,7 @@ const assets = {
1262
1291
  primary_color_hex: '#18120f'
1263
1292
  }
1264
1293
  }],
1294
+ type_asset: 'sdk.coin',
1265
1295
  traces: [{
1266
1296
  type: 'ibc',
1267
1297
  counterparty: {
@@ -1294,6 +1324,7 @@ const assets = {
1294
1324
  primary_color_hex: '#293a6f'
1295
1325
  }
1296
1326
  }],
1327
+ type_asset: 'sdk.coin',
1297
1328
  traces: [{
1298
1329
  type: 'ibc',
1299
1330
  counterparty: {
@@ -1326,6 +1357,7 @@ const assets = {
1326
1357
  primary_color_hex: '#272f4b'
1327
1358
  }
1328
1359
  }],
1360
+ type_asset: 'sdk.coin',
1329
1361
  traces: [{
1330
1362
  type: 'ibc',
1331
1363
  counterparty: {
@@ -1358,6 +1390,7 @@ const assets = {
1358
1390
  primary_color_hex: '#2a303f'
1359
1391
  }
1360
1392
  }],
1393
+ type_asset: 'sdk.coin',
1361
1394
  traces: [{
1362
1395
  type: 'ibc',
1363
1396
  counterparty: {
@@ -1390,6 +1423,7 @@ const assets = {
1390
1423
  primary_color_hex: '#54ac94'
1391
1424
  }
1392
1425
  }],
1426
+ type_asset: 'sdk.coin',
1393
1427
  traces: [{
1394
1428
  type: 'ibc',
1395
1429
  counterparty: {
@@ -1422,6 +1456,7 @@ const assets = {
1422
1456
  primary_color_hex: '#7931f9'
1423
1457
  }
1424
1458
  }],
1459
+ type_asset: 'sdk.coin',
1425
1460
  traces: [{
1426
1461
  type: 'ibc',
1427
1462
  counterparty: {
@@ -1464,6 +1499,7 @@ const assets = {
1464
1499
  website: 'https://junonetwork.io/',
1465
1500
  twitter: 'https://twitter.com/JunoNetwork'
1466
1501
  },
1502
+ type_asset: 'sdk.coin',
1467
1503
  traces: [{
1468
1504
  type: 'ibc',
1469
1505
  counterparty: {
@@ -1506,6 +1542,7 @@ const assets = {
1506
1542
  website: 'https://www.kava.io/',
1507
1543
  twitter: 'https://twitter.com/KAVA_CHAIN'
1508
1544
  },
1545
+ type_asset: 'sdk.coin',
1509
1546
  traces: [{
1510
1547
  type: 'ibc',
1511
1548
  counterparty: {
@@ -1544,6 +1581,7 @@ const assets = {
1544
1581
  primary_color_hex: '#7b34ac'
1545
1582
  }
1546
1583
  }],
1584
+ type_asset: 'sdk.coin',
1547
1585
  traces: [{
1548
1586
  type: 'ibc',
1549
1587
  counterparty: {
@@ -1582,6 +1620,7 @@ const assets = {
1582
1620
  primary_color_hex: '#544cfc'
1583
1621
  }
1584
1622
  }],
1623
+ type_asset: 'sdk.coin',
1585
1624
  traces: [{
1586
1625
  type: 'ibc',
1587
1626
  counterparty: {
@@ -1620,6 +1659,7 @@ const assets = {
1620
1659
  primary_color_hex: '#04d4a3'
1621
1660
  }
1622
1661
  }],
1662
+ type_asset: 'sdk.coin',
1623
1663
  traces: [{
1624
1664
  type: 'ibc',
1625
1665
  counterparty: {
@@ -1673,7 +1713,8 @@ const assets = {
1673
1713
  logo_URIs: {
1674
1714
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1675
1715
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1676
- }
1716
+ },
1717
+ type_asset: 'sdk.coin'
1677
1718
  },
1678
1719
  {
1679
1720
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
@@ -1705,6 +1746,7 @@ const assets = {
1705
1746
  website: 'https://kujira.network/',
1706
1747
  twitter: 'https://twitter.com/TeamKujira'
1707
1748
  },
1749
+ type_asset: 'sdk.coin',
1708
1750
  traces: [{
1709
1751
  type: 'ibc',
1710
1752
  counterparty: {
@@ -1823,6 +1865,7 @@ const assets = {
1823
1865
  website: 'https://ondo.finance/usdy',
1824
1866
  twitter: 'https://x.com/OndoFinance'
1825
1867
  },
1868
+ type_asset: 'sdk.coin',
1826
1869
  traces: [{
1827
1870
  type: 'ibc',
1828
1871
  counterparty: {
@@ -1866,6 +1909,7 @@ const assets = {
1866
1909
  primary_color_hex: '#0c0c14'
1867
1910
  }
1868
1911
  }],
1912
+ type_asset: 'sdk.coin',
1869
1913
  traces: [{
1870
1914
  type: 'ibc',
1871
1915
  counterparty: {
@@ -1908,6 +1952,7 @@ const assets = {
1908
1952
  website: 'https://nolus.io/',
1909
1953
  twitter: 'https://twitter.com/NolusProtocol'
1910
1954
  },
1955
+ type_asset: 'sdk.coin',
1911
1956
  traces: [{
1912
1957
  type: 'ibc',
1913
1958
  counterparty: {
@@ -1945,6 +1990,7 @@ const assets = {
1945
1990
  primary_color_hex: '#6404fc'
1946
1991
  }
1947
1992
  }],
1993
+ type_asset: 'sdk.coin',
1948
1994
  traces: [{
1949
1995
  type: 'ibc',
1950
1996
  counterparty: {
@@ -2116,6 +2162,7 @@ const assets = {
2116
2162
  website: 'https://persistence.one/',
2117
2163
  twitter: 'https://twitter.com/PersistenceOne'
2118
2164
  },
2165
+ type_asset: 'sdk.coin',
2119
2166
  traces: [{
2120
2167
  type: 'ibc',
2121
2168
  counterparty: {
@@ -2153,6 +2200,7 @@ const assets = {
2153
2200
  primary_color_hex: '#c6ddf5'
2154
2201
  }
2155
2202
  }],
2203
+ type_asset: 'sdk.coin',
2156
2204
  traces: [{
2157
2205
  type: 'ibc',
2158
2206
  counterparty: {
@@ -2187,6 +2235,7 @@ const assets = {
2187
2235
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
2188
2236
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
2189
2237
  }],
2238
+ type_asset: 'sdk.coin',
2190
2239
  traces: [{
2191
2240
  type: 'ibc',
2192
2241
  counterparty: {
@@ -2221,6 +2270,7 @@ const assets = {
2221
2270
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
2222
2271
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
2223
2272
  }],
2273
+ type_asset: 'sdk.coin',
2224
2274
  traces: [{
2225
2275
  type: 'ibc',
2226
2276
  counterparty: {
@@ -2255,6 +2305,7 @@ const assets = {
2255
2305
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
2256
2306
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
2257
2307
  }],
2308
+ type_asset: 'sdk.coin',
2258
2309
  traces: [{
2259
2310
  type: 'ibc',
2260
2311
  counterparty: {
@@ -2289,6 +2340,7 @@ const assets = {
2289
2340
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
2290
2341
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
2291
2342
  }],
2343
+ type_asset: 'sdk.coin',
2292
2344
  traces: [{
2293
2345
  type: 'ibc',
2294
2346
  counterparty: {
@@ -2323,6 +2375,7 @@ const assets = {
2323
2375
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
2324
2376
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
2325
2377
  }],
2378
+ type_asset: 'sdk.coin',
2326
2379
  traces: [{
2327
2380
  type: 'ibc',
2328
2381
  counterparty: {
@@ -2357,6 +2410,7 @@ const assets = {
2357
2410
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
2358
2411
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
2359
2412
  }],
2413
+ type_asset: 'sdk.coin',
2360
2414
  traces: [{
2361
2415
  type: 'ibc',
2362
2416
  counterparty: {
@@ -2391,6 +2445,7 @@ const assets = {
2391
2445
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
2392
2446
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
2393
2447
  }],
2448
+ type_asset: 'sdk.coin',
2394
2449
  traces: [{
2395
2450
  type: 'ibc',
2396
2451
  counterparty: {
@@ -2425,6 +2480,7 @@ const assets = {
2425
2480
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
2426
2481
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
2427
2482
  }],
2483
+ type_asset: 'sdk.coin',
2428
2484
  traces: [{
2429
2485
  type: 'ibc',
2430
2486
  counterparty: {
@@ -2459,6 +2515,7 @@ const assets = {
2459
2515
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
2460
2516
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
2461
2517
  }],
2518
+ type_asset: 'sdk.coin',
2462
2519
  traces: [{
2463
2520
  type: 'ibc',
2464
2521
  counterparty: {
@@ -2493,6 +2550,7 @@ const assets = {
2493
2550
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2494
2551
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2495
2552
  }],
2553
+ type_asset: 'sdk.coin',
2496
2554
  traces: [{
2497
2555
  type: 'ibc',
2498
2556
  counterparty: {
@@ -2527,6 +2585,7 @@ const assets = {
2527
2585
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2528
2586
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2529
2587
  }],
2588
+ type_asset: 'sdk.coin',
2530
2589
  traces: [{
2531
2590
  type: 'ibc',
2532
2591
  counterparty: {
@@ -2561,6 +2620,7 @@ const assets = {
2561
2620
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2562
2621
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2563
2622
  }],
2623
+ type_asset: 'sdk.coin',
2564
2624
  traces: [{
2565
2625
  type: 'ibc',
2566
2626
  counterparty: {
@@ -2595,6 +2655,7 @@ const assets = {
2595
2655
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2596
2656
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2597
2657
  }],
2658
+ type_asset: 'sdk.coin',
2598
2659
  traces: [{
2599
2660
  type: 'ibc',
2600
2661
  counterparty: {
@@ -2629,6 +2690,7 @@ const assets = {
2629
2690
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2630
2691
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2631
2692
  }],
2693
+ type_asset: 'sdk.coin',
2632
2694
  traces: [{
2633
2695
  type: 'ibc',
2634
2696
  counterparty: {
@@ -2663,6 +2725,7 @@ const assets = {
2663
2725
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2664
2726
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2665
2727
  }],
2728
+ type_asset: 'sdk.coin',
2666
2729
  traces: [{
2667
2730
  type: 'ibc',
2668
2731
  counterparty: {
@@ -2697,6 +2760,7 @@ const assets = {
2697
2760
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2698
2761
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2699
2762
  }],
2763
+ type_asset: 'sdk.coin',
2700
2764
  traces: [{
2701
2765
  type: 'ibc',
2702
2766
  counterparty: {
@@ -2731,6 +2795,7 @@ const assets = {
2731
2795
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2732
2796
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2733
2797
  }],
2798
+ type_asset: 'sdk.coin',
2734
2799
  traces: [{
2735
2800
  type: 'ibc',
2736
2801
  counterparty: {
@@ -2765,6 +2830,7 @@ const assets = {
2765
2830
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2766
2831
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2767
2832
  }],
2833
+ type_asset: 'sdk.coin',
2768
2834
  traces: [{
2769
2835
  type: 'ibc',
2770
2836
  counterparty: {
@@ -2799,6 +2865,7 @@ const assets = {
2799
2865
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2800
2866
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2801
2867
  }],
2868
+ type_asset: 'sdk.coin',
2802
2869
  traces: [{
2803
2870
  type: 'ibc',
2804
2871
  counterparty: {
@@ -2833,6 +2900,7 @@ const assets = {
2833
2900
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2834
2901
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2835
2902
  }],
2903
+ type_asset: 'sdk.coin',
2836
2904
  traces: [{
2837
2905
  type: 'ibc',
2838
2906
  counterparty: {
@@ -2867,6 +2935,7 @@ const assets = {
2867
2935
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2868
2936
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2869
2937
  }],
2938
+ type_asset: 'sdk.coin',
2870
2939
  traces: [{
2871
2940
  type: 'ibc',
2872
2941
  counterparty: {
@@ -2901,6 +2970,7 @@ const assets = {
2901
2970
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2902
2971
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2903
2972
  }],
2973
+ type_asset: 'sdk.coin',
2904
2974
  traces: [{
2905
2975
  type: 'ibc',
2906
2976
  counterparty: {
@@ -2935,6 +3005,7 @@ const assets = {
2935
3005
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2936
3006
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2937
3007
  }],
3008
+ type_asset: 'sdk.coin',
2938
3009
  traces: [{
2939
3010
  type: 'ibc',
2940
3011
  counterparty: {
@@ -2969,6 +3040,7 @@ const assets = {
2969
3040
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2970
3041
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2971
3042
  }],
3043
+ type_asset: 'sdk.coin',
2972
3044
  traces: [{
2973
3045
  type: 'ibc',
2974
3046
  counterparty: {
@@ -3003,6 +3075,7 @@ const assets = {
3003
3075
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
3004
3076
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
3005
3077
  }],
3078
+ type_asset: 'sdk.coin',
3006
3079
  traces: [{
3007
3080
  type: 'ibc',
3008
3081
  counterparty: {
@@ -3037,6 +3110,7 @@ const assets = {
3037
3110
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
3038
3111
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
3039
3112
  }],
3113
+ type_asset: 'sdk.coin',
3040
3114
  traces: [{
3041
3115
  type: 'ibc',
3042
3116
  counterparty: {
@@ -3071,6 +3145,7 @@ const assets = {
3071
3145
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
3072
3146
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
3073
3147
  }],
3148
+ type_asset: 'sdk.coin',
3074
3149
  traces: [{
3075
3150
  type: 'ibc',
3076
3151
  counterparty: {
@@ -3105,6 +3180,7 @@ const assets = {
3105
3180
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
3106
3181
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
3107
3182
  }],
3183
+ type_asset: 'sdk.coin',
3108
3184
  traces: [{
3109
3185
  type: 'ibc',
3110
3186
  counterparty: {
@@ -3139,6 +3215,7 @@ const assets = {
3139
3215
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
3140
3216
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
3141
3217
  }],
3218
+ type_asset: 'sdk.coin',
3142
3219
  traces: [{
3143
3220
  type: 'ibc',
3144
3221
  counterparty: {
@@ -3173,6 +3250,7 @@ const assets = {
3173
3250
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
3174
3251
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
3175
3252
  }],
3253
+ type_asset: 'sdk.coin',
3176
3254
  traces: [{
3177
3255
  type: 'ibc',
3178
3256
  counterparty: {
@@ -3207,6 +3285,7 @@ const assets = {
3207
3285
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
3208
3286
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
3209
3287
  }],
3288
+ type_asset: 'sdk.coin',
3210
3289
  traces: [{
3211
3290
  type: 'ibc',
3212
3291
  counterparty: {
@@ -3241,6 +3320,7 @@ const assets = {
3241
3320
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
3242
3321
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
3243
3322
  }],
3323
+ type_asset: 'sdk.coin',
3244
3324
  traces: [{
3245
3325
  type: 'ibc',
3246
3326
  counterparty: {
@@ -3275,6 +3355,7 @@ const assets = {
3275
3355
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
3276
3356
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
3277
3357
  }],
3358
+ type_asset: 'sdk.coin',
3278
3359
  traces: [{
3279
3360
  type: 'ibc',
3280
3361
  counterparty: {
@@ -3309,6 +3390,7 @@ const assets = {
3309
3390
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
3310
3391
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
3311
3392
  }],
3393
+ type_asset: 'sdk.coin',
3312
3394
  traces: [{
3313
3395
  type: 'ibc',
3314
3396
  counterparty: {
@@ -3343,6 +3425,7 @@ const assets = {
3343
3425
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
3344
3426
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
3345
3427
  }],
3428
+ type_asset: 'sdk.coin',
3346
3429
  traces: [{
3347
3430
  type: 'ibc',
3348
3431
  counterparty: {
@@ -3377,6 +3460,7 @@ const assets = {
3377
3460
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
3378
3461
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
3379
3462
  }],
3463
+ type_asset: 'sdk.coin',
3380
3464
  traces: [{
3381
3465
  type: 'ibc',
3382
3466
  counterparty: {
@@ -3411,6 +3495,7 @@ const assets = {
3411
3495
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3412
3496
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3413
3497
  }],
3498
+ type_asset: 'sdk.coin',
3414
3499
  traces: [{
3415
3500
  type: 'ibc',
3416
3501
  counterparty: {
@@ -3445,6 +3530,7 @@ const assets = {
3445
3530
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3446
3531
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3447
3532
  }],
3533
+ type_asset: 'sdk.coin',
3448
3534
  traces: [{
3449
3535
  type: 'ibc',
3450
3536
  counterparty: {
@@ -3479,6 +3565,7 @@ const assets = {
3479
3565
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3480
3566
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3481
3567
  }],
3568
+ type_asset: 'sdk.coin',
3482
3569
  traces: [{
3483
3570
  type: 'ibc',
3484
3571
  counterparty: {
@@ -3513,6 +3600,7 @@ const assets = {
3513
3600
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3514
3601
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3515
3602
  }],
3603
+ type_asset: 'sdk.coin',
3516
3604
  traces: [{
3517
3605
  type: 'ibc',
3518
3606
  counterparty: {
@@ -3547,6 +3635,7 @@ const assets = {
3547
3635
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3548
3636
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3549
3637
  }],
3638
+ type_asset: 'sdk.coin',
3550
3639
  traces: [{
3551
3640
  type: 'ibc',
3552
3641
  counterparty: {
@@ -3581,6 +3670,7 @@ const assets = {
3581
3670
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3582
3671
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3583
3672
  }],
3673
+ type_asset: 'sdk.coin',
3584
3674
  traces: [{
3585
3675
  type: 'ibc',
3586
3676
  counterparty: {
@@ -3615,6 +3705,7 @@ const assets = {
3615
3705
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3616
3706
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3617
3707
  }],
3708
+ type_asset: 'sdk.coin',
3618
3709
  traces: [{
3619
3710
  type: 'ibc',
3620
3711
  counterparty: {
@@ -3649,6 +3740,7 @@ const assets = {
3649
3740
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3650
3741
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3651
3742
  }],
3743
+ type_asset: 'sdk.coin',
3652
3744
  traces: [{
3653
3745
  type: 'ibc',
3654
3746
  counterparty: {
@@ -3683,6 +3775,7 @@ const assets = {
3683
3775
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3684
3776
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3685
3777
  }],
3778
+ type_asset: 'sdk.coin',
3686
3779
  traces: [{
3687
3780
  type: 'ibc',
3688
3781
  counterparty: {
@@ -3717,6 +3810,7 @@ const assets = {
3717
3810
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3718
3811
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3719
3812
  }],
3813
+ type_asset: 'sdk.coin',
3720
3814
  traces: [{
3721
3815
  type: 'ibc',
3722
3816
  counterparty: {
@@ -3751,6 +3845,7 @@ const assets = {
3751
3845
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3752
3846
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3753
3847
  }],
3848
+ type_asset: 'sdk.coin',
3754
3849
  traces: [{
3755
3850
  type: 'ibc',
3756
3851
  counterparty: {
@@ -3785,6 +3880,7 @@ const assets = {
3785
3880
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3786
3881
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3787
3882
  }],
3883
+ type_asset: 'sdk.coin',
3788
3884
  traces: [{
3789
3885
  type: 'ibc',
3790
3886
  counterparty: {
@@ -3819,6 +3915,7 @@ const assets = {
3819
3915
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3820
3916
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3821
3917
  }],
3918
+ type_asset: 'sdk.coin',
3822
3919
  traces: [{
3823
3920
  type: 'ibc',
3824
3921
  counterparty: {
@@ -3853,6 +3950,7 @@ const assets = {
3853
3950
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3854
3951
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3855
3952
  }],
3953
+ type_asset: 'sdk.coin',
3856
3954
  traces: [{
3857
3955
  type: 'ibc',
3858
3956
  counterparty: {
@@ -3887,6 +3985,7 @@ const assets = {
3887
3985
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3888
3986
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3889
3987
  }],
3988
+ type_asset: 'sdk.coin',
3890
3989
  traces: [{
3891
3990
  type: 'ibc',
3892
3991
  counterparty: {
@@ -3921,6 +4020,7 @@ const assets = {
3921
4020
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3922
4021
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3923
4022
  }],
4023
+ type_asset: 'sdk.coin',
3924
4024
  traces: [{
3925
4025
  type: 'ibc',
3926
4026
  counterparty: {
@@ -3955,6 +4055,7 @@ const assets = {
3955
4055
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3956
4056
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3957
4057
  }],
4058
+ type_asset: 'sdk.coin',
3958
4059
  traces: [{
3959
4060
  type: 'ibc',
3960
4061
  counterparty: {
@@ -3989,6 +4090,7 @@ const assets = {
3989
4090
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3990
4091
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3991
4092
  }],
4093
+ type_asset: 'sdk.coin',
3992
4094
  traces: [{
3993
4095
  type: 'ibc',
3994
4096
  counterparty: {
@@ -4023,6 +4125,7 @@ const assets = {
4023
4125
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4024
4126
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4025
4127
  }],
4128
+ type_asset: 'sdk.coin',
4026
4129
  traces: [{
4027
4130
  type: 'ibc',
4028
4131
  counterparty: {
@@ -4057,6 +4160,7 @@ const assets = {
4057
4160
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4058
4161
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4059
4162
  }],
4163
+ type_asset: 'sdk.coin',
4060
4164
  traces: [{
4061
4165
  type: 'ibc',
4062
4166
  counterparty: {
@@ -4091,6 +4195,7 @@ const assets = {
4091
4195
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4092
4196
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4093
4197
  }],
4198
+ type_asset: 'sdk.coin',
4094
4199
  traces: [{
4095
4200
  type: 'ibc',
4096
4201
  counterparty: {
@@ -4125,6 +4230,7 @@ const assets = {
4125
4230
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4126
4231
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4127
4232
  }],
4233
+ type_asset: 'sdk.coin',
4128
4234
  traces: [{
4129
4235
  type: 'ibc',
4130
4236
  counterparty: {
@@ -4159,6 +4265,7 @@ const assets = {
4159
4265
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4160
4266
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4161
4267
  }],
4268
+ type_asset: 'sdk.coin',
4162
4269
  traces: [{
4163
4270
  type: 'ibc',
4164
4271
  counterparty: {
@@ -4193,6 +4300,7 @@ const assets = {
4193
4300
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4194
4301
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4195
4302
  }],
4303
+ type_asset: 'sdk.coin',
4196
4304
  traces: [{
4197
4305
  type: 'ibc',
4198
4306
  counterparty: {
@@ -4227,6 +4335,7 @@ const assets = {
4227
4335
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4228
4336
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4229
4337
  }],
4338
+ type_asset: 'sdk.coin',
4230
4339
  traces: [{
4231
4340
  type: 'ibc',
4232
4341
  counterparty: {
@@ -4261,6 +4370,7 @@ const assets = {
4261
4370
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4262
4371
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4263
4372
  }],
4373
+ type_asset: 'sdk.coin',
4264
4374
  traces: [{
4265
4375
  type: 'ibc',
4266
4376
  counterparty: {
@@ -4295,6 +4405,7 @@ const assets = {
4295
4405
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4296
4406
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4297
4407
  }],
4408
+ type_asset: 'sdk.coin',
4298
4409
  traces: [{
4299
4410
  type: 'ibc',
4300
4411
  counterparty: {
@@ -4329,6 +4440,7 @@ const assets = {
4329
4440
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4330
4441
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4331
4442
  }],
4443
+ type_asset: 'sdk.coin',
4332
4444
  traces: [{
4333
4445
  type: 'ibc',
4334
4446
  counterparty: {
@@ -4363,6 +4475,7 @@ const assets = {
4363
4475
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4364
4476
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4365
4477
  }],
4478
+ type_asset: 'sdk.coin',
4366
4479
  traces: [{
4367
4480
  type: 'ibc',
4368
4481
  counterparty: {
@@ -4397,6 +4510,7 @@ const assets = {
4397
4510
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4398
4511
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4399
4512
  }],
4513
+ type_asset: 'sdk.coin',
4400
4514
  traces: [{
4401
4515
  type: 'ibc',
4402
4516
  counterparty: {
@@ -4431,6 +4545,7 @@ const assets = {
4431
4545
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4432
4546
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4433
4547
  }],
4548
+ type_asset: 'sdk.coin',
4434
4549
  traces: [{
4435
4550
  type: 'ibc',
4436
4551
  counterparty: {
@@ -4465,6 +4580,7 @@ const assets = {
4465
4580
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4466
4581
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4467
4582
  }],
4583
+ type_asset: 'sdk.coin',
4468
4584
  traces: [{
4469
4585
  type: 'ibc',
4470
4586
  counterparty: {
@@ -4499,6 +4615,7 @@ const assets = {
4499
4615
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4500
4616
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4501
4617
  }],
4618
+ type_asset: 'sdk.coin',
4502
4619
  traces: [{
4503
4620
  type: 'ibc',
4504
4621
  counterparty: {
@@ -4533,6 +4650,7 @@ const assets = {
4533
4650
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4534
4651
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4535
4652
  }],
4653
+ type_asset: 'sdk.coin',
4536
4654
  traces: [{
4537
4655
  type: 'ibc',
4538
4656
  counterparty: {
@@ -4567,6 +4685,7 @@ const assets = {
4567
4685
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4568
4686
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4569
4687
  }],
4688
+ type_asset: 'sdk.coin',
4570
4689
  traces: [{
4571
4690
  type: 'ibc',
4572
4691
  counterparty: {
@@ -4601,6 +4720,7 @@ const assets = {
4601
4720
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4602
4721
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4603
4722
  }],
4723
+ type_asset: 'sdk.coin',
4604
4724
  traces: [{
4605
4725
  type: 'ibc',
4606
4726
  counterparty: {
@@ -4651,6 +4771,7 @@ const assets = {
4651
4771
  website: 'https://www.saga.xyz/',
4652
4772
  twitter: 'https://twitter.com/Sagaxyz__'
4653
4773
  },
4774
+ type_asset: 'sdk.coin',
4654
4775
  traces: [{
4655
4776
  type: 'ibc',
4656
4777
  counterparty: {
@@ -4693,6 +4814,7 @@ const assets = {
4693
4814
  website: 'https://scrt.network/',
4694
4815
  twitter: 'https://twitter.com/SecretNetwork'
4695
4816
  },
4817
+ type_asset: 'sdk.coin',
4696
4818
  traces: [{
4697
4819
  type: 'ibc',
4698
4820
  counterparty: {
@@ -4735,6 +4857,7 @@ const assets = {
4735
4857
  website: 'https://www.sei.io/',
4736
4858
  twitter: 'https://twitter.com/SeiNetwork'
4737
4859
  },
4860
+ type_asset: 'sdk.coin',
4738
4861
  traces: [{
4739
4862
  type: 'ibc',
4740
4863
  counterparty: {
@@ -4757,6 +4880,8 @@ const assets = {
4757
4880
  denom: 'oozaru',
4758
4881
  exponent: 6
4759
4882
  }],
4883
+ type_asset: 'cw20',
4884
+ address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
4760
4885
  base: 'ibc/4B4651AE181216ED6258A9B86DC6FF8FEB765DB9F90A38EE15A10E3F9EC33E88',
4761
4886
  name: 'Oozaru',
4762
4887
  display: 'oozaru',
@@ -4812,6 +4937,7 @@ const assets = {
4812
4937
  website: 'https://www.stargaze.zone/',
4813
4938
  twitter: 'https://twitter.com/StargazeZone'
4814
4939
  },
4940
+ type_asset: 'sdk.coin',
4815
4941
  traces: [{
4816
4942
  type: 'ibc',
4817
4943
  counterparty: {
@@ -4854,6 +4980,7 @@ const assets = {
4854
4980
  website: 'https://stride.zone/',
4855
4981
  twitter: 'https://twitter.com/stride_zone'
4856
4982
  },
4983
+ type_asset: 'sdk.coin',
4857
4984
  traces: [{
4858
4985
  type: 'ibc',
4859
4986
  counterparty: {
@@ -4896,6 +5023,7 @@ const assets = {
4896
5023
  website: 'https://www.terra.money/',
4897
5024
  twitter: 'https://twitter.com/terra_money'
4898
5025
  },
5026
+ type_asset: 'sdk.coin',
4899
5027
  traces: [{
4900
5028
  type: 'ibc',
4901
5029
  counterparty: {
@@ -5014,6 +5142,7 @@ const assets = {
5014
5142
  website: 'https://ondo.finance/usdy',
5015
5143
  twitter: 'https://x.com/OndoFinance'
5016
5144
  },
5145
+ type_asset: 'sdk.coin',
5017
5146
  traces: [{
5018
5147
  type: 'ibc',
5019
5148
  counterparty: {
@@ -5057,6 +5186,7 @@ const assets = {
5057
5186
  primary_color_hex: '#0c0c14'
5058
5187
  }
5059
5188
  }],
5189
+ type_asset: 'sdk.coin',
5060
5190
  traces: [{
5061
5191
  type: 'ibc',
5062
5192
  counterparty: {
@@ -5099,6 +5229,7 @@ const assets = {
5099
5229
  website: 'https://nolus.io/',
5100
5230
  twitter: 'https://twitter.com/NolusProtocol'
5101
5231
  },
5232
+ type_asset: 'sdk.coin',
5102
5233
  traces: [{
5103
5234
  type: 'ibc',
5104
5235
  counterparty: {
@@ -5136,6 +5267,7 @@ const assets = {
5136
5267
  primary_color_hex: '#6404fc'
5137
5268
  }
5138
5269
  }],
5270
+ type_asset: 'sdk.coin',
5139
5271
  traces: [{
5140
5272
  type: 'ibc',
5141
5273
  counterparty: {
@@ -5268,6 +5400,7 @@ const assets = {
5268
5400
  website: 'https://persistence.one/',
5269
5401
  twitter: 'https://twitter.com/PersistenceOne'
5270
5402
  },
5403
+ type_asset: 'sdk.coin',
5271
5404
  traces: [{
5272
5405
  type: 'ibc',
5273
5406
  counterparty: {
@@ -5305,6 +5438,7 @@ const assets = {
5305
5438
  primary_color_hex: '#c6ddf5'
5306
5439
  }
5307
5440
  }],
5441
+ type_asset: 'sdk.coin',
5308
5442
  traces: [{
5309
5443
  type: 'ibc',
5310
5444
  counterparty: {
@@ -5339,6 +5473,7 @@ const assets = {
5339
5473
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
5340
5474
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
5341
5475
  }],
5476
+ type_asset: 'sdk.coin',
5342
5477
  traces: [{
5343
5478
  type: 'ibc',
5344
5479
  counterparty: {
@@ -5373,6 +5508,7 @@ const assets = {
5373
5508
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
5374
5509
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
5375
5510
  }],
5511
+ type_asset: 'sdk.coin',
5376
5512
  traces: [{
5377
5513
  type: 'ibc',
5378
5514
  counterparty: {
@@ -5407,6 +5543,7 @@ const assets = {
5407
5543
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
5408
5544
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
5409
5545
  }],
5546
+ type_asset: 'sdk.coin',
5410
5547
  traces: [{
5411
5548
  type: 'ibc',
5412
5549
  counterparty: {
@@ -5441,6 +5578,7 @@ const assets = {
5441
5578
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
5442
5579
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
5443
5580
  }],
5581
+ type_asset: 'sdk.coin',
5444
5582
  traces: [{
5445
5583
  type: 'ibc',
5446
5584
  counterparty: {
@@ -5475,6 +5613,7 @@ const assets = {
5475
5613
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
5476
5614
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
5477
5615
  }],
5616
+ type_asset: 'sdk.coin',
5478
5617
  traces: [{
5479
5618
  type: 'ibc',
5480
5619
  counterparty: {
@@ -5509,6 +5648,7 @@ const assets = {
5509
5648
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
5510
5649
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
5511
5650
  }],
5651
+ type_asset: 'sdk.coin',
5512
5652
  traces: [{
5513
5653
  type: 'ibc',
5514
5654
  counterparty: {
@@ -5543,6 +5683,7 @@ const assets = {
5543
5683
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
5544
5684
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
5545
5685
  }],
5686
+ type_asset: 'sdk.coin',
5546
5687
  traces: [{
5547
5688
  type: 'ibc',
5548
5689
  counterparty: {
@@ -5577,6 +5718,7 @@ const assets = {
5577
5718
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
5578
5719
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
5579
5720
  }],
5721
+ type_asset: 'sdk.coin',
5580
5722
  traces: [{
5581
5723
  type: 'ibc',
5582
5724
  counterparty: {
@@ -5611,6 +5753,7 @@ const assets = {
5611
5753
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
5612
5754
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
5613
5755
  }],
5756
+ type_asset: 'sdk.coin',
5614
5757
  traces: [{
5615
5758
  type: 'ibc',
5616
5759
  counterparty: {
@@ -5645,6 +5788,7 @@ const assets = {
5645
5788
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
5646
5789
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
5647
5790
  }],
5791
+ type_asset: 'sdk.coin',
5648
5792
  traces: [{
5649
5793
  type: 'ibc',
5650
5794
  counterparty: {
@@ -5679,6 +5823,7 @@ const assets = {
5679
5823
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
5680
5824
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
5681
5825
  }],
5826
+ type_asset: 'sdk.coin',
5682
5827
  traces: [{
5683
5828
  type: 'ibc',
5684
5829
  counterparty: {
@@ -5713,6 +5858,7 @@ const assets = {
5713
5858
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
5714
5859
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
5715
5860
  }],
5861
+ type_asset: 'sdk.coin',
5716
5862
  traces: [{
5717
5863
  type: 'ibc',
5718
5864
  counterparty: {
@@ -5747,6 +5893,7 @@ const assets = {
5747
5893
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
5748
5894
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
5749
5895
  }],
5896
+ type_asset: 'sdk.coin',
5750
5897
  traces: [{
5751
5898
  type: 'ibc',
5752
5899
  counterparty: {
@@ -5781,6 +5928,7 @@ const assets = {
5781
5928
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
5782
5929
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
5783
5930
  }],
5931
+ type_asset: 'sdk.coin',
5784
5932
  traces: [{
5785
5933
  type: 'ibc',
5786
5934
  counterparty: {
@@ -5815,6 +5963,7 @@ const assets = {
5815
5963
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
5816
5964
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
5817
5965
  }],
5966
+ type_asset: 'sdk.coin',
5818
5967
  traces: [{
5819
5968
  type: 'ibc',
5820
5969
  counterparty: {
@@ -5849,6 +5998,7 @@ const assets = {
5849
5998
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
5850
5999
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
5851
6000
  }],
6001
+ type_asset: 'sdk.coin',
5852
6002
  traces: [{
5853
6003
  type: 'ibc',
5854
6004
  counterparty: {
@@ -5883,6 +6033,7 @@ const assets = {
5883
6033
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
5884
6034
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
5885
6035
  }],
6036
+ type_asset: 'sdk.coin',
5886
6037
  traces: [{
5887
6038
  type: 'ibc',
5888
6039
  counterparty: {
@@ -5917,6 +6068,7 @@ const assets = {
5917
6068
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
5918
6069
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
5919
6070
  }],
6071
+ type_asset: 'sdk.coin',
5920
6072
  traces: [{
5921
6073
  type: 'ibc',
5922
6074
  counterparty: {
@@ -5951,6 +6103,7 @@ const assets = {
5951
6103
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
5952
6104
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
5953
6105
  }],
6106
+ type_asset: 'sdk.coin',
5954
6107
  traces: [{
5955
6108
  type: 'ibc',
5956
6109
  counterparty: {
@@ -5985,6 +6138,7 @@ const assets = {
5985
6138
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
5986
6139
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
5987
6140
  }],
6141
+ type_asset: 'sdk.coin',
5988
6142
  traces: [{
5989
6143
  type: 'ibc',
5990
6144
  counterparty: {
@@ -6019,6 +6173,7 @@ const assets = {
6019
6173
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
6020
6174
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
6021
6175
  }],
6176
+ type_asset: 'sdk.coin',
6022
6177
  traces: [{
6023
6178
  type: 'ibc',
6024
6179
  counterparty: {
@@ -6053,6 +6208,7 @@ const assets = {
6053
6208
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6054
6209
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6055
6210
  }],
6211
+ type_asset: 'sdk.coin',
6056
6212
  traces: [{
6057
6213
  type: 'ibc',
6058
6214
  counterparty: {
@@ -6087,6 +6243,7 @@ const assets = {
6087
6243
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6088
6244
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6089
6245
  }],
6246
+ type_asset: 'sdk.coin',
6090
6247
  traces: [{
6091
6248
  type: 'ibc',
6092
6249
  counterparty: {
@@ -6121,6 +6278,7 @@ const assets = {
6121
6278
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6122
6279
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6123
6280
  }],
6281
+ type_asset: 'sdk.coin',
6124
6282
  traces: [{
6125
6283
  type: 'ibc',
6126
6284
  counterparty: {
@@ -6155,6 +6313,7 @@ const assets = {
6155
6313
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
6156
6314
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
6157
6315
  }],
6316
+ type_asset: 'sdk.coin',
6158
6317
  traces: [{
6159
6318
  type: 'ibc',
6160
6319
  counterparty: {
@@ -6189,6 +6348,7 @@ const assets = {
6189
6348
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
6190
6349
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
6191
6350
  }],
6351
+ type_asset: 'sdk.coin',
6192
6352
  traces: [{
6193
6353
  type: 'ibc',
6194
6354
  counterparty: {
@@ -6223,6 +6383,7 @@ const assets = {
6223
6383
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
6224
6384
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
6225
6385
  }],
6386
+ type_asset: 'sdk.coin',
6226
6387
  traces: [{
6227
6388
  type: 'ibc',
6228
6389
  counterparty: {
@@ -6257,6 +6418,7 @@ const assets = {
6257
6418
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
6258
6419
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
6259
6420
  }],
6421
+ type_asset: 'sdk.coin',
6260
6422
  traces: [{
6261
6423
  type: 'ibc',
6262
6424
  counterparty: {
@@ -6291,6 +6453,7 @@ const assets = {
6291
6453
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
6292
6454
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
6293
6455
  }],
6456
+ type_asset: 'sdk.coin',
6294
6457
  traces: [{
6295
6458
  type: 'ibc',
6296
6459
  counterparty: {
@@ -6325,6 +6488,7 @@ const assets = {
6325
6488
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
6326
6489
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
6327
6490
  }],
6491
+ type_asset: 'sdk.coin',
6328
6492
  traces: [{
6329
6493
  type: 'ibc',
6330
6494
  counterparty: {
@@ -6359,6 +6523,7 @@ const assets = {
6359
6523
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
6360
6524
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
6361
6525
  }],
6526
+ type_asset: 'sdk.coin',
6362
6527
  traces: [{
6363
6528
  type: 'ibc',
6364
6529
  counterparty: {
@@ -6393,6 +6558,7 @@ const assets = {
6393
6558
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
6394
6559
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
6395
6560
  }],
6561
+ type_asset: 'sdk.coin',
6396
6562
  traces: [{
6397
6563
  type: 'ibc',
6398
6564
  counterparty: {
@@ -6427,6 +6593,7 @@ const assets = {
6427
6593
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
6428
6594
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
6429
6595
  }],
6596
+ type_asset: 'sdk.coin',
6430
6597
  traces: [{
6431
6598
  type: 'ibc',
6432
6599
  counterparty: {
@@ -6461,6 +6628,7 @@ const assets = {
6461
6628
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
6462
6629
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
6463
6630
  }],
6631
+ type_asset: 'sdk.coin',
6464
6632
  traces: [{
6465
6633
  type: 'ibc',
6466
6634
  counterparty: {
@@ -6495,6 +6663,7 @@ const assets = {
6495
6663
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
6496
6664
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
6497
6665
  }],
6666
+ type_asset: 'sdk.coin',
6498
6667
  traces: [{
6499
6668
  type: 'ibc',
6500
6669
  counterparty: {
@@ -6529,6 +6698,7 @@ const assets = {
6529
6698
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
6530
6699
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
6531
6700
  }],
6701
+ type_asset: 'sdk.coin',
6532
6702
  traces: [{
6533
6703
  type: 'ibc',
6534
6704
  counterparty: {
@@ -6563,6 +6733,7 @@ const assets = {
6563
6733
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
6564
6734
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
6565
6735
  }],
6736
+ type_asset: 'sdk.coin',
6566
6737
  traces: [{
6567
6738
  type: 'ibc',
6568
6739
  counterparty: {
@@ -6597,6 +6768,7 @@ const assets = {
6597
6768
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
6598
6769
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
6599
6770
  }],
6771
+ type_asset: 'sdk.coin',
6600
6772
  traces: [{
6601
6773
  type: 'ibc',
6602
6774
  counterparty: {
@@ -6631,6 +6803,7 @@ const assets = {
6631
6803
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
6632
6804
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
6633
6805
  }],
6806
+ type_asset: 'sdk.coin',
6634
6807
  traces: [{
6635
6808
  type: 'ibc',
6636
6809
  counterparty: {
@@ -6665,6 +6838,7 @@ const assets = {
6665
6838
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
6666
6839
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
6667
6840
  }],
6841
+ type_asset: 'sdk.coin',
6668
6842
  traces: [{
6669
6843
  type: 'ibc',
6670
6844
  counterparty: {
@@ -6699,6 +6873,7 @@ const assets = {
6699
6873
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
6700
6874
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
6701
6875
  }],
6876
+ type_asset: 'sdk.coin',
6702
6877
  traces: [{
6703
6878
  type: 'ibc',
6704
6879
  counterparty: {
@@ -6733,6 +6908,7 @@ const assets = {
6733
6908
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
6734
6909
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
6735
6910
  }],
6911
+ type_asset: 'sdk.coin',
6736
6912
  traces: [{
6737
6913
  type: 'ibc',
6738
6914
  counterparty: {
@@ -6767,6 +6943,7 @@ const assets = {
6767
6943
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
6768
6944
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
6769
6945
  }],
6946
+ type_asset: 'sdk.coin',
6770
6947
  traces: [{
6771
6948
  type: 'ibc',
6772
6949
  counterparty: {
@@ -6801,6 +6978,7 @@ const assets = {
6801
6978
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
6802
6979
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
6803
6980
  }],
6981
+ type_asset: 'sdk.coin',
6804
6982
  traces: [{
6805
6983
  type: 'ibc',
6806
6984
  counterparty: {
@@ -6835,6 +7013,7 @@ const assets = {
6835
7013
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
6836
7014
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
6837
7015
  }],
7016
+ type_asset: 'sdk.coin',
6838
7017
  traces: [{
6839
7018
  type: 'ibc',
6840
7019
  counterparty: {
@@ -6869,6 +7048,7 @@ const assets = {
6869
7048
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
6870
7049
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
6871
7050
  }],
7051
+ type_asset: 'sdk.coin',
6872
7052
  traces: [{
6873
7053
  type: 'ibc',
6874
7054
  counterparty: {
@@ -6903,6 +7083,7 @@ const assets = {
6903
7083
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
6904
7084
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
6905
7085
  }],
7086
+ type_asset: 'sdk.coin',
6906
7087
  traces: [{
6907
7088
  type: 'ibc',
6908
7089
  counterparty: {
@@ -6937,6 +7118,7 @@ const assets = {
6937
7118
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
6938
7119
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
6939
7120
  }],
7121
+ type_asset: 'sdk.coin',
6940
7122
  traces: [{
6941
7123
  type: 'ibc',
6942
7124
  counterparty: {
@@ -6971,6 +7153,7 @@ const assets = {
6971
7153
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6972
7154
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6973
7155
  }],
7156
+ type_asset: 'sdk.coin',
6974
7157
  traces: [{
6975
7158
  type: 'ibc',
6976
7159
  counterparty: {
@@ -7005,6 +7188,7 @@ const assets = {
7005
7188
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7006
7189
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7007
7190
  }],
7191
+ type_asset: 'sdk.coin',
7008
7192
  traces: [{
7009
7193
  type: 'ibc',
7010
7194
  counterparty: {
@@ -7039,6 +7223,7 @@ const assets = {
7039
7223
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7040
7224
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7041
7225
  }],
7226
+ type_asset: 'sdk.coin',
7042
7227
  traces: [{
7043
7228
  type: 'ibc',
7044
7229
  counterparty: {
@@ -7073,6 +7258,7 @@ const assets = {
7073
7258
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7074
7259
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7075
7260
  }],
7261
+ type_asset: 'sdk.coin',
7076
7262
  traces: [{
7077
7263
  type: 'ibc',
7078
7264
  counterparty: {
@@ -7107,6 +7293,7 @@ const assets = {
7107
7293
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7108
7294
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7109
7295
  }],
7296
+ type_asset: 'sdk.coin',
7110
7297
  traces: [{
7111
7298
  type: 'ibc',
7112
7299
  counterparty: {
@@ -7141,6 +7328,7 @@ const assets = {
7141
7328
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7142
7329
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7143
7330
  }],
7331
+ type_asset: 'sdk.coin',
7144
7332
  traces: [{
7145
7333
  type: 'ibc',
7146
7334
  counterparty: {
@@ -7175,6 +7363,7 @@ const assets = {
7175
7363
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7176
7364
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7177
7365
  }],
7366
+ type_asset: 'sdk.coin',
7178
7367
  traces: [{
7179
7368
  type: 'ibc',
7180
7369
  counterparty: {
@@ -7209,6 +7398,7 @@ const assets = {
7209
7398
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7210
7399
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7211
7400
  }],
7401
+ type_asset: 'sdk.coin',
7212
7402
  traces: [{
7213
7403
  type: 'ibc',
7214
7404
  counterparty: {
@@ -7243,6 +7433,7 @@ const assets = {
7243
7433
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7244
7434
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7245
7435
  }],
7436
+ type_asset: 'sdk.coin',
7246
7437
  traces: [{
7247
7438
  type: 'ibc',
7248
7439
  counterparty: {
@@ -7277,6 +7468,7 @@ const assets = {
7277
7468
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7278
7469
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7279
7470
  }],
7471
+ type_asset: 'sdk.coin',
7280
7472
  traces: [{
7281
7473
  type: 'ibc',
7282
7474
  counterparty: {
@@ -7311,6 +7503,7 @@ const assets = {
7311
7503
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7312
7504
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7313
7505
  }],
7506
+ type_asset: 'sdk.coin',
7314
7507
  traces: [{
7315
7508
  type: 'ibc',
7316
7509
  counterparty: {
@@ -7345,6 +7538,7 @@ const assets = {
7345
7538
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7346
7539
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7347
7540
  }],
7541
+ type_asset: 'sdk.coin',
7348
7542
  traces: [{
7349
7543
  type: 'ibc',
7350
7544
  counterparty: {
@@ -7379,6 +7573,7 @@ const assets = {
7379
7573
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7380
7574
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7381
7575
  }],
7576
+ type_asset: 'sdk.coin',
7382
7577
  traces: [{
7383
7578
  type: 'ibc',
7384
7579
  counterparty: {
@@ -7413,6 +7608,7 @@ const assets = {
7413
7608
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7414
7609
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7415
7610
  }],
7611
+ type_asset: 'sdk.coin',
7416
7612
  traces: [{
7417
7613
  type: 'ibc',
7418
7614
  counterparty: {
@@ -7447,6 +7643,7 @@ const assets = {
7447
7643
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7448
7644
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7449
7645
  }],
7646
+ type_asset: 'sdk.coin',
7450
7647
  traces: [{
7451
7648
  type: 'ibc',
7452
7649
  counterparty: {
@@ -7481,6 +7678,7 @@ const assets = {
7481
7678
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7482
7679
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7483
7680
  }],
7681
+ type_asset: 'sdk.coin',
7484
7682
  traces: [{
7485
7683
  type: 'ibc',
7486
7684
  counterparty: {
@@ -7515,6 +7713,7 @@ const assets = {
7515
7713
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7516
7714
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7517
7715
  }],
7716
+ type_asset: 'sdk.coin',
7518
7717
  traces: [{
7519
7718
  type: 'ibc',
7520
7719
  counterparty: {
@@ -7549,6 +7748,7 @@ const assets = {
7549
7748
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7550
7749
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7551
7750
  }],
7751
+ type_asset: 'sdk.coin',
7552
7752
  traces: [{
7553
7753
  type: 'ibc',
7554
7754
  counterparty: {
@@ -7583,6 +7783,7 @@ const assets = {
7583
7783
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7584
7784
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7585
7785
  }],
7786
+ type_asset: 'sdk.coin',
7586
7787
  traces: [{
7587
7788
  type: 'ibc',
7588
7789
  counterparty: {
@@ -7617,6 +7818,7 @@ const assets = {
7617
7818
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7618
7819
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7619
7820
  }],
7821
+ type_asset: 'sdk.coin',
7620
7822
  traces: [{
7621
7823
  type: 'ibc',
7622
7824
  counterparty: {
@@ -7651,6 +7853,7 @@ const assets = {
7651
7853
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7652
7854
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7653
7855
  }],
7856
+ type_asset: 'sdk.coin',
7654
7857
  traces: [{
7655
7858
  type: 'ibc',
7656
7859
  counterparty: {
@@ -7685,6 +7888,7 @@ const assets = {
7685
7888
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7686
7889
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7687
7890
  }],
7891
+ type_asset: 'sdk.coin',
7688
7892
  traces: [{
7689
7893
  type: 'ibc',
7690
7894
  counterparty: {
@@ -7719,6 +7923,7 @@ const assets = {
7719
7923
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7720
7924
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7721
7925
  }],
7926
+ type_asset: 'sdk.coin',
7722
7927
  traces: [{
7723
7928
  type: 'ibc',
7724
7929
  counterparty: {
@@ -7753,6 +7958,7 @@ const assets = {
7753
7958
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7754
7959
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7755
7960
  }],
7961
+ type_asset: 'sdk.coin',
7756
7962
  traces: [{
7757
7963
  type: 'ibc',
7758
7964
  counterparty: {
@@ -7803,6 +8009,7 @@ const assets = {
7803
8009
  website: 'https://www.saga.xyz/',
7804
8010
  twitter: 'https://twitter.com/Sagaxyz__'
7805
8011
  },
8012
+ type_asset: 'sdk.coin',
7806
8013
  traces: [{
7807
8014
  type: 'ibc',
7808
8015
  counterparty: {
@@ -7845,6 +8052,7 @@ const assets = {
7845
8052
  website: 'https://scrt.network/',
7846
8053
  twitter: 'https://twitter.com/SecretNetwork'
7847
8054
  },
8055
+ type_asset: 'sdk.coin',
7848
8056
  traces: [{
7849
8057
  type: 'ibc',
7850
8058
  counterparty: {
@@ -7887,6 +8095,7 @@ const assets = {
7887
8095
  website: 'https://www.sei.io/',
7888
8096
  twitter: 'https://twitter.com/SeiNetwork'
7889
8097
  },
8098
+ type_asset: 'sdk.coin',
7890
8099
  traces: [{
7891
8100
  type: 'ibc',
7892
8101
  counterparty: {
@@ -7909,6 +8118,8 @@ const assets = {
7909
8118
  denom: 'oozaru',
7910
8119
  exponent: 6
7911
8120
  }],
8121
+ type_asset: 'cw20',
8122
+ address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
7912
8123
  base: 'ibc/4B4651AE181216ED6258A9B86DC6FF8FEB765DB9F90A38EE15A10E3F9EC33E88',
7913
8124
  name: 'Oozaru',
7914
8125
  display: 'oozaru',
@@ -7964,6 +8175,7 @@ const assets = {
7964
8175
  website: 'https://www.stargaze.zone/',
7965
8176
  twitter: 'https://twitter.com/StargazeZone'
7966
8177
  },
8178
+ type_asset: 'sdk.coin',
7967
8179
  traces: [{
7968
8180
  type: 'ibc',
7969
8181
  counterparty: {
@@ -8006,6 +8218,7 @@ const assets = {
8006
8218
  website: 'https://stride.zone/',
8007
8219
  twitter: 'https://twitter.com/stride_zone'
8008
8220
  },
8221
+ type_asset: 'sdk.coin',
8009
8222
  traces: [{
8010
8223
  type: 'ibc',
8011
8224
  counterparty: {
@@ -8048,6 +8261,7 @@ const assets = {
8048
8261
  website: 'https://www.terra.money/',
8049
8262
  twitter: 'https://twitter.com/terra_money'
8050
8263
  },
8264
+ type_asset: 'sdk.coin',
8051
8265
  traces: [{
8052
8266
  type: 'ibc',
8053
8267
  counterparty: {
@@ -8513,6 +8727,8 @@ const assets = {
8513
8727
  exponent: 6
8514
8728
  }],
8515
8729
  base: 'ibc/ACB8553B3FD1AE23F8EB6D80554334C949430BB73CD473EBEEC696CBD7901A1A',
8730
+ type_asset: 'snip20',
8731
+ address: 'secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej',
8516
8732
  name: 'Alter',
8517
8733
  display: 'alter',
8518
8734
  symbol: 'ALTER',
@@ -10184,6 +10400,8 @@ const assets = {
10184
10400
  exponent: 6
10185
10401
  }],
10186
10402
  base: 'ibc/ACB8553B3FD1AE23F8EB6D80554334C949430BB73CD473EBEEC696CBD7901A1A',
10403
+ type_asset: 'snip20',
10404
+ address: 'secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej',
10187
10405
  name: 'Alter',
10188
10406
  display: 'alter',
10189
10407
  symbol: 'ALTER',