@chain-registry/assets 1.65.4 → 1.65.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (274) hide show
  1. package/esm/mainnet/acrechain.js +66 -0
  2. package/esm/mainnet/agoric.js +42 -2
  3. package/esm/mainnet/aioz.js +2 -0
  4. package/esm/mainnet/akash.js +36 -0
  5. package/esm/mainnet/andromeda.js +26 -0
  6. package/esm/mainnet/archway.js +58 -2
  7. package/esm/mainnet/assetmantle.js +6 -0
  8. package/esm/mainnet/assets.js +3 -1
  9. package/esm/mainnet/aura.js +22 -2
  10. package/esm/mainnet/axelar.js +266 -0
  11. package/esm/mainnet/bandchain.js +4 -0
  12. package/esm/mainnet/beezee.js +4 -0
  13. package/esm/mainnet/bitcanna.js +6 -0
  14. package/esm/mainnet/bitsong.js +10 -0
  15. package/esm/mainnet/bostrom.js +2 -0
  16. package/esm/mainnet/canto.js +6 -0
  17. package/esm/mainnet/carbon.js +18 -0
  18. package/esm/mainnet/celestia.js +198 -2
  19. package/esm/mainnet/chain4energy.js +2 -0
  20. package/esm/mainnet/cheqd.js +6 -0
  21. package/esm/mainnet/chihuahua.js +20 -0
  22. package/esm/mainnet/cifer.js +2 -0
  23. package/esm/mainnet/comdex.js +18 -0
  24. package/esm/mainnet/composable.js +62 -0
  25. package/esm/mainnet/coreum.js +34 -2
  26. package/esm/mainnet/cosmoshub.js +322 -4
  27. package/esm/mainnet/crescent.js +110 -0
  28. package/esm/mainnet/cronos.js +12 -2
  29. package/esm/mainnet/cryptoorgchain.js +26 -0
  30. package/esm/mainnet/decentr.js +6 -0
  31. package/esm/mainnet/dig.js +2 -0
  32. package/esm/mainnet/doravota.js +36 -0
  33. package/esm/mainnet/dydx.js +186 -2
  34. package/esm/mainnet/dymension.js +40 -2
  35. package/esm/mainnet/emoney.js +6 -0
  36. package/esm/mainnet/empowerchain.js +4 -0
  37. package/esm/mainnet/evmos.js +70 -2
  38. package/esm/mainnet/furya.js +8 -0
  39. package/esm/mainnet/fxcore.js +4 -0
  40. package/esm/mainnet/gateway.js +24 -0
  41. package/esm/mainnet/gravitybridge.js +50 -2
  42. package/esm/mainnet/haqq.js +22 -2
  43. package/esm/mainnet/impacthub.js +8 -0
  44. package/esm/mainnet/index.js +2 -0
  45. package/esm/mainnet/injective.js +214 -2
  46. package/esm/mainnet/irisnet.js +40 -0
  47. package/esm/mainnet/jackal.js +12 -0
  48. package/esm/mainnet/joltify.js +4 -0
  49. package/esm/mainnet/juno.js +122 -0
  50. package/esm/mainnet/kava.js +64 -0
  51. package/esm/mainnet/kichain.js +2 -0
  52. package/esm/mainnet/kujira.js +134 -4
  53. package/esm/mainnet/kyve.js +6 -0
  54. package/esm/mainnet/lava.js +6 -0
  55. package/esm/mainnet/likecoin.js +2 -0
  56. package/esm/mainnet/lumnetwork.js +2 -0
  57. package/esm/mainnet/mars.js +18 -0
  58. package/esm/mainnet/medasdigital.js +2 -0
  59. package/esm/mainnet/migaloo.js +62 -2
  60. package/esm/mainnet/neutron.js +220 -2
  61. package/esm/mainnet/nibiru.js +4 -0
  62. package/esm/mainnet/noble.js +372 -6
  63. package/esm/mainnet/nois.js +38 -0
  64. package/esm/mainnet/nolus.js +14 -0
  65. package/esm/mainnet/nomic.js +10 -0
  66. package/esm/mainnet/nyx.js +2 -0
  67. package/esm/mainnet/odin.js +20 -0
  68. package/esm/mainnet/okexchain.js +10 -0
  69. package/esm/mainnet/omniflixhub.js +16 -0
  70. package/esm/mainnet/onex.js +16 -2
  71. package/esm/mainnet/onomy.js +2 -0
  72. package/esm/mainnet/oraichain.js +30 -0
  73. package/esm/mainnet/osmosis.js +628 -4
  74. package/esm/mainnet/persistence.js +94 -2
  75. package/esm/mainnet/planq.js +18 -0
  76. package/esm/mainnet/point.js +2 -0
  77. package/esm/mainnet/provenance.js +4 -0
  78. package/esm/mainnet/pryzm.js +38 -0
  79. package/esm/mainnet/pundix.js +2 -0
  80. package/esm/mainnet/quicksilver.js +18 -0
  81. package/esm/mainnet/qwoyn.js +2 -0
  82. package/esm/mainnet/realio.js +4 -0
  83. package/esm/mainnet/regen.js +24 -0
  84. package/esm/mainnet/saga.js +14 -0
  85. package/esm/mainnet/secretnetwork.js +144 -2
  86. package/esm/mainnet/sei.js +40 -4
  87. package/esm/mainnet/self.js +4 -0
  88. package/esm/mainnet/sentinel.js +24 -0
  89. package/esm/mainnet/shido.js +4 -0
  90. package/esm/mainnet/sifchain.js +22 -0
  91. package/esm/mainnet/sommelier.js +24 -0
  92. package/esm/mainnet/source.js +10 -2
  93. package/esm/mainnet/stafihub.js +10 -0
  94. package/esm/mainnet/stargaze.js +50 -0
  95. package/esm/mainnet/starname.js +16 -0
  96. package/esm/mainnet/stratos.js +182 -0
  97. package/esm/mainnet/stride.js +232 -0
  98. package/esm/mainnet/teritori.js +8 -0
  99. package/esm/mainnet/terra.js +16 -0
  100. package/esm/mainnet/terra2.js +286 -2
  101. package/esm/mainnet/tgrade.js +4 -0
  102. package/esm/mainnet/titan.js +244 -0
  103. package/esm/mainnet/umee.js +62 -2
  104. package/esm/mainnet/unification.js +2 -0
  105. package/esm/mainnet/uptick.js +4 -0
  106. package/esm/mainnet/vidulum.js +4 -0
  107. package/esm/mainnet/xpla.js +16 -0
  108. package/esm/noncosmos/penumbra.js +8 -0
  109. package/esm/testnet/archwaytestnet.js +4 -0
  110. package/esm/testnet/axelartestnet.js +20 -0
  111. package/esm/testnet/celestiatestnet3.js +2 -0
  112. package/esm/testnet/cosmoshubtestnet.js +20 -0
  113. package/esm/testnet/dydxtestnet.js +2 -0
  114. package/esm/testnet/elystestnet.js +8 -0
  115. package/esm/testnet/empowertestnet.js +4 -0
  116. package/esm/testnet/injectivetestnet.js +4 -0
  117. package/esm/testnet/junotestnet.js +6 -0
  118. package/esm/testnet/kujiratestnet.js +4 -0
  119. package/esm/testnet/lavatestnet.js +2 -0
  120. package/esm/testnet/mantrachaintestnet.js +8 -0
  121. package/esm/testnet/marstestnet.js +4 -0
  122. package/esm/testnet/neutrontestnet.js +4 -0
  123. package/esm/testnet/nobletestnet.js +14 -0
  124. package/esm/testnet/noistestnet.js +8 -0
  125. package/esm/testnet/nolustestnet.js +2 -0
  126. package/esm/testnet/osmosistestnet.js +62 -0
  127. package/esm/testnet/osmosistestnet4.js +12 -0
  128. package/esm/testnet/persistencetestnet2.js +4 -0
  129. package/esm/testnet/sagatestnet.js +2 -0
  130. package/esm/testnet/seitestnet2.js +6 -0
  131. package/esm/testnet/stargazetestnet.js +6 -0
  132. package/esm/testnet/symphonytestnet.js +8 -0
  133. package/esm/testnet/terra2testnet.js +2 -0
  134. package/esm/testnet/titantestnet.js +12 -0
  135. package/esm/testnet/xiontestnet.js +10 -0
  136. package/mainnet/acrechain.js +66 -0
  137. package/mainnet/agoric.js +42 -2
  138. package/mainnet/aioz.js +2 -0
  139. package/mainnet/akash.js +36 -0
  140. package/mainnet/andromeda.js +26 -0
  141. package/mainnet/archway.js +58 -2
  142. package/mainnet/assetmantle.js +6 -0
  143. package/mainnet/assets.js +3 -1
  144. package/mainnet/aura.js +22 -2
  145. package/mainnet/axelar.js +266 -0
  146. package/mainnet/bandchain.js +4 -0
  147. package/mainnet/beezee.js +4 -0
  148. package/mainnet/bitcanna.js +6 -0
  149. package/mainnet/bitsong.js +10 -0
  150. package/mainnet/bostrom.js +2 -0
  151. package/mainnet/canto.js +6 -0
  152. package/mainnet/carbon.js +18 -0
  153. package/mainnet/celestia.js +198 -2
  154. package/mainnet/chain4energy.js +2 -0
  155. package/mainnet/cheqd.js +6 -0
  156. package/mainnet/chihuahua.js +20 -0
  157. package/mainnet/cifer.js +2 -0
  158. package/mainnet/comdex.js +18 -0
  159. package/mainnet/composable.js +62 -0
  160. package/mainnet/coreum.js +34 -2
  161. package/mainnet/cosmoshub.js +322 -4
  162. package/mainnet/crescent.js +110 -0
  163. package/mainnet/cronos.js +12 -2
  164. package/mainnet/cryptoorgchain.js +26 -0
  165. package/mainnet/decentr.js +6 -0
  166. package/mainnet/dig.js +2 -0
  167. package/mainnet/doravota.js +36 -0
  168. package/mainnet/dydx.js +186 -2
  169. package/mainnet/dymension.js +40 -2
  170. package/mainnet/emoney.js +6 -0
  171. package/mainnet/empowerchain.js +4 -0
  172. package/mainnet/evmos.js +70 -2
  173. package/mainnet/furya.js +8 -0
  174. package/mainnet/fxcore.js +4 -0
  175. package/mainnet/gateway.js +24 -0
  176. package/mainnet/gravitybridge.js +50 -2
  177. package/mainnet/haqq.js +22 -2
  178. package/mainnet/impacthub.js +8 -0
  179. package/mainnet/index.d.ts +2 -0
  180. package/mainnet/index.js +3 -1
  181. package/mainnet/injective.js +214 -2
  182. package/mainnet/irisnet.js +40 -0
  183. package/mainnet/jackal.js +12 -0
  184. package/mainnet/joltify.js +4 -0
  185. package/mainnet/juno.js +122 -0
  186. package/mainnet/kava.js +64 -0
  187. package/mainnet/kichain.js +2 -0
  188. package/mainnet/kujira.js +134 -4
  189. package/mainnet/kyve.js +6 -0
  190. package/mainnet/lava.js +6 -0
  191. package/mainnet/likecoin.js +2 -0
  192. package/mainnet/lumnetwork.js +2 -0
  193. package/mainnet/mars.js +18 -0
  194. package/mainnet/medasdigital.js +2 -0
  195. package/mainnet/migaloo.js +62 -2
  196. package/mainnet/neutron.js +220 -2
  197. package/mainnet/nibiru.js +4 -0
  198. package/mainnet/noble.js +372 -6
  199. package/mainnet/nois.js +38 -0
  200. package/mainnet/nolus.js +14 -0
  201. package/mainnet/nomic.js +10 -0
  202. package/mainnet/nyx.js +2 -0
  203. package/mainnet/odin.js +20 -0
  204. package/mainnet/okexchain.js +10 -0
  205. package/mainnet/omniflixhub.js +16 -0
  206. package/mainnet/onex.js +16 -2
  207. package/mainnet/onomy.js +2 -0
  208. package/mainnet/oraichain.js +30 -0
  209. package/mainnet/osmosis.js +628 -4
  210. package/mainnet/persistence.js +94 -2
  211. package/mainnet/planq.js +18 -0
  212. package/mainnet/point.js +2 -0
  213. package/mainnet/provenance.js +4 -0
  214. package/mainnet/pryzm.js +38 -0
  215. package/mainnet/pundix.js +2 -0
  216. package/mainnet/quicksilver.js +18 -0
  217. package/mainnet/qwoyn.js +2 -0
  218. package/mainnet/realio.js +4 -0
  219. package/mainnet/regen.js +24 -0
  220. package/mainnet/saga.js +14 -0
  221. package/mainnet/secretnetwork.js +144 -2
  222. package/mainnet/sei.js +40 -4
  223. package/mainnet/self.js +4 -0
  224. package/mainnet/sentinel.js +24 -0
  225. package/mainnet/shido.js +4 -0
  226. package/mainnet/sifchain.js +22 -0
  227. package/mainnet/sommelier.js +24 -0
  228. package/mainnet/source.js +10 -2
  229. package/mainnet/stafihub.js +10 -0
  230. package/mainnet/stargaze.js +50 -0
  231. package/mainnet/starname.js +16 -0
  232. package/mainnet/stratos.d.ts +3 -0
  233. package/mainnet/stratos.js +184 -0
  234. package/mainnet/stride.js +232 -0
  235. package/mainnet/teritori.js +8 -0
  236. package/mainnet/terra.js +16 -0
  237. package/mainnet/terra2.js +286 -2
  238. package/mainnet/tgrade.js +4 -0
  239. package/mainnet/titan.d.ts +3 -0
  240. package/mainnet/titan.js +246 -0
  241. package/mainnet/umee.js +62 -2
  242. package/mainnet/unification.js +2 -0
  243. package/mainnet/uptick.js +4 -0
  244. package/mainnet/vidulum.js +4 -0
  245. package/mainnet/xpla.js +16 -0
  246. package/noncosmos/penumbra.js +8 -0
  247. package/package.json +5 -5
  248. package/testnet/archwaytestnet.js +4 -0
  249. package/testnet/axelartestnet.js +20 -0
  250. package/testnet/celestiatestnet3.js +2 -0
  251. package/testnet/cosmoshubtestnet.js +20 -0
  252. package/testnet/dydxtestnet.js +2 -0
  253. package/testnet/elystestnet.js +8 -0
  254. package/testnet/empowertestnet.js +4 -0
  255. package/testnet/injectivetestnet.js +4 -0
  256. package/testnet/junotestnet.js +6 -0
  257. package/testnet/kujiratestnet.js +4 -0
  258. package/testnet/lavatestnet.js +2 -0
  259. package/testnet/mantrachaintestnet.js +8 -0
  260. package/testnet/marstestnet.js +4 -0
  261. package/testnet/neutrontestnet.js +4 -0
  262. package/testnet/nobletestnet.js +14 -0
  263. package/testnet/noistestnet.js +8 -0
  264. package/testnet/nolustestnet.js +2 -0
  265. package/testnet/osmosistestnet.js +62 -0
  266. package/testnet/osmosistestnet4.js +12 -0
  267. package/testnet/persistencetestnet2.js +4 -0
  268. package/testnet/sagatestnet.js +2 -0
  269. package/testnet/seitestnet2.js +6 -0
  270. package/testnet/stargazetestnet.js +6 -0
  271. package/testnet/symphonytestnet.js +8 -0
  272. package/testnet/terra2testnet.js +2 -0
  273. package/testnet/titantestnet.js +12 -0
  274. package/testnet/xiontestnet.js +10 -0
