@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
@@ -33,6 +33,7 @@ const assets = {
33
33
  website: 'https://axelar.network/',
34
34
  twitter: 'https://twitter.com/axelarnetwork'
35
35
  },
36
+ type_asset: 'sdk.coin',
36
37
  traces: [{
37
38
  type: 'ibc',
38
39
  counterparty: {
@@ -75,6 +76,7 @@ const assets = {
75
76
  website: 'https://axelar.network/',
76
77
  twitter: 'https://twitter.com/axelarnetwork'
77
78
  },
79
+ type_asset: 'sdk.coin',
78
80
  traces: [{
79
81
  type: 'ibc',
80
82
  counterparty: {
@@ -160,6 +162,7 @@ const assets = {
160
162
  website: 'https://evmos.org/',
161
163
  twitter: 'https://twitter.com/EvmosOrg'
162
164
  },
165
+ type_asset: 'sdk.coin',
163
166
  traces: [{
164
167
  type: 'ibc',
165
168
  counterparty: {
@@ -201,6 +204,7 @@ const assets = {
201
204
  website: 'https://www.neokingdom.org/',
202
205
  twitter: 'https://twitter.com/NEOKingdomDAO'
203
206
  },
207
+ type_asset: 'sdk.coin',
204
208
  traces: [{
205
209
  type: 'ibc',
206
210
  counterparty: {
@@ -321,6 +325,7 @@ const assets = {
321
325
  website: 'https://injective.com/',
322
326
  twitter: 'https://twitter.com/Injective_'
323
327
  },
328
+ type_asset: 'sdk.coin',
324
329
  traces: [{
325
330
  type: 'ibc',
326
331
  counterparty: {
@@ -356,6 +361,7 @@ const assets = {
356
361
  primary_color_hex: '#31292a'
357
362
  }
358
363
  }],
364
+ type_asset: 'sdk.coin',
359
365
  traces: [{
360
366
  type: 'ibc',
361
367
  counterparty: {
@@ -391,6 +397,7 @@ const assets = {
391
397
  primary_color_hex: '#18120f'
392
398
  }
393
399
  }],
400
+ type_asset: 'sdk.coin',
394
401
  traces: [{
395
402
  type: 'ibc',
396
403
  counterparty: {
@@ -423,6 +430,7 @@ const assets = {
423
430
  primary_color_hex: '#293a6f'
424
431
  }
425
432
  }],
433
+ type_asset: 'sdk.coin',
426
434
  traces: [{
427
435
  type: 'ibc',
428
436
  counterparty: {
@@ -455,6 +463,7 @@ const assets = {
455
463
  primary_color_hex: '#272f4b'
456
464
  }
457
465
  }],
466
+ type_asset: 'sdk.coin',
458
467
  traces: [{
459
468
  type: 'ibc',
460
469
  counterparty: {
@@ -487,6 +496,7 @@ const assets = {
487
496
  primary_color_hex: '#2a303f'
488
497
  }
489
498
  }],
499
+ type_asset: 'sdk.coin',
490
500
  traces: [{
491
501
  type: 'ibc',
492
502
  counterparty: {
@@ -519,6 +529,7 @@ const assets = {
519
529
  primary_color_hex: '#54ac94'
520
530
  }
521
531
  }],
532
+ type_asset: 'sdk.coin',
522
533
  traces: [{
523
534
  type: 'ibc',
524
535
  counterparty: {
@@ -551,6 +562,7 @@ const assets = {
551
562
  primary_color_hex: '#7931f9'
552
563
  }
553
564
  }],
565
+ type_asset: 'sdk.coin',
554
566
  traces: [{
555
567
  type: 'ibc',
556
568
  counterparty: {
@@ -593,6 +605,7 @@ const assets = {
593
605
  website: 'https://www.kava.io/',
594
606
  twitter: 'https://twitter.com/KAVA_CHAIN'
595
607
  },
608
+ type_asset: 'sdk.coin',
596
609
  traces: [{
597
610
  type: 'ibc',
598
611
  counterparty: {
@@ -631,6 +644,7 @@ const assets = {
631
644
  primary_color_hex: '#7b34ac'
632
645
  }
633
646
  }],
647
+ type_asset: 'sdk.coin',
634
648
  traces: [{
635
649
  type: 'ibc',
636
650
  counterparty: {
@@ -669,6 +683,7 @@ const assets = {
669
683
  primary_color_hex: '#544cfc'
670
684
  }
671
685
  }],
686
+ type_asset: 'sdk.coin',
672
687
  traces: [{
673
688
  type: 'ibc',
674
689
  counterparty: {
@@ -707,6 +722,7 @@ const assets = {
707
722
  primary_color_hex: '#04d4a3'
708
723
  }
709
724
  }],
725
+ type_asset: 'sdk.coin',
710
726
  traces: [{
711
727
  type: 'ibc',
712
728
  counterparty: {
@@ -760,7 +776,8 @@ const assets = {
760
776
  logo_URIs: {
761
777
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
762
778
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
763
- }
779
+ },
780
+ type_asset: 'sdk.coin'
764
781
  },
765
782
  {
766
783
  description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
@@ -794,6 +811,7 @@ const assets = {
794
811
  website: 'https://neutron.org/',
795
812
  twitter: 'https://twitter.com/Neutron_org'
796
813
  },
814
+ type_asset: 'sdk.coin',
797
815
  traces: [{
798
816
  type: 'ibc',
799
817
  counterparty: {
@@ -829,6 +847,7 @@ const assets = {
829
847
  primary_color_hex: '#1b0847'
830
848
  }
831
849
  }],
850
+ type_asset: 'sdk.coin',
832
851
  traces: [{
833
852
  type: 'ibc',
834
853
  counterparty: {
@@ -864,6 +883,7 @@ const assets = {
864
883
  primary_color_hex: '#dcd5ab'
865
884
  }
866
885
  }],
886
+ type_asset: 'sdk.coin',
867
887
  traces: [{
868
888
  type: 'ibc',
869
889
  counterparty: {
@@ -899,6 +919,7 @@ const assets = {
899
919
  primary_color_hex: '#333333'
900
920
  }
901
921
  }],
922
+ type_asset: 'sdk.coin',
902
923
  traces: [{
903
924
  type: 'ibc',
904
925
  counterparty: {
@@ -1024,6 +1045,7 @@ const assets = {
1024
1045
  primary_color_hex: '#c6ddf5'
1025
1046
  }
1026
1047
  }],
1048
+ type_asset: 'sdk.coin',
1027
1049
  traces: [{
1028
1050
  type: 'ibc',
1029
1051
  counterparty: {
@@ -1058,6 +1080,7 @@ const assets = {
1058
1080
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1059
1081
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1060
1082
  }],
1083
+ type_asset: 'sdk.coin',
1061
1084
  traces: [{
1062
1085
  type: 'ibc',
1063
1086
  counterparty: {
@@ -1092,6 +1115,7 @@ const assets = {
1092
1115
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1093
1116
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1094
1117
  }],
1118
+ type_asset: 'sdk.coin',
1095
1119
  traces: [{
1096
1120
  type: 'ibc',
1097
1121
  counterparty: {
@@ -1126,6 +1150,7 @@ const assets = {
1126
1150
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1127
1151
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1128
1152
  }],
1153
+ type_asset: 'sdk.coin',
1129
1154
  traces: [{
1130
1155
  type: 'ibc',
1131
1156
  counterparty: {
@@ -1160,6 +1185,7 @@ const assets = {
1160
1185
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
1161
1186
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
1162
1187
  }],
1188
+ type_asset: 'sdk.coin',
1163
1189
  traces: [{
1164
1190
  type: 'ibc',
1165
1191
  counterparty: {
@@ -1194,6 +1220,7 @@ const assets = {
1194
1220
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
1195
1221
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
1196
1222
  }],
1223
+ type_asset: 'sdk.coin',
1197
1224
  traces: [{
1198
1225
  type: 'ibc',
1199
1226
  counterparty: {
@@ -1228,6 +1255,7 @@ const assets = {
1228
1255
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
1229
1256
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
1230
1257
  }],
1258
+ type_asset: 'sdk.coin',
1231
1259
  traces: [{
1232
1260
  type: 'ibc',
1233
1261
  counterparty: {
@@ -1262,6 +1290,7 @@ const assets = {
1262
1290
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
1263
1291
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
1264
1292
  }],
1293
+ type_asset: 'sdk.coin',
1265
1294
  traces: [{
1266
1295
  type: 'ibc',
1267
1296
  counterparty: {
@@ -1296,6 +1325,7 @@ const assets = {
1296
1325
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
1297
1326
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
1298
1327
  }],
1328
+ type_asset: 'sdk.coin',
1299
1329
  traces: [{
1300
1330
  type: 'ibc',
1301
1331
  counterparty: {
@@ -1330,6 +1360,7 @@ const assets = {
1330
1360
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
1331
1361
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
1332
1362
  }],
1363
+ type_asset: 'sdk.coin',
1333
1364
  traces: [{
1334
1365
  type: 'ibc',
1335
1366
  counterparty: {
@@ -1364,6 +1395,7 @@ const assets = {
1364
1395
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
1365
1396
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
1366
1397
  }],
1398
+ type_asset: 'sdk.coin',
1367
1399
  traces: [{
1368
1400
  type: 'ibc',
1369
1401
  counterparty: {
@@ -1398,6 +1430,7 @@ const assets = {
1398
1430
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
1399
1431
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
1400
1432
  }],
1433
+ type_asset: 'sdk.coin',
1401
1434
  traces: [{
1402
1435
  type: 'ibc',
1403
1436
  counterparty: {
@@ -1432,6 +1465,7 @@ const assets = {
1432
1465
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
1433
1466
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
1434
1467
  }],
1468
+ type_asset: 'sdk.coin',
1435
1469
  traces: [{
1436
1470
  type: 'ibc',
1437
1471
  counterparty: {
@@ -1466,6 +1500,7 @@ const assets = {
1466
1500
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1467
1501
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1468
1502
  }],
1503
+ type_asset: 'sdk.coin',
1469
1504
  traces: [{
1470
1505
  type: 'ibc',
1471
1506
  counterparty: {
@@ -1500,6 +1535,7 @@ const assets = {
1500
1535
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1501
1536
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1502
1537
  }],
1538
+ type_asset: 'sdk.coin',
1503
1539
  traces: [{
1504
1540
  type: 'ibc',
1505
1541
  counterparty: {
@@ -1534,6 +1570,7 @@ const assets = {
1534
1570
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1535
1571
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1536
1572
  }],
1573
+ type_asset: 'sdk.coin',
1537
1574
  traces: [{
1538
1575
  type: 'ibc',
1539
1576
  counterparty: {
@@ -1568,6 +1605,7 @@ const assets = {
1568
1605
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
1569
1606
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
1570
1607
  }],
1608
+ type_asset: 'sdk.coin',
1571
1609
  traces: [{
1572
1610
  type: 'ibc',
1573
1611
  counterparty: {
@@ -1602,6 +1640,7 @@ const assets = {
1602
1640
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
1603
1641
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
1604
1642
  }],
1643
+ type_asset: 'sdk.coin',
1605
1644
  traces: [{
1606
1645
  type: 'ibc',
1607
1646
  counterparty: {
@@ -1636,6 +1675,7 @@ const assets = {
1636
1675
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
1637
1676
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
1638
1677
  }],
1678
+ type_asset: 'sdk.coin',
1639
1679
  traces: [{
1640
1680
  type: 'ibc',
1641
1681
  counterparty: {
@@ -1670,6 +1710,7 @@ const assets = {
1670
1710
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
1671
1711
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
1672
1712
  }],
1713
+ type_asset: 'sdk.coin',
1673
1714
  traces: [{
1674
1715
  type: 'ibc',
1675
1716
  counterparty: {
@@ -1704,6 +1745,7 @@ const assets = {
1704
1745
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
1705
1746
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
1706
1747
  }],
1748
+ type_asset: 'sdk.coin',
1707
1749
  traces: [{
1708
1750
  type: 'ibc',
1709
1751
  counterparty: {
@@ -1738,6 +1780,7 @@ const assets = {
1738
1780
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
1739
1781
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
1740
1782
  }],
1783
+ type_asset: 'sdk.coin',
1741
1784
  traces: [{
1742
1785
  type: 'ibc',
1743
1786
  counterparty: {
@@ -1772,6 +1815,7 @@ const assets = {
1772
1815
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
1773
1816
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
1774
1817
  }],
1818
+ type_asset: 'sdk.coin',
1775
1819
  traces: [{
1776
1820
  type: 'ibc',
1777
1821
  counterparty: {
@@ -1806,6 +1850,7 @@ const assets = {
1806
1850
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
1807
1851
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
1808
1852
  }],
1853
+ type_asset: 'sdk.coin',
1809
1854
  traces: [{
1810
1855
  type: 'ibc',
1811
1856
  counterparty: {
@@ -1840,6 +1885,7 @@ const assets = {
1840
1885
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
1841
1886
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
1842
1887
  }],
1888
+ type_asset: 'sdk.coin',
1843
1889
  traces: [{
1844
1890
  type: 'ibc',
1845
1891
  counterparty: {
@@ -1874,6 +1920,7 @@ const assets = {
1874
1920
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
1875
1921
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
1876
1922
  }],
1923
+ type_asset: 'sdk.coin',
1877
1924
  traces: [{
1878
1925
  type: 'ibc',
1879
1926
  counterparty: {
@@ -1908,6 +1955,7 @@ const assets = {
1908
1955
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
1909
1956
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
1910
1957
  }],
1958
+ type_asset: 'sdk.coin',
1911
1959
  traces: [{
1912
1960
  type: 'ibc',
1913
1961
  counterparty: {
@@ -1942,6 +1990,7 @@ const assets = {
1942
1990
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
1943
1991
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
1944
1992
  }],
1993
+ type_asset: 'sdk.coin',
1945
1994
  traces: [{
1946
1995
  type: 'ibc',
1947
1996
  counterparty: {
@@ -1976,6 +2025,7 @@ const assets = {
1976
2025
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
1977
2026
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
1978
2027
  }],
2028
+ type_asset: 'sdk.coin',
1979
2029
  traces: [{
1980
2030
  type: 'ibc',
1981
2031
  counterparty: {
@@ -2010,6 +2060,7 @@ const assets = {
2010
2060
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2011
2061
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2012
2062
  }],
2063
+ type_asset: 'sdk.coin',
2013
2064
  traces: [{
2014
2065
  type: 'ibc',
2015
2066
  counterparty: {
@@ -2044,6 +2095,7 @@ const assets = {
2044
2095
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2045
2096
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2046
2097
  }],
2098
+ type_asset: 'sdk.coin',
2047
2099
  traces: [{
2048
2100
  type: 'ibc',
2049
2101
  counterparty: {
@@ -2078,6 +2130,7 @@ const assets = {
2078
2130
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2079
2131
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2080
2132
  }],
2133
+ type_asset: 'sdk.coin',
2081
2134
  traces: [{
2082
2135
  type: 'ibc',
2083
2136
  counterparty: {
@@ -2112,6 +2165,7 @@ const assets = {
2112
2165
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2113
2166
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2114
2167
  }],
2168
+ type_asset: 'sdk.coin',
2115
2169
  traces: [{
2116
2170
  type: 'ibc',
2117
2171
  counterparty: {
@@ -2146,6 +2200,7 @@ const assets = {
2146
2200
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2147
2201
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2148
2202
  }],
2203
+ type_asset: 'sdk.coin',
2149
2204
  traces: [{
2150
2205
  type: 'ibc',
2151
2206
  counterparty: {
@@ -2180,6 +2235,7 @@ const assets = {
2180
2235
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
2181
2236
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
2182
2237
  }],
2238
+ type_asset: 'sdk.coin',
2183
2239
  traces: [{
2184
2240
  type: 'ibc',
2185
2241
  counterparty: {
@@ -2214,6 +2270,7 @@ const assets = {
2214
2270
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
2215
2271
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
2216
2272
  }],
2273
+ type_asset: 'sdk.coin',
2217
2274
  traces: [{
2218
2275
  type: 'ibc',
2219
2276
  counterparty: {
@@ -2248,6 +2305,7 @@ const assets = {
2248
2305
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
2249
2306
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
2250
2307
  }],
2308
+ type_asset: 'sdk.coin',
2251
2309
  traces: [{
2252
2310
  type: 'ibc',
2253
2311
  counterparty: {
@@ -2282,6 +2340,7 @@ const assets = {
2282
2340
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
2283
2341
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
2284
2342
  }],
2343
+ type_asset: 'sdk.coin',
2285
2344
  traces: [{
2286
2345
  type: 'ibc',
2287
2346
  counterparty: {
@@ -2316,6 +2375,7 @@ const assets = {
2316
2375
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
2317
2376
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
2318
2377
  }],
2378
+ type_asset: 'sdk.coin',
2319
2379
  traces: [{
2320
2380
  type: 'ibc',
2321
2381
  counterparty: {
@@ -2350,6 +2410,7 @@ const assets = {
2350
2410
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
2351
2411
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
2352
2412
  }],
2413
+ type_asset: 'sdk.coin',
2353
2414
  traces: [{
2354
2415
  type: 'ibc',
2355
2416
  counterparty: {
@@ -2384,6 +2445,7 @@ const assets = {
2384
2445
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
2385
2446
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
2386
2447
  }],
2448
+ type_asset: 'sdk.coin',
2387
2449
  traces: [{
2388
2450
  type: 'ibc',
2389
2451
  counterparty: {
@@ -2418,6 +2480,7 @@ const assets = {
2418
2480
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
2419
2481
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
2420
2482
  }],
2483
+ type_asset: 'sdk.coin',
2421
2484
  traces: [{
2422
2485
  type: 'ibc',
2423
2486
  counterparty: {
@@ -2452,6 +2515,7 @@ const assets = {
2452
2515
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
2453
2516
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
2454
2517
  }],
2518
+ type_asset: 'sdk.coin',
2455
2519
  traces: [{
2456
2520
  type: 'ibc',
2457
2521
  counterparty: {
@@ -2486,6 +2550,7 @@ const assets = {
2486
2550
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
2487
2551
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
2488
2552
  }],
2553
+ type_asset: 'sdk.coin',
2489
2554
  traces: [{
2490
2555
  type: 'ibc',
2491
2556
  counterparty: {
@@ -2520,6 +2585,7 @@ const assets = {
2520
2585
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
2521
2586
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
2522
2587
  }],
2588
+ type_asset: 'sdk.coin',
2523
2589
  traces: [{
2524
2590
  type: 'ibc',
2525
2591
  counterparty: {
@@ -2554,6 +2620,7 @@ const assets = {
2554
2620
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
2555
2621
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
2556
2622
  }],
2623
+ type_asset: 'sdk.coin',
2557
2624
  traces: [{
2558
2625
  type: 'ibc',
2559
2626
  counterparty: {
@@ -2588,6 +2655,7 @@ const assets = {
2588
2655
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
2589
2656
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
2590
2657
  }],
2658
+ type_asset: 'sdk.coin',
2591
2659
  traces: [{
2592
2660
  type: 'ibc',
2593
2661
  counterparty: {
@@ -2622,6 +2690,7 @@ const assets = {
2622
2690
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
2623
2691
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
2624
2692
  }],
2693
+ type_asset: 'sdk.coin',
2625
2694
  traces: [{
2626
2695
  type: 'ibc',
2627
2696
  counterparty: {
@@ -2656,6 +2725,7 @@ const assets = {
2656
2725
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
2657
2726
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
2658
2727
  }],
2728
+ type_asset: 'sdk.coin',
2659
2729
  traces: [{
2660
2730
  type: 'ibc',
2661
2731
  counterparty: {
@@ -2690,6 +2760,7 @@ const assets = {
2690
2760
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2691
2761
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2692
2762
  }],
2763
+ type_asset: 'sdk.coin',
2693
2764
  traces: [{
2694
2765
  type: 'ibc',
2695
2766
  counterparty: {
@@ -2724,6 +2795,7 @@ const assets = {
2724
2795
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2725
2796
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2726
2797
  }],
2798
+ type_asset: 'sdk.coin',
2727
2799
  traces: [{
2728
2800
  type: 'ibc',
2729
2801
  counterparty: {
@@ -2758,6 +2830,7 @@ const assets = {
2758
2830
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2759
2831
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2760
2832
  }],
2833
+ type_asset: 'sdk.coin',
2761
2834
  traces: [{
2762
2835
  type: 'ibc',
2763
2836
  counterparty: {
@@ -2792,6 +2865,7 @@ const assets = {
2792
2865
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2793
2866
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2794
2867
  }],
2868
+ type_asset: 'sdk.coin',
2795
2869
  traces: [{
2796
2870
  type: 'ibc',
2797
2871
  counterparty: {
@@ -2826,6 +2900,7 @@ const assets = {
2826
2900
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2827
2901
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2828
2902
  }],
2903
+ type_asset: 'sdk.coin',
2829
2904
  traces: [{
2830
2905
  type: 'ibc',
2831
2906
  counterparty: {
@@ -2860,6 +2935,7 @@ const assets = {
2860
2935
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2861
2936
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2862
2937
  }],
2938
+ type_asset: 'sdk.coin',
2863
2939
  traces: [{
2864
2940
  type: 'ibc',
2865
2941
  counterparty: {
@@ -2894,6 +2970,7 @@ const assets = {
2894
2970
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2895
2971
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2896
2972
  }],
2973
+ type_asset: 'sdk.coin',
2897
2974
  traces: [{
2898
2975
  type: 'ibc',
2899
2976
  counterparty: {
@@ -2928,6 +3005,7 @@ const assets = {
2928
3005
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2929
3006
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2930
3007
  }],
3008
+ type_asset: 'sdk.coin',
2931
3009
  traces: [{
2932
3010
  type: 'ibc',
2933
3011
  counterparty: {
@@ -2962,6 +3040,7 @@ const assets = {
2962
3040
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2963
3041
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2964
3042
  }],
3043
+ type_asset: 'sdk.coin',
2965
3044
  traces: [{
2966
3045
  type: 'ibc',
2967
3046
  counterparty: {
@@ -2996,6 +3075,7 @@ const assets = {
2996
3075
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2997
3076
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2998
3077
  }],
3078
+ type_asset: 'sdk.coin',
2999
3079
  traces: [{
3000
3080
  type: 'ibc',
3001
3081
  counterparty: {
@@ -3030,6 +3110,7 @@ const assets = {
3030
3110
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3031
3111
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3032
3112
  }],
3113
+ type_asset: 'sdk.coin',
3033
3114
  traces: [{
3034
3115
  type: 'ibc',
3035
3116
  counterparty: {
@@ -3064,6 +3145,7 @@ const assets = {
3064
3145
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3065
3146
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3066
3147
  }],
3148
+ type_asset: 'sdk.coin',
3067
3149
  traces: [{
3068
3150
  type: 'ibc',
3069
3151
  counterparty: {
@@ -3098,6 +3180,7 @@ const assets = {
3098
3180
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3099
3181
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3100
3182
  }],
3183
+ type_asset: 'sdk.coin',
3101
3184
  traces: [{
3102
3185
  type: 'ibc',
3103
3186
  counterparty: {
@@ -3132,6 +3215,7 @@ const assets = {
3132
3215
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3133
3216
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3134
3217
  }],
3218
+ type_asset: 'sdk.coin',
3135
3219
  traces: [{
3136
3220
  type: 'ibc',
3137
3221
  counterparty: {
@@ -3166,6 +3250,7 @@ const assets = {
3166
3250
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3167
3251
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3168
3252
  }],
3253
+ type_asset: 'sdk.coin',
3169
3254
  traces: [{
3170
3255
  type: 'ibc',
3171
3256
  counterparty: {
@@ -3200,6 +3285,7 @@ const assets = {
3200
3285
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3201
3286
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3202
3287
  }],
3288
+ type_asset: 'sdk.coin',
3203
3289
  traces: [{
3204
3290
  type: 'ibc',
3205
3291
  counterparty: {
@@ -3234,6 +3320,7 @@ const assets = {
3234
3320
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3235
3321
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3236
3322
  }],
3323
+ type_asset: 'sdk.coin',
3237
3324
  traces: [{
3238
3325
  type: 'ibc',
3239
3326
  counterparty: {
@@ -3268,6 +3355,7 @@ const assets = {
3268
3355
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3269
3356
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3270
3357
  }],
3358
+ type_asset: 'sdk.coin',
3271
3359
  traces: [{
3272
3360
  type: 'ibc',
3273
3361
  counterparty: {
@@ -3302,6 +3390,7 @@ const assets = {
3302
3390
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3303
3391
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3304
3392
  }],
3393
+ type_asset: 'sdk.coin',
3305
3394
  traces: [{
3306
3395
  type: 'ibc',
3307
3396
  counterparty: {
@@ -3336,6 +3425,7 @@ const assets = {
3336
3425
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3337
3426
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3338
3427
  }],
3428
+ type_asset: 'sdk.coin',
3339
3429
  traces: [{
3340
3430
  type: 'ibc',
3341
3431
  counterparty: {
@@ -3370,6 +3460,7 @@ const assets = {
3370
3460
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3371
3461
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3372
3462
  }],
3463
+ type_asset: 'sdk.coin',
3373
3464
  traces: [{
3374
3465
  type: 'ibc',
3375
3466
  counterparty: {
@@ -3404,6 +3495,7 @@ const assets = {
3404
3495
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3405
3496
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3406
3497
  }],
3498
+ type_asset: 'sdk.coin',
3407
3499
  traces: [{
3408
3500
  type: 'ibc',
3409
3501
  counterparty: {
@@ -3438,6 +3530,7 @@ const assets = {
3438
3530
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3439
3531
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3440
3532
  }],
3533
+ type_asset: 'sdk.coin',
3441
3534
  traces: [{
3442
3535
  type: 'ibc',
3443
3536
  counterparty: {
@@ -3472,6 +3565,7 @@ const assets = {
3472
3565
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3473
3566
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3474
3567
  }],
3568
+ type_asset: 'sdk.coin',
3475
3569
  traces: [{
3476
3570
  type: 'ibc',
3477
3571
  counterparty: {
@@ -3514,6 +3608,7 @@ const assets = {
3514
3608
  website: 'https://scrt.network/',
3515
3609
  twitter: 'https://twitter.com/SecretNetwork'
3516
3610
  },
3611
+ type_asset: 'sdk.coin',
3517
3612
  traces: [{
3518
3613
  type: 'ibc',
3519
3614
  counterparty: {
@@ -3556,6 +3651,7 @@ const assets = {
3556
3651
  website: 'https://www.stargaze.zone/',
3557
3652
  twitter: 'https://twitter.com/StargazeZone'
3558
3653
  },
3654
+ type_asset: 'sdk.coin',
3559
3655
  traces: [{
3560
3656
  type: 'ibc',
3561
3657
  counterparty: {
@@ -3598,6 +3694,7 @@ const assets = {
3598
3694
  website: 'https://stride.zone/',
3599
3695
  twitter: 'https://twitter.com/stride_zone'
3600
3696
  },
3697
+ type_asset: 'sdk.coin',
3601
3698
  traces: [{
3602
3699
  type: 'ibc',
3603
3700
  counterparty: {
@@ -3640,6 +3737,7 @@ const assets = {
3640
3737
  website: 'https://www.terra.money/',
3641
3738
  twitter: 'https://twitter.com/terra_money'
3642
3739
  },
3740
+ type_asset: 'sdk.coin',
3643
3741
  traces: [{
3644
3742
  type: 'ibc',
3645
3743
  counterparty: {
@@ -3678,6 +3776,7 @@ const assets = {
3678
3776
  primary_color_hex: '#22f2e9'
3679
3777
  }
3680
3778
  }],
3779
+ type_asset: 'sdk.coin',
3681
3780
  traces: [{
3682
3781
  type: 'ibc',
3683
3782
  counterparty: {
@@ -3763,6 +3862,7 @@ const assets = {
3763
3862
  website: 'https://evmos.org/',
3764
3863
  twitter: 'https://twitter.com/EvmosOrg'
3765
3864
  },
3865
+ type_asset: 'sdk.coin',
3766
3866
  traces: [{
3767
3867
  type: 'ibc',
3768
3868
  counterparty: {
@@ -3804,6 +3904,7 @@ const assets = {
3804
3904
  website: 'https://www.neokingdom.org/',
3805
3905
  twitter: 'https://twitter.com/NEOKingdomDAO'
3806
3906
  },
3907
+ type_asset: 'sdk.coin',
3807
3908
  traces: [{
3808
3909
  type: 'ibc',
3809
3910
  counterparty: {
@@ -3924,6 +4025,7 @@ const assets = {
3924
4025
  website: 'https://injective.com/',
3925
4026
  twitter: 'https://twitter.com/Injective_'
3926
4027
  },
4028
+ type_asset: 'sdk.coin',
3927
4029
  traces: [{
3928
4030
  type: 'ibc',
3929
4031
  counterparty: {
@@ -3959,6 +4061,7 @@ const assets = {
3959
4061
  primary_color_hex: '#31292a'
3960
4062
  }
3961
4063
  }],
4064
+ type_asset: 'sdk.coin',
3962
4065
  traces: [{
3963
4066
  type: 'ibc',
3964
4067
  counterparty: {
@@ -3994,6 +4097,7 @@ const assets = {
3994
4097
  primary_color_hex: '#18120f'
3995
4098
  }
3996
4099
  }],
4100
+ type_asset: 'sdk.coin',
3997
4101
  traces: [{
3998
4102
  type: 'ibc',
3999
4103
  counterparty: {
@@ -4026,6 +4130,7 @@ const assets = {
4026
4130
  primary_color_hex: '#293a6f'
4027
4131
  }
4028
4132
  }],
4133
+ type_asset: 'sdk.coin',
4029
4134
  traces: [{
4030
4135
  type: 'ibc',
4031
4136
  counterparty: {
@@ -4058,6 +4163,7 @@ const assets = {
4058
4163
  primary_color_hex: '#272f4b'
4059
4164
  }
4060
4165
  }],
4166
+ type_asset: 'sdk.coin',
4061
4167
  traces: [{
4062
4168
  type: 'ibc',
4063
4169
  counterparty: {
@@ -4090,6 +4196,7 @@ const assets = {
4090
4196
  primary_color_hex: '#2a303f'
4091
4197
  }
4092
4198
  }],
4199
+ type_asset: 'sdk.coin',
4093
4200
  traces: [{
4094
4201
  type: 'ibc',
4095
4202
  counterparty: {
@@ -4122,6 +4229,7 @@ const assets = {
4122
4229
  primary_color_hex: '#54ac94'
4123
4230
  }
4124
4231
  }],
4232
+ type_asset: 'sdk.coin',
4125
4233
  traces: [{
4126
4234
  type: 'ibc',
4127
4235
  counterparty: {
@@ -4154,6 +4262,7 @@ const assets = {
4154
4262
  primary_color_hex: '#7931f9'
4155
4263
  }
4156
4264
  }],
4265
+ type_asset: 'sdk.coin',
4157
4266
  traces: [{
4158
4267
  type: 'ibc',
4159
4268
  counterparty: {
@@ -4196,6 +4305,7 @@ const assets = {
4196
4305
  website: 'https://www.kava.io/',
4197
4306
  twitter: 'https://twitter.com/KAVA_CHAIN'
4198
4307
  },
4308
+ type_asset: 'sdk.coin',
4199
4309
  traces: [{
4200
4310
  type: 'ibc',
4201
4311
  counterparty: {
@@ -4234,6 +4344,7 @@ const assets = {
4234
4344
  primary_color_hex: '#7b34ac'
4235
4345
  }
4236
4346
  }],
4347
+ type_asset: 'sdk.coin',
4237
4348
  traces: [{
4238
4349
  type: 'ibc',
4239
4350
  counterparty: {
@@ -4272,6 +4383,7 @@ const assets = {
4272
4383
  primary_color_hex: '#544cfc'
4273
4384
  }
4274
4385
  }],
4386
+ type_asset: 'sdk.coin',
4275
4387
  traces: [{
4276
4388
  type: 'ibc',
4277
4389
  counterparty: {
@@ -4310,6 +4422,7 @@ const assets = {
4310
4422
  primary_color_hex: '#04d4a3'
4311
4423
  }
4312
4424
  }],
4425
+ type_asset: 'sdk.coin',
4313
4426
  traces: [{
4314
4427
  type: 'ibc',
4315
4428
  counterparty: {
@@ -4363,7 +4476,8 @@ const assets = {
4363
4476
  logo_URIs: {
4364
4477
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
4365
4478
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
4366
- }
4479
+ },
4480
+ type_asset: 'sdk.coin'
4367
4481
  },
4368
4482
  {
4369
4483
  description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
@@ -4397,6 +4511,7 @@ const assets = {
4397
4511
  website: 'https://neutron.org/',
4398
4512
  twitter: 'https://twitter.com/Neutron_org'
4399
4513
  },
4514
+ type_asset: 'sdk.coin',
4400
4515
  traces: [{
4401
4516
  type: 'ibc',
4402
4517
  counterparty: {
@@ -4432,6 +4547,7 @@ const assets = {
4432
4547
  primary_color_hex: '#1b0847'
4433
4548
  }
4434
4549
  }],
4550
+ type_asset: 'sdk.coin',
4435
4551
  traces: [{
4436
4552
  type: 'ibc',
4437
4553
  counterparty: {
@@ -4467,6 +4583,7 @@ const assets = {
4467
4583
  primary_color_hex: '#dcd5ab'
4468
4584
  }
4469
4585
  }],
4586
+ type_asset: 'sdk.coin',
4470
4587
  traces: [{
4471
4588
  type: 'ibc',
4472
4589
  counterparty: {
@@ -4502,6 +4619,7 @@ const assets = {
4502
4619
  primary_color_hex: '#333333'
4503
4620
  }
4504
4621
  }],
4622
+ type_asset: 'sdk.coin',
4505
4623
  traces: [{
4506
4624
  type: 'ibc',
4507
4625
  counterparty: {
@@ -4627,6 +4745,7 @@ const assets = {
4627
4745
  primary_color_hex: '#c6ddf5'
4628
4746
  }
4629
4747
  }],
4748
+ type_asset: 'sdk.coin',
4630
4749
  traces: [{
4631
4750
  type: 'ibc',
4632
4751
  counterparty: {
@@ -4661,6 +4780,7 @@ const assets = {
4661
4780
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
4662
4781
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
4663
4782
  }],
4783
+ type_asset: 'sdk.coin',
4664
4784
  traces: [{
4665
4785
  type: 'ibc',
4666
4786
  counterparty: {
@@ -4695,6 +4815,7 @@ const assets = {
4695
4815
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
4696
4816
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
4697
4817
  }],
4818
+ type_asset: 'sdk.coin',
4698
4819
  traces: [{
4699
4820
  type: 'ibc',
4700
4821
  counterparty: {
@@ -4729,6 +4850,7 @@ const assets = {
4729
4850
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
4730
4851
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
4731
4852
  }],
4853
+ type_asset: 'sdk.coin',
4732
4854
  traces: [{
4733
4855
  type: 'ibc',
4734
4856
  counterparty: {
@@ -4763,6 +4885,7 @@ const assets = {
4763
4885
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
4764
4886
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
4765
4887
  }],
4888
+ type_asset: 'sdk.coin',
4766
4889
  traces: [{
4767
4890
  type: 'ibc',
4768
4891
  counterparty: {
@@ -4797,6 +4920,7 @@ const assets = {
4797
4920
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
4798
4921
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
4799
4922
  }],
4923
+ type_asset: 'sdk.coin',
4800
4924
  traces: [{
4801
4925
  type: 'ibc',
4802
4926
  counterparty: {
@@ -4831,6 +4955,7 @@ const assets = {
4831
4955
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
4832
4956
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
4833
4957
  }],
4958
+ type_asset: 'sdk.coin',
4834
4959
  traces: [{
4835
4960
  type: 'ibc',
4836
4961
  counterparty: {
@@ -4865,6 +4990,7 @@ const assets = {
4865
4990
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
4866
4991
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
4867
4992
  }],
4993
+ type_asset: 'sdk.coin',
4868
4994
  traces: [{
4869
4995
  type: 'ibc',
4870
4996
  counterparty: {
@@ -4899,6 +5025,7 @@ const assets = {
4899
5025
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
4900
5026
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
4901
5027
  }],
5028
+ type_asset: 'sdk.coin',
4902
5029
  traces: [{
4903
5030
  type: 'ibc',
4904
5031
  counterparty: {
@@ -4933,6 +5060,7 @@ const assets = {
4933
5060
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
4934
5061
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
4935
5062
  }],
5063
+ type_asset: 'sdk.coin',
4936
5064
  traces: [{
4937
5065
  type: 'ibc',
4938
5066
  counterparty: {
@@ -4967,6 +5095,7 @@ const assets = {
4967
5095
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
4968
5096
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
4969
5097
  }],
5098
+ type_asset: 'sdk.coin',
4970
5099
  traces: [{
4971
5100
  type: 'ibc',
4972
5101
  counterparty: {
@@ -5001,6 +5130,7 @@ const assets = {
5001
5130
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
5002
5131
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
5003
5132
  }],
5133
+ type_asset: 'sdk.coin',
5004
5134
  traces: [{
5005
5135
  type: 'ibc',
5006
5136
  counterparty: {
@@ -5035,6 +5165,7 @@ const assets = {
5035
5165
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
5036
5166
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
5037
5167
  }],
5168
+ type_asset: 'sdk.coin',
5038
5169
  traces: [{
5039
5170
  type: 'ibc',
5040
5171
  counterparty: {
@@ -5069,6 +5200,7 @@ const assets = {
5069
5200
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
5070
5201
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
5071
5202
  }],
5203
+ type_asset: 'sdk.coin',
5072
5204
  traces: [{
5073
5205
  type: 'ibc',
5074
5206
  counterparty: {
@@ -5103,6 +5235,7 @@ const assets = {
5103
5235
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
5104
5236
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
5105
5237
  }],
5238
+ type_asset: 'sdk.coin',
5106
5239
  traces: [{
5107
5240
  type: 'ibc',
5108
5241
  counterparty: {
@@ -5137,6 +5270,7 @@ const assets = {
5137
5270
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
5138
5271
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
5139
5272
  }],
5273
+ type_asset: 'sdk.coin',
5140
5274
  traces: [{
5141
5275
  type: 'ibc',
5142
5276
  counterparty: {
@@ -5171,6 +5305,7 @@ const assets = {
5171
5305
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
5172
5306
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
5173
5307
  }],
5308
+ type_asset: 'sdk.coin',
5174
5309
  traces: [{
5175
5310
  type: 'ibc',
5176
5311
  counterparty: {
@@ -5205,6 +5340,7 @@ const assets = {
5205
5340
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
5206
5341
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
5207
5342
  }],
5343
+ type_asset: 'sdk.coin',
5208
5344
  traces: [{
5209
5345
  type: 'ibc',
5210
5346
  counterparty: {
@@ -5239,6 +5375,7 @@ const assets = {
5239
5375
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
5240
5376
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
5241
5377
  }],
5378
+ type_asset: 'sdk.coin',
5242
5379
  traces: [{
5243
5380
  type: 'ibc',
5244
5381
  counterparty: {
@@ -5273,6 +5410,7 @@ const assets = {
5273
5410
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
5274
5411
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
5275
5412
  }],
5413
+ type_asset: 'sdk.coin',
5276
5414
  traces: [{
5277
5415
  type: 'ibc',
5278
5416
  counterparty: {
@@ -5307,6 +5445,7 @@ const assets = {
5307
5445
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
5308
5446
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
5309
5447
  }],
5448
+ type_asset: 'sdk.coin',
5310
5449
  traces: [{
5311
5450
  type: 'ibc',
5312
5451
  counterparty: {
@@ -5341,6 +5480,7 @@ const assets = {
5341
5480
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
5342
5481
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
5343
5482
  }],
5483
+ type_asset: 'sdk.coin',
5344
5484
  traces: [{
5345
5485
  type: 'ibc',
5346
5486
  counterparty: {
@@ -5375,6 +5515,7 @@ const assets = {
5375
5515
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
5376
5516
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
5377
5517
  }],
5518
+ type_asset: 'sdk.coin',
5378
5519
  traces: [{
5379
5520
  type: 'ibc',
5380
5521
  counterparty: {
@@ -5409,6 +5550,7 @@ const assets = {
5409
5550
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
5410
5551
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
5411
5552
  }],
5553
+ type_asset: 'sdk.coin',
5412
5554
  traces: [{
5413
5555
  type: 'ibc',
5414
5556
  counterparty: {
@@ -5443,6 +5585,7 @@ const assets = {
5443
5585
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
5444
5586
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
5445
5587
  }],
5588
+ type_asset: 'sdk.coin',
5446
5589
  traces: [{
5447
5590
  type: 'ibc',
5448
5591
  counterparty: {
@@ -5477,6 +5620,7 @@ const assets = {
5477
5620
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
5478
5621
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
5479
5622
  }],
5623
+ type_asset: 'sdk.coin',
5480
5624
  traces: [{
5481
5625
  type: 'ibc',
5482
5626
  counterparty: {
@@ -5511,6 +5655,7 @@ const assets = {
5511
5655
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
5512
5656
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
5513
5657
  }],
5658
+ type_asset: 'sdk.coin',
5514
5659
  traces: [{
5515
5660
  type: 'ibc',
5516
5661
  counterparty: {
@@ -5545,6 +5690,7 @@ const assets = {
5545
5690
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
5546
5691
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
5547
5692
  }],
5693
+ type_asset: 'sdk.coin',
5548
5694
  traces: [{
5549
5695
  type: 'ibc',
5550
5696
  counterparty: {
@@ -5579,6 +5725,7 @@ const assets = {
5579
5725
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
5580
5726
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
5581
5727
  }],
5728
+ type_asset: 'sdk.coin',
5582
5729
  traces: [{
5583
5730
  type: 'ibc',
5584
5731
  counterparty: {
@@ -5613,6 +5760,7 @@ const assets = {
5613
5760
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
5614
5761
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
5615
5762
  }],
5763
+ type_asset: 'sdk.coin',
5616
5764
  traces: [{
5617
5765
  type: 'ibc',
5618
5766
  counterparty: {
@@ -5647,6 +5795,7 @@ const assets = {
5647
5795
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
5648
5796
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
5649
5797
  }],
5798
+ type_asset: 'sdk.coin',
5650
5799
  traces: [{
5651
5800
  type: 'ibc',
5652
5801
  counterparty: {
@@ -5681,6 +5830,7 @@ const assets = {
5681
5830
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
5682
5831
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
5683
5832
  }],
5833
+ type_asset: 'sdk.coin',
5684
5834
  traces: [{
5685
5835
  type: 'ibc',
5686
5836
  counterparty: {
@@ -5715,6 +5865,7 @@ const assets = {
5715
5865
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
5716
5866
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
5717
5867
  }],
5868
+ type_asset: 'sdk.coin',
5718
5869
  traces: [{
5719
5870
  type: 'ibc',
5720
5871
  counterparty: {
@@ -5749,6 +5900,7 @@ const assets = {
5749
5900
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
5750
5901
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
5751
5902
  }],
5903
+ type_asset: 'sdk.coin',
5752
5904
  traces: [{
5753
5905
  type: 'ibc',
5754
5906
  counterparty: {
@@ -5783,6 +5935,7 @@ const assets = {
5783
5935
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
5784
5936
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
5785
5937
  }],
5938
+ type_asset: 'sdk.coin',
5786
5939
  traces: [{
5787
5940
  type: 'ibc',
5788
5941
  counterparty: {
@@ -5817,6 +5970,7 @@ const assets = {
5817
5970
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
5818
5971
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
5819
5972
  }],
5973
+ type_asset: 'sdk.coin',
5820
5974
  traces: [{
5821
5975
  type: 'ibc',
5822
5976
  counterparty: {
@@ -5851,6 +6005,7 @@ const assets = {
5851
6005
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
5852
6006
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
5853
6007
  }],
6008
+ type_asset: 'sdk.coin',
5854
6009
  traces: [{
5855
6010
  type: 'ibc',
5856
6011
  counterparty: {
@@ -5885,6 +6040,7 @@ const assets = {
5885
6040
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
5886
6041
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
5887
6042
  }],
6043
+ type_asset: 'sdk.coin',
5888
6044
  traces: [{
5889
6045
  type: 'ibc',
5890
6046
  counterparty: {
@@ -5919,6 +6075,7 @@ const assets = {
5919
6075
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
5920
6076
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
5921
6077
  }],
6078
+ type_asset: 'sdk.coin',
5922
6079
  traces: [{
5923
6080
  type: 'ibc',
5924
6081
  counterparty: {
@@ -5953,6 +6110,7 @@ const assets = {
5953
6110
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
5954
6111
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
5955
6112
  }],
6113
+ type_asset: 'sdk.coin',
5956
6114
  traces: [{
5957
6115
  type: 'ibc',
5958
6116
  counterparty: {
@@ -5987,6 +6145,7 @@ const assets = {
5987
6145
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
5988
6146
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
5989
6147
  }],
6148
+ type_asset: 'sdk.coin',
5990
6149
  traces: [{
5991
6150
  type: 'ibc',
5992
6151
  counterparty: {
@@ -6021,6 +6180,7 @@ const assets = {
6021
6180
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
6022
6181
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
6023
6182
  }],
6183
+ type_asset: 'sdk.coin',
6024
6184
  traces: [{
6025
6185
  type: 'ibc',
6026
6186
  counterparty: {
@@ -6055,6 +6215,7 @@ const assets = {
6055
6215
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
6056
6216
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
6057
6217
  }],
6218
+ type_asset: 'sdk.coin',
6058
6219
  traces: [{
6059
6220
  type: 'ibc',
6060
6221
  counterparty: {
@@ -6089,6 +6250,7 @@ const assets = {
6089
6250
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
6090
6251
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
6091
6252
  }],
6253
+ type_asset: 'sdk.coin',
6092
6254
  traces: [{
6093
6255
  type: 'ibc',
6094
6256
  counterparty: {
@@ -6123,6 +6285,7 @@ const assets = {
6123
6285
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
6124
6286
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
6125
6287
  }],
6288
+ type_asset: 'sdk.coin',
6126
6289
  traces: [{
6127
6290
  type: 'ibc',
6128
6291
  counterparty: {
@@ -6157,6 +6320,7 @@ const assets = {
6157
6320
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
6158
6321
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
6159
6322
  }],
6323
+ type_asset: 'sdk.coin',
6160
6324
  traces: [{
6161
6325
  type: 'ibc',
6162
6326
  counterparty: {
@@ -6191,6 +6355,7 @@ const assets = {
6191
6355
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
6192
6356
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
6193
6357
  }],
6358
+ type_asset: 'sdk.coin',
6194
6359
  traces: [{
6195
6360
  type: 'ibc',
6196
6361
  counterparty: {
@@ -6225,6 +6390,7 @@ const assets = {
6225
6390
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
6226
6391
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
6227
6392
  }],
6393
+ type_asset: 'sdk.coin',
6228
6394
  traces: [{
6229
6395
  type: 'ibc',
6230
6396
  counterparty: {
@@ -6259,6 +6425,7 @@ const assets = {
6259
6425
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
6260
6426
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
6261
6427
  }],
6428
+ type_asset: 'sdk.coin',
6262
6429
  traces: [{
6263
6430
  type: 'ibc',
6264
6431
  counterparty: {
@@ -6293,6 +6460,7 @@ const assets = {
6293
6460
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6294
6461
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6295
6462
  }],
6463
+ type_asset: 'sdk.coin',
6296
6464
  traces: [{
6297
6465
  type: 'ibc',
6298
6466
  counterparty: {
@@ -6327,6 +6495,7 @@ const assets = {
6327
6495
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6328
6496
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6329
6497
  }],
6498
+ type_asset: 'sdk.coin',
6330
6499
  traces: [{
6331
6500
  type: 'ibc',
6332
6501
  counterparty: {
@@ -6361,6 +6530,7 @@ const assets = {
6361
6530
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6362
6531
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6363
6532
  }],
6533
+ type_asset: 'sdk.coin',
6364
6534
  traces: [{
6365
6535
  type: 'ibc',
6366
6536
  counterparty: {
@@ -6395,6 +6565,7 @@ const assets = {
6395
6565
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6396
6566
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6397
6567
  }],
6568
+ type_asset: 'sdk.coin',
6398
6569
  traces: [{
6399
6570
  type: 'ibc',
6400
6571
  counterparty: {
@@ -6429,6 +6600,7 @@ const assets = {
6429
6600
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6430
6601
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6431
6602
  }],
6603
+ type_asset: 'sdk.coin',
6432
6604
  traces: [{
6433
6605
  type: 'ibc',
6434
6606
  counterparty: {
@@ -6463,6 +6635,7 @@ const assets = {
6463
6635
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6464
6636
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6465
6637
  }],
6638
+ type_asset: 'sdk.coin',
6466
6639
  traces: [{
6467
6640
  type: 'ibc',
6468
6641
  counterparty: {
@@ -6497,6 +6670,7 @@ const assets = {
6497
6670
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6498
6671
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6499
6672
  }],
6673
+ type_asset: 'sdk.coin',
6500
6674
  traces: [{
6501
6675
  type: 'ibc',
6502
6676
  counterparty: {
@@ -6531,6 +6705,7 @@ const assets = {
6531
6705
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6532
6706
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6533
6707
  }],
6708
+ type_asset: 'sdk.coin',
6534
6709
  traces: [{
6535
6710
  type: 'ibc',
6536
6711
  counterparty: {
@@ -6565,6 +6740,7 @@ const assets = {
6565
6740
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6566
6741
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6567
6742
  }],
6743
+ type_asset: 'sdk.coin',
6568
6744
  traces: [{
6569
6745
  type: 'ibc',
6570
6746
  counterparty: {
@@ -6599,6 +6775,7 @@ const assets = {
6599
6775
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6600
6776
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6601
6777
  }],
6778
+ type_asset: 'sdk.coin',
6602
6779
  traces: [{
6603
6780
  type: 'ibc',
6604
6781
  counterparty: {
@@ -6633,6 +6810,7 @@ const assets = {
6633
6810
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6634
6811
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6635
6812
  }],
6813
+ type_asset: 'sdk.coin',
6636
6814
  traces: [{
6637
6815
  type: 'ibc',
6638
6816
  counterparty: {
@@ -6667,6 +6845,7 @@ const assets = {
6667
6845
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6668
6846
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6669
6847
  }],
6848
+ type_asset: 'sdk.coin',
6670
6849
  traces: [{
6671
6850
  type: 'ibc',
6672
6851
  counterparty: {
@@ -6701,6 +6880,7 @@ const assets = {
6701
6880
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6702
6881
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6703
6882
  }],
6883
+ type_asset: 'sdk.coin',
6704
6884
  traces: [{
6705
6885
  type: 'ibc',
6706
6886
  counterparty: {
@@ -6735,6 +6915,7 @@ const assets = {
6735
6915
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6736
6916
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6737
6917
  }],
6918
+ type_asset: 'sdk.coin',
6738
6919
  traces: [{
6739
6920
  type: 'ibc',
6740
6921
  counterparty: {
@@ -6769,6 +6950,7 @@ const assets = {
6769
6950
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6770
6951
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6771
6952
  }],
6953
+ type_asset: 'sdk.coin',
6772
6954
  traces: [{
6773
6955
  type: 'ibc',
6774
6956
  counterparty: {
@@ -6803,6 +6985,7 @@ const assets = {
6803
6985
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6804
6986
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6805
6987
  }],
6988
+ type_asset: 'sdk.coin',
6806
6989
  traces: [{
6807
6990
  type: 'ibc',
6808
6991
  counterparty: {
@@ -6837,6 +7020,7 @@ const assets = {
6837
7020
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6838
7021
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6839
7022
  }],
7023
+ type_asset: 'sdk.coin',
6840
7024
  traces: [{
6841
7025
  type: 'ibc',
6842
7026
  counterparty: {
@@ -6871,6 +7055,7 @@ const assets = {
6871
7055
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6872
7056
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6873
7057
  }],
7058
+ type_asset: 'sdk.coin',
6874
7059
  traces: [{
6875
7060
  type: 'ibc',
6876
7061
  counterparty: {
@@ -6905,6 +7090,7 @@ const assets = {
6905
7090
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6906
7091
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6907
7092
  }],
7093
+ type_asset: 'sdk.coin',
6908
7094
  traces: [{
6909
7095
  type: 'ibc',
6910
7096
  counterparty: {
@@ -6939,6 +7125,7 @@ const assets = {
6939
7125
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6940
7126
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6941
7127
  }],
7128
+ type_asset: 'sdk.coin',
6942
7129
  traces: [{
6943
7130
  type: 'ibc',
6944
7131
  counterparty: {
@@ -6973,6 +7160,7 @@ const assets = {
6973
7160
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6974
7161
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6975
7162
  }],
7163
+ type_asset: 'sdk.coin',
6976
7164
  traces: [{
6977
7165
  type: 'ibc',
6978
7166
  counterparty: {
@@ -7007,6 +7195,7 @@ const assets = {
7007
7195
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7008
7196
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7009
7197
  }],
7198
+ type_asset: 'sdk.coin',
7010
7199
  traces: [{
7011
7200
  type: 'ibc',
7012
7201
  counterparty: {
@@ -7041,6 +7230,7 @@ const assets = {
7041
7230
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7042
7231
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7043
7232
  }],
7233
+ type_asset: 'sdk.coin',
7044
7234
  traces: [{
7045
7235
  type: 'ibc',
7046
7236
  counterparty: {
@@ -7075,6 +7265,7 @@ const assets = {
7075
7265
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7076
7266
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7077
7267
  }],
7268
+ type_asset: 'sdk.coin',
7078
7269
  traces: [{
7079
7270
  type: 'ibc',
7080
7271
  counterparty: {
@@ -7117,6 +7308,7 @@ const assets = {
7117
7308
  website: 'https://scrt.network/',
7118
7309
  twitter: 'https://twitter.com/SecretNetwork'
7119
7310
  },
7311
+ type_asset: 'sdk.coin',
7120
7312
  traces: [{
7121
7313
  type: 'ibc',
7122
7314
  counterparty: {
@@ -7159,6 +7351,7 @@ const assets = {
7159
7351
  website: 'https://www.stargaze.zone/',
7160
7352
  twitter: 'https://twitter.com/StargazeZone'
7161
7353
  },
7354
+ type_asset: 'sdk.coin',
7162
7355
  traces: [{
7163
7356
  type: 'ibc',
7164
7357
  counterparty: {
@@ -7201,6 +7394,7 @@ const assets = {
7201
7394
  website: 'https://stride.zone/',
7202
7395
  twitter: 'https://twitter.com/stride_zone'
7203
7396
  },
7397
+ type_asset: 'sdk.coin',
7204
7398
  traces: [{
7205
7399
  type: 'ibc',
7206
7400
  counterparty: {
@@ -7243,6 +7437,7 @@ const assets = {
7243
7437
  website: 'https://www.terra.money/',
7244
7438
  twitter: 'https://twitter.com/terra_money'
7245
7439
  },
7440
+ type_asset: 'sdk.coin',
7246
7441
  traces: [{
7247
7442
  type: 'ibc',
7248
7443
  counterparty: {
@@ -7281,6 +7476,7 @@ const assets = {
7281
7476
  primary_color_hex: '#22f2e9'
7282
7477
  }
7283
7478
  }],
7479
+ type_asset: 'sdk.coin',
7284
7480
  traces: [{
7285
7481
  type: 'ibc',
7286
7482
  counterparty: {