@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
@@ -40,6 +40,7 @@ const assets = {
40
40
  website: 'https://archway.io/',
41
41
  twitter: 'https://twitter.com/archwayHQ'
42
42
  },
43
+ type_asset: 'sdk.coin',
43
44
  traces: [{
44
45
  type: 'ibc',
45
46
  counterparty: {
@@ -82,6 +83,7 @@ const assets = {
82
83
  website: 'https://axelar.network/',
83
84
  twitter: 'https://twitter.com/axelarnetwork'
84
85
  },
86
+ type_asset: 'sdk.coin',
85
87
  traces: [{
86
88
  type: 'ibc',
87
89
  counterparty: {
@@ -124,6 +126,7 @@ const assets = {
124
126
  website: 'https://celestia.org/',
125
127
  twitter: 'https://twitter.com/CelestiaOrg'
126
128
  },
129
+ type_asset: 'sdk.coin',
127
130
  traces: [{
128
131
  type: 'ibc',
129
132
  counterparty: {
@@ -162,6 +165,7 @@ const assets = {
162
165
  primary_color_hex: '#343434'
163
166
  }
164
167
  }],
168
+ type_asset: 'sdk.coin',
165
169
  traces: [{
166
170
  type: 'ibc',
167
171
  counterparty: {
@@ -204,6 +208,7 @@ const assets = {
204
208
  website: 'https://cosmos.network',
205
209
  twitter: 'https://twitter.com/cosmoshub'
206
210
  },
211
+ type_asset: 'sdk.coin',
207
212
  traces: [{
208
213
  type: 'ibc',
209
214
  counterparty: {
@@ -251,6 +256,7 @@ const assets = {
251
256
  website: 'https://dydx.trade/',
252
257
  twitter: 'https://twitter.com/dYdX'
253
258
  },
259
+ type_asset: 'sdk.coin',
254
260
  traces: [{
255
261
  type: 'ibc',
256
262
  counterparty: {
@@ -336,6 +342,7 @@ const assets = {
336
342
  website: 'https://injective.com/',
337
343
  twitter: 'https://twitter.com/Injective_'
338
344
  },
345
+ type_asset: 'sdk.coin',
339
346
  traces: [{
340
347
  type: 'ibc',
341
348
  counterparty: {
@@ -371,6 +378,7 @@ const assets = {
371
378
  primary_color_hex: '#31292a'
372
379
  }
373
380
  }],
381
+ type_asset: 'sdk.coin',
374
382
  traces: [{
375
383
  type: 'ibc',
376
384
  counterparty: {
@@ -406,6 +414,7 @@ const assets = {
406
414
  primary_color_hex: '#18120f'
407
415
  }
408
416
  }],
417
+ type_asset: 'sdk.coin',
409
418
  traces: [{
410
419
  type: 'ibc',
411
420
  counterparty: {
@@ -438,6 +447,7 @@ const assets = {
438
447
  primary_color_hex: '#293a6f'
439
448
  }
440
449
  }],
450
+ type_asset: 'sdk.coin',
441
451
  traces: [{
442
452
  type: 'ibc',
443
453
  counterparty: {
@@ -470,6 +480,7 @@ const assets = {
470
480
  primary_color_hex: '#272f4b'
471
481
  }
472
482
  }],
483
+ type_asset: 'sdk.coin',
473
484
  traces: [{
474
485
  type: 'ibc',
475
486
  counterparty: {
@@ -502,6 +513,7 @@ const assets = {
502
513
  primary_color_hex: '#2a303f'
503
514
  }
504
515
  }],
516
+ type_asset: 'sdk.coin',
505
517
  traces: [{
506
518
  type: 'ibc',
507
519
  counterparty: {
@@ -534,6 +546,7 @@ const assets = {
534
546
  primary_color_hex: '#54ac94'
535
547
  }
536
548
  }],
549
+ type_asset: 'sdk.coin',
537
550
  traces: [{
538
551
  type: 'ibc',
539
552
  counterparty: {
@@ -566,6 +579,7 @@ const assets = {
566
579
  primary_color_hex: '#7931f9'
567
580
  }
568
581
  }],
582
+ type_asset: 'sdk.coin',
569
583
  traces: [{
570
584
  type: 'ibc',
571
585
  counterparty: {
@@ -608,6 +622,7 @@ const assets = {
608
622
  website: 'https://junonetwork.io/',
609
623
  twitter: 'https://twitter.com/JunoNetwork'
610
624
  },
625
+ type_asset: 'sdk.coin',
611
626
  traces: [{
612
627
  type: 'ibc',
613
628
  counterparty: {
@@ -650,6 +665,7 @@ const assets = {
650
665
  website: 'https://www.kava.io/',
651
666
  twitter: 'https://twitter.com/KAVA_CHAIN'
652
667
  },
668
+ type_asset: 'sdk.coin',
653
669
  traces: [{
654
670
  type: 'ibc',
655
671
  counterparty: {
@@ -688,6 +704,7 @@ const assets = {
688
704
  primary_color_hex: '#7b34ac'
689
705
  }
690
706
  }],
707
+ type_asset: 'sdk.coin',
691
708
  traces: [{
692
709
  type: 'ibc',
693
710
  counterparty: {
@@ -726,6 +743,7 @@ const assets = {
726
743
  primary_color_hex: '#544cfc'
727
744
  }
728
745
  }],
746
+ type_asset: 'sdk.coin',
729
747
  traces: [{
730
748
  type: 'ibc',
731
749
  counterparty: {
@@ -764,6 +782,7 @@ const assets = {
764
782
  primary_color_hex: '#04d4a3'
765
783
  }
766
784
  }],
785
+ type_asset: 'sdk.coin',
767
786
  traces: [{
768
787
  type: 'ibc',
769
788
  counterparty: {
@@ -817,7 +836,8 @@ const assets = {
817
836
  logo_URIs: {
818
837
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
819
838
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
820
- }
839
+ },
840
+ type_asset: 'sdk.coin'
821
841
  },
822
842
  {
823
843
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
@@ -849,6 +869,7 @@ const assets = {
849
869
  website: 'https://kujira.network/',
850
870
  twitter: 'https://twitter.com/TeamKujira'
851
871
  },
872
+ type_asset: 'sdk.coin',
852
873
  traces: [{
853
874
  type: 'ibc',
854
875
  counterparty: {
@@ -898,6 +919,7 @@ const assets = {
898
919
  website: 'https://archway.io/',
899
920
  twitter: 'https://twitter.com/archwayHQ'
900
921
  },
922
+ type_asset: 'sdk.coin',
901
923
  traces: [{
902
924
  type: 'ibc',
903
925
  counterparty: {
@@ -940,6 +962,7 @@ const assets = {
940
962
  website: 'https://axelar.network/',
941
963
  twitter: 'https://twitter.com/axelarnetwork'
942
964
  },
965
+ type_asset: 'sdk.coin',
943
966
  traces: [{
944
967
  type: 'ibc',
945
968
  counterparty: {
@@ -982,6 +1005,7 @@ const assets = {
982
1005
  website: 'https://celestia.org/',
983
1006
  twitter: 'https://twitter.com/CelestiaOrg'
984
1007
  },
1008
+ type_asset: 'sdk.coin',
985
1009
  traces: [{
986
1010
  type: 'ibc',
987
1011
  counterparty: {
@@ -1020,6 +1044,7 @@ const assets = {
1020
1044
  primary_color_hex: '#343434'
1021
1045
  }
1022
1046
  }],
1047
+ type_asset: 'sdk.coin',
1023
1048
  traces: [{
1024
1049
  type: 'ibc',
1025
1050
  counterparty: {
@@ -1062,6 +1087,7 @@ const assets = {
1062
1087
  website: 'https://cosmos.network',
1063
1088
  twitter: 'https://twitter.com/cosmoshub'
1064
1089
  },
1090
+ type_asset: 'sdk.coin',
1065
1091
  traces: [{
1066
1092
  type: 'ibc',
1067
1093
  counterparty: {
@@ -1109,6 +1135,7 @@ const assets = {
1109
1135
  website: 'https://dydx.trade/',
1110
1136
  twitter: 'https://twitter.com/dYdX'
1111
1137
  },
1138
+ type_asset: 'sdk.coin',
1112
1139
  traces: [{
1113
1140
  type: 'ibc',
1114
1141
  counterparty: {
@@ -1194,6 +1221,7 @@ const assets = {
1194
1221
  website: 'https://injective.com/',
1195
1222
  twitter: 'https://twitter.com/Injective_'
1196
1223
  },
1224
+ type_asset: 'sdk.coin',
1197
1225
  traces: [{
1198
1226
  type: 'ibc',
1199
1227
  counterparty: {
@@ -1229,6 +1257,7 @@ const assets = {
1229
1257
  primary_color_hex: '#31292a'
1230
1258
  }
1231
1259
  }],
1260
+ type_asset: 'sdk.coin',
1232
1261
  traces: [{
1233
1262
  type: 'ibc',
1234
1263
  counterparty: {
@@ -1264,6 +1293,7 @@ const assets = {
1264
1293
  primary_color_hex: '#18120f'
1265
1294
  }
1266
1295
  }],
1296
+ type_asset: 'sdk.coin',
1267
1297
  traces: [{
1268
1298
  type: 'ibc',
1269
1299
  counterparty: {
@@ -1296,6 +1326,7 @@ const assets = {
1296
1326
  primary_color_hex: '#293a6f'
1297
1327
  }
1298
1328
  }],
1329
+ type_asset: 'sdk.coin',
1299
1330
  traces: [{
1300
1331
  type: 'ibc',
1301
1332
  counterparty: {
@@ -1328,6 +1359,7 @@ const assets = {
1328
1359
  primary_color_hex: '#272f4b'
1329
1360
  }
1330
1361
  }],
1362
+ type_asset: 'sdk.coin',
1331
1363
  traces: [{
1332
1364
  type: 'ibc',
1333
1365
  counterparty: {
@@ -1360,6 +1392,7 @@ const assets = {
1360
1392
  primary_color_hex: '#2a303f'
1361
1393
  }
1362
1394
  }],
1395
+ type_asset: 'sdk.coin',
1363
1396
  traces: [{
1364
1397
  type: 'ibc',
1365
1398
  counterparty: {
@@ -1392,6 +1425,7 @@ const assets = {
1392
1425
  primary_color_hex: '#54ac94'
1393
1426
  }
1394
1427
  }],
1428
+ type_asset: 'sdk.coin',
1395
1429
  traces: [{
1396
1430
  type: 'ibc',
1397
1431
  counterparty: {
@@ -1424,6 +1458,7 @@ const assets = {
1424
1458
  primary_color_hex: '#7931f9'
1425
1459
  }
1426
1460
  }],
1461
+ type_asset: 'sdk.coin',
1427
1462
  traces: [{
1428
1463
  type: 'ibc',
1429
1464
  counterparty: {
@@ -1466,6 +1501,7 @@ const assets = {
1466
1501
  website: 'https://junonetwork.io/',
1467
1502
  twitter: 'https://twitter.com/JunoNetwork'
1468
1503
  },
1504
+ type_asset: 'sdk.coin',
1469
1505
  traces: [{
1470
1506
  type: 'ibc',
1471
1507
  counterparty: {
@@ -1508,6 +1544,7 @@ const assets = {
1508
1544
  website: 'https://www.kava.io/',
1509
1545
  twitter: 'https://twitter.com/KAVA_CHAIN'
1510
1546
  },
1547
+ type_asset: 'sdk.coin',
1511
1548
  traces: [{
1512
1549
  type: 'ibc',
1513
1550
  counterparty: {
@@ -1546,6 +1583,7 @@ const assets = {
1546
1583
  primary_color_hex: '#7b34ac'
1547
1584
  }
1548
1585
  }],
1586
+ type_asset: 'sdk.coin',
1549
1587
  traces: [{
1550
1588
  type: 'ibc',
1551
1589
  counterparty: {
@@ -1584,6 +1622,7 @@ const assets = {
1584
1622
  primary_color_hex: '#544cfc'
1585
1623
  }
1586
1624
  }],
1625
+ type_asset: 'sdk.coin',
1587
1626
  traces: [{
1588
1627
  type: 'ibc',
1589
1628
  counterparty: {
@@ -1622,6 +1661,7 @@ const assets = {
1622
1661
  primary_color_hex: '#04d4a3'
1623
1662
  }
1624
1663
  }],
1664
+ type_asset: 'sdk.coin',
1625
1665
  traces: [{
1626
1666
  type: 'ibc',
1627
1667
  counterparty: {
@@ -1675,7 +1715,8 @@ const assets = {
1675
1715
  logo_URIs: {
1676
1716
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1677
1717
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1678
- }
1718
+ },
1719
+ type_asset: 'sdk.coin'
1679
1720
  },
1680
1721
  {
1681
1722
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
@@ -1707,6 +1748,7 @@ const assets = {
1707
1748
  website: 'https://kujira.network/',
1708
1749
  twitter: 'https://twitter.com/TeamKujira'
1709
1750
  },
1751
+ type_asset: 'sdk.coin',
1710
1752
  traces: [{
1711
1753
  type: 'ibc',
1712
1754
  counterparty: {
@@ -1825,6 +1867,7 @@ const assets = {
1825
1867
  website: 'https://ondo.finance/usdy',
1826
1868
  twitter: 'https://x.com/OndoFinance'
1827
1869
  },
1870
+ type_asset: 'sdk.coin',
1828
1871
  traces: [{
1829
1872
  type: 'ibc',
1830
1873
  counterparty: {
@@ -1868,6 +1911,7 @@ const assets = {
1868
1911
  primary_color_hex: '#0c0c14'
1869
1912
  }
1870
1913
  }],
1914
+ type_asset: 'sdk.coin',
1871
1915
  traces: [{
1872
1916
  type: 'ibc',
1873
1917
  counterparty: {
@@ -1910,6 +1954,7 @@ const assets = {
1910
1954
  website: 'https://nolus.io/',
1911
1955
  twitter: 'https://twitter.com/NolusProtocol'
1912
1956
  },
1957
+ type_asset: 'sdk.coin',
1913
1958
  traces: [{
1914
1959
  type: 'ibc',
1915
1960
  counterparty: {
@@ -1947,6 +1992,7 @@ const assets = {
1947
1992
  primary_color_hex: '#6404fc'
1948
1993
  }
1949
1994
  }],
1995
+ type_asset: 'sdk.coin',
1950
1996
  traces: [{
1951
1997
  type: 'ibc',
1952
1998
  counterparty: {
@@ -2118,6 +2164,7 @@ const assets = {
2118
2164
  website: 'https://persistence.one/',
2119
2165
  twitter: 'https://twitter.com/PersistenceOne'
2120
2166
  },
2167
+ type_asset: 'sdk.coin',
2121
2168
  traces: [{
2122
2169
  type: 'ibc',
2123
2170
  counterparty: {
@@ -2155,6 +2202,7 @@ const assets = {
2155
2202
  primary_color_hex: '#c6ddf5'
2156
2203
  }
2157
2204
  }],
2205
+ type_asset: 'sdk.coin',
2158
2206
  traces: [{
2159
2207
  type: 'ibc',
2160
2208
  counterparty: {
@@ -2189,6 +2237,7 @@ const assets = {
2189
2237
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
2190
2238
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
2191
2239
  }],
2240
+ type_asset: 'sdk.coin',
2192
2241
  traces: [{
2193
2242
  type: 'ibc',
2194
2243
  counterparty: {
@@ -2223,6 +2272,7 @@ const assets = {
2223
2272
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
2224
2273
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
2225
2274
  }],
2275
+ type_asset: 'sdk.coin',
2226
2276
  traces: [{
2227
2277
  type: 'ibc',
2228
2278
  counterparty: {
@@ -2257,6 +2307,7 @@ const assets = {
2257
2307
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
2258
2308
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
2259
2309
  }],
2310
+ type_asset: 'sdk.coin',
2260
2311
  traces: [{
2261
2312
  type: 'ibc',
2262
2313
  counterparty: {
@@ -2291,6 +2342,7 @@ const assets = {
2291
2342
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
2292
2343
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
2293
2344
  }],
2345
+ type_asset: 'sdk.coin',
2294
2346
  traces: [{
2295
2347
  type: 'ibc',
2296
2348
  counterparty: {
@@ -2325,6 +2377,7 @@ const assets = {
2325
2377
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
2326
2378
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
2327
2379
  }],
2380
+ type_asset: 'sdk.coin',
2328
2381
  traces: [{
2329
2382
  type: 'ibc',
2330
2383
  counterparty: {
@@ -2359,6 +2412,7 @@ const assets = {
2359
2412
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
2360
2413
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
2361
2414
  }],
2415
+ type_asset: 'sdk.coin',
2362
2416
  traces: [{
2363
2417
  type: 'ibc',
2364
2418
  counterparty: {
@@ -2393,6 +2447,7 @@ const assets = {
2393
2447
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
2394
2448
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
2395
2449
  }],
2450
+ type_asset: 'sdk.coin',
2396
2451
  traces: [{
2397
2452
  type: 'ibc',
2398
2453
  counterparty: {
@@ -2427,6 +2482,7 @@ const assets = {
2427
2482
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
2428
2483
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
2429
2484
  }],
2485
+ type_asset: 'sdk.coin',
2430
2486
  traces: [{
2431
2487
  type: 'ibc',
2432
2488
  counterparty: {
@@ -2461,6 +2517,7 @@ const assets = {
2461
2517
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
2462
2518
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
2463
2519
  }],
2520
+ type_asset: 'sdk.coin',
2464
2521
  traces: [{
2465
2522
  type: 'ibc',
2466
2523
  counterparty: {
@@ -2495,6 +2552,7 @@ const assets = {
2495
2552
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2496
2553
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2497
2554
  }],
2555
+ type_asset: 'sdk.coin',
2498
2556
  traces: [{
2499
2557
  type: 'ibc',
2500
2558
  counterparty: {
@@ -2529,6 +2587,7 @@ const assets = {
2529
2587
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2530
2588
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2531
2589
  }],
2590
+ type_asset: 'sdk.coin',
2532
2591
  traces: [{
2533
2592
  type: 'ibc',
2534
2593
  counterparty: {
@@ -2563,6 +2622,7 @@ const assets = {
2563
2622
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2564
2623
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2565
2624
  }],
2625
+ type_asset: 'sdk.coin',
2566
2626
  traces: [{
2567
2627
  type: 'ibc',
2568
2628
  counterparty: {
@@ -2597,6 +2657,7 @@ const assets = {
2597
2657
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2598
2658
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2599
2659
  }],
2660
+ type_asset: 'sdk.coin',
2600
2661
  traces: [{
2601
2662
  type: 'ibc',
2602
2663
  counterparty: {
@@ -2631,6 +2692,7 @@ const assets = {
2631
2692
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2632
2693
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2633
2694
  }],
2695
+ type_asset: 'sdk.coin',
2634
2696
  traces: [{
2635
2697
  type: 'ibc',
2636
2698
  counterparty: {
@@ -2665,6 +2727,7 @@ const assets = {
2665
2727
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2666
2728
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2667
2729
  }],
2730
+ type_asset: 'sdk.coin',
2668
2731
  traces: [{
2669
2732
  type: 'ibc',
2670
2733
  counterparty: {
@@ -2699,6 +2762,7 @@ const assets = {
2699
2762
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2700
2763
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2701
2764
  }],
2765
+ type_asset: 'sdk.coin',
2702
2766
  traces: [{
2703
2767
  type: 'ibc',
2704
2768
  counterparty: {
@@ -2733,6 +2797,7 @@ const assets = {
2733
2797
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2734
2798
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2735
2799
  }],
2800
+ type_asset: 'sdk.coin',
2736
2801
  traces: [{
2737
2802
  type: 'ibc',
2738
2803
  counterparty: {
@@ -2767,6 +2832,7 @@ const assets = {
2767
2832
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2768
2833
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2769
2834
  }],
2835
+ type_asset: 'sdk.coin',
2770
2836
  traces: [{
2771
2837
  type: 'ibc',
2772
2838
  counterparty: {
@@ -2801,6 +2867,7 @@ const assets = {
2801
2867
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2802
2868
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2803
2869
  }],
2870
+ type_asset: 'sdk.coin',
2804
2871
  traces: [{
2805
2872
  type: 'ibc',
2806
2873
  counterparty: {
@@ -2835,6 +2902,7 @@ const assets = {
2835
2902
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2836
2903
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2837
2904
  }],
2905
+ type_asset: 'sdk.coin',
2838
2906
  traces: [{
2839
2907
  type: 'ibc',
2840
2908
  counterparty: {
@@ -2869,6 +2937,7 @@ const assets = {
2869
2937
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2870
2938
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2871
2939
  }],
2940
+ type_asset: 'sdk.coin',
2872
2941
  traces: [{
2873
2942
  type: 'ibc',
2874
2943
  counterparty: {
@@ -2903,6 +2972,7 @@ const assets = {
2903
2972
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2904
2973
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2905
2974
  }],
2975
+ type_asset: 'sdk.coin',
2906
2976
  traces: [{
2907
2977
  type: 'ibc',
2908
2978
  counterparty: {
@@ -2937,6 +3007,7 @@ const assets = {
2937
3007
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2938
3008
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2939
3009
  }],
3010
+ type_asset: 'sdk.coin',
2940
3011
  traces: [{
2941
3012
  type: 'ibc',
2942
3013
  counterparty: {
@@ -2971,6 +3042,7 @@ const assets = {
2971
3042
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2972
3043
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2973
3044
  }],
3045
+ type_asset: 'sdk.coin',
2974
3046
  traces: [{
2975
3047
  type: 'ibc',
2976
3048
  counterparty: {
@@ -3005,6 +3077,7 @@ const assets = {
3005
3077
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
3006
3078
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
3007
3079
  }],
3080
+ type_asset: 'sdk.coin',
3008
3081
  traces: [{
3009
3082
  type: 'ibc',
3010
3083
  counterparty: {
@@ -3039,6 +3112,7 @@ const assets = {
3039
3112
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
3040
3113
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
3041
3114
  }],
3115
+ type_asset: 'sdk.coin',
3042
3116
  traces: [{
3043
3117
  type: 'ibc',
3044
3118
  counterparty: {
@@ -3073,6 +3147,7 @@ const assets = {
3073
3147
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
3074
3148
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
3075
3149
  }],
3150
+ type_asset: 'sdk.coin',
3076
3151
  traces: [{
3077
3152
  type: 'ibc',
3078
3153
  counterparty: {
@@ -3107,6 +3182,7 @@ const assets = {
3107
3182
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
3108
3183
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
3109
3184
  }],
3185
+ type_asset: 'sdk.coin',
3110
3186
  traces: [{
3111
3187
  type: 'ibc',
3112
3188
  counterparty: {
@@ -3141,6 +3217,7 @@ const assets = {
3141
3217
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
3142
3218
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
3143
3219
  }],
3220
+ type_asset: 'sdk.coin',
3144
3221
  traces: [{
3145
3222
  type: 'ibc',
3146
3223
  counterparty: {
@@ -3175,6 +3252,7 @@ const assets = {
3175
3252
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
3176
3253
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
3177
3254
  }],
3255
+ type_asset: 'sdk.coin',
3178
3256
  traces: [{
3179
3257
  type: 'ibc',
3180
3258
  counterparty: {
@@ -3209,6 +3287,7 @@ const assets = {
3209
3287
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
3210
3288
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
3211
3289
  }],
3290
+ type_asset: 'sdk.coin',
3212
3291
  traces: [{
3213
3292
  type: 'ibc',
3214
3293
  counterparty: {
@@ -3243,6 +3322,7 @@ const assets = {
3243
3322
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
3244
3323
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
3245
3324
  }],
3325
+ type_asset: 'sdk.coin',
3246
3326
  traces: [{
3247
3327
  type: 'ibc',
3248
3328
  counterparty: {
@@ -3277,6 +3357,7 @@ const assets = {
3277
3357
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
3278
3358
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
3279
3359
  }],
3360
+ type_asset: 'sdk.coin',
3280
3361
  traces: [{
3281
3362
  type: 'ibc',
3282
3363
  counterparty: {
@@ -3311,6 +3392,7 @@ const assets = {
3311
3392
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
3312
3393
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
3313
3394
  }],
3395
+ type_asset: 'sdk.coin',
3314
3396
  traces: [{
3315
3397
  type: 'ibc',
3316
3398
  counterparty: {
@@ -3345,6 +3427,7 @@ const assets = {
3345
3427
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
3346
3428
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
3347
3429
  }],
3430
+ type_asset: 'sdk.coin',
3348
3431
  traces: [{
3349
3432
  type: 'ibc',
3350
3433
  counterparty: {
@@ -3379,6 +3462,7 @@ const assets = {
3379
3462
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
3380
3463
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
3381
3464
  }],
3465
+ type_asset: 'sdk.coin',
3382
3466
  traces: [{
3383
3467
  type: 'ibc',
3384
3468
  counterparty: {
@@ -3413,6 +3497,7 @@ const assets = {
3413
3497
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3414
3498
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3415
3499
  }],
3500
+ type_asset: 'sdk.coin',
3416
3501
  traces: [{
3417
3502
  type: 'ibc',
3418
3503
  counterparty: {
@@ -3447,6 +3532,7 @@ const assets = {
3447
3532
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3448
3533
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3449
3534
  }],
3535
+ type_asset: 'sdk.coin',
3450
3536
  traces: [{
3451
3537
  type: 'ibc',
3452
3538
  counterparty: {
@@ -3481,6 +3567,7 @@ const assets = {
3481
3567
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3482
3568
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3483
3569
  }],
3570
+ type_asset: 'sdk.coin',
3484
3571
  traces: [{
3485
3572
  type: 'ibc',
3486
3573
  counterparty: {
@@ -3515,6 +3602,7 @@ const assets = {
3515
3602
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3516
3603
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3517
3604
  }],
3605
+ type_asset: 'sdk.coin',
3518
3606
  traces: [{
3519
3607
  type: 'ibc',
3520
3608
  counterparty: {
@@ -3549,6 +3637,7 @@ const assets = {
3549
3637
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3550
3638
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3551
3639
  }],
3640
+ type_asset: 'sdk.coin',
3552
3641
  traces: [{
3553
3642
  type: 'ibc',
3554
3643
  counterparty: {
@@ -3583,6 +3672,7 @@ const assets = {
3583
3672
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3584
3673
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3585
3674
  }],
3675
+ type_asset: 'sdk.coin',
3586
3676
  traces: [{
3587
3677
  type: 'ibc',
3588
3678
  counterparty: {
@@ -3617,6 +3707,7 @@ const assets = {
3617
3707
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3618
3708
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3619
3709
  }],
3710
+ type_asset: 'sdk.coin',
3620
3711
  traces: [{
3621
3712
  type: 'ibc',
3622
3713
  counterparty: {
@@ -3651,6 +3742,7 @@ const assets = {
3651
3742
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3652
3743
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3653
3744
  }],
3745
+ type_asset: 'sdk.coin',
3654
3746
  traces: [{
3655
3747
  type: 'ibc',
3656
3748
  counterparty: {
@@ -3685,6 +3777,7 @@ const assets = {
3685
3777
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3686
3778
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3687
3779
  }],
3780
+ type_asset: 'sdk.coin',
3688
3781
  traces: [{
3689
3782
  type: 'ibc',
3690
3783
  counterparty: {
@@ -3719,6 +3812,7 @@ const assets = {
3719
3812
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3720
3813
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3721
3814
  }],
3815
+ type_asset: 'sdk.coin',
3722
3816
  traces: [{
3723
3817
  type: 'ibc',
3724
3818
  counterparty: {
@@ -3753,6 +3847,7 @@ const assets = {
3753
3847
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3754
3848
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3755
3849
  }],
3850
+ type_asset: 'sdk.coin',
3756
3851
  traces: [{
3757
3852
  type: 'ibc',
3758
3853
  counterparty: {
@@ -3787,6 +3882,7 @@ const assets = {
3787
3882
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3788
3883
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3789
3884
  }],
3885
+ type_asset: 'sdk.coin',
3790
3886
  traces: [{
3791
3887
  type: 'ibc',
3792
3888
  counterparty: {
@@ -3821,6 +3917,7 @@ const assets = {
3821
3917
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3822
3918
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3823
3919
  }],
3920
+ type_asset: 'sdk.coin',
3824
3921
  traces: [{
3825
3922
  type: 'ibc',
3826
3923
  counterparty: {
@@ -3855,6 +3952,7 @@ const assets = {
3855
3952
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3856
3953
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3857
3954
  }],
3955
+ type_asset: 'sdk.coin',
3858
3956
  traces: [{
3859
3957
  type: 'ibc',
3860
3958
  counterparty: {
@@ -3889,6 +3987,7 @@ const assets = {
3889
3987
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3890
3988
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3891
3989
  }],
3990
+ type_asset: 'sdk.coin',
3892
3991
  traces: [{
3893
3992
  type: 'ibc',
3894
3993
  counterparty: {
@@ -3923,6 +4022,7 @@ const assets = {
3923
4022
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3924
4023
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3925
4024
  }],
4025
+ type_asset: 'sdk.coin',
3926
4026
  traces: [{
3927
4027
  type: 'ibc',
3928
4028
  counterparty: {
@@ -3957,6 +4057,7 @@ const assets = {
3957
4057
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3958
4058
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3959
4059
  }],
4060
+ type_asset: 'sdk.coin',
3960
4061
  traces: [{
3961
4062
  type: 'ibc',
3962
4063
  counterparty: {
@@ -3991,6 +4092,7 @@ const assets = {
3991
4092
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3992
4093
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3993
4094
  }],
4095
+ type_asset: 'sdk.coin',
3994
4096
  traces: [{
3995
4097
  type: 'ibc',
3996
4098
  counterparty: {
@@ -4025,6 +4127,7 @@ const assets = {
4025
4127
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4026
4128
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4027
4129
  }],
4130
+ type_asset: 'sdk.coin',
4028
4131
  traces: [{
4029
4132
  type: 'ibc',
4030
4133
  counterparty: {
@@ -4059,6 +4162,7 @@ const assets = {
4059
4162
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4060
4163
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4061
4164
  }],
4165
+ type_asset: 'sdk.coin',
4062
4166
  traces: [{
4063
4167
  type: 'ibc',
4064
4168
  counterparty: {
@@ -4093,6 +4197,7 @@ const assets = {
4093
4197
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4094
4198
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4095
4199
  }],
4200
+ type_asset: 'sdk.coin',
4096
4201
  traces: [{
4097
4202
  type: 'ibc',
4098
4203
  counterparty: {
@@ -4127,6 +4232,7 @@ const assets = {
4127
4232
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4128
4233
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4129
4234
  }],
4235
+ type_asset: 'sdk.coin',
4130
4236
  traces: [{
4131
4237
  type: 'ibc',
4132
4238
  counterparty: {
@@ -4161,6 +4267,7 @@ const assets = {
4161
4267
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4162
4268
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4163
4269
  }],
4270
+ type_asset: 'sdk.coin',
4164
4271
  traces: [{
4165
4272
  type: 'ibc',
4166
4273
  counterparty: {
@@ -4195,6 +4302,7 @@ const assets = {
4195
4302
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4196
4303
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4197
4304
  }],
4305
+ type_asset: 'sdk.coin',
4198
4306
  traces: [{
4199
4307
  type: 'ibc',
4200
4308
  counterparty: {
@@ -4229,6 +4337,7 @@ const assets = {
4229
4337
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4230
4338
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4231
4339
  }],
4340
+ type_asset: 'sdk.coin',
4232
4341
  traces: [{
4233
4342
  type: 'ibc',
4234
4343
  counterparty: {
@@ -4263,6 +4372,7 @@ const assets = {
4263
4372
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4264
4373
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4265
4374
  }],
4375
+ type_asset: 'sdk.coin',
4266
4376
  traces: [{
4267
4377
  type: 'ibc',
4268
4378
  counterparty: {
@@ -4297,6 +4407,7 @@ const assets = {
4297
4407
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4298
4408
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4299
4409
  }],
4410
+ type_asset: 'sdk.coin',
4300
4411
  traces: [{
4301
4412
  type: 'ibc',
4302
4413
  counterparty: {
@@ -4331,6 +4442,7 @@ const assets = {
4331
4442
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4332
4443
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4333
4444
  }],
4445
+ type_asset: 'sdk.coin',
4334
4446
  traces: [{
4335
4447
  type: 'ibc',
4336
4448
  counterparty: {
@@ -4365,6 +4477,7 @@ const assets = {
4365
4477
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4366
4478
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4367
4479
  }],
4480
+ type_asset: 'sdk.coin',
4368
4481
  traces: [{
4369
4482
  type: 'ibc',
4370
4483
  counterparty: {
@@ -4399,6 +4512,7 @@ const assets = {
4399
4512
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4400
4513
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4401
4514
  }],
4515
+ type_asset: 'sdk.coin',
4402
4516
  traces: [{
4403
4517
  type: 'ibc',
4404
4518
  counterparty: {
@@ -4433,6 +4547,7 @@ const assets = {
4433
4547
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4434
4548
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4435
4549
  }],
4550
+ type_asset: 'sdk.coin',
4436
4551
  traces: [{
4437
4552
  type: 'ibc',
4438
4553
  counterparty: {
@@ -4467,6 +4582,7 @@ const assets = {
4467
4582
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4468
4583
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4469
4584
  }],
4585
+ type_asset: 'sdk.coin',
4470
4586
  traces: [{
4471
4587
  type: 'ibc',
4472
4588
  counterparty: {
@@ -4501,6 +4617,7 @@ const assets = {
4501
4617
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4502
4618
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4503
4619
  }],
4620
+ type_asset: 'sdk.coin',
4504
4621
  traces: [{
4505
4622
  type: 'ibc',
4506
4623
  counterparty: {
@@ -4535,6 +4652,7 @@ const assets = {
4535
4652
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4536
4653
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4537
4654
  }],
4655
+ type_asset: 'sdk.coin',
4538
4656
  traces: [{
4539
4657
  type: 'ibc',
4540
4658
  counterparty: {
@@ -4569,6 +4687,7 @@ const assets = {
4569
4687
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4570
4688
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4571
4689
  }],
4690
+ type_asset: 'sdk.coin',
4572
4691
  traces: [{
4573
4692
  type: 'ibc',
4574
4693
  counterparty: {
@@ -4603,6 +4722,7 @@ const assets = {
4603
4722
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4604
4723
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4605
4724
  }],
4725
+ type_asset: 'sdk.coin',
4606
4726
  traces: [{
4607
4727
  type: 'ibc',
4608
4728
  counterparty: {
@@ -4653,6 +4773,7 @@ const assets = {
4653
4773
  website: 'https://www.saga.xyz/',
4654
4774
  twitter: 'https://twitter.com/Sagaxyz__'
4655
4775
  },
4776
+ type_asset: 'sdk.coin',
4656
4777
  traces: [{
4657
4778
  type: 'ibc',
4658
4779
  counterparty: {
@@ -4695,6 +4816,7 @@ const assets = {
4695
4816
  website: 'https://scrt.network/',
4696
4817
  twitter: 'https://twitter.com/SecretNetwork'
4697
4818
  },
4819
+ type_asset: 'sdk.coin',
4698
4820
  traces: [{
4699
4821
  type: 'ibc',
4700
4822
  counterparty: {
@@ -4737,6 +4859,7 @@ const assets = {
4737
4859
  website: 'https://www.sei.io/',
4738
4860
  twitter: 'https://twitter.com/SeiNetwork'
4739
4861
  },
4862
+ type_asset: 'sdk.coin',
4740
4863
  traces: [{
4741
4864
  type: 'ibc',
4742
4865
  counterparty: {
@@ -4759,6 +4882,8 @@ const assets = {
4759
4882
  denom: 'oozaru',
4760
4883
  exponent: 6
4761
4884
  }],
4885
+ type_asset: 'cw20',
4886
+ address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
4762
4887
  base: 'ibc/4B4651AE181216ED6258A9B86DC6FF8FEB765DB9F90A38EE15A10E3F9EC33E88',
4763
4888
  name: 'Oozaru',
4764
4889
  display: 'oozaru',
@@ -4814,6 +4939,7 @@ const assets = {
4814
4939
  website: 'https://www.stargaze.zone/',
4815
4940
  twitter: 'https://twitter.com/StargazeZone'
4816
4941
  },
4942
+ type_asset: 'sdk.coin',
4817
4943
  traces: [{
4818
4944
  type: 'ibc',
4819
4945
  counterparty: {
@@ -4856,6 +4982,7 @@ const assets = {
4856
4982
  website: 'https://stride.zone/',
4857
4983
  twitter: 'https://twitter.com/stride_zone'
4858
4984
  },
4985
+ type_asset: 'sdk.coin',
4859
4986
  traces: [{
4860
4987
  type: 'ibc',
4861
4988
  counterparty: {
@@ -4898,6 +5025,7 @@ const assets = {
4898
5025
  website: 'https://www.terra.money/',
4899
5026
  twitter: 'https://twitter.com/terra_money'
4900
5027
  },
5028
+ type_asset: 'sdk.coin',
4901
5029
  traces: [{
4902
5030
  type: 'ibc',
4903
5031
  counterparty: {
@@ -5016,6 +5144,7 @@ const assets = {
5016
5144
  website: 'https://ondo.finance/usdy',
5017
5145
  twitter: 'https://x.com/OndoFinance'
5018
5146
  },
5147
+ type_asset: 'sdk.coin',
5019
5148
  traces: [{
5020
5149
  type: 'ibc',
5021
5150
  counterparty: {
@@ -5059,6 +5188,7 @@ const assets = {
5059
5188
  primary_color_hex: '#0c0c14'
5060
5189
  }
5061
5190
  }],
5191
+ type_asset: 'sdk.coin',
5062
5192
  traces: [{
5063
5193
  type: 'ibc',
5064
5194
  counterparty: {
@@ -5101,6 +5231,7 @@ const assets = {
5101
5231
  website: 'https://nolus.io/',
5102
5232
  twitter: 'https://twitter.com/NolusProtocol'
5103
5233
  },
5234
+ type_asset: 'sdk.coin',
5104
5235
  traces: [{
5105
5236
  type: 'ibc',
5106
5237
  counterparty: {
@@ -5138,6 +5269,7 @@ const assets = {
5138
5269
  primary_color_hex: '#6404fc'
5139
5270
  }
5140
5271
  }],
5272
+ type_asset: 'sdk.coin',
5141
5273
  traces: [{
5142
5274
  type: 'ibc',
5143
5275
  counterparty: {
@@ -5270,6 +5402,7 @@ const assets = {
5270
5402
  website: 'https://persistence.one/',
5271
5403
  twitter: 'https://twitter.com/PersistenceOne'
5272
5404
  },
5405
+ type_asset: 'sdk.coin',
5273
5406
  traces: [{
5274
5407
  type: 'ibc',
5275
5408
  counterparty: {
@@ -5307,6 +5440,7 @@ const assets = {
5307
5440
  primary_color_hex: '#c6ddf5'
5308
5441
  }
5309
5442
  }],
5443
+ type_asset: 'sdk.coin',
5310
5444
  traces: [{
5311
5445
  type: 'ibc',
5312
5446
  counterparty: {
@@ -5341,6 +5475,7 @@ const assets = {
5341
5475
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
5342
5476
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
5343
5477
  }],
5478
+ type_asset: 'sdk.coin',
5344
5479
  traces: [{
5345
5480
  type: 'ibc',
5346
5481
  counterparty: {
@@ -5375,6 +5510,7 @@ const assets = {
5375
5510
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
5376
5511
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
5377
5512
  }],
5513
+ type_asset: 'sdk.coin',
5378
5514
  traces: [{
5379
5515
  type: 'ibc',
5380
5516
  counterparty: {
@@ -5409,6 +5545,7 @@ const assets = {
5409
5545
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
5410
5546
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
5411
5547
  }],
5548
+ type_asset: 'sdk.coin',
5412
5549
  traces: [{
5413
5550
  type: 'ibc',
5414
5551
  counterparty: {
@@ -5443,6 +5580,7 @@ const assets = {
5443
5580
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
5444
5581
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
5445
5582
  }],
5583
+ type_asset: 'sdk.coin',
5446
5584
  traces: [{
5447
5585
  type: 'ibc',
5448
5586
  counterparty: {
@@ -5477,6 +5615,7 @@ const assets = {
5477
5615
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
5478
5616
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
5479
5617
  }],
5618
+ type_asset: 'sdk.coin',
5480
5619
  traces: [{
5481
5620
  type: 'ibc',
5482
5621
  counterparty: {
@@ -5511,6 +5650,7 @@ const assets = {
5511
5650
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
5512
5651
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
5513
5652
  }],
5653
+ type_asset: 'sdk.coin',
5514
5654
  traces: [{
5515
5655
  type: 'ibc',
5516
5656
  counterparty: {
@@ -5545,6 +5685,7 @@ const assets = {
5545
5685
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
5546
5686
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
5547
5687
  }],
5688
+ type_asset: 'sdk.coin',
5548
5689
  traces: [{
5549
5690
  type: 'ibc',
5550
5691
  counterparty: {
@@ -5579,6 +5720,7 @@ const assets = {
5579
5720
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
5580
5721
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
5581
5722
  }],
5723
+ type_asset: 'sdk.coin',
5582
5724
  traces: [{
5583
5725
  type: 'ibc',
5584
5726
  counterparty: {
@@ -5613,6 +5755,7 @@ const assets = {
5613
5755
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
5614
5756
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
5615
5757
  }],
5758
+ type_asset: 'sdk.coin',
5616
5759
  traces: [{
5617
5760
  type: 'ibc',
5618
5761
  counterparty: {
@@ -5647,6 +5790,7 @@ const assets = {
5647
5790
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
5648
5791
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
5649
5792
  }],
5793
+ type_asset: 'sdk.coin',
5650
5794
  traces: [{
5651
5795
  type: 'ibc',
5652
5796
  counterparty: {
@@ -5681,6 +5825,7 @@ const assets = {
5681
5825
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
5682
5826
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
5683
5827
  }],
5828
+ type_asset: 'sdk.coin',
5684
5829
  traces: [{
5685
5830
  type: 'ibc',
5686
5831
  counterparty: {
@@ -5715,6 +5860,7 @@ const assets = {
5715
5860
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
5716
5861
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
5717
5862
  }],
5863
+ type_asset: 'sdk.coin',
5718
5864
  traces: [{
5719
5865
  type: 'ibc',
5720
5866
  counterparty: {
@@ -5749,6 +5895,7 @@ const assets = {
5749
5895
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
5750
5896
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
5751
5897
  }],
5898
+ type_asset: 'sdk.coin',
5752
5899
  traces: [{
5753
5900
  type: 'ibc',
5754
5901
  counterparty: {
@@ -5783,6 +5930,7 @@ const assets = {
5783
5930
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
5784
5931
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
5785
5932
  }],
5933
+ type_asset: 'sdk.coin',
5786
5934
  traces: [{
5787
5935
  type: 'ibc',
5788
5936
  counterparty: {
@@ -5817,6 +5965,7 @@ const assets = {
5817
5965
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
5818
5966
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
5819
5967
  }],
5968
+ type_asset: 'sdk.coin',
5820
5969
  traces: [{
5821
5970
  type: 'ibc',
5822
5971
  counterparty: {
@@ -5851,6 +6000,7 @@ const assets = {
5851
6000
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
5852
6001
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
5853
6002
  }],
6003
+ type_asset: 'sdk.coin',
5854
6004
  traces: [{
5855
6005
  type: 'ibc',
5856
6006
  counterparty: {
@@ -5885,6 +6035,7 @@ const assets = {
5885
6035
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
5886
6036
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
5887
6037
  }],
6038
+ type_asset: 'sdk.coin',
5888
6039
  traces: [{
5889
6040
  type: 'ibc',
5890
6041
  counterparty: {
@@ -5919,6 +6070,7 @@ const assets = {
5919
6070
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
5920
6071
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
5921
6072
  }],
6073
+ type_asset: 'sdk.coin',
5922
6074
  traces: [{
5923
6075
  type: 'ibc',
5924
6076
  counterparty: {
@@ -5953,6 +6105,7 @@ const assets = {
5953
6105
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
5954
6106
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
5955
6107
  }],
6108
+ type_asset: 'sdk.coin',
5956
6109
  traces: [{
5957
6110
  type: 'ibc',
5958
6111
  counterparty: {
@@ -5987,6 +6140,7 @@ const assets = {
5987
6140
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
5988
6141
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
5989
6142
  }],
6143
+ type_asset: 'sdk.coin',
5990
6144
  traces: [{
5991
6145
  type: 'ibc',
5992
6146
  counterparty: {
@@ -6021,6 +6175,7 @@ const assets = {
6021
6175
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
6022
6176
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
6023
6177
  }],
6178
+ type_asset: 'sdk.coin',
6024
6179
  traces: [{
6025
6180
  type: 'ibc',
6026
6181
  counterparty: {
@@ -6055,6 +6210,7 @@ const assets = {
6055
6210
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6056
6211
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6057
6212
  }],
6213
+ type_asset: 'sdk.coin',
6058
6214
  traces: [{
6059
6215
  type: 'ibc',
6060
6216
  counterparty: {
@@ -6089,6 +6245,7 @@ const assets = {
6089
6245
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6090
6246
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6091
6247
  }],
6248
+ type_asset: 'sdk.coin',
6092
6249
  traces: [{
6093
6250
  type: 'ibc',
6094
6251
  counterparty: {
@@ -6123,6 +6280,7 @@ const assets = {
6123
6280
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6124
6281
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6125
6282
  }],
6283
+ type_asset: 'sdk.coin',
6126
6284
  traces: [{
6127
6285
  type: 'ibc',
6128
6286
  counterparty: {
@@ -6157,6 +6315,7 @@ const assets = {
6157
6315
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
6158
6316
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
6159
6317
  }],
6318
+ type_asset: 'sdk.coin',
6160
6319
  traces: [{
6161
6320
  type: 'ibc',
6162
6321
  counterparty: {
@@ -6191,6 +6350,7 @@ const assets = {
6191
6350
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
6192
6351
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
6193
6352
  }],
6353
+ type_asset: 'sdk.coin',
6194
6354
  traces: [{
6195
6355
  type: 'ibc',
6196
6356
  counterparty: {
@@ -6225,6 +6385,7 @@ const assets = {
6225
6385
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
6226
6386
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
6227
6387
  }],
6388
+ type_asset: 'sdk.coin',
6228
6389
  traces: [{
6229
6390
  type: 'ibc',
6230
6391
  counterparty: {
@@ -6259,6 +6420,7 @@ const assets = {
6259
6420
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
6260
6421
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
6261
6422
  }],
6423
+ type_asset: 'sdk.coin',
6262
6424
  traces: [{
6263
6425
  type: 'ibc',
6264
6426
  counterparty: {
@@ -6293,6 +6455,7 @@ const assets = {
6293
6455
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
6294
6456
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
6295
6457
  }],
6458
+ type_asset: 'sdk.coin',
6296
6459
  traces: [{
6297
6460
  type: 'ibc',
6298
6461
  counterparty: {
@@ -6327,6 +6490,7 @@ const assets = {
6327
6490
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
6328
6491
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
6329
6492
  }],
6493
+ type_asset: 'sdk.coin',
6330
6494
  traces: [{
6331
6495
  type: 'ibc',
6332
6496
  counterparty: {
@@ -6361,6 +6525,7 @@ const assets = {
6361
6525
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
6362
6526
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
6363
6527
  }],
6528
+ type_asset: 'sdk.coin',
6364
6529
  traces: [{
6365
6530
  type: 'ibc',
6366
6531
  counterparty: {
@@ -6395,6 +6560,7 @@ const assets = {
6395
6560
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
6396
6561
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
6397
6562
  }],
6563
+ type_asset: 'sdk.coin',
6398
6564
  traces: [{
6399
6565
  type: 'ibc',
6400
6566
  counterparty: {
@@ -6429,6 +6595,7 @@ const assets = {
6429
6595
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
6430
6596
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
6431
6597
  }],
6598
+ type_asset: 'sdk.coin',
6432
6599
  traces: [{
6433
6600
  type: 'ibc',
6434
6601
  counterparty: {
@@ -6463,6 +6630,7 @@ const assets = {
6463
6630
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
6464
6631
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
6465
6632
  }],
6633
+ type_asset: 'sdk.coin',
6466
6634
  traces: [{
6467
6635
  type: 'ibc',
6468
6636
  counterparty: {
@@ -6497,6 +6665,7 @@ const assets = {
6497
6665
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
6498
6666
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
6499
6667
  }],
6668
+ type_asset: 'sdk.coin',
6500
6669
  traces: [{
6501
6670
  type: 'ibc',
6502
6671
  counterparty: {
@@ -6531,6 +6700,7 @@ const assets = {
6531
6700
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
6532
6701
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
6533
6702
  }],
6703
+ type_asset: 'sdk.coin',
6534
6704
  traces: [{
6535
6705
  type: 'ibc',
6536
6706
  counterparty: {
@@ -6565,6 +6735,7 @@ const assets = {
6565
6735
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
6566
6736
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
6567
6737
  }],
6738
+ type_asset: 'sdk.coin',
6568
6739
  traces: [{
6569
6740
  type: 'ibc',
6570
6741
  counterparty: {
@@ -6599,6 +6770,7 @@ const assets = {
6599
6770
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
6600
6771
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
6601
6772
  }],
6773
+ type_asset: 'sdk.coin',
6602
6774
  traces: [{
6603
6775
  type: 'ibc',
6604
6776
  counterparty: {
@@ -6633,6 +6805,7 @@ const assets = {
6633
6805
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
6634
6806
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
6635
6807
  }],
6808
+ type_asset: 'sdk.coin',
6636
6809
  traces: [{
6637
6810
  type: 'ibc',
6638
6811
  counterparty: {
@@ -6667,6 +6840,7 @@ const assets = {
6667
6840
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
6668
6841
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
6669
6842
  }],
6843
+ type_asset: 'sdk.coin',
6670
6844
  traces: [{
6671
6845
  type: 'ibc',
6672
6846
  counterparty: {
@@ -6701,6 +6875,7 @@ const assets = {
6701
6875
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
6702
6876
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
6703
6877
  }],
6878
+ type_asset: 'sdk.coin',
6704
6879
  traces: [{
6705
6880
  type: 'ibc',
6706
6881
  counterparty: {
@@ -6735,6 +6910,7 @@ const assets = {
6735
6910
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
6736
6911
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
6737
6912
  }],
6913
+ type_asset: 'sdk.coin',
6738
6914
  traces: [{
6739
6915
  type: 'ibc',
6740
6916
  counterparty: {
@@ -6769,6 +6945,7 @@ const assets = {
6769
6945
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
6770
6946
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
6771
6947
  }],
6948
+ type_asset: 'sdk.coin',
6772
6949
  traces: [{
6773
6950
  type: 'ibc',
6774
6951
  counterparty: {
@@ -6803,6 +6980,7 @@ const assets = {
6803
6980
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
6804
6981
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
6805
6982
  }],
6983
+ type_asset: 'sdk.coin',
6806
6984
  traces: [{
6807
6985
  type: 'ibc',
6808
6986
  counterparty: {
@@ -6837,6 +7015,7 @@ const assets = {
6837
7015
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
6838
7016
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
6839
7017
  }],
7018
+ type_asset: 'sdk.coin',
6840
7019
  traces: [{
6841
7020
  type: 'ibc',
6842
7021
  counterparty: {
@@ -6871,6 +7050,7 @@ const assets = {
6871
7050
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
6872
7051
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
6873
7052
  }],
7053
+ type_asset: 'sdk.coin',
6874
7054
  traces: [{
6875
7055
  type: 'ibc',
6876
7056
  counterparty: {
@@ -6905,6 +7085,7 @@ const assets = {
6905
7085
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
6906
7086
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
6907
7087
  }],
7088
+ type_asset: 'sdk.coin',
6908
7089
  traces: [{
6909
7090
  type: 'ibc',
6910
7091
  counterparty: {
@@ -6939,6 +7120,7 @@ const assets = {
6939
7120
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
6940
7121
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
6941
7122
  }],
7123
+ type_asset: 'sdk.coin',
6942
7124
  traces: [{
6943
7125
  type: 'ibc',
6944
7126
  counterparty: {
@@ -6973,6 +7155,7 @@ const assets = {
6973
7155
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6974
7156
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6975
7157
  }],
7158
+ type_asset: 'sdk.coin',
6976
7159
  traces: [{
6977
7160
  type: 'ibc',
6978
7161
  counterparty: {
@@ -7007,6 +7190,7 @@ const assets = {
7007
7190
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7008
7191
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7009
7192
  }],
7193
+ type_asset: 'sdk.coin',
7010
7194
  traces: [{
7011
7195
  type: 'ibc',
7012
7196
  counterparty: {
@@ -7041,6 +7225,7 @@ const assets = {
7041
7225
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7042
7226
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7043
7227
  }],
7228
+ type_asset: 'sdk.coin',
7044
7229
  traces: [{
7045
7230
  type: 'ibc',
7046
7231
  counterparty: {
@@ -7075,6 +7260,7 @@ const assets = {
7075
7260
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7076
7261
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7077
7262
  }],
7263
+ type_asset: 'sdk.coin',
7078
7264
  traces: [{
7079
7265
  type: 'ibc',
7080
7266
  counterparty: {
@@ -7109,6 +7295,7 @@ const assets = {
7109
7295
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7110
7296
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7111
7297
  }],
7298
+ type_asset: 'sdk.coin',
7112
7299
  traces: [{
7113
7300
  type: 'ibc',
7114
7301
  counterparty: {
@@ -7143,6 +7330,7 @@ const assets = {
7143
7330
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7144
7331
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7145
7332
  }],
7333
+ type_asset: 'sdk.coin',
7146
7334
  traces: [{
7147
7335
  type: 'ibc',
7148
7336
  counterparty: {
@@ -7177,6 +7365,7 @@ const assets = {
7177
7365
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7178
7366
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7179
7367
  }],
7368
+ type_asset: 'sdk.coin',
7180
7369
  traces: [{
7181
7370
  type: 'ibc',
7182
7371
  counterparty: {
@@ -7211,6 +7400,7 @@ const assets = {
7211
7400
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7212
7401
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7213
7402
  }],
7403
+ type_asset: 'sdk.coin',
7214
7404
  traces: [{
7215
7405
  type: 'ibc',
7216
7406
  counterparty: {
@@ -7245,6 +7435,7 @@ const assets = {
7245
7435
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7246
7436
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7247
7437
  }],
7438
+ type_asset: 'sdk.coin',
7248
7439
  traces: [{
7249
7440
  type: 'ibc',
7250
7441
  counterparty: {
@@ -7279,6 +7470,7 @@ const assets = {
7279
7470
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7280
7471
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7281
7472
  }],
7473
+ type_asset: 'sdk.coin',
7282
7474
  traces: [{
7283
7475
  type: 'ibc',
7284
7476
  counterparty: {
@@ -7313,6 +7505,7 @@ const assets = {
7313
7505
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7314
7506
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7315
7507
  }],
7508
+ type_asset: 'sdk.coin',
7316
7509
  traces: [{
7317
7510
  type: 'ibc',
7318
7511
  counterparty: {
@@ -7347,6 +7540,7 @@ const assets = {
7347
7540
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7348
7541
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7349
7542
  }],
7543
+ type_asset: 'sdk.coin',
7350
7544
  traces: [{
7351
7545
  type: 'ibc',
7352
7546
  counterparty: {
@@ -7381,6 +7575,7 @@ const assets = {
7381
7575
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7382
7576
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7383
7577
  }],
7578
+ type_asset: 'sdk.coin',
7384
7579
  traces: [{
7385
7580
  type: 'ibc',
7386
7581
  counterparty: {
@@ -7415,6 +7610,7 @@ const assets = {
7415
7610
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7416
7611
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7417
7612
  }],
7613
+ type_asset: 'sdk.coin',
7418
7614
  traces: [{
7419
7615
  type: 'ibc',
7420
7616
  counterparty: {
@@ -7449,6 +7645,7 @@ const assets = {
7449
7645
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7450
7646
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7451
7647
  }],
7648
+ type_asset: 'sdk.coin',
7452
7649
  traces: [{
7453
7650
  type: 'ibc',
7454
7651
  counterparty: {
@@ -7483,6 +7680,7 @@ const assets = {
7483
7680
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7484
7681
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7485
7682
  }],
7683
+ type_asset: 'sdk.coin',
7486
7684
  traces: [{
7487
7685
  type: 'ibc',
7488
7686
  counterparty: {
@@ -7517,6 +7715,7 @@ const assets = {
7517
7715
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7518
7716
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7519
7717
  }],
7718
+ type_asset: 'sdk.coin',
7520
7719
  traces: [{
7521
7720
  type: 'ibc',
7522
7721
  counterparty: {
@@ -7551,6 +7750,7 @@ const assets = {
7551
7750
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7552
7751
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7553
7752
  }],
7753
+ type_asset: 'sdk.coin',
7554
7754
  traces: [{
7555
7755
  type: 'ibc',
7556
7756
  counterparty: {
@@ -7585,6 +7785,7 @@ const assets = {
7585
7785
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7586
7786
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7587
7787
  }],
7788
+ type_asset: 'sdk.coin',
7588
7789
  traces: [{
7589
7790
  type: 'ibc',
7590
7791
  counterparty: {
@@ -7619,6 +7820,7 @@ const assets = {
7619
7820
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7620
7821
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7621
7822
  }],
7823
+ type_asset: 'sdk.coin',
7622
7824
  traces: [{
7623
7825
  type: 'ibc',
7624
7826
  counterparty: {
@@ -7653,6 +7855,7 @@ const assets = {
7653
7855
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7654
7856
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7655
7857
  }],
7858
+ type_asset: 'sdk.coin',
7656
7859
  traces: [{
7657
7860
  type: 'ibc',
7658
7861
  counterparty: {
@@ -7687,6 +7890,7 @@ const assets = {
7687
7890
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7688
7891
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7689
7892
  }],
7893
+ type_asset: 'sdk.coin',
7690
7894
  traces: [{
7691
7895
  type: 'ibc',
7692
7896
  counterparty: {
@@ -7721,6 +7925,7 @@ const assets = {
7721
7925
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7722
7926
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7723
7927
  }],
7928
+ type_asset: 'sdk.coin',
7724
7929
  traces: [{
7725
7930
  type: 'ibc',
7726
7931
  counterparty: {
@@ -7755,6 +7960,7 @@ const assets = {
7755
7960
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7756
7961
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7757
7962
  }],
7963
+ type_asset: 'sdk.coin',
7758
7964
  traces: [{
7759
7965
  type: 'ibc',
7760
7966
  counterparty: {
@@ -7805,6 +8011,7 @@ const assets = {
7805
8011
  website: 'https://www.saga.xyz/',
7806
8012
  twitter: 'https://twitter.com/Sagaxyz__'
7807
8013
  },
8014
+ type_asset: 'sdk.coin',
7808
8015
  traces: [{
7809
8016
  type: 'ibc',
7810
8017
  counterparty: {
@@ -7847,6 +8054,7 @@ const assets = {
7847
8054
  website: 'https://scrt.network/',
7848
8055
  twitter: 'https://twitter.com/SecretNetwork'
7849
8056
  },
8057
+ type_asset: 'sdk.coin',
7850
8058
  traces: [{
7851
8059
  type: 'ibc',
7852
8060
  counterparty: {
@@ -7889,6 +8097,7 @@ const assets = {
7889
8097
  website: 'https://www.sei.io/',
7890
8098
  twitter: 'https://twitter.com/SeiNetwork'
7891
8099
  },
8100
+ type_asset: 'sdk.coin',
7892
8101
  traces: [{
7893
8102
  type: 'ibc',
7894
8103
  counterparty: {
@@ -7911,6 +8120,8 @@ const assets = {
7911
8120
  denom: 'oozaru',
7912
8121
  exponent: 6
7913
8122
  }],
8123
+ type_asset: 'cw20',
8124
+ address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
7914
8125
  base: 'ibc/4B4651AE181216ED6258A9B86DC6FF8FEB765DB9F90A38EE15A10E3F9EC33E88',
7915
8126
  name: 'Oozaru',
7916
8127
  display: 'oozaru',
@@ -7966,6 +8177,7 @@ const assets = {
7966
8177
  website: 'https://www.stargaze.zone/',
7967
8178
  twitter: 'https://twitter.com/StargazeZone'
7968
8179
  },
8180
+ type_asset: 'sdk.coin',
7969
8181
  traces: [{
7970
8182
  type: 'ibc',
7971
8183
  counterparty: {
@@ -8008,6 +8220,7 @@ const assets = {
8008
8220
  website: 'https://stride.zone/',
8009
8221
  twitter: 'https://twitter.com/stride_zone'
8010
8222
  },
8223
+ type_asset: 'sdk.coin',
8011
8224
  traces: [{
8012
8225
  type: 'ibc',
8013
8226
  counterparty: {
@@ -8050,6 +8263,7 @@ const assets = {
8050
8263
  website: 'https://www.terra.money/',
8051
8264
  twitter: 'https://twitter.com/terra_money'
8052
8265
  },
8266
+ type_asset: 'sdk.coin',
8053
8267
  traces: [{
8054
8268
  type: 'ibc',
8055
8269
  counterparty: {
@@ -8515,6 +8729,8 @@ const assets = {
8515
8729
  exponent: 6
8516
8730
  }],
8517
8731
  base: 'ibc/ACB8553B3FD1AE23F8EB6D80554334C949430BB73CD473EBEEC696CBD7901A1A',
8732
+ type_asset: 'snip20',
8733
+ address: 'secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej',
8518
8734
  name: 'Alter',
8519
8735
  display: 'alter',
8520
8736
  symbol: 'ALTER',
@@ -10186,6 +10402,8 @@ const assets = {
10186
10402
  exponent: 6
10187
10403
  }],
10188
10404
  base: 'ibc/ACB8553B3FD1AE23F8EB6D80554334C949430BB73CD473EBEEC696CBD7901A1A',
10405
+ type_asset: 'snip20',
10406
+ address: 'secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej',
10189
10407
  name: 'Alter',
10190
10408
  display: 'alter',
10191
10409
  symbol: 'ALTER',