@@ -31,6 +31,7 @@ const assets = {
31
31
  website: 'https://axelar.network/',
32
32
  twitter: 'https://twitter.com/axelarnetwork'
33
33
  },
34
+ type_asset: 'sdk.coin',
34
35
  traces: [{
35
36
  type: 'ibc',
36
37
  counterparty: {
@@ -73,6 +74,7 @@ const assets = {
73
74
  website: 'https://axelar.network/',
74
75
  twitter: 'https://twitter.com/axelarnetwork'
75
76
  },
77
+ type_asset: 'sdk.coin',
76
78
  traces: [{
77
79
  type: 'ibc',
78
80
  counterparty: {
@@ -158,6 +160,7 @@ const assets = {
158
160
  website: 'https://evmos.org/',
159
161
  twitter: 'https://twitter.com/EvmosOrg'
160
162
  },
163
+ type_asset: 'sdk.coin',
161
164
  traces: [{
162
165
  type: 'ibc',
163
166
  counterparty: {
@@ -199,6 +202,7 @@ const assets = {
199
202
  website: 'https://www.neokingdom.org/',
200
203
  twitter: 'https://twitter.com/NEOKingdomDAO'
201
204
  },
205
+ type_asset: 'sdk.coin',
202
206
  traces: [{
203
207
  type: 'ibc',
204
208
  counterparty: {
@@ -319,6 +323,7 @@ const assets = {
319
323
  website: 'https://injective.com/',
320
324
  twitter: 'https://twitter.com/Injective_'
321
325
  },
326
+ type_asset: 'sdk.coin',
322
327
  traces: [{
323
328
  type: 'ibc',
324
329
  counterparty: {
@@ -354,6 +359,7 @@ const assets = {
354
359
  primary_color_hex: '#31292a'
355
360
  }
356
361
  }],
362
+ type_asset: 'sdk.coin',
357
363
  traces: [{
358
364
  type: 'ibc',
359
365
  counterparty: {
@@ -389,6 +395,7 @@ const assets = {
389
395
  primary_color_hex: '#18120f'
390
396
  }
391
397
  }],
398
+ type_asset: 'sdk.coin',
392
399
  traces: [{
393
400
  type: 'ibc',
394
401
  counterparty: {
@@ -421,6 +428,7 @@ const assets = {
421
428
  primary_color_hex: '#293a6f'
422
429
  }
423
430
  }],
431
+ type_asset: 'sdk.coin',
424
432
  traces: [{
425
433
  type: 'ibc',
426
434
  counterparty: {
@@ -453,6 +461,7 @@ const assets = {
453
461
  primary_color_hex: '#272f4b'
454
462
  }
455
463
  }],
464
+ type_asset: 'sdk.coin',
456
465
  traces: [{
457
466
  type: 'ibc',
458
467
  counterparty: {
@@ -485,6 +494,7 @@ const assets = {
485
494
  primary_color_hex: '#2a303f'
486
495
  }
487
496
  }],
497
+ type_asset: 'sdk.coin',
488
498
  traces: [{
489
499
  type: 'ibc',
490
500
  counterparty: {
@@ -517,6 +527,7 @@ const assets = {
517
527
  primary_color_hex: '#54ac94'
518
528
  }
519
529
  }],
530
+ type_asset: 'sdk.coin',
520
531
  traces: [{
521
532
  type: 'ibc',
522
533
  counterparty: {
@@ -549,6 +560,7 @@ const assets = {
549
560
  primary_color_hex: '#7931f9'
550
561
  }
551
562
  }],
563
+ type_asset: 'sdk.coin',
552
564
  traces: [{
553
565
  type: 'ibc',
554
566
  counterparty: {
@@ -591,6 +603,7 @@ const assets = {
591
603
  website: 'https://www.kava.io/',
592
604
  twitter: 'https://twitter.com/KAVA_CHAIN'
593
605
  },
606
+ type_asset: 'sdk.coin',
594
607
  traces: [{
595
608
  type: 'ibc',
596
609
  counterparty: {
@@ -629,6 +642,7 @@ const assets = {
629
642
  primary_color_hex: '#7b34ac'
630
643
  }
631
644
  }],
645
+ type_asset: 'sdk.coin',
632
646
  traces: [{
633
647
  type: 'ibc',
634
648
  counterparty: {
@@ -667,6 +681,7 @@ const assets = {
667
681
  primary_color_hex: '#544cfc'
668
682
  }
669
683
  }],
684
+ type_asset: 'sdk.coin',
670
685
  traces: [{
671
686
  type: 'ibc',
672
687
  counterparty: {
@@ -705,6 +720,7 @@ const assets = {
705
720
  primary_color_hex: '#04d4a3'
706
721
  }
707
722
  }],
723
+ type_asset: 'sdk.coin',
708
724
  traces: [{
709
725
  type: 'ibc',
710
726
  counterparty: {
@@ -758,7 +774,8 @@ const assets = {
758
774
  logo_URIs: {
759
775
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
760
776
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
761
- }
777
+ },
778
+ type_asset: 'sdk.coin'
762
779
  },
763
780
  {
764
781
  description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
@@ -792,6 +809,7 @@ const assets = {
792
809
  website: 'https://neutron.org/',
793
810
  twitter: 'https://twitter.com/Neutron_org'
794
811
  },
812
+ type_asset: 'sdk.coin',
795
813
  traces: [{
796
814
  type: 'ibc',
797
815
  counterparty: {
@@ -827,6 +845,7 @@ const assets = {
827
845
  primary_color_hex: '#1b0847'
828
846
  }
829
847
  }],
848
+ type_asset: 'sdk.coin',
830
849
  traces: [{
831
850
  type: 'ibc',
832
851
  counterparty: {
@@ -862,6 +881,7 @@ const assets = {
862
881
  primary_color_hex: '#dcd5ab'
863
882
  }
864
883
  }],
884
+ type_asset: 'sdk.coin',
865
885
  traces: [{
866
886
  type: 'ibc',
867
887
  counterparty: {
@@ -897,6 +917,7 @@ const assets = {
897
917
  primary_color_hex: '#333333'
898
918
  }
899
919
  }],
920
+ type_asset: 'sdk.coin',
900
921
  traces: [{
901
922
  type: 'ibc',
902
923
  counterparty: {
@@ -1022,6 +1043,7 @@ const assets = {
1022
1043
  primary_color_hex: '#c6ddf5'
1023
1044
  }
1024
1045
  }],
1046
+ type_asset: 'sdk.coin',
1025
1047
  traces: [{
1026
1048
  type: 'ibc',
1027
1049
  counterparty: {
@@ -1056,6 +1078,7 @@ const assets = {
1056
1078
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1057
1079
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1058
1080
  }],
1081
+ type_asset: 'sdk.coin',
1059
1082
  traces: [{
1060
1083
  type: 'ibc',
1061
1084
  counterparty: {
@@ -1090,6 +1113,7 @@ const assets = {
1090
1113
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1091
1114
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1092
1115
  }],
1116
+ type_asset: 'sdk.coin',
1093
1117
  traces: [{
1094
1118
  type: 'ibc',
1095
1119
  counterparty: {
@@ -1124,6 +1148,7 @@ const assets = {
1124
1148
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1125
1149
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1126
1150
  }],
1151
+ type_asset: 'sdk.coin',
1127
1152
  traces: [{
1128
1153
  type: 'ibc',
1129
1154
  counterparty: {
@@ -1158,6 +1183,7 @@ const assets = {
1158
1183
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
1159
1184
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
1160
1185
  }],
1186
+ type_asset: 'sdk.coin',
1161
1187
  traces: [{
1162
1188
  type: 'ibc',
1163
1189
  counterparty: {
@@ -1192,6 +1218,7 @@ const assets = {
1192
1218
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
1193
1219
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
1194
1220
  }],
1221
+ type_asset: 'sdk.coin',
1195
1222
  traces: [{
1196
1223
  type: 'ibc',
1197
1224
  counterparty: {
@@ -1226,6 +1253,7 @@ const assets = {
1226
1253
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
1227
1254
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
1228
1255
  }],
1256
+ type_asset: 'sdk.coin',
1229
1257
  traces: [{
1230
1258
  type: 'ibc',
1231
1259
  counterparty: {
@@ -1260,6 +1288,7 @@ const assets = {
1260
1288
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
1261
1289
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
1262
1290
  }],
1291
+ type_asset: 'sdk.coin',
1263
1292
  traces: [{
1264
1293
  type: 'ibc',
1265
1294
  counterparty: {
@@ -1294,6 +1323,7 @@ const assets = {
1294
1323
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
1295
1324
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
1296
1325
  }],
1326
+ type_asset: 'sdk.coin',
1297
1327
  traces: [{
1298
1328
  type: 'ibc',
1299
1329
  counterparty: {
@@ -1328,6 +1358,7 @@ const assets = {
1328
1358
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
1329
1359
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
1330
1360
  }],
1361
+ type_asset: 'sdk.coin',
1331
1362
  traces: [{
1332
1363
  type: 'ibc',
1333
1364
  counterparty: {
@@ -1362,6 +1393,7 @@ const assets = {
1362
1393
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
1363
1394
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
1364
1395
  }],
1396
+ type_asset: 'sdk.coin',
1365
1397
  traces: [{
1366
1398
  type: 'ibc',
1367
1399
  counterparty: {
@@ -1396,6 +1428,7 @@ const assets = {
1396
1428
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
1397
1429
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
1398
1430
  }],
1431
+ type_asset: 'sdk.coin',
1399
1432
  traces: [{
1400
1433
  type: 'ibc',
1401
1434
  counterparty: {
@@ -1430,6 +1463,7 @@ const assets = {
1430
1463
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
1431
1464
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
1432
1465
  }],
1466
+ type_asset: 'sdk.coin',
1433
1467
  traces: [{
1434
1468
  type: 'ibc',
1435
1469
  counterparty: {
@@ -1464,6 +1498,7 @@ const assets = {
1464
1498
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1465
1499
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1466
1500
  }],
1501
+ type_asset: 'sdk.coin',
1467
1502
  traces: [{
1468
1503
  type: 'ibc',
1469
1504
  counterparty: {
@@ -1498,6 +1533,7 @@ const assets = {
1498
1533
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1499
1534
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1500
1535
  }],
1536
+ type_asset: 'sdk.coin',
1501
1537
  traces: [{
1502
1538
  type: 'ibc',
1503
1539
  counterparty: {
@@ -1532,6 +1568,7 @@ const assets = {
1532
1568
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1533
1569
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1534
1570
  }],
1571
+ type_asset: 'sdk.coin',
1535
1572
  traces: [{
1536
1573
  type: 'ibc',
1537
1574
  counterparty: {
@@ -1566,6 +1603,7 @@ const assets = {
1566
1603
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
1567
1604
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
1568
1605
  }],
1606
+ type_asset: 'sdk.coin',
1569
1607
  traces: [{
1570
1608
  type: 'ibc',
1571
1609
  counterparty: {
@@ -1600,6 +1638,7 @@ const assets = {
1600
1638
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
1601
1639
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
1602
1640
  }],
1641
+ type_asset: 'sdk.coin',
1603
1642
  traces: [{
1604
1643
  type: 'ibc',
1605
1644
  counterparty: {
@@ -1634,6 +1673,7 @@ const assets = {
1634
1673
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
1635
1674
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
1636
1675
  }],
1676
+ type_asset: 'sdk.coin',
1637
1677
  traces: [{
1638
1678
  type: 'ibc',
1639
1679
  counterparty: {
@@ -1668,6 +1708,7 @@ const assets = {
1668
1708
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
1669
1709
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
1670
1710
  }],
1711
+ type_asset: 'sdk.coin',
1671
1712
  traces: [{
1672
1713
  type: 'ibc',
1673
1714
  counterparty: {
@@ -1702,6 +1743,7 @@ const assets = {
1702
1743
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
1703
1744
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
1704
1745
  }],
1746
+ type_asset: 'sdk.coin',
1705
1747
  traces: [{
1706
1748
  type: 'ibc',
1707
1749
  counterparty: {
@@ -1736,6 +1778,7 @@ const assets = {
1736
1778
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
1737
1779
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
1738
1780
  }],
1781
+ type_asset: 'sdk.coin',
1739
1782
  traces: [{
1740
1783
  type: 'ibc',
1741
1784
  counterparty: {
@@ -1770,6 +1813,7 @@ const assets = {
1770
1813
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
1771
1814
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
1772
1815
  }],
1816
+ type_asset: 'sdk.coin',
1773
1817
  traces: [{
1774
1818
  type: 'ibc',
1775
1819
  counterparty: {
@@ -1804,6 +1848,7 @@ const assets = {
1804
1848
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
1805
1849
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
1806
1850
  }],
1851
+ type_asset: 'sdk.coin',
1807
1852
  traces: [{
1808
1853
  type: 'ibc',
1809
1854
  counterparty: {
@@ -1838,6 +1883,7 @@ const assets = {
1838
1883
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
1839
1884
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
1840
1885
  }],
1886
+ type_asset: 'sdk.coin',
1841
1887
  traces: [{
1842
1888
  type: 'ibc',
1843
1889
  counterparty: {
@@ -1872,6 +1918,7 @@ const assets = {
1872
1918
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
1873
1919
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
1874
1920
  }],
1921
+ type_asset: 'sdk.coin',
1875
1922
  traces: [{
1876
1923
  type: 'ibc',
1877
1924
  counterparty: {
@@ -1906,6 +1953,7 @@ const assets = {
1906
1953
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
1907
1954
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
1908
1955
  }],
1956
+ type_asset: 'sdk.coin',
1909
1957
  traces: [{
1910
1958
  type: 'ibc',
1911
1959
  counterparty: {
@@ -1940,6 +1988,7 @@ const assets = {
1940
1988
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
1941
1989
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
1942
1990
  }],
1991
+ type_asset: 'sdk.coin',
1943
1992
  traces: [{
1944
1993
  type: 'ibc',
1945
1994
  counterparty: {
@@ -1974,6 +2023,7 @@ const assets = {
1974
2023
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
1975
2024
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
1976
2025
  }],
2026
+ type_asset: 'sdk.coin',
1977
2027
  traces: [{
1978
2028
  type: 'ibc',
1979
2029
  counterparty: {
@@ -2008,6 +2058,7 @@ const assets = {
2008
2058
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2009
2059
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2010
2060
  }],
2061
+ type_asset: 'sdk.coin',
2011
2062
  traces: [{
2012
2063
  type: 'ibc',
2013
2064
  counterparty: {
@@ -2042,6 +2093,7 @@ const assets = {
2042
2093
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2043
2094
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2044
2095
  }],
2096
+ type_asset: 'sdk.coin',
2045
2097
  traces: [{
2046
2098
  type: 'ibc',
2047
2099
  counterparty: {
@@ -2076,6 +2128,7 @@ const assets = {
2076
2128
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2077
2129
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2078
2130
  }],
2131
+ type_asset: 'sdk.coin',
2079
2132
  traces: [{
2080
2133
  type: 'ibc',
2081
2134
  counterparty: {
@@ -2110,6 +2163,7 @@ const assets = {
2110
2163
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2111
2164
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2112
2165
  }],
2166
+ type_asset: 'sdk.coin',
2113
2167
  traces: [{
2114
2168
  type: 'ibc',
2115
2169
  counterparty: {
@@ -2144,6 +2198,7 @@ const assets = {
2144
2198
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2145
2199
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2146
2200
  }],
2201
+ type_asset: 'sdk.coin',
2147
2202
  traces: [{
2148
2203
  type: 'ibc',
2149
2204
  counterparty: {
@@ -2178,6 +2233,7 @@ const assets = {
2178
2233
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
2179
2234
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
2180
2235
  }],
2236
+ type_asset: 'sdk.coin',
2181
2237
  traces: [{
2182
2238
  type: 'ibc',
2183
2239
  counterparty: {
@@ -2212,6 +2268,7 @@ const assets = {
2212
2268
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
2213
2269
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
2214
2270
  }],
2271
+ type_asset: 'sdk.coin',
2215
2272
  traces: [{
2216
2273
  type: 'ibc',
2217
2274
  counterparty: {
@@ -2246,6 +2303,7 @@ const assets = {
2246
2303
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
2247
2304
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
2248
2305
  }],
2306
+ type_asset: 'sdk.coin',
2249
2307
  traces: [{
2250
2308
  type: 'ibc',
2251
2309
  counterparty: {
@@ -2280,6 +2338,7 @@ const assets = {
2280
2338
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
2281
2339
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
2282
2340
  }],
2341
+ type_asset: 'sdk.coin',
2283
2342
  traces: [{
2284
2343
  type: 'ibc',
2285
2344
  counterparty: {
@@ -2314,6 +2373,7 @@ const assets = {
2314
2373
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
2315
2374
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
2316
2375
  }],
2376
+ type_asset: 'sdk.coin',
2317
2377
  traces: [{
2318
2378
  type: 'ibc',
2319
2379
  counterparty: {
@@ -2348,6 +2408,7 @@ const assets = {
2348
2408
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
2349
2409
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
2350
2410
  }],
2411
+ type_asset: 'sdk.coin',
2351
2412
  traces: [{
2352
2413
  type: 'ibc',
2353
2414
  counterparty: {
@@ -2382,6 +2443,7 @@ const assets = {
2382
2443
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
2383
2444
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
2384
2445
  }],
2446
+ type_asset: 'sdk.coin',
2385
2447
  traces: [{
2386
2448
  type: 'ibc',
2387
2449
  counterparty: {
@@ -2416,6 +2478,7 @@ const assets = {
2416
2478
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
2417
2479
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
2418
2480
  }],
2481
+ type_asset: 'sdk.coin',
2419
2482
  traces: [{
2420
2483
  type: 'ibc',
2421
2484
  counterparty: {
@@ -2450,6 +2513,7 @@ const assets = {
2450
2513
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
2451
2514
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
2452
2515
  }],
2516
+ type_asset: 'sdk.coin',
2453
2517
  traces: [{
2454
2518
  type: 'ibc',
2455
2519
  counterparty: {
@@ -2484,6 +2548,7 @@ const assets = {
2484
2548
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
2485
2549
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
2486
2550
  }],
2551
+ type_asset: 'sdk.coin',
2487
2552
  traces: [{
2488
2553
  type: 'ibc',
2489
2554
  counterparty: {
@@ -2518,6 +2583,7 @@ const assets = {
2518
2583
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
2519
2584
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
2520
2585
  }],
2586
+ type_asset: 'sdk.coin',
2521
2587
  traces: [{
2522
2588
  type: 'ibc',
2523
2589
  counterparty: {
@@ -2552,6 +2618,7 @@ const assets = {
2552
2618
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
2553
2619
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
2554
2620
  }],
2621
+ type_asset: 'sdk.coin',
2555
2622
  traces: [{
2556
2623
  type: 'ibc',
2557
2624
  counterparty: {
@@ -2586,6 +2653,7 @@ const assets = {
2586
2653
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
2587
2654
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
2588
2655
  }],
2656
+ type_asset: 'sdk.coin',
2589
2657
  traces: [{
2590
2658
  type: 'ibc',
2591
2659
  counterparty: {
@@ -2620,6 +2688,7 @@ const assets = {
2620
2688
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
2621
2689
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
2622
2690
  }],
2691
+ type_asset: 'sdk.coin',
2623
2692
  traces: [{
2624
2693
  type: 'ibc',
2625
2694
  counterparty: {
@@ -2654,6 +2723,7 @@ const assets = {
2654
2723
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
2655
2724
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
2656
2725
  }],
2726
+ type_asset: 'sdk.coin',
2657
2727
  traces: [{
2658
2728
  type: 'ibc',
2659
2729
  counterparty: {
@@ -2688,6 +2758,7 @@ const assets = {
2688
2758
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2689
2759
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2690
2760
  }],
2761
+ type_asset: 'sdk.coin',
2691
2762
  traces: [{
2692
2763
  type: 'ibc',
2693
2764
  counterparty: {
@@ -2722,6 +2793,7 @@ const assets = {
2722
2793
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2723
2794
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2724
2795
  }],
2796
+ type_asset: 'sdk.coin',
2725
2797
  traces: [{
2726
2798
  type: 'ibc',
2727
2799
  counterparty: {
@@ -2756,6 +2828,7 @@ const assets = {
2756
2828
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2757
2829
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2758
2830
  }],
2831
+ type_asset: 'sdk.coin',
2759
2832
  traces: [{
2760
2833
  type: 'ibc',
2761
2834
  counterparty: {
@@ -2790,6 +2863,7 @@ const assets = {
2790
2863
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2791
2864
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2792
2865
  }],
2866
+ type_asset: 'sdk.coin',
2793
2867
  traces: [{
2794
2868
  type: 'ibc',
2795
2869
  counterparty: {
@@ -2824,6 +2898,7 @@ const assets = {
2824
2898
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2825
2899
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2826
2900
  }],
2901
+ type_asset: 'sdk.coin',
2827
2902
  traces: [{
2828
2903
  type: 'ibc',
2829
2904
  counterparty: {
@@ -2858,6 +2933,7 @@ const assets = {
2858
2933
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2859
2934
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2860
2935
  }],
2936
+ type_asset: 'sdk.coin',
2861
2937
  traces: [{
2862
2938
  type: 'ibc',
2863
2939
  counterparty: {
@@ -2892,6 +2968,7 @@ const assets = {
2892
2968
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2893
2969
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2894
2970
  }],
2971
+ type_asset: 'sdk.coin',
2895
2972
  traces: [{
2896
2973
  type: 'ibc',
2897
2974
  counterparty: {
@@ -2926,6 +3003,7 @@ const assets = {
2926
3003
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2927
3004
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2928
3005
  }],
3006
+ type_asset: 'sdk.coin',
2929
3007
  traces: [{
2930
3008
  type: 'ibc',
2931
3009
  counterparty: {
@@ -2960,6 +3038,7 @@ const assets = {
2960
3038
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2961
3039
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2962
3040
  }],
3041
+ type_asset: 'sdk.coin',
2963
3042
  traces: [{
2964
3043
  type: 'ibc',
2965
3044
  counterparty: {
@@ -2994,6 +3073,7 @@ const assets = {
2994
3073
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2995
3074
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2996
3075
  }],
3076
+ type_asset: 'sdk.coin',
2997
3077
  traces: [{
2998
3078
  type: 'ibc',
2999
3079
  counterparty: {
@@ -3028,6 +3108,7 @@ const assets = {
3028
3108
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3029
3109
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3030
3110
  }],
3111
+ type_asset: 'sdk.coin',
3031
3112
  traces: [{
3032
3113
  type: 'ibc',
3033
3114
  counterparty: {
@@ -3062,6 +3143,7 @@ const assets = {
3062
3143
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3063
3144
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3064
3145
  }],
3146
+ type_asset: 'sdk.coin',
3065
3147
  traces: [{
3066
3148
  type: 'ibc',
3067
3149
  counterparty: {
@@ -3096,6 +3178,7 @@ const assets = {
3096
3178
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3097
3179
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3098
3180
  }],
3181
+ type_asset: 'sdk.coin',
3099
3182
  traces: [{
3100
3183
  type: 'ibc',
3101
3184
  counterparty: {
@@ -3130,6 +3213,7 @@ const assets = {
3130
3213
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3131
3214
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3132
3215
  }],
3216
+ type_asset: 'sdk.coin',
3133
3217
  traces: [{
3134
3218
  type: 'ibc',
3135
3219
  counterparty: {
@@ -3164,6 +3248,7 @@ const assets = {
3164
3248
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3165
3249
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3166
3250
  }],
3251
+ type_asset: 'sdk.coin',
3167
3252
  traces: [{
3168
3253
  type: 'ibc',
3169
3254
  counterparty: {
@@ -3198,6 +3283,7 @@ const assets = {
3198
3283
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3199
3284
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3200
3285
  }],
3286
+ type_asset: 'sdk.coin',
3201
3287
  traces: [{
3202
3288
  type: 'ibc',
3203
3289
  counterparty: {
@@ -3232,6 +3318,7 @@ const assets = {
3232
3318
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3233
3319
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3234
3320
  }],
3321
+ type_asset: 'sdk.coin',
3235
3322
  traces: [{
3236
3323
  type: 'ibc',
3237
3324
  counterparty: {
@@ -3266,6 +3353,7 @@ const assets = {
3266
3353
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3267
3354
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3268
3355
  }],
3356
+ type_asset: 'sdk.coin',
3269
3357
  traces: [{
3270
3358
  type: 'ibc',
3271
3359
  counterparty: {
@@ -3300,6 +3388,7 @@ const assets = {
3300
3388
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3301
3389
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3302
3390
  }],
3391
+ type_asset: 'sdk.coin',
3303
3392
  traces: [{
3304
3393
  type: 'ibc',
3305
3394
  counterparty: {
@@ -3334,6 +3423,7 @@ const assets = {
3334
3423
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3335
3424
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3336
3425
  }],
3426
+ type_asset: 'sdk.coin',
3337
3427
  traces: [{
3338
3428
  type: 'ibc',
3339
3429
  counterparty: {
@@ -3368,6 +3458,7 @@ const assets = {
3368
3458
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3369
3459
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3370
3460
  }],
3461
+ type_asset: 'sdk.coin',
3371
3462
  traces: [{
3372
3463
  type: 'ibc',
3373
3464
  counterparty: {
@@ -3402,6 +3493,7 @@ const assets = {
3402
3493
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3403
3494
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3404
3495
  }],
3496
+ type_asset: 'sdk.coin',
3405
3497
  traces: [{
3406
3498
  type: 'ibc',
3407
3499
  counterparty: {
@@ -3436,6 +3528,7 @@ const assets = {
3436
3528
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3437
3529
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3438
3530
  }],
3531
+ type_asset: 'sdk.coin',
3439
3532
  traces: [{
3440
3533
  type: 'ibc',
3441
3534
  counterparty: {
@@ -3470,6 +3563,7 @@ const assets = {
3470
3563
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3471
3564
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3472
3565
  }],
3566
+ type_asset: 'sdk.coin',
3473
3567
  traces: [{
3474
3568
  type: 'ibc',
3475
3569
  counterparty: {
@@ -3512,6 +3606,7 @@ const assets = {
3512
3606
  website: 'https://scrt.network/',
3513
3607
  twitter: 'https://twitter.com/SecretNetwork'
3514
3608
  },
3609
+ type_asset: 'sdk.coin',
3515
3610
  traces: [{
3516
3611
  type: 'ibc',
3517
3612
  counterparty: {
@@ -3554,6 +3649,7 @@ const assets = {
3554
3649
  website: 'https://www.stargaze.zone/',
3555
3650
  twitter: 'https://twitter.com/StargazeZone'
3556
3651
  },
3652
+ type_asset: 'sdk.coin',
3557
3653
  traces: [{
3558
3654
  type: 'ibc',
3559
3655
  counterparty: {
@@ -3596,6 +3692,7 @@ const assets = {
3596
3692
  website: 'https://stride.zone/',
3597
3693
  twitter: 'https://twitter.com/stride_zone'
3598
3694
  },
3695
+ type_asset: 'sdk.coin',
3599
3696
  traces: [{
3600
3697
  type: 'ibc',
3601
3698
  counterparty: {
@@ -3638,6 +3735,7 @@ const assets = {
3638
3735
  website: 'https://www.terra.money/',
3639
3736
  twitter: 'https://twitter.com/terra_money'
3640
3737
  },
3738
+ type_asset: 'sdk.coin',
3641
3739
  traces: [{
3642
3740
  type: 'ibc',
3643
3741
  counterparty: {
@@ -3676,6 +3774,7 @@ const assets = {
3676
3774
  primary_color_hex: '#22f2e9'
3677
3775
  }
3678
3776
  }],
3777
+ type_asset: 'sdk.coin',
3679
3778
  traces: [{
3680
3779
  type: 'ibc',
3681
3780
  counterparty: {
@@ -3761,6 +3860,7 @@ const assets = {
3761
3860
  website: 'https://evmos.org/',
3762
3861
  twitter: 'https://twitter.com/EvmosOrg'
3763
3862
  },
3863
+ type_asset: 'sdk.coin',
3764
3864
  traces: [{
3765
3865
  type: 'ibc',
3766
3866
  counterparty: {
@@ -3802,6 +3902,7 @@ const assets = {
3802
3902
  website: 'https://www.neokingdom.org/',
3803
3903
  twitter: 'https://twitter.com/NEOKingdomDAO'
3804
3904
  },
3905
+ type_asset: 'sdk.coin',
3805
3906
  traces: [{
3806
3907
  type: 'ibc',
3807
3908
  counterparty: {
@@ -3922,6 +4023,7 @@ const assets = {
3922
4023
  website: 'https://injective.com/',
3923
4024
  twitter: 'https://twitter.com/Injective_'
3924
4025
  },
4026
+ type_asset: 'sdk.coin',
3925
4027
  traces: [{
3926
4028
  type: 'ibc',
3927
4029
  counterparty: {
@@ -3957,6 +4059,7 @@ const assets = {
3957
4059
  primary_color_hex: '#31292a'
3958
4060
  }
3959
4061
  }],
4062
+ type_asset: 'sdk.coin',
3960
4063
  traces: [{
3961
4064
  type: 'ibc',
3962
4065
  counterparty: {
@@ -3992,6 +4095,7 @@ const assets = {
3992
4095
  primary_color_hex: '#18120f'
3993
4096
  }
3994
4097
  }],
4098
+ type_asset: 'sdk.coin',
3995
4099
  traces: [{
3996
4100
  type: 'ibc',
3997
4101
  counterparty: {
@@ -4024,6 +4128,7 @@ const assets = {
4024
4128
  primary_color_hex: '#293a6f'
4025
4129
  }
4026
4130
  }],
4131
+ type_asset: 'sdk.coin',
4027
4132
  traces: [{
4028
4133
  type: 'ibc',
4029
4134
  counterparty: {
@@ -4056,6 +4161,7 @@ const assets = {
4056
4161
  primary_color_hex: '#272f4b'
4057
4162
  }
4058
4163
  }],
4164
+ type_asset: 'sdk.coin',
4059
4165
  traces: [{
4060
4166
  type: 'ibc',
4061
4167
  counterparty: {
@@ -4088,6 +4194,7 @@ const assets = {
4088
4194
  primary_color_hex: '#2a303f'
4089
4195
  }
4090
4196
  }],
4197
+ type_asset: 'sdk.coin',
4091
4198
  traces: [{
4092
4199
  type: 'ibc',
4093
4200
  counterparty: {
@@ -4120,6 +4227,7 @@ const assets = {
4120
4227
  primary_color_hex: '#54ac94'
4121
4228
  }
4122
4229
  }],
4230
+ type_asset: 'sdk.coin',
4123
4231
  traces: [{
4124
4232
  type: 'ibc',
4125
4233
  counterparty: {
@@ -4152,6 +4260,7 @@ const assets = {
4152
4260
  primary_color_hex: '#7931f9'
4153
4261
  }
4154
4262
  }],
4263
+ type_asset: 'sdk.coin',
4155
4264
  traces: [{
4156
4265
  type: 'ibc',
4157
4266
  counterparty: {
@@ -4194,6 +4303,7 @@ const assets = {
4194
4303
  website: 'https://www.kava.io/',
4195
4304
  twitter: 'https://twitter.com/KAVA_CHAIN'
4196
4305
  },
4306
+ type_asset: 'sdk.coin',
4197
4307
  traces: [{
4198
4308
  type: 'ibc',
4199
4309
  counterparty: {
@@ -4232,6 +4342,7 @@ const assets = {
4232
4342
  primary_color_hex: '#7b34ac'
4233
4343
  }
4234
4344
  }],
4345
+ type_asset: 'sdk.coin',
4235
4346
  traces: [{
4236
4347
  type: 'ibc',
4237
4348
  counterparty: {
@@ -4270,6 +4381,7 @@ const assets = {
4270
4381
  primary_color_hex: '#544cfc'
4271
4382
  }
4272
4383
  }],
4384
+ type_asset: 'sdk.coin',
4273
4385
  traces: [{
4274
4386
  type: 'ibc',
4275
4387
  counterparty: {
@@ -4308,6 +4420,7 @@ const assets = {
4308
4420
  primary_color_hex: '#04d4a3'
4309
4421
  }
4310
4422
  }],
4423
+ type_asset: 'sdk.coin',
4311
4424
  traces: [{
4312
4425
  type: 'ibc',
4313
4426
  counterparty: {
@@ -4361,7 +4474,8 @@ const assets = {
4361
4474
  logo_URIs: {
4362
4475
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
4363
4476
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
4364
- }
4477
+ },
4478
+ type_asset: 'sdk.coin'
4365
4479
  },
4366
4480
  {
4367
4481
  description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
@@ -4395,6 +4509,7 @@ const assets = {
4395
4509
  website: 'https://neutron.org/',
4396
4510
  twitter: 'https://twitter.com/Neutron_org'
4397
4511
  },
4512
+ type_asset: 'sdk.coin',
4398
4513
  traces: [{
4399
4514
  type: 'ibc',
4400
4515
  counterparty: {
@@ -4430,6 +4545,7 @@ const assets = {
4430
4545
  primary_color_hex: '#1b0847'
4431
4546
  }
4432
4547
  }],
4548
+ type_asset: 'sdk.coin',
4433
4549
  traces: [{
4434
4550
  type: 'ibc',
4435
4551
  counterparty: {
@@ -4465,6 +4581,7 @@ const assets = {
4465
4581
  primary_color_hex: '#dcd5ab'
4466
4582
  }
4467
4583
  }],
4584
+ type_asset: 'sdk.coin',
4468
4585
  traces: [{
4469
4586
  type: 'ibc',
4470
4587
  counterparty: {
@@ -4500,6 +4617,7 @@ const assets = {
4500
4617
  primary_color_hex: '#333333'
4501
4618
  }
4502
4619
  }],
4620
+ type_asset: 'sdk.coin',
4503
4621
  traces: [{
4504
4622
  type: 'ibc',
4505
4623
  counterparty: {
@@ -4625,6 +4743,7 @@ const assets = {
4625
4743
  primary_color_hex: '#c6ddf5'
4626
4744
  }
4627
4745
  }],
4746
+ type_asset: 'sdk.coin',
4628
4747
  traces: [{
4629
4748
  type: 'ibc',
4630
4749
  counterparty: {
@@ -4659,6 +4778,7 @@ const assets = {
4659
4778
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
4660
4779
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
4661
4780
  }],
4781
+ type_asset: 'sdk.coin',
4662
4782
  traces: [{
4663
4783
  type: 'ibc',
4664
4784
  counterparty: {
@@ -4693,6 +4813,7 @@ const assets = {
4693
4813
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
4694
4814
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
4695
4815
  }],
4816
+ type_asset: 'sdk.coin',
4696
4817
  traces: [{
4697
4818
  type: 'ibc',
4698
4819
  counterparty: {
@@ -4727,6 +4848,7 @@ const assets = {
4727
4848
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
4728
4849
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
4729
4850
  }],
4851
+ type_asset: 'sdk.coin',
4730
4852
  traces: [{
4731
4853
  type: 'ibc',
4732
4854
  counterparty: {
@@ -4761,6 +4883,7 @@ const assets = {
4761
4883
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
4762
4884
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
4763
4885
  }],
4886
+ type_asset: 'sdk.coin',
4764
4887
  traces: [{
4765
4888
  type: 'ibc',
4766
4889
  counterparty: {
@@ -4795,6 +4918,7 @@ const assets = {
4795
4918
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
4796
4919
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
4797
4920
  }],
4921
+ type_asset: 'sdk.coin',
4798
4922
  traces: [{
4799
4923
  type: 'ibc',
4800
4924
  counterparty: {
@@ -4829,6 +4953,7 @@ const assets = {
4829
4953
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
4830
4954
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
4831
4955
  }],
4956
+ type_asset: 'sdk.coin',
4832
4957
  traces: [{
4833
4958
  type: 'ibc',
4834
4959
  counterparty: {
@@ -4863,6 +4988,7 @@ const assets = {
4863
4988
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
4864
4989
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
4865
4990
  }],
4991
+ type_asset: 'sdk.coin',
4866
4992
  traces: [{
4867
4993
  type: 'ibc',
4868
4994
  counterparty: {
@@ -4897,6 +5023,7 @@ const assets = {
4897
5023
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
4898
5024
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
4899
5025
  }],
5026
+ type_asset: 'sdk.coin',
4900
5027
  traces: [{
4901
5028
  type: 'ibc',
4902
5029
  counterparty: {
@@ -4931,6 +5058,7 @@ const assets = {
4931
5058
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
4932
5059
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
4933
5060
  }],
5061
+ type_asset: 'sdk.coin',
4934
5062
  traces: [{
4935
5063
  type: 'ibc',
4936
5064
  counterparty: {
@@ -4965,6 +5093,7 @@ const assets = {
4965
5093
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
4966
5094
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
4967
5095
  }],
5096
+ type_asset: 'sdk.coin',
4968
5097
  traces: [{
4969
5098
  type: 'ibc',
4970
5099
  counterparty: {
@@ -4999,6 +5128,7 @@ const assets = {
4999
5128
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
5000
5129
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
5001
5130
  }],
5131
+ type_asset: 'sdk.coin',
5002
5132
  traces: [{
5003
5133
  type: 'ibc',
5004
5134
  counterparty: {
@@ -5033,6 +5163,7 @@ const assets = {
5033
5163
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
5034
5164
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
5035
5165
  }],
5166
+ type_asset: 'sdk.coin',
5036
5167
  traces: [{
5037
5168
  type: 'ibc',
5038
5169
  counterparty: {
@@ -5067,6 +5198,7 @@ const assets = {
5067
5198
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
5068
5199
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
5069
5200
  }],
5201
+ type_asset: 'sdk.coin',
5070
5202
  traces: [{
5071
5203
  type: 'ibc',
5072
5204
  counterparty: {
@@ -5101,6 +5233,7 @@ const assets = {
5101
5233
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
5102
5234
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
5103
5235
  }],
5236
+ type_asset: 'sdk.coin',
5104
5237
  traces: [{
5105
5238
  type: 'ibc',
5106
5239
  counterparty: {
@@ -5135,6 +5268,7 @@ const assets = {
5135
5268
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
5136
5269
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
5137
5270
  }],
5271
+ type_asset: 'sdk.coin',
5138
5272
  traces: [{
5139
5273
  type: 'ibc',
5140
5274
  counterparty: {
@@ -5169,6 +5303,7 @@ const assets = {
5169
5303
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
5170
5304
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
5171
5305
  }],
5306
+ type_asset: 'sdk.coin',
5172
5307
  traces: [{
5173
5308
  type: 'ibc',
5174
5309
  counterparty: {
@@ -5203,6 +5338,7 @@ const assets = {
5203
5338
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
5204
5339
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
5205
5340
  }],
5341
+ type_asset: 'sdk.coin',
5206
5342
  traces: [{
5207
5343
  type: 'ibc',
5208
5344
  counterparty: {
@@ -5237,6 +5373,7 @@ const assets = {
5237
5373
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
5238
5374
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
5239
5375
  }],
5376
+ type_asset: 'sdk.coin',
5240
5377
  traces: [{
5241
5378
  type: 'ibc',
5242
5379
  counterparty: {
@@ -5271,6 +5408,7 @@ const assets = {
5271
5408
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
5272
5409
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
5273
5410
  }],
5411
+ type_asset: 'sdk.coin',
5274
5412
  traces: [{
5275
5413
  type: 'ibc',
5276
5414
  counterparty: {
@@ -5305,6 +5443,7 @@ const assets = {
5305
5443
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
5306
5444
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
5307
5445
  }],
5446
+ type_asset: 'sdk.coin',
5308
5447
  traces: [{
5309
5448
  type: 'ibc',
5310
5449
  counterparty: {
@@ -5339,6 +5478,7 @@ const assets = {
5339
5478
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
5340
5479
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
5341
5480
  }],
5481
+ type_asset: 'sdk.coin',
5342
5482
  traces: [{
5343
5483
  type: 'ibc',
5344
5484
  counterparty: {
@@ -5373,6 +5513,7 @@ const assets = {
5373
5513
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
5374
5514
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
5375
5515
  }],
5516
+ type_asset: 'sdk.coin',
5376
5517
  traces: [{
5377
5518
  type: 'ibc',
5378
5519
  counterparty: {
@@ -5407,6 +5548,7 @@ const assets = {
5407
5548
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
5408
5549
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
5409
5550
  }],
5551
+ type_asset: 'sdk.coin',
5410
5552
  traces: [{
5411
5553
  type: 'ibc',
5412
5554
  counterparty: {
@@ -5441,6 +5583,7 @@ const assets = {
5441
5583
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
5442
5584
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
5443
5585
  }],
5586
+ type_asset: 'sdk.coin',
5444
5587
  traces: [{
5445
5588
  type: 'ibc',
5446
5589
  counterparty: {
@@ -5475,6 +5618,7 @@ const assets = {
5475
5618
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
5476
5619
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
5477
5620
  }],
5621
+ type_asset: 'sdk.coin',
5478
5622
  traces: [{
5479
5623
  type: 'ibc',
5480
5624
  counterparty: {
@@ -5509,6 +5653,7 @@ const assets = {
5509
5653
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
5510
5654
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
5511
5655
  }],
5656
+ type_asset: 'sdk.coin',
5512
5657
  traces: [{
5513
5658
  type: 'ibc',
5514
5659
  counterparty: {
@@ -5543,6 +5688,7 @@ const assets = {
5543
5688
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
5544
5689
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
5545
5690
  }],
5691
+ type_asset: 'sdk.coin',
5546
5692
  traces: [{
5547
5693
  type: 'ibc',
5548
5694
  counterparty: {
@@ -5577,6 +5723,7 @@ const assets = {
5577
5723
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
5578
5724
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
5579
5725
  }],
5726
+ type_asset: 'sdk.coin',
5580
5727
  traces: [{
5581
5728
  type: 'ibc',
5582
5729
  counterparty: {
@@ -5611,6 +5758,7 @@ const assets = {
5611
5758
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
5612
5759
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
5613
5760
  }],
5761
+ type_asset: 'sdk.coin',
5614
5762
  traces: [{
5615
5763
  type: 'ibc',
5616
5764
  counterparty: {
@@ -5645,6 +5793,7 @@ const assets = {
5645
5793
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
5646
5794
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
5647
5795
  }],
5796
+ type_asset: 'sdk.coin',
5648
5797
  traces: [{
5649
5798
  type: 'ibc',
5650
5799
  counterparty: {
@@ -5679,6 +5828,7 @@ const assets = {
5679
5828
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
5680
5829
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
5681
5830
  }],
5831
+ type_asset: 'sdk.coin',
5682
5832
  traces: [{
5683
5833
  type: 'ibc',
5684
5834
  counterparty: {
@@ -5713,6 +5863,7 @@ const assets = {
5713
5863
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
5714
5864
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
5715
5865
  }],
5866
+ type_asset: 'sdk.coin',
5716
5867
  traces: [{
5717
5868
  type: 'ibc',
5718
5869
  counterparty: {
@@ -5747,6 +5898,7 @@ const assets = {
5747
5898
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
5748
5899
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
5749
5900
  }],
5901
+ type_asset: 'sdk.coin',
5750
5902
  traces: [{
5751
5903
  type: 'ibc',
5752
5904
  counterparty: {
@@ -5781,6 +5933,7 @@ const assets = {
5781
5933
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
5782
5934
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
5783
5935
  }],
5936
+ type_asset: 'sdk.coin',
5784
5937
  traces: [{
5785
5938
  type: 'ibc',
5786
5939
  counterparty: {
@@ -5815,6 +5968,7 @@ const assets = {
5815
5968
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
5816
5969
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
5817
5970
  }],
5971
+ type_asset: 'sdk.coin',
5818
5972
  traces: [{
5819
5973
  type: 'ibc',
5820
5974
  counterparty: {
@@ -5849,6 +6003,7 @@ const assets = {
5849
6003
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
5850
6004
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
5851
6005
  }],
6006
+ type_asset: 'sdk.coin',
5852
6007
  traces: [{
5853
6008
  type: 'ibc',
5854
6009
  counterparty: {
@@ -5883,6 +6038,7 @@ const assets = {
5883
6038
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
5884
6039
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
5885
6040
  }],
6041
+ type_asset: 'sdk.coin',
5886
6042
  traces: [{
5887
6043
  type: 'ibc',
5888
6044
  counterparty: {
@@ -5917,6 +6073,7 @@ const assets = {
5917
6073
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
5918
6074
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
5919
6075
  }],
6076
+ type_asset: 'sdk.coin',
5920
6077
  traces: [{
5921
6078
  type: 'ibc',
5922
6079
  counterparty: {
@@ -5951,6 +6108,7 @@ const assets = {
5951
6108
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
5952
6109
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
5953
6110
  }],
6111
+ type_asset: 'sdk.coin',
5954
6112
  traces: [{
5955
6113
  type: 'ibc',
5956
6114
  counterparty: {
@@ -5985,6 +6143,7 @@ const assets = {
5985
6143
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
5986
6144
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
5987
6145
  }],
6146
+ type_asset: 'sdk.coin',
5988
6147
  traces: [{
5989
6148
  type: 'ibc',
5990
6149
  counterparty: {
@@ -6019,6 +6178,7 @@ const assets = {
6019
6178
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
6020
6179
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
6021
6180
  }],
6181
+ type_asset: 'sdk.coin',
6022
6182
  traces: [{
6023
6183
  type: 'ibc',
6024
6184
  counterparty: {
@@ -6053,6 +6213,7 @@ const assets = {
6053
6213
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
6054
6214
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
6055
6215
  }],
6216
+ type_asset: 'sdk.coin',
6056
6217
  traces: [{
6057
6218
  type: 'ibc',
6058
6219
  counterparty: {
@@ -6087,6 +6248,7 @@ const assets = {
6087
6248
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
6088
6249
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
6089
6250
  }],
6251
+ type_asset: 'sdk.coin',
6090
6252
  traces: [{
6091
6253
  type: 'ibc',
6092
6254
  counterparty: {
@@ -6121,6 +6283,7 @@ const assets = {
6121
6283
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
6122
6284
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
6123
6285
  }],
6286
+ type_asset: 'sdk.coin',
6124
6287
  traces: [{
6125
6288
  type: 'ibc',
6126
6289
  counterparty: {
@@ -6155,6 +6318,7 @@ const assets = {
6155
6318
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
6156
6319
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
6157
6320
  }],
6321
+ type_asset: 'sdk.coin',
6158
6322
  traces: [{
6159
6323
  type: 'ibc',
6160
6324
  counterparty: {
@@ -6189,6 +6353,7 @@ const assets = {
6189
6353
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
6190
6354
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
6191
6355
  }],
6356
+ type_asset: 'sdk.coin',
6192
6357
  traces: [{
6193
6358
  type: 'ibc',
6194
6359
  counterparty: {
@@ -6223,6 +6388,7 @@ const assets = {
6223
6388
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
6224
6389
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
6225
6390
  }],
6391
+ type_asset: 'sdk.coin',
6226
6392
  traces: [{
6227
6393
  type: 'ibc',
6228
6394
  counterparty: {
@@ -6257,6 +6423,7 @@ const assets = {
6257
6423
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
6258
6424
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
6259
6425
  }],
6426
+ type_asset: 'sdk.coin',
6260
6427
  traces: [{
6261
6428
  type: 'ibc',
6262
6429
  counterparty: {
@@ -6291,6 +6458,7 @@ const assets = {
6291
6458
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6292
6459
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6293
6460
  }],
6461
+ type_asset: 'sdk.coin',
6294
6462
  traces: [{
6295
6463
  type: 'ibc',
6296
6464
  counterparty: {
@@ -6325,6 +6493,7 @@ const assets = {
6325
6493
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6326
6494
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6327
6495
  }],
6496
+ type_asset: 'sdk.coin',
6328
6497
  traces: [{
6329
6498
  type: 'ibc',
6330
6499
  counterparty: {
@@ -6359,6 +6528,7 @@ const assets = {
6359
6528
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6360
6529
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6361
6530
  }],
6531
+ type_asset: 'sdk.coin',
6362
6532
  traces: [{
6363
6533
  type: 'ibc',
6364
6534
  counterparty: {
@@ -6393,6 +6563,7 @@ const assets = {
6393
6563
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6394
6564
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6395
6565
  }],
6566
+ type_asset: 'sdk.coin',
6396
6567
  traces: [{
6397
6568
  type: 'ibc',
6398
6569
  counterparty: {
@@ -6427,6 +6598,7 @@ const assets = {
6427
6598
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6428
6599
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6429
6600
  }],
6601
+ type_asset: 'sdk.coin',
6430
6602
  traces: [{
6431
6603
  type: 'ibc',
6432
6604
  counterparty: {
@@ -6461,6 +6633,7 @@ const assets = {
6461
6633
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6462
6634
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6463
6635
  }],
6636
+ type_asset: 'sdk.coin',
6464
6637
  traces: [{
6465
6638
  type: 'ibc',
6466
6639
  counterparty: {
@@ -6495,6 +6668,7 @@ const assets = {
6495
6668
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6496
6669
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6497
6670
  }],
6671
+ type_asset: 'sdk.coin',
6498
6672
  traces: [{
6499
6673
  type: 'ibc',
6500
6674
  counterparty: {
@@ -6529,6 +6703,7 @@ const assets = {
6529
6703
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6530
6704
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6531
6705
  }],
6706
+ type_asset: 'sdk.coin',
6532
6707
  traces: [{
6533
6708
  type: 'ibc',
6534
6709
  counterparty: {
@@ -6563,6 +6738,7 @@ const assets = {
6563
6738
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6564
6739
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6565
6740
  }],
6741
+ type_asset: 'sdk.coin',
6566
6742
  traces: [{
6567
6743
  type: 'ibc',
6568
6744
  counterparty: {
@@ -6597,6 +6773,7 @@ const assets = {
6597
6773
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6598
6774
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6599
6775
  }],
6776
+ type_asset: 'sdk.coin',
6600
6777
  traces: [{
6601
6778
  type: 'ibc',
6602
6779
  counterparty: {
@@ -6631,6 +6808,7 @@ const assets = {
6631
6808
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6632
6809
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6633
6810
  }],
6811
+ type_asset: 'sdk.coin',
6634
6812
  traces: [{
6635
6813
  type: 'ibc',
6636
6814
  counterparty: {
@@ -6665,6 +6843,7 @@ const assets = {
6665
6843
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6666
6844
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6667
6845
  }],
6846
+ type_asset: 'sdk.coin',
6668
6847
  traces: [{
6669
6848
  type: 'ibc',
6670
6849
  counterparty: {
@@ -6699,6 +6878,7 @@ const assets = {
6699
6878
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6700
6879
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6701
6880
  }],
6881
+ type_asset: 'sdk.coin',
6702
6882
  traces: [{
6703
6883
  type: 'ibc',
6704
6884
  counterparty: {
@@ -6733,6 +6913,7 @@ const assets = {
6733
6913
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6734
6914
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6735
6915
  }],
6916
+ type_asset: 'sdk.coin',
6736
6917
  traces: [{
6737
6918
  type: 'ibc',
6738
6919
  counterparty: {
@@ -6767,6 +6948,7 @@ const assets = {
6767
6948
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6768
6949
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6769
6950
  }],
6951
+ type_asset: 'sdk.coin',
6770
6952
  traces: [{
6771
6953
  type: 'ibc',
6772
6954
  counterparty: {
@@ -6801,6 +6983,7 @@ const assets = {
6801
6983
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6802
6984
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6803
6985
  }],
6986
+ type_asset: 'sdk.coin',
6804
6987
  traces: [{
6805
6988
  type: 'ibc',
6806
6989
  counterparty: {
@@ -6835,6 +7018,7 @@ const assets = {
6835
7018
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6836
7019
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6837
7020
  }],
7021
+ type_asset: 'sdk.coin',
6838
7022
  traces: [{
6839
7023
  type: 'ibc',
6840
7024
  counterparty: {
@@ -6869,6 +7053,7 @@ const assets = {
6869
7053
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6870
7054
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6871
7055
  }],
7056
+ type_asset: 'sdk.coin',
6872
7057
  traces: [{
6873
7058
  type: 'ibc',
6874
7059
  counterparty: {
@@ -6903,6 +7088,7 @@ const assets = {
6903
7088
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6904
7089
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6905
7090
  }],
7091
+ type_asset: 'sdk.coin',
6906
7092
  traces: [{
6907
7093
  type: 'ibc',
6908
7094
  counterparty: {
@@ -6937,6 +7123,7 @@ const assets = {
6937
7123
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6938
7124
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6939
7125
  }],
7126
+ type_asset: 'sdk.coin',
6940
7127
  traces: [{
6941
7128
  type: 'ibc',
6942
7129
  counterparty: {
@@ -6971,6 +7158,7 @@ const assets = {
6971
7158
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6972
7159
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6973
7160
  }],
7161
+ type_asset: 'sdk.coin',
6974
7162
  traces: [{
6975
7163
  type: 'ibc',
6976
7164
  counterparty: {
@@ -7005,6 +7193,7 @@ const assets = {
7005
7193
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7006
7194
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7007
7195
  }],
7196
+ type_asset: 'sdk.coin',
7008
7197
  traces: [{
7009
7198
  type: 'ibc',
7010
7199
  counterparty: {
@@ -7039,6 +7228,7 @@ const assets = {
7039
7228
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7040
7229
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7041
7230
  }],
7231
+ type_asset: 'sdk.coin',
7042
7232
  traces: [{
7043
7233
  type: 'ibc',
7044
7234
  counterparty: {
@@ -7073,6 +7263,7 @@ const assets = {
7073
7263
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7074
7264
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7075
7265
  }],
7266
+ type_asset: 'sdk.coin',
7076
7267
  traces: [{
7077
7268
  type: 'ibc',
7078
7269
  counterparty: {
@@ -7115,6 +7306,7 @@ const assets = {
7115
7306
  website: 'https://scrt.network/',
7116
7307
  twitter: 'https://twitter.com/SecretNetwork'
7117
7308
  },
7309
+ type_asset: 'sdk.coin',
7118
7310
  traces: [{
7119
7311
  type: 'ibc',
7120
7312
  counterparty: {
@@ -7157,6 +7349,7 @@ const assets = {
7157
7349
  website: 'https://www.stargaze.zone/',
7158
7350
  twitter: 'https://twitter.com/StargazeZone'
7159
7351
  },
7352
+ type_asset: 'sdk.coin',
7160
7353
  traces: [{
7161
7354
  type: 'ibc',
7162
7355
  counterparty: {
@@ -7199,6 +7392,7 @@ const assets = {
7199
7392
  website: 'https://stride.zone/',
7200
7393
  twitter: 'https://twitter.com/stride_zone'
7201
7394
  },
7395
+ type_asset: 'sdk.coin',
7202
7396
  traces: [{
7203
7397
  type: 'ibc',
7204
7398
  counterparty: {
@@ -7241,6 +7435,7 @@ const assets = {
7241
7435
  website: 'https://www.terra.money/',
7242
7436
  twitter: 'https://twitter.com/terra_money'
7243
7437
  },
7438
+ type_asset: 'sdk.coin',
7244
7439
  traces: [{
7245
7440
  type: 'ibc',
7246
7441
  counterparty: {
@@ -7279,6 +7474,7 @@ const assets = {
7279
7474
  primary_color_hex: '#22f2e9'
7280
7475
  }
7281
7476
  }],
7477
+ type_asset: 'sdk.coin',
7282
7478
  traces: [{
7283
7479
  type: 'ibc',
7284
7480
  counterparty: {