@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
@@ -25,6 +25,7 @@ const assets = {
25
25
  primary_color_hex: '#040404'
26
26
  }
27
27
  }],
28
+ type_asset: 'sdk.coin',
28
29
  traces: [{
29
30
  type: 'ibc',
30
31
  counterparty: {
@@ -67,6 +68,7 @@ const assets = {
67
68
  website: 'https://axelar.network/',
68
69
  twitter: 'https://twitter.com/axelarnetwork'
69
70
  },
71
+ type_asset: 'sdk.coin',
70
72
  traces: [{
71
73
  type: 'ibc',
72
74
  counterparty: {
@@ -109,6 +111,7 @@ const assets = {
109
111
  website: 'https://celestia.org/',
110
112
  twitter: 'https://twitter.com/CelestiaOrg'
111
113
  },
114
+ type_asset: 'sdk.coin',
112
115
  traces: [{
113
116
  type: 'ibc',
114
117
  counterparty: {
@@ -151,6 +154,7 @@ const assets = {
151
154
  website: 'https://cosmos.network',
152
155
  twitter: 'https://twitter.com/cosmoshub'
153
156
  },
157
+ type_asset: 'sdk.coin',
154
158
  traces: [{
155
159
  type: 'ibc',
156
160
  counterparty: {
@@ -189,6 +193,7 @@ const assets = {
189
193
  primary_color_hex: '#3c2832'
190
194
  }
191
195
  }],
196
+ type_asset: 'sdk.coin',
192
197
  traces: [{
193
198
  type: 'ibc',
194
199
  counterparty: {
@@ -227,6 +232,7 @@ const assets = {
227
232
  primary_color_hex: '#df969f'
228
233
  }
229
234
  }],
235
+ type_asset: 'sdk.coin',
230
236
  traces: [{
231
237
  type: 'ibc',
232
238
  counterparty: {
@@ -264,6 +270,7 @@ const assets = {
264
270
  primary_color_hex: '#fba214'
265
271
  }
266
272
  }],
273
+ type_asset: 'sdk.coin',
267
274
  traces: [{
268
275
  type: 'ibc',
269
276
  counterparty: {
@@ -306,6 +313,7 @@ const assets = {
306
313
  website: 'https://evmos.org/',
307
314
  twitter: 'https://twitter.com/EvmosOrg'
308
315
  },
316
+ type_asset: 'sdk.coin',
309
317
  traces: [{
310
318
  type: 'ibc',
311
319
  counterparty: {
@@ -347,6 +355,7 @@ const assets = {
347
355
  website: 'https://www.neokingdom.org/',
348
356
  twitter: 'https://twitter.com/NEOKingdomDAO'
349
357
  },
358
+ type_asset: 'sdk.coin',
350
359
  traces: [{
351
360
  type: 'ibc',
352
361
  counterparty: {
@@ -515,6 +524,7 @@ const assets = {
515
524
  primary_color_hex: '#040404'
516
525
  }
517
526
  }],
527
+ type_asset: 'sdk.coin',
518
528
  traces: [{
519
529
  type: 'ibc',
520
530
  counterparty: {
@@ -557,6 +567,7 @@ const assets = {
557
567
  website: 'https://axelar.network/',
558
568
  twitter: 'https://twitter.com/axelarnetwork'
559
569
  },
570
+ type_asset: 'sdk.coin',
560
571
  traces: [{
561
572
  type: 'ibc',
562
573
  counterparty: {
@@ -599,6 +610,7 @@ const assets = {
599
610
  website: 'https://celestia.org/',
600
611
  twitter: 'https://twitter.com/CelestiaOrg'
601
612
  },
613
+ type_asset: 'sdk.coin',
602
614
  traces: [{
603
615
  type: 'ibc',
604
616
  counterparty: {
@@ -641,6 +653,7 @@ const assets = {
641
653
  website: 'https://cosmos.network',
642
654
  twitter: 'https://twitter.com/cosmoshub'
643
655
  },
656
+ type_asset: 'sdk.coin',
644
657
  traces: [{
645
658
  type: 'ibc',
646
659
  counterparty: {
@@ -679,6 +692,7 @@ const assets = {
679
692
  primary_color_hex: '#3c2832'
680
693
  }
681
694
  }],
695
+ type_asset: 'sdk.coin',
682
696
  traces: [{
683
697
  type: 'ibc',
684
698
  counterparty: {
@@ -717,6 +731,7 @@ const assets = {
717
731
  primary_color_hex: '#df969f'
718
732
  }
719
733
  }],
734
+ type_asset: 'sdk.coin',
720
735
  traces: [{
721
736
  type: 'ibc',
722
737
  counterparty: {
@@ -754,6 +769,7 @@ const assets = {
754
769
  primary_color_hex: '#fba214'
755
770
  }
756
771
  }],
772
+ type_asset: 'sdk.coin',
757
773
  traces: [{
758
774
  type: 'ibc',
759
775
  counterparty: {
@@ -796,6 +812,7 @@ const assets = {
796
812
  website: 'https://evmos.org/',
797
813
  twitter: 'https://twitter.com/EvmosOrg'
798
814
  },
815
+ type_asset: 'sdk.coin',
799
816
  traces: [{
800
817
  type: 'ibc',
801
818
  counterparty: {
@@ -837,6 +854,7 @@ const assets = {
837
854
  website: 'https://www.neokingdom.org/',
838
855
  twitter: 'https://twitter.com/NEOKingdomDAO'
839
856
  },
857
+ type_asset: 'sdk.coin',
840
858
  traces: [{
841
859
  type: 'ibc',
842
860
  counterparty: {
@@ -1011,6 +1029,7 @@ const assets = {
1011
1029
  website: 'https://www.kava.io/',
1012
1030
  twitter: 'https://twitter.com/KAVA_CHAIN'
1013
1031
  },
1032
+ type_asset: 'sdk.coin',
1014
1033
  traces: [{
1015
1034
  type: 'ibc',
1016
1035
  counterparty: {
@@ -1049,6 +1068,7 @@ const assets = {
1049
1068
  primary_color_hex: '#7b34ac'
1050
1069
  }
1051
1070
  }],
1071
+ type_asset: 'sdk.coin',
1052
1072
  traces: [{
1053
1073
  type: 'ibc',
1054
1074
  counterparty: {
@@ -1087,6 +1107,7 @@ const assets = {
1087
1107
  primary_color_hex: '#544cfc'
1088
1108
  }
1089
1109
  }],
1110
+ type_asset: 'sdk.coin',
1090
1111
  traces: [{
1091
1112
  type: 'ibc',
1092
1113
  counterparty: {
@@ -1125,6 +1146,7 @@ const assets = {
1125
1146
  primary_color_hex: '#04d4a3'
1126
1147
  }
1127
1148
  }],
1149
+ type_asset: 'sdk.coin',
1128
1150
  traces: [{
1129
1151
  type: 'ibc',
1130
1152
  counterparty: {
@@ -1178,7 +1200,8 @@ const assets = {
1178
1200
  logo_URIs: {
1179
1201
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1180
1202
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1181
- }
1203
+ },
1204
+ type_asset: 'sdk.coin'
1182
1205
  },
1183
1206
  {
1184
1207
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
@@ -1210,6 +1233,7 @@ const assets = {
1210
1233
  website: 'https://kujira.network/',
1211
1234
  twitter: 'https://twitter.com/TeamKujira'
1212
1235
  },
1236
+ type_asset: 'sdk.coin',
1213
1237
  traces: [{
1214
1238
  type: 'ibc',
1215
1239
  counterparty: {
@@ -1248,6 +1272,7 @@ const assets = {
1248
1272
  primary_color_hex: '#1c1c1c'
1249
1273
  }
1250
1274
  }],
1275
+ type_asset: 'sdk.coin',
1251
1276
  traces: [{
1252
1277
  type: 'ibc',
1253
1278
  counterparty: {
@@ -1292,6 +1317,7 @@ const assets = {
1292
1317
  website: 'https://neutron.org/',
1293
1318
  twitter: 'https://twitter.com/Neutron_org'
1294
1319
  },
1320
+ type_asset: 'sdk.coin',
1295
1321
  traces: [{
1296
1322
  type: 'ibc',
1297
1323
  counterparty: {
@@ -1327,6 +1353,7 @@ const assets = {
1327
1353
  primary_color_hex: '#1b0847'
1328
1354
  }
1329
1355
  }],
1356
+ type_asset: 'sdk.coin',
1330
1357
  traces: [{
1331
1358
  type: 'ibc',
1332
1359
  counterparty: {
@@ -1362,6 +1389,7 @@ const assets = {
1362
1389
  primary_color_hex: '#dcd5ab'
1363
1390
  }
1364
1391
  }],
1392
+ type_asset: 'sdk.coin',
1365
1393
  traces: [{
1366
1394
  type: 'ibc',
1367
1395
  counterparty: {
@@ -1397,6 +1425,7 @@ const assets = {
1397
1425
  primary_color_hex: '#333333'
1398
1426
  }
1399
1427
  }],
1428
+ type_asset: 'sdk.coin',
1400
1429
  traces: [{
1401
1430
  type: 'ibc',
1402
1431
  counterparty: {
@@ -1515,6 +1544,7 @@ const assets = {
1515
1544
  website: 'https://ondo.finance/usdy',
1516
1545
  twitter: 'https://x.com/OndoFinance'
1517
1546
  },
1547
+ type_asset: 'sdk.coin',
1518
1548
  traces: [{
1519
1549
  type: 'ibc',
1520
1550
  counterparty: {
@@ -1558,6 +1588,7 @@ const assets = {
1558
1588
  primary_color_hex: '#0c0c14'
1559
1589
  }
1560
1590
  }],
1591
+ type_asset: 'sdk.coin',
1561
1592
  traces: [{
1562
1593
  type: 'ibc',
1563
1594
  counterparty: {
@@ -1597,6 +1628,7 @@ const assets = {
1597
1628
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
1598
1629
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
1599
1630
  }],
1631
+ type_asset: 'sdk.coin',
1600
1632
  traces: [{
1601
1633
  type: 'ibc',
1602
1634
  counterparty: {
@@ -1638,6 +1670,7 @@ const assets = {
1638
1670
  primary_color_hex: '#c3ebf3'
1639
1671
  }
1640
1672
  }],
1673
+ type_asset: 'sdk.coin',
1641
1674
  traces: [{
1642
1675
  type: 'ibc',
1643
1676
  counterparty: {
@@ -1679,6 +1712,7 @@ const assets = {
1679
1712
  primary_color_hex: '#040404'
1680
1713
  }
1681
1714
  }],
1715
+ type_asset: 'sdk.coin',
1682
1716
  traces: [{
1683
1717
  type: 'ibc',
1684
1718
  counterparty: {
@@ -1743,6 +1777,7 @@ const assets = {
1743
1777
  }
1744
1778
  }
1745
1779
  ],
1780
+ type_asset: 'sdk.coin',
1746
1781
  traces: [{
1747
1782
  type: 'ibc',
1748
1783
  counterparty: {
@@ -1875,6 +1910,7 @@ const assets = {
1875
1910
  website: 'https://persistence.one/',
1876
1911
  twitter: 'https://twitter.com/PersistenceOne'
1877
1912
  },
1913
+ type_asset: 'sdk.coin',
1878
1914
  traces: [{
1879
1915
  type: 'ibc',
1880
1916
  counterparty: {
@@ -1912,6 +1948,7 @@ const assets = {
1912
1948
  primary_color_hex: '#c6ddf5'
1913
1949
  }
1914
1950
  }],
1951
+ type_asset: 'sdk.coin',
1915
1952
  traces: [{
1916
1953
  type: 'ibc',
1917
1954
  counterparty: {
@@ -1946,6 +1983,7 @@ const assets = {
1946
1983
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1947
1984
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1948
1985
  }],
1986
+ type_asset: 'sdk.coin',
1949
1987
  traces: [{
1950
1988
  type: 'ibc',
1951
1989
  counterparty: {
@@ -1980,6 +2018,7 @@ const assets = {
1980
2018
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1981
2019
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1982
2020
  }],
2021
+ type_asset: 'sdk.coin',
1983
2022
  traces: [{
1984
2023
  type: 'ibc',
1985
2024
  counterparty: {
@@ -2014,6 +2053,7 @@ const assets = {
2014
2053
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
2015
2054
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
2016
2055
  }],
2056
+ type_asset: 'sdk.coin',
2017
2057
  traces: [{
2018
2058
  type: 'ibc',
2019
2059
  counterparty: {
@@ -2048,6 +2088,7 @@ const assets = {
2048
2088
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
2049
2089
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
2050
2090
  }],
2091
+ type_asset: 'sdk.coin',
2051
2092
  traces: [{
2052
2093
  type: 'ibc',
2053
2094
  counterparty: {
@@ -2082,6 +2123,7 @@ const assets = {
2082
2123
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
2083
2124
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
2084
2125
  }],
2126
+ type_asset: 'sdk.coin',
2085
2127
  traces: [{
2086
2128
  type: 'ibc',
2087
2129
  counterparty: {
@@ -2116,6 +2158,7 @@ const assets = {
2116
2158
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
2117
2159
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
2118
2160
  }],
2161
+ type_asset: 'sdk.coin',
2119
2162
  traces: [{
2120
2163
  type: 'ibc',
2121
2164
  counterparty: {
@@ -2150,6 +2193,7 @@ const assets = {
2150
2193
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
2151
2194
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
2152
2195
  }],
2196
+ type_asset: 'sdk.coin',
2153
2197
  traces: [{
2154
2198
  type: 'ibc',
2155
2199
  counterparty: {
@@ -2184,6 +2228,7 @@ const assets = {
2184
2228
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
2185
2229
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
2186
2230
  }],
2231
+ type_asset: 'sdk.coin',
2187
2232
  traces: [{
2188
2233
  type: 'ibc',
2189
2234
  counterparty: {
@@ -2218,6 +2263,7 @@ const assets = {
2218
2263
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
2219
2264
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
2220
2265
  }],
2266
+ type_asset: 'sdk.coin',
2221
2267
  traces: [{
2222
2268
  type: 'ibc',
2223
2269
  counterparty: {
@@ -2252,6 +2298,7 @@ const assets = {
2252
2298
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2253
2299
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2254
2300
  }],
2301
+ type_asset: 'sdk.coin',
2255
2302
  traces: [{
2256
2303
  type: 'ibc',
2257
2304
  counterparty: {
@@ -2286,6 +2333,7 @@ const assets = {
2286
2333
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2287
2334
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2288
2335
  }],
2336
+ type_asset: 'sdk.coin',
2289
2337
  traces: [{
2290
2338
  type: 'ibc',
2291
2339
  counterparty: {
@@ -2320,6 +2368,7 @@ const assets = {
2320
2368
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2321
2369
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2322
2370
  }],
2371
+ type_asset: 'sdk.coin',
2323
2372
  traces: [{
2324
2373
  type: 'ibc',
2325
2374
  counterparty: {
@@ -2354,6 +2403,7 @@ const assets = {
2354
2403
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2355
2404
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2356
2405
  }],
2406
+ type_asset: 'sdk.coin',
2357
2407
  traces: [{
2358
2408
  type: 'ibc',
2359
2409
  counterparty: {
@@ -2388,6 +2438,7 @@ const assets = {
2388
2438
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2389
2439
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2390
2440
  }],
2441
+ type_asset: 'sdk.coin',
2391
2442
  traces: [{
2392
2443
  type: 'ibc',
2393
2444
  counterparty: {
@@ -2422,6 +2473,7 @@ const assets = {
2422
2473
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2423
2474
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2424
2475
  }],
2476
+ type_asset: 'sdk.coin',
2425
2477
  traces: [{
2426
2478
  type: 'ibc',
2427
2479
  counterparty: {
@@ -2456,6 +2508,7 @@ const assets = {
2456
2508
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2457
2509
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2458
2510
  }],
2511
+ type_asset: 'sdk.coin',
2459
2512
  traces: [{
2460
2513
  type: 'ibc',
2461
2514
  counterparty: {
@@ -2490,6 +2543,7 @@ const assets = {
2490
2543
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2491
2544
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2492
2545
  }],
2546
+ type_asset: 'sdk.coin',
2493
2547
  traces: [{
2494
2548
  type: 'ibc',
2495
2549
  counterparty: {
@@ -2524,6 +2578,7 @@ const assets = {
2524
2578
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2525
2579
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2526
2580
  }],
2581
+ type_asset: 'sdk.coin',
2527
2582
  traces: [{
2528
2583
  type: 'ibc',
2529
2584
  counterparty: {
@@ -2558,6 +2613,7 @@ const assets = {
2558
2613
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2559
2614
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2560
2615
  }],
2616
+ type_asset: 'sdk.coin',
2561
2617
  traces: [{
2562
2618
  type: 'ibc',
2563
2619
  counterparty: {
@@ -2592,6 +2648,7 @@ const assets = {
2592
2648
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2593
2649
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2594
2650
  }],
2651
+ type_asset: 'sdk.coin',
2595
2652
  traces: [{
2596
2653
  type: 'ibc',
2597
2654
  counterparty: {
@@ -2626,6 +2683,7 @@ const assets = {
2626
2683
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2627
2684
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2628
2685
  }],
2686
+ type_asset: 'sdk.coin',
2629
2687
  traces: [{
2630
2688
  type: 'ibc',
2631
2689
  counterparty: {
@@ -2660,6 +2718,7 @@ const assets = {
2660
2718
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2661
2719
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2662
2720
  }],
2721
+ type_asset: 'sdk.coin',
2663
2722
  traces: [{
2664
2723
  type: 'ibc',
2665
2724
  counterparty: {
@@ -2694,6 +2753,7 @@ const assets = {
2694
2753
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2695
2754
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2696
2755
  }],
2756
+ type_asset: 'sdk.coin',
2697
2757
  traces: [{
2698
2758
  type: 'ibc',
2699
2759
  counterparty: {
@@ -2728,6 +2788,7 @@ const assets = {
2728
2788
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2729
2789
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2730
2790
  }],
2791
+ type_asset: 'sdk.coin',
2731
2792
  traces: [{
2732
2793
  type: 'ibc',
2733
2794
  counterparty: {
@@ -2762,6 +2823,7 @@ const assets = {
2762
2823
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
2763
2824
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
2764
2825
  }],
2826
+ type_asset: 'sdk.coin',
2765
2827
  traces: [{
2766
2828
  type: 'ibc',
2767
2829
  counterparty: {
@@ -2796,6 +2858,7 @@ const assets = {
2796
2858
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
2797
2859
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
2798
2860
  }],
2861
+ type_asset: 'sdk.coin',
2799
2862
  traces: [{
2800
2863
  type: 'ibc',
2801
2864
  counterparty: {
@@ -2830,6 +2893,7 @@ const assets = {
2830
2893
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
2831
2894
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
2832
2895
  }],
2896
+ type_asset: 'sdk.coin',
2833
2897
  traces: [{
2834
2898
  type: 'ibc',
2835
2899
  counterparty: {
@@ -2864,6 +2928,7 @@ const assets = {
2864
2928
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2865
2929
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2866
2930
  }],
2931
+ type_asset: 'sdk.coin',
2867
2932
  traces: [{
2868
2933
  type: 'ibc',
2869
2934
  counterparty: {
@@ -2898,6 +2963,7 @@ const assets = {
2898
2963
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2899
2964
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2900
2965
  }],
2966
+ type_asset: 'sdk.coin',
2901
2967
  traces: [{
2902
2968
  type: 'ibc',
2903
2969
  counterparty: {
@@ -2932,6 +2998,7 @@ const assets = {
2932
2998
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2933
2999
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2934
3000
  }],
3001
+ type_asset: 'sdk.coin',
2935
3002
  traces: [{
2936
3003
  type: 'ibc',
2937
3004
  counterparty: {
@@ -2966,6 +3033,7 @@ const assets = {
2966
3033
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2967
3034
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2968
3035
  }],
3036
+ type_asset: 'sdk.coin',
2969
3037
  traces: [{
2970
3038
  type: 'ibc',
2971
3039
  counterparty: {
@@ -3000,6 +3068,7 @@ const assets = {
3000
3068
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
3001
3069
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
3002
3070
  }],
3071
+ type_asset: 'sdk.coin',
3003
3072
  traces: [{
3004
3073
  type: 'ibc',
3005
3074
  counterparty: {
@@ -3034,6 +3103,7 @@ const assets = {
3034
3103
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
3035
3104
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
3036
3105
  }],
3106
+ type_asset: 'sdk.coin',
3037
3107
  traces: [{
3038
3108
  type: 'ibc',
3039
3109
  counterparty: {
@@ -3068,6 +3138,7 @@ const assets = {
3068
3138
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
3069
3139
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
3070
3140
  }],
3141
+ type_asset: 'sdk.coin',
3071
3142
  traces: [{
3072
3143
  type: 'ibc',
3073
3144
  counterparty: {
@@ -3102,6 +3173,7 @@ const assets = {
3102
3173
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
3103
3174
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
3104
3175
  }],
3176
+ type_asset: 'sdk.coin',
3105
3177
  traces: [{
3106
3178
  type: 'ibc',
3107
3179
  counterparty: {
@@ -3136,6 +3208,7 @@ const assets = {
3136
3208
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
3137
3209
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
3138
3210
  }],
3211
+ type_asset: 'sdk.coin',
3139
3212
  traces: [{
3140
3213
  type: 'ibc',
3141
3214
  counterparty: {
@@ -3170,6 +3243,7 @@ const assets = {
3170
3243
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3171
3244
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3172
3245
  }],
3246
+ type_asset: 'sdk.coin',
3173
3247
  traces: [{
3174
3248
  type: 'ibc',
3175
3249
  counterparty: {
@@ -3204,6 +3278,7 @@ const assets = {
3204
3278
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3205
3279
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3206
3280
  }],
3281
+ type_asset: 'sdk.coin',
3207
3282
  traces: [{
3208
3283
  type: 'ibc',
3209
3284
  counterparty: {
@@ -3238,6 +3313,7 @@ const assets = {
3238
3313
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3239
3314
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3240
3315
  }],
3316
+ type_asset: 'sdk.coin',
3241
3317
  traces: [{
3242
3318
  type: 'ibc',
3243
3319
  counterparty: {
@@ -3272,6 +3348,7 @@ const assets = {
3272
3348
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3273
3349
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3274
3350
  }],
3351
+ type_asset: 'sdk.coin',
3275
3352
  traces: [{
3276
3353
  type: 'ibc',
3277
3354
  counterparty: {
@@ -3306,6 +3383,7 @@ const assets = {
3306
3383
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3307
3384
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3308
3385
  }],
3386
+ type_asset: 'sdk.coin',
3309
3387
  traces: [{
3310
3388
  type: 'ibc',
3311
3389
  counterparty: {
@@ -3340,6 +3418,7 @@ const assets = {
3340
3418
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3341
3419
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3342
3420
  }],
3421
+ type_asset: 'sdk.coin',
3343
3422
  traces: [{
3344
3423
  type: 'ibc',
3345
3424
  counterparty: {
@@ -3374,6 +3453,7 @@ const assets = {
3374
3453
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3375
3454
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3376
3455
  }],
3456
+ type_asset: 'sdk.coin',
3377
3457
  traces: [{
3378
3458
  type: 'ibc',
3379
3459
  counterparty: {
@@ -3408,6 +3488,7 @@ const assets = {
3408
3488
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3409
3489
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3410
3490
  }],
3491
+ type_asset: 'sdk.coin',
3411
3492
  traces: [{
3412
3493
  type: 'ibc',
3413
3494
  counterparty: {
@@ -3442,6 +3523,7 @@ const assets = {
3442
3523
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3443
3524
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3444
3525
  }],
3526
+ type_asset: 'sdk.coin',
3445
3527
  traces: [{
3446
3528
  type: 'ibc',
3447
3529
  counterparty: {
@@ -3476,6 +3558,7 @@ const assets = {
3476
3558
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3477
3559
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3478
3560
  }],
3561
+ type_asset: 'sdk.coin',
3479
3562
  traces: [{
3480
3563
  type: 'ibc',
3481
3564
  counterparty: {
@@ -3510,6 +3593,7 @@ const assets = {
3510
3593
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3511
3594
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3512
3595
  }],
3596
+ type_asset: 'sdk.coin',
3513
3597
  traces: [{
3514
3598
  type: 'ibc',
3515
3599
  counterparty: {
@@ -3544,6 +3628,7 @@ const assets = {
3544
3628
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3545
3629
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3546
3630
  }],
3631
+ type_asset: 'sdk.coin',
3547
3632
  traces: [{
3548
3633
  type: 'ibc',
3549
3634
  counterparty: {
@@ -3578,6 +3663,7 @@ const assets = {
3578
3663
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3579
3664
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3580
3665
  }],
3666
+ type_asset: 'sdk.coin',
3581
3667
  traces: [{
3582
3668
  type: 'ibc',
3583
3669
  counterparty: {
@@ -3612,6 +3698,7 @@ const assets = {
3612
3698
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3613
3699
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3614
3700
  }],
3701
+ type_asset: 'sdk.coin',
3615
3702
  traces: [{
3616
3703
  type: 'ibc',
3617
3704
  counterparty: {
@@ -3646,6 +3733,7 @@ const assets = {
3646
3733
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3647
3734
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3648
3735
  }],
3736
+ type_asset: 'sdk.coin',
3649
3737
  traces: [{
3650
3738
  type: 'ibc',
3651
3739
  counterparty: {
@@ -3680,6 +3768,7 @@ const assets = {
3680
3768
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3681
3769
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3682
3770
  }],
3771
+ type_asset: 'sdk.coin',
3683
3772
  traces: [{
3684
3773
  type: 'ibc',
3685
3774
  counterparty: {
@@ -3714,6 +3803,7 @@ const assets = {
3714
3803
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3715
3804
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3716
3805
  }],
3806
+ type_asset: 'sdk.coin',
3717
3807
  traces: [{
3718
3808
  type: 'ibc',
3719
3809
  counterparty: {
@@ -3748,6 +3838,7 @@ const assets = {
3748
3838
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3749
3839
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3750
3840
  }],
3841
+ type_asset: 'sdk.coin',
3751
3842
  traces: [{
3752
3843
  type: 'ibc',
3753
3844
  counterparty: {
@@ -3782,6 +3873,7 @@ const assets = {
3782
3873
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3783
3874
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3784
3875
  }],
3876
+ type_asset: 'sdk.coin',
3785
3877
  traces: [{
3786
3878
  type: 'ibc',
3787
3879
  counterparty: {
@@ -3816,6 +3908,7 @@ const assets = {
3816
3908
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3817
3909
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3818
3910
  }],
3911
+ type_asset: 'sdk.coin',
3819
3912
  traces: [{
3820
3913
  type: 'ibc',
3821
3914
  counterparty: {
@@ -3850,6 +3943,7 @@ const assets = {
3850
3943
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3851
3944
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3852
3945
  }],
3946
+ type_asset: 'sdk.coin',
3853
3947
  traces: [{
3854
3948
  type: 'ibc',
3855
3949
  counterparty: {
@@ -3884,6 +3978,7 @@ const assets = {
3884
3978
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3885
3979
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3886
3980
  }],
3981
+ type_asset: 'sdk.coin',
3887
3982
  traces: [{
3888
3983
  type: 'ibc',
3889
3984
  counterparty: {
@@ -3918,6 +4013,7 @@ const assets = {
3918
4013
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3919
4014
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3920
4015
  }],
4016
+ type_asset: 'sdk.coin',
3921
4017
  traces: [{
3922
4018
  type: 'ibc',
3923
4019
  counterparty: {
@@ -3952,6 +4048,7 @@ const assets = {
3952
4048
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3953
4049
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3954
4050
  }],
4051
+ type_asset: 'sdk.coin',
3955
4052
  traces: [{
3956
4053
  type: 'ibc',
3957
4054
  counterparty: {
@@ -3986,6 +4083,7 @@ const assets = {
3986
4083
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3987
4084
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3988
4085
  }],
4086
+ type_asset: 'sdk.coin',
3989
4087
  traces: [{
3990
4088
  type: 'ibc',
3991
4089
  counterparty: {
@@ -4020,6 +4118,7 @@ const assets = {
4020
4118
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4021
4119
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4022
4120
  }],
4121
+ type_asset: 'sdk.coin',
4023
4122
  traces: [{
4024
4123
  type: 'ibc',
4025
4124
  counterparty: {
@@ -4054,6 +4153,7 @@ const assets = {
4054
4153
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4055
4154
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4056
4155
  }],
4156
+ type_asset: 'sdk.coin',
4057
4157
  traces: [{
4058
4158
  type: 'ibc',
4059
4159
  counterparty: {
@@ -4088,6 +4188,7 @@ const assets = {
4088
4188
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4089
4189
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4090
4190
  }],
4191
+ type_asset: 'sdk.coin',
4091
4192
  traces: [{
4092
4193
  type: 'ibc',
4093
4194
  counterparty: {
@@ -4122,6 +4223,7 @@ const assets = {
4122
4223
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4123
4224
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4124
4225
  }],
4226
+ type_asset: 'sdk.coin',
4125
4227
  traces: [{
4126
4228
  type: 'ibc',
4127
4229
  counterparty: {
@@ -4156,6 +4258,7 @@ const assets = {
4156
4258
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4157
4259
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4158
4260
  }],
4261
+ type_asset: 'sdk.coin',
4159
4262
  traces: [{
4160
4263
  type: 'ibc',
4161
4264
  counterparty: {
@@ -4190,6 +4293,7 @@ const assets = {
4190
4293
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4191
4294
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4192
4295
  }],
4296
+ type_asset: 'sdk.coin',
4193
4297
  traces: [{
4194
4298
  type: 'ibc',
4195
4299
  counterparty: {
@@ -4224,6 +4328,7 @@ const assets = {
4224
4328
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4225
4329
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4226
4330
  }],
4331
+ type_asset: 'sdk.coin',
4227
4332
  traces: [{
4228
4333
  type: 'ibc',
4229
4334
  counterparty: {
@@ -4258,6 +4363,7 @@ const assets = {
4258
4363
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4259
4364
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4260
4365
  }],
4366
+ type_asset: 'sdk.coin',
4261
4367
  traces: [{
4262
4368
  type: 'ibc',
4263
4369
  counterparty: {
@@ -4292,6 +4398,7 @@ const assets = {
4292
4398
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4293
4399
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4294
4400
  }],
4401
+ type_asset: 'sdk.coin',
4295
4402
  traces: [{
4296
4403
  type: 'ibc',
4297
4404
  counterparty: {
@@ -4326,6 +4433,7 @@ const assets = {
4326
4433
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4327
4434
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4328
4435
  }],
4436
+ type_asset: 'sdk.coin',
4329
4437
  traces: [{
4330
4438
  type: 'ibc',
4331
4439
  counterparty: {
@@ -4360,6 +4468,7 @@ const assets = {
4360
4468
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4361
4469
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4362
4470
  }],
4471
+ type_asset: 'sdk.coin',
4363
4472
  traces: [{
4364
4473
  type: 'ibc',
4365
4474
  counterparty: {
@@ -4402,6 +4511,7 @@ const assets = {
4402
4511
  website: 'https://scrt.network/',
4403
4512
  twitter: 'https://twitter.com/SecretNetwork'
4404
4513
  },
4514
+ type_asset: 'sdk.coin',
4405
4515
  traces: [{
4406
4516
  type: 'ibc',
4407
4517
  counterparty: {
@@ -4452,6 +4562,7 @@ const assets = {
4452
4562
  website: 'https://www.sommelier.finance/',
4453
4563
  twitter: 'https://twitter.com/sommfinance'
4454
4564
  },
4565
+ type_asset: 'sdk.coin',
4455
4566
  traces: [{
4456
4567
  type: 'ibc',
4457
4568
  counterparty: {
@@ -4494,6 +4605,7 @@ const assets = {
4494
4605
  website: 'https://stride.zone/',
4495
4606
  twitter: 'https://twitter.com/stride_zone'
4496
4607
  },
4608
+ type_asset: 'sdk.coin',
4497
4609
  traces: [{
4498
4610
  type: 'ibc',
4499
4611
  counterparty: {
@@ -4536,6 +4648,7 @@ const assets = {
4536
4648
  website: 'https://www.terra.money/',
4537
4649
  twitter: 'https://twitter.com/terra_money'
4538
4650
  },
4651
+ type_asset: 'sdk.coin',
4539
4652
  traces: [{
4540
4653
  type: 'ibc',
4541
4654
  counterparty: {
@@ -4574,6 +4687,7 @@ const assets = {
4574
4687
  primary_color_hex: '#22f2e9'
4575
4688
  }
4576
4689
  }],
4690
+ type_asset: 'sdk.coin',
4577
4691
  traces: [{
4578
4692
  type: 'ibc',
4579
4693
  counterparty: {
@@ -4612,6 +4726,7 @@ const assets = {
4612
4726
  primary_color_hex: '#04b4fc'
4613
4727
  }
4614
4728
  }],
4729
+ type_asset: 'sdk.coin',
4615
4730
  traces: [{
4616
4731
  type: 'ibc',
4617
4732
  counterparty: {
@@ -4654,6 +4769,7 @@ const assets = {
4654
4769
  website: 'https://www.kava.io/',
4655
4770
  twitter: 'https://twitter.com/KAVA_CHAIN'
4656
4771
  },
4772
+ type_asset: 'sdk.coin',
4657
4773
  traces: [{
4658
4774
  type: 'ibc',
4659
4775
  counterparty: {
@@ -4692,6 +4808,7 @@ const assets = {
4692
4808
  primary_color_hex: '#7b34ac'
4693
4809
  }
4694
4810
  }],
4811
+ type_asset: 'sdk.coin',
4695
4812
  traces: [{
4696
4813
  type: 'ibc',
4697
4814
  counterparty: {
@@ -4730,6 +4847,7 @@ const assets = {
4730
4847
  primary_color_hex: '#544cfc'
4731
4848
  }
4732
4849
  }],
4850
+ type_asset: 'sdk.coin',
4733
4851
  traces: [{
4734
4852
  type: 'ibc',
4735
4853
  counterparty: {
@@ -4768,6 +4886,7 @@ const assets = {
4768
4886
  primary_color_hex: '#04d4a3'
4769
4887
  }
4770
4888
  }],
4889
+ type_asset: 'sdk.coin',
4771
4890
  traces: [{
4772
4891
  type: 'ibc',
4773
4892
  counterparty: {
@@ -4821,7 +4940,8 @@ const assets = {
4821
4940
  logo_URIs: {
4822
4941
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
4823
4942
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
4824
- }
4943
+ },
4944
+ type_asset: 'sdk.coin'
4825
4945
  },
4826
4946
  {
4827
4947
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
@@ -4853,6 +4973,7 @@ const assets = {
4853
4973
  website: 'https://kujira.network/',
4854
4974
  twitter: 'https://twitter.com/TeamKujira'
4855
4975
  },
4976
+ type_asset: 'sdk.coin',
4856
4977
  traces: [{
4857
4978
  type: 'ibc',
4858
4979
  counterparty: {
@@ -4891,6 +5012,7 @@ const assets = {
4891
5012
  primary_color_hex: '#1c1c1c'
4892
5013
  }
4893
5014
  }],
5015
+ type_asset: 'sdk.coin',
4894
5016
  traces: [{
4895
5017
  type: 'ibc',
4896
5018
  counterparty: {
@@ -4935,6 +5057,7 @@ const assets = {
4935
5057
  website: 'https://neutron.org/',
4936
5058
  twitter: 'https://twitter.com/Neutron_org'
4937
5059
  },
5060
+ type_asset: 'sdk.coin',
4938
5061
  traces: [{
4939
5062
  type: 'ibc',
4940
5063
  counterparty: {
@@ -4970,6 +5093,7 @@ const assets = {
4970
5093
  primary_color_hex: '#1b0847'
4971
5094
  }
4972
5095
  }],
5096
+ type_asset: 'sdk.coin',
4973
5097
  traces: [{
4974
5098
  type: 'ibc',
4975
5099
  counterparty: {
@@ -5005,6 +5129,7 @@ const assets = {
5005
5129
  primary_color_hex: '#dcd5ab'
5006
5130
  }
5007
5131
  }],
5132
+ type_asset: 'sdk.coin',
5008
5133
  traces: [{
5009
5134
  type: 'ibc',
5010
5135
  counterparty: {
@@ -5040,6 +5165,7 @@ const assets = {
5040
5165
  primary_color_hex: '#333333'
5041
5166
  }
5042
5167
  }],
5168
+ type_asset: 'sdk.coin',
5043
5169
  traces: [{
5044
5170
  type: 'ibc',
5045
5171
  counterparty: {
@@ -5158,6 +5284,7 @@ const assets = {
5158
5284
  website: 'https://ondo.finance/usdy',
5159
5285
  twitter: 'https://x.com/OndoFinance'
5160
5286
  },
5287
+ type_asset: 'sdk.coin',
5161
5288
  traces: [{
5162
5289
  type: 'ibc',
5163
5290
  counterparty: {
@@ -5201,6 +5328,7 @@ const assets = {
5201
5328
  primary_color_hex: '#0c0c14'
5202
5329
  }
5203
5330
  }],
5331
+ type_asset: 'sdk.coin',
5204
5332
  traces: [{
5205
5333
  type: 'ibc',
5206
5334
  counterparty: {
@@ -5240,6 +5368,7 @@ const assets = {
5240
5368
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
5241
5369
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
5242
5370
  }],
5371
+ type_asset: 'sdk.coin',
5243
5372
  traces: [{
5244
5373
  type: 'ibc',
5245
5374
  counterparty: {
@@ -5281,6 +5410,7 @@ const assets = {
5281
5410
  primary_color_hex: '#c3ebf3'
5282
5411
  }
5283
5412
  }],
5413
+ type_asset: 'sdk.coin',
5284
5414
  traces: [{
5285
5415
  type: 'ibc',
5286
5416
  counterparty: {
@@ -5322,6 +5452,7 @@ const assets = {
5322
5452
  primary_color_hex: '#040404'
5323
5453
  }
5324
5454
  }],
5455
+ type_asset: 'sdk.coin',
5325
5456
  traces: [{
5326
5457
  type: 'ibc',
5327
5458
  counterparty: {
@@ -5386,6 +5517,7 @@ const assets = {
5386
5517
  }
5387
5518
  }
5388
5519
  ],
5520
+ type_asset: 'sdk.coin',
5389
5521
  traces: [{
5390
5522
  type: 'ibc',
5391
5523
  counterparty: {
@@ -5518,6 +5650,7 @@ const assets = {
5518
5650
  website: 'https://persistence.one/',
5519
5651
  twitter: 'https://twitter.com/PersistenceOne'
5520
5652
  },
5653
+ type_asset: 'sdk.coin',
5521
5654
  traces: [{
5522
5655
  type: 'ibc',
5523
5656
  counterparty: {
@@ -5555,6 +5688,7 @@ const assets = {
5555
5688
  primary_color_hex: '#c6ddf5'
5556
5689
  }
5557
5690
  }],
5691
+ type_asset: 'sdk.coin',
5558
5692
  traces: [{
5559
5693
  type: 'ibc',
5560
5694
  counterparty: {
@@ -5589,6 +5723,7 @@ const assets = {
5589
5723
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
5590
5724
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
5591
5725
  }],
5726
+ type_asset: 'sdk.coin',
5592
5727
  traces: [{
5593
5728
  type: 'ibc',
5594
5729
  counterparty: {
@@ -5623,6 +5758,7 @@ const assets = {
5623
5758
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
5624
5759
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
5625
5760
  }],
5761
+ type_asset: 'sdk.coin',
5626
5762
  traces: [{
5627
5763
  type: 'ibc',
5628
5764
  counterparty: {
@@ -5657,6 +5793,7 @@ const assets = {
5657
5793
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
5658
5794
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
5659
5795
  }],
5796
+ type_asset: 'sdk.coin',
5660
5797
  traces: [{
5661
5798
  type: 'ibc',
5662
5799
  counterparty: {
@@ -5691,6 +5828,7 @@ const assets = {
5691
5828
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
5692
5829
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
5693
5830
  }],
5831
+ type_asset: 'sdk.coin',
5694
5832
  traces: [{
5695
5833
  type: 'ibc',
5696
5834
  counterparty: {
@@ -5725,6 +5863,7 @@ const assets = {
5725
5863
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
5726
5864
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
5727
5865
  }],
5866
+ type_asset: 'sdk.coin',
5728
5867
  traces: [{
5729
5868
  type: 'ibc',
5730
5869
  counterparty: {
@@ -5759,6 +5898,7 @@ const assets = {
5759
5898
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
5760
5899
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
5761
5900
  }],
5901
+ type_asset: 'sdk.coin',
5762
5902
  traces: [{
5763
5903
  type: 'ibc',
5764
5904
  counterparty: {
@@ -5793,6 +5933,7 @@ const assets = {
5793
5933
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
5794
5934
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
5795
5935
  }],
5936
+ type_asset: 'sdk.coin',
5796
5937
  traces: [{
5797
5938
  type: 'ibc',
5798
5939
  counterparty: {
@@ -5827,6 +5968,7 @@ const assets = {
5827
5968
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
5828
5969
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
5829
5970
  }],
5971
+ type_asset: 'sdk.coin',
5830
5972
  traces: [{
5831
5973
  type: 'ibc',
5832
5974
  counterparty: {
@@ -5861,6 +6003,7 @@ const assets = {
5861
6003
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
5862
6004
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
5863
6005
  }],
6006
+ type_asset: 'sdk.coin',
5864
6007
  traces: [{
5865
6008
  type: 'ibc',
5866
6009
  counterparty: {
@@ -5895,6 +6038,7 @@ const assets = {
5895
6038
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
5896
6039
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
5897
6040
  }],
6041
+ type_asset: 'sdk.coin',
5898
6042
  traces: [{
5899
6043
  type: 'ibc',
5900
6044
  counterparty: {
@@ -5929,6 +6073,7 @@ const assets = {
5929
6073
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
5930
6074
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
5931
6075
  }],
6076
+ type_asset: 'sdk.coin',
5932
6077
  traces: [{
5933
6078
  type: 'ibc',
5934
6079
  counterparty: {
@@ -5963,6 +6108,7 @@ const assets = {
5963
6108
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
5964
6109
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
5965
6110
  }],
6111
+ type_asset: 'sdk.coin',
5966
6112
  traces: [{
5967
6113
  type: 'ibc',
5968
6114
  counterparty: {
@@ -5997,6 +6143,7 @@ const assets = {
5997
6143
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
5998
6144
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
5999
6145
  }],
6146
+ type_asset: 'sdk.coin',
6000
6147
  traces: [{
6001
6148
  type: 'ibc',
6002
6149
  counterparty: {
@@ -6031,6 +6178,7 @@ const assets = {
6031
6178
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
6032
6179
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
6033
6180
  }],
6181
+ type_asset: 'sdk.coin',
6034
6182
  traces: [{
6035
6183
  type: 'ibc',
6036
6184
  counterparty: {
@@ -6065,6 +6213,7 @@ const assets = {
6065
6213
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
6066
6214
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
6067
6215
  }],
6216
+ type_asset: 'sdk.coin',
6068
6217
  traces: [{
6069
6218
  type: 'ibc',
6070
6219
  counterparty: {
@@ -6099,6 +6248,7 @@ const assets = {
6099
6248
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
6100
6249
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
6101
6250
  }],
6251
+ type_asset: 'sdk.coin',
6102
6252
  traces: [{
6103
6253
  type: 'ibc',
6104
6254
  counterparty: {
@@ -6133,6 +6283,7 @@ const assets = {
6133
6283
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
6134
6284
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
6135
6285
  }],
6286
+ type_asset: 'sdk.coin',
6136
6287
  traces: [{
6137
6288
  type: 'ibc',
6138
6289
  counterparty: {
@@ -6167,6 +6318,7 @@ const assets = {
6167
6318
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
6168
6319
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
6169
6320
  }],
6321
+ type_asset: 'sdk.coin',
6170
6322
  traces: [{
6171
6323
  type: 'ibc',
6172
6324
  counterparty: {
@@ -6201,6 +6353,7 @@ const assets = {
6201
6353
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
6202
6354
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
6203
6355
  }],
6356
+ type_asset: 'sdk.coin',
6204
6357
  traces: [{
6205
6358
  type: 'ibc',
6206
6359
  counterparty: {
@@ -6235,6 +6388,7 @@ const assets = {
6235
6388
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
6236
6389
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
6237
6390
  }],
6391
+ type_asset: 'sdk.coin',
6238
6392
  traces: [{
6239
6393
  type: 'ibc',
6240
6394
  counterparty: {
@@ -6269,6 +6423,7 @@ const assets = {
6269
6423
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
6270
6424
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
6271
6425
  }],
6426
+ type_asset: 'sdk.coin',
6272
6427
  traces: [{
6273
6428
  type: 'ibc',
6274
6429
  counterparty: {
@@ -6303,6 +6458,7 @@ const assets = {
6303
6458
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6304
6459
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6305
6460
  }],
6461
+ type_asset: 'sdk.coin',
6306
6462
  traces: [{
6307
6463
  type: 'ibc',
6308
6464
  counterparty: {
@@ -6337,6 +6493,7 @@ const assets = {
6337
6493
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6338
6494
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6339
6495
  }],
6496
+ type_asset: 'sdk.coin',
6340
6497
  traces: [{
6341
6498
  type: 'ibc',
6342
6499
  counterparty: {
@@ -6371,6 +6528,7 @@ const assets = {
6371
6528
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6372
6529
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6373
6530
  }],
6531
+ type_asset: 'sdk.coin',
6374
6532
  traces: [{
6375
6533
  type: 'ibc',
6376
6534
  counterparty: {
@@ -6405,6 +6563,7 @@ const assets = {
6405
6563
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
6406
6564
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
6407
6565
  }],
6566
+ type_asset: 'sdk.coin',
6408
6567
  traces: [{
6409
6568
  type: 'ibc',
6410
6569
  counterparty: {
@@ -6439,6 +6598,7 @@ const assets = {
6439
6598
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
6440
6599
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
6441
6600
  }],
6601
+ type_asset: 'sdk.coin',
6442
6602
  traces: [{
6443
6603
  type: 'ibc',
6444
6604
  counterparty: {
@@ -6473,6 +6633,7 @@ const assets = {
6473
6633
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
6474
6634
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
6475
6635
  }],
6636
+ type_asset: 'sdk.coin',
6476
6637
  traces: [{
6477
6638
  type: 'ibc',
6478
6639
  counterparty: {
@@ -6507,6 +6668,7 @@ const assets = {
6507
6668
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
6508
6669
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
6509
6670
  }],
6671
+ type_asset: 'sdk.coin',
6510
6672
  traces: [{
6511
6673
  type: 'ibc',
6512
6674
  counterparty: {
@@ -6541,6 +6703,7 @@ const assets = {
6541
6703
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
6542
6704
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
6543
6705
  }],
6706
+ type_asset: 'sdk.coin',
6544
6707
  traces: [{
6545
6708
  type: 'ibc',
6546
6709
  counterparty: {
@@ -6575,6 +6738,7 @@ const assets = {
6575
6738
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
6576
6739
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
6577
6740
  }],
6741
+ type_asset: 'sdk.coin',
6578
6742
  traces: [{
6579
6743
  type: 'ibc',
6580
6744
  counterparty: {
@@ -6609,6 +6773,7 @@ const assets = {
6609
6773
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
6610
6774
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
6611
6775
  }],
6776
+ type_asset: 'sdk.coin',
6612
6777
  traces: [{
6613
6778
  type: 'ibc',
6614
6779
  counterparty: {
@@ -6643,6 +6808,7 @@ const assets = {
6643
6808
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
6644
6809
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
6645
6810
  }],
6811
+ type_asset: 'sdk.coin',
6646
6812
  traces: [{
6647
6813
  type: 'ibc',
6648
6814
  counterparty: {
@@ -6677,6 +6843,7 @@ const assets = {
6677
6843
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
6678
6844
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
6679
6845
  }],
6846
+ type_asset: 'sdk.coin',
6680
6847
  traces: [{
6681
6848
  type: 'ibc',
6682
6849
  counterparty: {
@@ -6711,6 +6878,7 @@ const assets = {
6711
6878
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
6712
6879
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
6713
6880
  }],
6881
+ type_asset: 'sdk.coin',
6714
6882
  traces: [{
6715
6883
  type: 'ibc',
6716
6884
  counterparty: {
@@ -6745,6 +6913,7 @@ const assets = {
6745
6913
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
6746
6914
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
6747
6915
  }],
6916
+ type_asset: 'sdk.coin',
6748
6917
  traces: [{
6749
6918
  type: 'ibc',
6750
6919
  counterparty: {
@@ -6779,6 +6948,7 @@ const assets = {
6779
6948
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
6780
6949
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
6781
6950
  }],
6951
+ type_asset: 'sdk.coin',
6782
6952
  traces: [{
6783
6953
  type: 'ibc',
6784
6954
  counterparty: {
@@ -6813,6 +6983,7 @@ const assets = {
6813
6983
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
6814
6984
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
6815
6985
  }],
6986
+ type_asset: 'sdk.coin',
6816
6987
  traces: [{
6817
6988
  type: 'ibc',
6818
6989
  counterparty: {
@@ -6847,6 +7018,7 @@ const assets = {
6847
7018
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
6848
7019
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
6849
7020
  }],
7021
+ type_asset: 'sdk.coin',
6850
7022
  traces: [{
6851
7023
  type: 'ibc',
6852
7024
  counterparty: {
@@ -6881,6 +7053,7 @@ const assets = {
6881
7053
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
6882
7054
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
6883
7055
  }],
7056
+ type_asset: 'sdk.coin',
6884
7057
  traces: [{
6885
7058
  type: 'ibc',
6886
7059
  counterparty: {
@@ -6915,6 +7088,7 @@ const assets = {
6915
7088
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
6916
7089
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
6917
7090
  }],
7091
+ type_asset: 'sdk.coin',
6918
7092
  traces: [{
6919
7093
  type: 'ibc',
6920
7094
  counterparty: {
@@ -6949,6 +7123,7 @@ const assets = {
6949
7123
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
6950
7124
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
6951
7125
  }],
7126
+ type_asset: 'sdk.coin',
6952
7127
  traces: [{
6953
7128
  type: 'ibc',
6954
7129
  counterparty: {
@@ -6983,6 +7158,7 @@ const assets = {
6983
7158
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
6984
7159
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
6985
7160
  }],
7161
+ type_asset: 'sdk.coin',
6986
7162
  traces: [{
6987
7163
  type: 'ibc',
6988
7164
  counterparty: {
@@ -7017,6 +7193,7 @@ const assets = {
7017
7193
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
7018
7194
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
7019
7195
  }],
7196
+ type_asset: 'sdk.coin',
7020
7197
  traces: [{
7021
7198
  type: 'ibc',
7022
7199
  counterparty: {
@@ -7051,6 +7228,7 @@ const assets = {
7051
7228
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
7052
7229
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
7053
7230
  }],
7231
+ type_asset: 'sdk.coin',
7054
7232
  traces: [{
7055
7233
  type: 'ibc',
7056
7234
  counterparty: {
@@ -7085,6 +7263,7 @@ const assets = {
7085
7263
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
7086
7264
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
7087
7265
  }],
7266
+ type_asset: 'sdk.coin',
7088
7267
  traces: [{
7089
7268
  type: 'ibc',
7090
7269
  counterparty: {
@@ -7119,6 +7298,7 @@ const assets = {
7119
7298
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
7120
7299
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
7121
7300
  }],
7301
+ type_asset: 'sdk.coin',
7122
7302
  traces: [{
7123
7303
  type: 'ibc',
7124
7304
  counterparty: {
@@ -7153,6 +7333,7 @@ const assets = {
7153
7333
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
7154
7334
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
7155
7335
  }],
7336
+ type_asset: 'sdk.coin',
7156
7337
  traces: [{
7157
7338
  type: 'ibc',
7158
7339
  counterparty: {
@@ -7187,6 +7368,7 @@ const assets = {
7187
7368
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
7188
7369
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
7189
7370
  }],
7371
+ type_asset: 'sdk.coin',
7190
7372
  traces: [{
7191
7373
  type: 'ibc',
7192
7374
  counterparty: {
@@ -7221,6 +7403,7 @@ const assets = {
7221
7403
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7222
7404
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7223
7405
  }],
7406
+ type_asset: 'sdk.coin',
7224
7407
  traces: [{
7225
7408
  type: 'ibc',
7226
7409
  counterparty: {
@@ -7255,6 +7438,7 @@ const assets = {
7255
7438
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7256
7439
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7257
7440
  }],
7441
+ type_asset: 'sdk.coin',
7258
7442
  traces: [{
7259
7443
  type: 'ibc',
7260
7444
  counterparty: {
@@ -7289,6 +7473,7 @@ const assets = {
7289
7473
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7290
7474
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7291
7475
  }],
7476
+ type_asset: 'sdk.coin',
7292
7477
  traces: [{
7293
7478
  type: 'ibc',
7294
7479
  counterparty: {
@@ -7323,6 +7508,7 @@ const assets = {
7323
7508
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7324
7509
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7325
7510
  }],
7511
+ type_asset: 'sdk.coin',
7326
7512
  traces: [{
7327
7513
  type: 'ibc',
7328
7514
  counterparty: {
@@ -7357,6 +7543,7 @@ const assets = {
7357
7543
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7358
7544
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7359
7545
  }],
7546
+ type_asset: 'sdk.coin',
7360
7547
  traces: [{
7361
7548
  type: 'ibc',
7362
7549
  counterparty: {
@@ -7391,6 +7578,7 @@ const assets = {
7391
7578
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7392
7579
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7393
7580
  }],
7581
+ type_asset: 'sdk.coin',
7394
7582
  traces: [{
7395
7583
  type: 'ibc',
7396
7584
  counterparty: {
@@ -7425,6 +7613,7 @@ const assets = {
7425
7613
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7426
7614
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7427
7615
  }],
7616
+ type_asset: 'sdk.coin',
7428
7617
  traces: [{
7429
7618
  type: 'ibc',
7430
7619
  counterparty: {
@@ -7459,6 +7648,7 @@ const assets = {
7459
7648
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7460
7649
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7461
7650
  }],
7651
+ type_asset: 'sdk.coin',
7462
7652
  traces: [{
7463
7653
  type: 'ibc',
7464
7654
  counterparty: {
@@ -7493,6 +7683,7 @@ const assets = {
7493
7683
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7494
7684
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7495
7685
  }],
7686
+ type_asset: 'sdk.coin',
7496
7687
  traces: [{
7497
7688
  type: 'ibc',
7498
7689
  counterparty: {
@@ -7527,6 +7718,7 @@ const assets = {
7527
7718
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7528
7719
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7529
7720
  }],
7721
+ type_asset: 'sdk.coin',
7530
7722
  traces: [{
7531
7723
  type: 'ibc',
7532
7724
  counterparty: {
@@ -7561,6 +7753,7 @@ const assets = {
7561
7753
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7562
7754
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7563
7755
  }],
7756
+ type_asset: 'sdk.coin',
7564
7757
  traces: [{
7565
7758
  type: 'ibc',
7566
7759
  counterparty: {
@@ -7595,6 +7788,7 @@ const assets = {
7595
7788
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7596
7789
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7597
7790
  }],
7791
+ type_asset: 'sdk.coin',
7598
7792
  traces: [{
7599
7793
  type: 'ibc',
7600
7794
  counterparty: {
@@ -7629,6 +7823,7 @@ const assets = {
7629
7823
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7630
7824
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7631
7825
  }],
7826
+ type_asset: 'sdk.coin',
7632
7827
  traces: [{
7633
7828
  type: 'ibc',
7634
7829
  counterparty: {
@@ -7663,6 +7858,7 @@ const assets = {
7663
7858
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7664
7859
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7665
7860
  }],
7861
+ type_asset: 'sdk.coin',
7666
7862
  traces: [{
7667
7863
  type: 'ibc',
7668
7864
  counterparty: {
@@ -7697,6 +7893,7 @@ const assets = {
7697
7893
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7698
7894
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7699
7895
  }],
7896
+ type_asset: 'sdk.coin',
7700
7897
  traces: [{
7701
7898
  type: 'ibc',
7702
7899
  counterparty: {
@@ -7731,6 +7928,7 @@ const assets = {
7731
7928
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7732
7929
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7733
7930
  }],
7931
+ type_asset: 'sdk.coin',
7734
7932
  traces: [{
7735
7933
  type: 'ibc',
7736
7934
  counterparty: {
@@ -7765,6 +7963,7 @@ const assets = {
7765
7963
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7766
7964
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7767
7965
  }],
7966
+ type_asset: 'sdk.coin',
7768
7967
  traces: [{
7769
7968
  type: 'ibc',
7770
7969
  counterparty: {
@@ -7799,6 +7998,7 @@ const assets = {
7799
7998
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7800
7999
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7801
8000
  }],
8001
+ type_asset: 'sdk.coin',
7802
8002
  traces: [{
7803
8003
  type: 'ibc',
7804
8004
  counterparty: {
@@ -7833,6 +8033,7 @@ const assets = {
7833
8033
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7834
8034
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7835
8035
  }],
8036
+ type_asset: 'sdk.coin',
7836
8037
  traces: [{
7837
8038
  type: 'ibc',
7838
8039
  counterparty: {
@@ -7867,6 +8068,7 @@ const assets = {
7867
8068
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7868
8069
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7869
8070
  }],
8071
+ type_asset: 'sdk.coin',
7870
8072
  traces: [{
7871
8073
  type: 'ibc',
7872
8074
  counterparty: {
@@ -7901,6 +8103,7 @@ const assets = {
7901
8103
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7902
8104
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7903
8105
  }],
8106
+ type_asset: 'sdk.coin',
7904
8107
  traces: [{
7905
8108
  type: 'ibc',
7906
8109
  counterparty: {
@@ -7935,6 +8138,7 @@ const assets = {
7935
8138
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7936
8139
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7937
8140
  }],
8141
+ type_asset: 'sdk.coin',
7938
8142
  traces: [{
7939
8143
  type: 'ibc',
7940
8144
  counterparty: {
@@ -7969,6 +8173,7 @@ const assets = {
7969
8173
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7970
8174
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7971
8175
  }],
8176
+ type_asset: 'sdk.coin',
7972
8177
  traces: [{
7973
8178
  type: 'ibc',
7974
8179
  counterparty: {
@@ -8003,6 +8208,7 @@ const assets = {
8003
8208
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8004
8209
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8005
8210
  }],
8211
+ type_asset: 'sdk.coin',
8006
8212
  traces: [{
8007
8213
  type: 'ibc',
8008
8214
  counterparty: {
@@ -8045,6 +8251,7 @@ const assets = {
8045
8251
  website: 'https://scrt.network/',
8046
8252
  twitter: 'https://twitter.com/SecretNetwork'
8047
8253
  },
8254
+ type_asset: 'sdk.coin',
8048
8255
  traces: [{
8049
8256
  type: 'ibc',
8050
8257
  counterparty: {
@@ -8095,6 +8302,7 @@ const assets = {
8095
8302
  website: 'https://www.sommelier.finance/',
8096
8303
  twitter: 'https://twitter.com/sommfinance'
8097
8304
  },
8305
+ type_asset: 'sdk.coin',
8098
8306
  traces: [{
8099
8307
  type: 'ibc',
8100
8308
  counterparty: {
@@ -8137,6 +8345,7 @@ const assets = {
8137
8345
  website: 'https://stride.zone/',
8138
8346
  twitter: 'https://twitter.com/stride_zone'
8139
8347
  },
8348
+ type_asset: 'sdk.coin',
8140
8349
  traces: [{
8141
8350
  type: 'ibc',
8142
8351
  counterparty: {
@@ -8179,6 +8388,7 @@ const assets = {
8179
8388
  website: 'https://www.terra.money/',
8180
8389
  twitter: 'https://twitter.com/terra_money'
8181
8390
  },
8391
+ type_asset: 'sdk.coin',
8182
8392
  traces: [{
8183
8393
  type: 'ibc',
8184
8394
  counterparty: {
@@ -8217,6 +8427,7 @@ const assets = {
8217
8427
  primary_color_hex: '#22f2e9'
8218
8428
  }
8219
8429
  }],
8430
+ type_asset: 'sdk.coin',
8220
8431
  traces: [{
8221
8432
  type: 'ibc',
8222
8433
  counterparty: {
@@ -8255,6 +8466,7 @@ const assets = {
8255
8466
  primary_color_hex: '#04b4fc'
8256
8467
  }
8257
8468
  }],
8469
+ type_asset: 'sdk.coin',
8258
8470
  traces: [{
8259
8471
  type: 'ibc',
8260
8472
  counterparty: {