@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
@@ -27,6 +27,7 @@ const assets = {
27
27
  primary_color_hex: '#040404'
28
28
  }
29
29
  }],
30
+ type_asset: 'sdk.coin',
30
31
  traces: [{
31
32
  type: 'ibc',
32
33
  counterparty: {
@@ -69,6 +70,7 @@ const assets = {
69
70
  website: 'https://axelar.network/',
70
71
  twitter: 'https://twitter.com/axelarnetwork'
71
72
  },
73
+ type_asset: 'sdk.coin',
72
74
  traces: [{
73
75
  type: 'ibc',
74
76
  counterparty: {
@@ -111,6 +113,7 @@ const assets = {
111
113
  website: 'https://celestia.org/',
112
114
  twitter: 'https://twitter.com/CelestiaOrg'
113
115
  },
116
+ type_asset: 'sdk.coin',
114
117
  traces: [{
115
118
  type: 'ibc',
116
119
  counterparty: {
@@ -153,6 +156,7 @@ const assets = {
153
156
  website: 'https://cosmos.network',
154
157
  twitter: 'https://twitter.com/cosmoshub'
155
158
  },
159
+ type_asset: 'sdk.coin',
156
160
  traces: [{
157
161
  type: 'ibc',
158
162
  counterparty: {
@@ -191,6 +195,7 @@ const assets = {
191
195
  primary_color_hex: '#3c2832'
192
196
  }
193
197
  }],
198
+ type_asset: 'sdk.coin',
194
199
  traces: [{
195
200
  type: 'ibc',
196
201
  counterparty: {
@@ -229,6 +234,7 @@ const assets = {
229
234
  primary_color_hex: '#df969f'
230
235
  }
231
236
  }],
237
+ type_asset: 'sdk.coin',
232
238
  traces: [{
233
239
  type: 'ibc',
234
240
  counterparty: {
@@ -266,6 +272,7 @@ const assets = {
266
272
  primary_color_hex: '#fba214'
267
273
  }
268
274
  }],
275
+ type_asset: 'sdk.coin',
269
276
  traces: [{
270
277
  type: 'ibc',
271
278
  counterparty: {
@@ -308,6 +315,7 @@ const assets = {
308
315
  website: 'https://evmos.org/',
309
316
  twitter: 'https://twitter.com/EvmosOrg'
310
317
  },
318
+ type_asset: 'sdk.coin',
311
319
  traces: [{
312
320
  type: 'ibc',
313
321
  counterparty: {
@@ -349,6 +357,7 @@ const assets = {
349
357
  website: 'https://www.neokingdom.org/',
350
358
  twitter: 'https://twitter.com/NEOKingdomDAO'
351
359
  },
360
+ type_asset: 'sdk.coin',
352
361
  traces: [{
353
362
  type: 'ibc',
354
363
  counterparty: {
@@ -517,6 +526,7 @@ const assets = {
517
526
  primary_color_hex: '#040404'
518
527
  }
519
528
  }],
529
+ type_asset: 'sdk.coin',
520
530
  traces: [{
521
531
  type: 'ibc',
522
532
  counterparty: {
@@ -559,6 +569,7 @@ const assets = {
559
569
  website: 'https://axelar.network/',
560
570
  twitter: 'https://twitter.com/axelarnetwork'
561
571
  },
572
+ type_asset: 'sdk.coin',
562
573
  traces: [{
563
574
  type: 'ibc',
564
575
  counterparty: {
@@ -601,6 +612,7 @@ const assets = {
601
612
  website: 'https://celestia.org/',
602
613
  twitter: 'https://twitter.com/CelestiaOrg'
603
614
  },
615
+ type_asset: 'sdk.coin',
604
616
  traces: [{
605
617
  type: 'ibc',
606
618
  counterparty: {
@@ -643,6 +655,7 @@ const assets = {
643
655
  website: 'https://cosmos.network',
644
656
  twitter: 'https://twitter.com/cosmoshub'
645
657
  },
658
+ type_asset: 'sdk.coin',
646
659
  traces: [{
647
660
  type: 'ibc',
648
661
  counterparty: {
@@ -681,6 +694,7 @@ const assets = {
681
694
  primary_color_hex: '#3c2832'
682
695
  }
683
696
  }],
697
+ type_asset: 'sdk.coin',
684
698
  traces: [{
685
699
  type: 'ibc',
686
700
  counterparty: {
@@ -719,6 +733,7 @@ const assets = {
719
733
  primary_color_hex: '#df969f'
720
734
  }
721
735
  }],
736
+ type_asset: 'sdk.coin',
722
737
  traces: [{
723
738
  type: 'ibc',
724
739
  counterparty: {
@@ -756,6 +771,7 @@ const assets = {
756
771
  primary_color_hex: '#fba214'
757
772
  }
758
773
  }],
774
+ type_asset: 'sdk.coin',
759
775
  traces: [{
760
776
  type: 'ibc',
761
777
  counterparty: {
@@ -798,6 +814,7 @@ const assets = {
798
814
  website: 'https://evmos.org/',
799
815
  twitter: 'https://twitter.com/EvmosOrg'
800
816
  },
817
+ type_asset: 'sdk.coin',
801
818
  traces: [{
802
819
  type: 'ibc',
803
820
  counterparty: {
@@ -839,6 +856,7 @@ const assets = {
839
856
  website: 'https://www.neokingdom.org/',
840
857
  twitter: 'https://twitter.com/NEOKingdomDAO'
841
858
  },
859
+ type_asset: 'sdk.coin',
842
860
  traces: [{
843
861
  type: 'ibc',
844
862
  counterparty: {
@@ -1013,6 +1031,7 @@ const assets = {
1013
1031
  website: 'https://www.kava.io/',
1014
1032
  twitter: 'https://twitter.com/KAVA_CHAIN'
1015
1033
  },
1034
+ type_asset: 'sdk.coin',
1016
1035
  traces: [{
1017
1036
  type: 'ibc',
1018
1037
  counterparty: {
@@ -1051,6 +1070,7 @@ const assets = {
1051
1070
  primary_color_hex: '#7b34ac'
1052
1071
  }
1053
1072
  }],
1073
+ type_asset: 'sdk.coin',
1054
1074
  traces: [{
1055
1075
  type: 'ibc',
1056
1076
  counterparty: {
@@ -1089,6 +1109,7 @@ const assets = {
1089
1109
  primary_color_hex: '#544cfc'
1090
1110
  }
1091
1111
  }],
1112
+ type_asset: 'sdk.coin',
1092
1113
  traces: [{
1093
1114
  type: 'ibc',
1094
1115
  counterparty: {
@@ -1127,6 +1148,7 @@ const assets = {
1127
1148
  primary_color_hex: '#04d4a3'
1128
1149
  }
1129
1150
  }],
1151
+ type_asset: 'sdk.coin',
1130
1152
  traces: [{
1131
1153
  type: 'ibc',
1132
1154
  counterparty: {
@@ -1180,7 +1202,8 @@ const assets = {
1180
1202
  logo_URIs: {
1181
1203
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1182
1204
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1183
- }
1205
+ },
1206
+ type_asset: 'sdk.coin'
1184
1207
  },
1185
1208
  {
1186
1209
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
@@ -1212,6 +1235,7 @@ const assets = {
1212
1235
  website: 'https://kujira.network/',
1213
1236
  twitter: 'https://twitter.com/TeamKujira'
1214
1237
  },
1238
+ type_asset: 'sdk.coin',
1215
1239
  traces: [{
1216
1240
  type: 'ibc',
1217
1241
  counterparty: {
@@ -1250,6 +1274,7 @@ const assets = {
1250
1274
  primary_color_hex: '#1c1c1c'
1251
1275
  }
1252
1276
  }],
1277
+ type_asset: 'sdk.coin',
1253
1278
  traces: [{
1254
1279
  type: 'ibc',
1255
1280
  counterparty: {
@@ -1294,6 +1319,7 @@ const assets = {
1294
1319
  website: 'https://neutron.org/',
1295
1320
  twitter: 'https://twitter.com/Neutron_org'
1296
1321
  },
1322
+ type_asset: 'sdk.coin',
1297
1323
  traces: [{
1298
1324
  type: 'ibc',
1299
1325
  counterparty: {
@@ -1329,6 +1355,7 @@ const assets = {
1329
1355
  primary_color_hex: '#1b0847'
1330
1356
  }
1331
1357
  }],
1358
+ type_asset: 'sdk.coin',
1332
1359
  traces: [{
1333
1360
  type: 'ibc',
1334
1361
  counterparty: {
@@ -1364,6 +1391,7 @@ const assets = {
1364
1391
  primary_color_hex: '#dcd5ab'
1365
1392
  }
1366
1393
  }],
1394
+ type_asset: 'sdk.coin',
1367
1395
  traces: [{
1368
1396
  type: 'ibc',
1369
1397
  counterparty: {
@@ -1399,6 +1427,7 @@ const assets = {
1399
1427
  primary_color_hex: '#333333'
1400
1428
  }
1401
1429
  }],
1430
+ type_asset: 'sdk.coin',
1402
1431
  traces: [{
1403
1432
  type: 'ibc',
1404
1433
  counterparty: {
@@ -1517,6 +1546,7 @@ const assets = {
1517
1546
  website: 'https://ondo.finance/usdy',
1518
1547
  twitter: 'https://x.com/OndoFinance'
1519
1548
  },
1549
+ type_asset: 'sdk.coin',
1520
1550
  traces: [{
1521
1551
  type: 'ibc',
1522
1552
  counterparty: {
@@ -1560,6 +1590,7 @@ const assets = {
1560
1590
  primary_color_hex: '#0c0c14'
1561
1591
  }
1562
1592
  }],
1593
+ type_asset: 'sdk.coin',
1563
1594
  traces: [{
1564
1595
  type: 'ibc',
1565
1596
  counterparty: {
@@ -1599,6 +1630,7 @@ const assets = {
1599
1630
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
1600
1631
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
1601
1632
  }],
1633
+ type_asset: 'sdk.coin',
1602
1634
  traces: [{
1603
1635
  type: 'ibc',
1604
1636
  counterparty: {
@@ -1640,6 +1672,7 @@ const assets = {
1640
1672
  primary_color_hex: '#c3ebf3'
1641
1673
  }
1642
1674
  }],
1675
+ type_asset: 'sdk.coin',
1643
1676
  traces: [{
1644
1677
  type: 'ibc',
1645
1678
  counterparty: {
@@ -1681,6 +1714,7 @@ const assets = {
1681
1714
  primary_color_hex: '#040404'
1682
1715
  }
1683
1716
  }],
1717
+ type_asset: 'sdk.coin',
1684
1718
  traces: [{
1685
1719
  type: 'ibc',
1686
1720
  counterparty: {
@@ -1745,6 +1779,7 @@ const assets = {
1745
1779
  }
1746
1780
  }
1747
1781
  ],
1782
+ type_asset: 'sdk.coin',
1748
1783
  traces: [{
1749
1784
  type: 'ibc',
1750
1785
  counterparty: {
@@ -1877,6 +1912,7 @@ const assets = {
1877
1912
  website: 'https://persistence.one/',
1878
1913
  twitter: 'https://twitter.com/PersistenceOne'
1879
1914
  },
1915
+ type_asset: 'sdk.coin',
1880
1916
  traces: [{
1881
1917
  type: 'ibc',
1882
1918
  counterparty: {
@@ -1914,6 +1950,7 @@ const assets = {
1914
1950
  primary_color_hex: '#c6ddf5'
1915
1951
  }
1916
1952
  }],
1953
+ type_asset: 'sdk.coin',
1917
1954
  traces: [{
1918
1955
  type: 'ibc',
1919
1956
  counterparty: {
@@ -1948,6 +1985,7 @@ const assets = {
1948
1985
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1949
1986
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1950
1987
  }],
1988
+ type_asset: 'sdk.coin',
1951
1989
  traces: [{
1952
1990
  type: 'ibc',
1953
1991
  counterparty: {
@@ -1982,6 +2020,7 @@ const assets = {
1982
2020
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1983
2021
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1984
2022
  }],
2023
+ type_asset: 'sdk.coin',
1985
2024
  traces: [{
1986
2025
  type: 'ibc',
1987
2026
  counterparty: {
@@ -2016,6 +2055,7 @@ const assets = {
2016
2055
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
2017
2056
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
2018
2057
  }],
2058
+ type_asset: 'sdk.coin',
2019
2059
  traces: [{
2020
2060
  type: 'ibc',
2021
2061
  counterparty: {
@@ -2050,6 +2090,7 @@ const assets = {
2050
2090
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
2051
2091
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
2052
2092
  }],
2093
+ type_asset: 'sdk.coin',
2053
2094
  traces: [{
2054
2095
  type: 'ibc',
2055
2096
  counterparty: {
@@ -2084,6 +2125,7 @@ const assets = {
2084
2125
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
2085
2126
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
2086
2127
  }],
2128
+ type_asset: 'sdk.coin',
2087
2129
  traces: [{
2088
2130
  type: 'ibc',
2089
2131
  counterparty: {
@@ -2118,6 +2160,7 @@ const assets = {
2118
2160
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
2119
2161
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
2120
2162
  }],
2163
+ type_asset: 'sdk.coin',
2121
2164
  traces: [{
2122
2165
  type: 'ibc',
2123
2166
  counterparty: {
@@ -2152,6 +2195,7 @@ const assets = {
2152
2195
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
2153
2196
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
2154
2197
  }],
2198
+ type_asset: 'sdk.coin',
2155
2199
  traces: [{
2156
2200
  type: 'ibc',
2157
2201
  counterparty: {
@@ -2186,6 +2230,7 @@ const assets = {
2186
2230
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
2187
2231
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
2188
2232
  }],
2233
+ type_asset: 'sdk.coin',
2189
2234
  traces: [{
2190
2235
  type: 'ibc',
2191
2236
  counterparty: {
@@ -2220,6 +2265,7 @@ const assets = {
2220
2265
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
2221
2266
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
2222
2267
  }],
2268
+ type_asset: 'sdk.coin',
2223
2269
  traces: [{
2224
2270
  type: 'ibc',
2225
2271
  counterparty: {
@@ -2254,6 +2300,7 @@ const assets = {
2254
2300
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2255
2301
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2256
2302
  }],
2303
+ type_asset: 'sdk.coin',
2257
2304
  traces: [{
2258
2305
  type: 'ibc',
2259
2306
  counterparty: {
@@ -2288,6 +2335,7 @@ const assets = {
2288
2335
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2289
2336
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2290
2337
  }],
2338
+ type_asset: 'sdk.coin',
2291
2339
  traces: [{
2292
2340
  type: 'ibc',
2293
2341
  counterparty: {
@@ -2322,6 +2370,7 @@ const assets = {
2322
2370
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2323
2371
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2324
2372
  }],
2373
+ type_asset: 'sdk.coin',
2325
2374
  traces: [{
2326
2375
  type: 'ibc',
2327
2376
  counterparty: {
@@ -2356,6 +2405,7 @@ const assets = {
2356
2405
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2357
2406
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2358
2407
  }],
2408
+ type_asset: 'sdk.coin',
2359
2409
  traces: [{
2360
2410
  type: 'ibc',
2361
2411
  counterparty: {
@@ -2390,6 +2440,7 @@ const assets = {
2390
2440
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2391
2441
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2392
2442
  }],
2443
+ type_asset: 'sdk.coin',
2393
2444
  traces: [{
2394
2445
  type: 'ibc',
2395
2446
  counterparty: {
@@ -2424,6 +2475,7 @@ const assets = {
2424
2475
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2425
2476
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2426
2477
  }],
2478
+ type_asset: 'sdk.coin',
2427
2479
  traces: [{
2428
2480
  type: 'ibc',
2429
2481
  counterparty: {
@@ -2458,6 +2510,7 @@ const assets = {
2458
2510
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2459
2511
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2460
2512
  }],
2513
+ type_asset: 'sdk.coin',
2461
2514
  traces: [{
2462
2515
  type: 'ibc',
2463
2516
  counterparty: {
@@ -2492,6 +2545,7 @@ const assets = {
2492
2545
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2493
2546
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2494
2547
  }],
2548
+ type_asset: 'sdk.coin',
2495
2549
  traces: [{
2496
2550
  type: 'ibc',
2497
2551
  counterparty: {
@@ -2526,6 +2580,7 @@ const assets = {
2526
2580
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2527
2581
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2528
2582
  }],
2583
+ type_asset: 'sdk.coin',
2529
2584
  traces: [{
2530
2585
  type: 'ibc',
2531
2586
  counterparty: {
@@ -2560,6 +2615,7 @@ const assets = {
2560
2615
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2561
2616
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2562
2617
  }],
2618
+ type_asset: 'sdk.coin',
2563
2619
  traces: [{
2564
2620
  type: 'ibc',
2565
2621
  counterparty: {
@@ -2594,6 +2650,7 @@ const assets = {
2594
2650
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2595
2651
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2596
2652
  }],
2653
+ type_asset: 'sdk.coin',
2597
2654
  traces: [{
2598
2655
  type: 'ibc',
2599
2656
  counterparty: {
@@ -2628,6 +2685,7 @@ const assets = {
2628
2685
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2629
2686
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2630
2687
  }],
2688
+ type_asset: 'sdk.coin',
2631
2689
  traces: [{
2632
2690
  type: 'ibc',
2633
2691
  counterparty: {
@@ -2662,6 +2720,7 @@ const assets = {
2662
2720
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2663
2721
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2664
2722
  }],
2723
+ type_asset: 'sdk.coin',
2665
2724
  traces: [{
2666
2725
  type: 'ibc',
2667
2726
  counterparty: {
@@ -2696,6 +2755,7 @@ const assets = {
2696
2755
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2697
2756
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2698
2757
  }],
2758
+ type_asset: 'sdk.coin',
2699
2759
  traces: [{
2700
2760
  type: 'ibc',
2701
2761
  counterparty: {
@@ -2730,6 +2790,7 @@ const assets = {
2730
2790
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2731
2791
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2732
2792
  }],
2793
+ type_asset: 'sdk.coin',
2733
2794
  traces: [{
2734
2795
  type: 'ibc',
2735
2796
  counterparty: {
@@ -2764,6 +2825,7 @@ const assets = {
2764
2825
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
2765
2826
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
2766
2827
  }],
2828
+ type_asset: 'sdk.coin',
2767
2829
  traces: [{
2768
2830
  type: 'ibc',
2769
2831
  counterparty: {
@@ -2798,6 +2860,7 @@ const assets = {
2798
2860
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
2799
2861
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
2800
2862
  }],
2863
+ type_asset: 'sdk.coin',
2801
2864
  traces: [{
2802
2865
  type: 'ibc',
2803
2866
  counterparty: {
@@ -2832,6 +2895,7 @@ const assets = {
2832
2895
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
2833
2896
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
2834
2897
  }],
2898
+ type_asset: 'sdk.coin',
2835
2899
  traces: [{
2836
2900
  type: 'ibc',
2837
2901
  counterparty: {
@@ -2866,6 +2930,7 @@ const assets = {
2866
2930
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2867
2931
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2868
2932
  }],
2933
+ type_asset: 'sdk.coin',
2869
2934
  traces: [{
2870
2935
  type: 'ibc',
2871
2936
  counterparty: {
@@ -2900,6 +2965,7 @@ const assets = {
2900
2965
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2901
2966
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2902
2967
  }],
2968
+ type_asset: 'sdk.coin',
2903
2969
  traces: [{
2904
2970
  type: 'ibc',
2905
2971
  counterparty: {
@@ -2934,6 +3000,7 @@ const assets = {
2934
3000
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2935
3001
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2936
3002
  }],
3003
+ type_asset: 'sdk.coin',
2937
3004
  traces: [{
2938
3005
  type: 'ibc',
2939
3006
  counterparty: {
@@ -2968,6 +3035,7 @@ const assets = {
2968
3035
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2969
3036
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2970
3037
  }],
3038
+ type_asset: 'sdk.coin',
2971
3039
  traces: [{
2972
3040
  type: 'ibc',
2973
3041
  counterparty: {
@@ -3002,6 +3070,7 @@ const assets = {
3002
3070
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
3003
3071
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
3004
3072
  }],
3073
+ type_asset: 'sdk.coin',
3005
3074
  traces: [{
3006
3075
  type: 'ibc',
3007
3076
  counterparty: {
@@ -3036,6 +3105,7 @@ const assets = {
3036
3105
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
3037
3106
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
3038
3107
  }],
3108
+ type_asset: 'sdk.coin',
3039
3109
  traces: [{
3040
3110
  type: 'ibc',
3041
3111
  counterparty: {
@@ -3070,6 +3140,7 @@ const assets = {
3070
3140
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
3071
3141
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
3072
3142
  }],
3143
+ type_asset: 'sdk.coin',
3073
3144
  traces: [{
3074
3145
  type: 'ibc',
3075
3146
  counterparty: {
@@ -3104,6 +3175,7 @@ const assets = {
3104
3175
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
3105
3176
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
3106
3177
  }],
3178
+ type_asset: 'sdk.coin',
3107
3179
  traces: [{
3108
3180
  type: 'ibc',
3109
3181
  counterparty: {
@@ -3138,6 +3210,7 @@ const assets = {
3138
3210
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
3139
3211
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
3140
3212
  }],
3213
+ type_asset: 'sdk.coin',
3141
3214
  traces: [{
3142
3215
  type: 'ibc',
3143
3216
  counterparty: {
@@ -3172,6 +3245,7 @@ const assets = {
3172
3245
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3173
3246
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3174
3247
  }],
3248
+ type_asset: 'sdk.coin',
3175
3249
  traces: [{
3176
3250
  type: 'ibc',
3177
3251
  counterparty: {
@@ -3206,6 +3280,7 @@ const assets = {
3206
3280
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3207
3281
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3208
3282
  }],
3283
+ type_asset: 'sdk.coin',
3209
3284
  traces: [{
3210
3285
  type: 'ibc',
3211
3286
  counterparty: {
@@ -3240,6 +3315,7 @@ const assets = {
3240
3315
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3241
3316
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3242
3317
  }],
3318
+ type_asset: 'sdk.coin',
3243
3319
  traces: [{
3244
3320
  type: 'ibc',
3245
3321
  counterparty: {
@@ -3274,6 +3350,7 @@ const assets = {
3274
3350
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3275
3351
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3276
3352
  }],
3353
+ type_asset: 'sdk.coin',
3277
3354
  traces: [{
3278
3355
  type: 'ibc',
3279
3356
  counterparty: {
@@ -3308,6 +3385,7 @@ const assets = {
3308
3385
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3309
3386
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3310
3387
  }],
3388
+ type_asset: 'sdk.coin',
3311
3389
  traces: [{
3312
3390
  type: 'ibc',
3313
3391
  counterparty: {
@@ -3342,6 +3420,7 @@ const assets = {
3342
3420
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3343
3421
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3344
3422
  }],
3423
+ type_asset: 'sdk.coin',
3345
3424
  traces: [{
3346
3425
  type: 'ibc',
3347
3426
  counterparty: {
@@ -3376,6 +3455,7 @@ const assets = {
3376
3455
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3377
3456
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3378
3457
  }],
3458
+ type_asset: 'sdk.coin',
3379
3459
  traces: [{
3380
3460
  type: 'ibc',
3381
3461
  counterparty: {
@@ -3410,6 +3490,7 @@ const assets = {
3410
3490
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3411
3491
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3412
3492
  }],
3493
+ type_asset: 'sdk.coin',
3413
3494
  traces: [{
3414
3495
  type: 'ibc',
3415
3496
  counterparty: {
@@ -3444,6 +3525,7 @@ const assets = {
3444
3525
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3445
3526
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3446
3527
  }],
3528
+ type_asset: 'sdk.coin',
3447
3529
  traces: [{
3448
3530
  type: 'ibc',
3449
3531
  counterparty: {
@@ -3478,6 +3560,7 @@ const assets = {
3478
3560
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3479
3561
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3480
3562
  }],
3563
+ type_asset: 'sdk.coin',
3481
3564
  traces: [{
3482
3565
  type: 'ibc',
3483
3566
  counterparty: {
@@ -3512,6 +3595,7 @@ const assets = {
3512
3595
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3513
3596
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3514
3597
  }],
3598
+ type_asset: 'sdk.coin',
3515
3599
  traces: [{
3516
3600
  type: 'ibc',
3517
3601
  counterparty: {
@@ -3546,6 +3630,7 @@ const assets = {
3546
3630
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3547
3631
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3548
3632
  }],
3633
+ type_asset: 'sdk.coin',
3549
3634
  traces: [{
3550
3635
  type: 'ibc',
3551
3636
  counterparty: {
@@ -3580,6 +3665,7 @@ const assets = {
3580
3665
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3581
3666
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3582
3667
  }],
3668
+ type_asset: 'sdk.coin',
3583
3669
  traces: [{
3584
3670
  type: 'ibc',
3585
3671
  counterparty: {
@@ -3614,6 +3700,7 @@ const assets = {
3614
3700
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3615
3701
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3616
3702
  }],
3703
+ type_asset: 'sdk.coin',
3617
3704
  traces: [{
3618
3705
  type: 'ibc',
3619
3706
  counterparty: {
@@ -3648,6 +3735,7 @@ const assets = {
3648
3735
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3649
3736
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3650
3737
  }],
3738
+ type_asset: 'sdk.coin',
3651
3739
  traces: [{
3652
3740
  type: 'ibc',
3653
3741
  counterparty: {
@@ -3682,6 +3770,7 @@ const assets = {
3682
3770
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3683
3771
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3684
3772
  }],
3773
+ type_asset: 'sdk.coin',
3685
3774
  traces: [{
3686
3775
  type: 'ibc',
3687
3776
  counterparty: {
@@ -3716,6 +3805,7 @@ const assets = {
3716
3805
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3717
3806
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3718
3807
  }],
3808
+ type_asset: 'sdk.coin',
3719
3809
  traces: [{
3720
3810
  type: 'ibc',
3721
3811
  counterparty: {
@@ -3750,6 +3840,7 @@ const assets = {
3750
3840
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3751
3841
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3752
3842
  }],
3843
+ type_asset: 'sdk.coin',
3753
3844
  traces: [{
3754
3845
  type: 'ibc',
3755
3846
  counterparty: {
@@ -3784,6 +3875,7 @@ const assets = {
3784
3875
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3785
3876
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3786
3877
  }],
3878
+ type_asset: 'sdk.coin',
3787
3879
  traces: [{
3788
3880
  type: 'ibc',
3789
3881
  counterparty: {
@@ -3818,6 +3910,7 @@ const assets = {
3818
3910
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3819
3911
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3820
3912
  }],
3913
+ type_asset: 'sdk.coin',
3821
3914
  traces: [{
3822
3915
  type: 'ibc',
3823
3916
  counterparty: {
@@ -3852,6 +3945,7 @@ const assets = {
3852
3945
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3853
3946
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3854
3947
  }],
3948
+ type_asset: 'sdk.coin',
3855
3949
  traces: [{
3856
3950
  type: 'ibc',
3857
3951
  counterparty: {
@@ -3886,6 +3980,7 @@ const assets = {
3886
3980
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3887
3981
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3888
3982
  }],
3983
+ type_asset: 'sdk.coin',
3889
3984
  traces: [{
3890
3985
  type: 'ibc',
3891
3986
  counterparty: {
@@ -3920,6 +4015,7 @@ const assets = {
3920
4015
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3921
4016
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3922
4017
  }],
4018
+ type_asset: 'sdk.coin',
3923
4019
  traces: [{
3924
4020
  type: 'ibc',
3925
4021
  counterparty: {
@@ -3954,6 +4050,7 @@ const assets = {
3954
4050
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3955
4051
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3956
4052
  }],
4053
+ type_asset: 'sdk.coin',
3957
4054
  traces: [{
3958
4055
  type: 'ibc',
3959
4056
  counterparty: {
@@ -3988,6 +4085,7 @@ const assets = {
3988
4085
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3989
4086
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3990
4087
  }],
4088
+ type_asset: 'sdk.coin',
3991
4089
  traces: [{
3992
4090
  type: 'ibc',
3993
4091
  counterparty: {
@@ -4022,6 +4120,7 @@ const assets = {
4022
4120
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4023
4121
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4024
4122
  }],
4123
+ type_asset: 'sdk.coin',
4025
4124
  traces: [{
4026
4125
  type: 'ibc',
4027
4126
  counterparty: {
@@ -4056,6 +4155,7 @@ const assets = {
4056
4155
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4057
4156
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4058
4157
  }],
4158
+ type_asset: 'sdk.coin',
4059
4159
  traces: [{
4060
4160
  type: 'ibc',
4061
4161
  counterparty: {
@@ -4090,6 +4190,7 @@ const assets = {
4090
4190
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4091
4191
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4092
4192
  }],
4193
+ type_asset: 'sdk.coin',
4093
4194
  traces: [{
4094
4195
  type: 'ibc',
4095
4196
  counterparty: {
@@ -4124,6 +4225,7 @@ const assets = {
4124
4225
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4125
4226
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4126
4227
  }],
4228
+ type_asset: 'sdk.coin',
4127
4229
  traces: [{
4128
4230
  type: 'ibc',
4129
4231
  counterparty: {
@@ -4158,6 +4260,7 @@ const assets = {
4158
4260
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4159
4261
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4160
4262
  }],
4263
+ type_asset: 'sdk.coin',
4161
4264
  traces: [{
4162
4265
  type: 'ibc',
4163
4266
  counterparty: {
@@ -4192,6 +4295,7 @@ const assets = {
4192
4295
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4193
4296
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4194
4297
  }],
4298
+ type_asset: 'sdk.coin',
4195
4299
  traces: [{
4196
4300
  type: 'ibc',
4197
4301
  counterparty: {
@@ -4226,6 +4330,7 @@ const assets = {
4226
4330
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4227
4331
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4228
4332
  }],
4333
+ type_asset: 'sdk.coin',
4229
4334
  traces: [{
4230
4335
  type: 'ibc',
4231
4336
  counterparty: {
@@ -4260,6 +4365,7 @@ const assets = {
4260
4365
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4261
4366
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4262
4367
  }],
4368
+ type_asset: 'sdk.coin',
4263
4369
  traces: [{
4264
4370
  type: 'ibc',
4265
4371
  counterparty: {
@@ -4294,6 +4400,7 @@ const assets = {
4294
4400
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4295
4401
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4296
4402
  }],
4403
+ type_asset: 'sdk.coin',
4297
4404
  traces: [{
4298
4405
  type: 'ibc',
4299
4406
  counterparty: {
@@ -4328,6 +4435,7 @@ const assets = {
4328
4435
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4329
4436
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4330
4437
  }],
4438
+ type_asset: 'sdk.coin',
4331
4439
  traces: [{
4332
4440
  type: 'ibc',
4333
4441
  counterparty: {
@@ -4362,6 +4470,7 @@ const assets = {
4362
4470
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4363
4471
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4364
4472
  }],
4473
+ type_asset: 'sdk.coin',
4365
4474
  traces: [{
4366
4475
  type: 'ibc',
4367
4476
  counterparty: {
@@ -4404,6 +4513,7 @@ const assets = {
4404
4513
  website: 'https://scrt.network/',
4405
4514
  twitter: 'https://twitter.com/SecretNetwork'
4406
4515
  },
4516
+ type_asset: 'sdk.coin',
4407
4517
  traces: [{
4408
4518
  type: 'ibc',
4409
4519
  counterparty: {
@@ -4454,6 +4564,7 @@ const assets = {
4454
4564
  website: 'https://www.sommelier.finance/',
4455
4565
  twitter: 'https://twitter.com/sommfinance'
4456
4566
  },
4567
+ type_asset: 'sdk.coin',
4457
4568
  traces: [{
4458
4569
  type: 'ibc',
4459
4570
  counterparty: {
@@ -4496,6 +4607,7 @@ const assets = {
4496
4607
  website: 'https://stride.zone/',
4497
4608
  twitter: 'https://twitter.com/stride_zone'
4498
4609
  },
4610
+ type_asset: 'sdk.coin',
4499
4611
  traces: [{
4500
4612
  type: 'ibc',
4501
4613
  counterparty: {
@@ -4538,6 +4650,7 @@ const assets = {
4538
4650
  website: 'https://www.terra.money/',
4539
4651
  twitter: 'https://twitter.com/terra_money'
4540
4652
  },
4653
+ type_asset: 'sdk.coin',
4541
4654
  traces: [{
4542
4655
  type: 'ibc',
4543
4656
  counterparty: {
@@ -4576,6 +4689,7 @@ const assets = {
4576
4689
  primary_color_hex: '#22f2e9'
4577
4690
  }
4578
4691
  }],
4692
+ type_asset: 'sdk.coin',
4579
4693
  traces: [{
4580
4694
  type: 'ibc',
4581
4695
  counterparty: {
@@ -4614,6 +4728,7 @@ const assets = {
4614
4728
  primary_color_hex: '#04b4fc'
4615
4729
  }
4616
4730
  }],
4731
+ type_asset: 'sdk.coin',
4617
4732
  traces: [{
4618
4733
  type: 'ibc',
4619
4734
  counterparty: {
@@ -4656,6 +4771,7 @@ const assets = {
4656
4771
  website: 'https://www.kava.io/',
4657
4772
  twitter: 'https://twitter.com/KAVA_CHAIN'
4658
4773
  },
4774
+ type_asset: 'sdk.coin',
4659
4775
  traces: [{
4660
4776
  type: 'ibc',
4661
4777
  counterparty: {
@@ -4694,6 +4810,7 @@ const assets = {
4694
4810
  primary_color_hex: '#7b34ac'
4695
4811
  }
4696
4812
  }],
4813
+ type_asset: 'sdk.coin',
4697
4814
  traces: [{
4698
4815
  type: 'ibc',
4699
4816
  counterparty: {
@@ -4732,6 +4849,7 @@ const assets = {
4732
4849
  primary_color_hex: '#544cfc'
4733
4850
  }
4734
4851
  }],
4852
+ type_asset: 'sdk.coin',
4735
4853
  traces: [{
4736
4854
  type: 'ibc',
4737
4855
  counterparty: {
@@ -4770,6 +4888,7 @@ const assets = {
4770
4888
  primary_color_hex: '#04d4a3'
4771
4889
  }
4772
4890
  }],
4891
+ type_asset: 'sdk.coin',
4773
4892
  traces: [{
4774
4893
  type: 'ibc',
4775
4894
  counterparty: {
@@ -4823,7 +4942,8 @@ const assets = {
4823
4942
  logo_URIs: {
4824
4943
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
4825
4944
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
4826
- }
4945
+ },
4946
+ type_asset: 'sdk.coin'
4827
4947
  },
4828
4948
  {
4829
4949
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
@@ -4855,6 +4975,7 @@ const assets = {
4855
4975
  website: 'https://kujira.network/',
4856
4976
  twitter: 'https://twitter.com/TeamKujira'
4857
4977
  },
4978
+ type_asset: 'sdk.coin',
4858
4979
  traces: [{
4859
4980
  type: 'ibc',
4860
4981
  counterparty: {
@@ -4893,6 +5014,7 @@ const assets = {
4893
5014
  primary_color_hex: '#1c1c1c'
4894
5015
  }
4895
5016
  }],
5017
+ type_asset: 'sdk.coin',
4896
5018
  traces: [{
4897
5019
  type: 'ibc',
4898
5020
  counterparty: {
@@ -4937,6 +5059,7 @@ const assets = {
4937
5059
  website: 'https://neutron.org/',
4938
5060
  twitter: 'https://twitter.com/Neutron_org'
4939
5061
  },
5062
+ type_asset: 'sdk.coin',
4940
5063
  traces: [{
4941
5064
  type: 'ibc',
4942
5065
  counterparty: {
@@ -4972,6 +5095,7 @@ const assets = {
4972
5095
  primary_color_hex: '#1b0847'
4973
5096
  }
4974
5097
  }],
5098
+ type_asset: 'sdk.coin',
4975
5099
  traces: [{
4976
5100
  type: 'ibc',
4977
5101
  counterparty: {
@@ -5007,6 +5131,7 @@ const assets = {
5007
5131
  primary_color_hex: '#dcd5ab'
5008
5132
  }
5009
5133
  }],
5134
+ type_asset: 'sdk.coin',
5010
5135
  traces: [{
5011
5136
  type: 'ibc',
5012
5137
  counterparty: {
@@ -5042,6 +5167,7 @@ const assets = {
5042
5167
  primary_color_hex: '#333333'
5043
5168
  }
5044
5169
  }],
5170
+ type_asset: 'sdk.coin',
5045
5171
  traces: [{
5046
5172
  type: 'ibc',
5047
5173
  counterparty: {
@@ -5160,6 +5286,7 @@ const assets = {
5160
5286
  website: 'https://ondo.finance/usdy',
5161
5287
  twitter: 'https://x.com/OndoFinance'
5162
5288
  },
5289
+ type_asset: 'sdk.coin',
5163
5290
  traces: [{
5164
5291
  type: 'ibc',
5165
5292
  counterparty: {
@@ -5203,6 +5330,7 @@ const assets = {
5203
5330
  primary_color_hex: '#0c0c14'
5204
5331
  }
5205
5332
  }],
5333
+ type_asset: 'sdk.coin',
5206
5334
  traces: [{
5207
5335
  type: 'ibc',
5208
5336
  counterparty: {
@@ -5242,6 +5370,7 @@ const assets = {
5242
5370
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
5243
5371
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
5244
5372
  }],
5373
+ type_asset: 'sdk.coin',
5245
5374
  traces: [{
5246
5375
  type: 'ibc',
5247
5376
  counterparty: {
@@ -5283,6 +5412,7 @@ const assets = {
5283
5412
  primary_color_hex: '#c3ebf3'
5284
5413
  }
5285
5414
  }],
5415
+ type_asset: 'sdk.coin',
5286
5416
  traces: [{
5287
5417
  type: 'ibc',
5288
5418
  counterparty: {
@@ -5324,6 +5454,7 @@ const assets = {
5324
5454
  primary_color_hex: '#040404'
5325
5455
  }
5326
5456
  }],
5457
+ type_asset: 'sdk.coin',
5327
5458
  traces: [{
5328
5459
  type: 'ibc',
5329
5460
  counterparty: {
@@ -5388,6 +5519,7 @@ const assets = {
5388
5519
  }
5389
5520
  }
5390
5521
  ],
5522
+ type_asset: 'sdk.coin',
5391
5523
  traces: [{
5392
5524
  type: 'ibc',
5393
5525
  counterparty: {
@@ -5520,6 +5652,7 @@ const assets = {
5520
5652
  website: 'https://persistence.one/',
5521
5653
  twitter: 'https://twitter.com/PersistenceOne'
5522
5654
  },
5655
+ type_asset: 'sdk.coin',
5523
5656
  traces: [{
5524
5657
  type: 'ibc',
5525
5658
  counterparty: {
@@ -5557,6 +5690,7 @@ const assets = {
5557
5690
  primary_color_hex: '#c6ddf5'
5558
5691
  }
5559
5692
  }],
5693
+ type_asset: 'sdk.coin',
5560
5694
  traces: [{
5561
5695
  type: 'ibc',
5562
5696
  counterparty: {
@@ -5591,6 +5725,7 @@ const assets = {
5591
5725
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
5592
5726
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
5593
5727
  }],
5728
+ type_asset: 'sdk.coin',
5594
5729
  traces: [{
5595
5730
  type: 'ibc',
5596
5731
  counterparty: {
@@ -5625,6 +5760,7 @@ const assets = {
5625
5760
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
5626
5761
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
5627
5762
  }],
5763
+ type_asset: 'sdk.coin',
5628
5764
  traces: [{
5629
5765
  type: 'ibc',
5630
5766
  counterparty: {
@@ -5659,6 +5795,7 @@ const assets = {
5659
5795
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
5660
5796
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
5661
5797
  }],
5798
+ type_asset: 'sdk.coin',
5662
5799
  traces: [{
5663
5800
  type: 'ibc',
5664
5801
  counterparty: {
@@ -5693,6 +5830,7 @@ const assets = {
5693
5830
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
5694
5831
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
5695
5832
  }],
5833
+ type_asset: 'sdk.coin',
5696
5834
  traces: [{
5697
5835
  type: 'ibc',
5698
5836
  counterparty: {
@@ -5727,6 +5865,7 @@ const assets = {
5727
5865
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
5728
5866
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
5729
5867
  }],
5868
+ type_asset: 'sdk.coin',
5730
5869
  traces: [{
5731
5870
  type: 'ibc',
5732
5871
  counterparty: {
@@ -5761,6 +5900,7 @@ const assets = {
5761
5900
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
5762
5901
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
5763
5902
  }],
5903
+ type_asset: 'sdk.coin',
5764
5904
  traces: [{
5765
5905
  type: 'ibc',
5766
5906
  counterparty: {
@@ -5795,6 +5935,7 @@ const assets = {
5795
5935
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
5796
5936
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
5797
5937
  }],
5938
+ type_asset: 'sdk.coin',
5798
5939
  traces: [{
5799
5940
  type: 'ibc',
5800
5941
  counterparty: {
@@ -5829,6 +5970,7 @@ const assets = {
5829
5970
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
5830
5971
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
5831
5972
  }],
5973
+ type_asset: 'sdk.coin',
5832
5974
  traces: [{
5833
5975
  type: 'ibc',
5834
5976
  counterparty: {
@@ -5863,6 +6005,7 @@ const assets = {
5863
6005
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
5864
6006
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
5865
6007
  }],
6008
+ type_asset: 'sdk.coin',
5866
6009
  traces: [{
5867
6010
  type: 'ibc',
5868
6011
  counterparty: {
@@ -5897,6 +6040,7 @@ const assets = {
5897
6040
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
5898
6041
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
5899
6042
  }],
6043
+ type_asset: 'sdk.coin',
5900
6044
  traces: [{
5901
6045
  type: 'ibc',
5902
6046
  counterparty: {
@@ -5931,6 +6075,7 @@ const assets = {
5931
6075
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
5932
6076
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
5933
6077
  }],
6078
+ type_asset: 'sdk.coin',
5934
6079
  traces: [{
5935
6080
  type: 'ibc',
5936
6081
  counterparty: {
@@ -5965,6 +6110,7 @@ const assets = {
5965
6110
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
5966
6111
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
5967
6112
  }],
6113
+ type_asset: 'sdk.coin',
5968
6114
  traces: [{
5969
6115
  type: 'ibc',
5970
6116
  counterparty: {
@@ -5999,6 +6145,7 @@ const assets = {
5999
6145
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
6000
6146
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
6001
6147
  }],
6148
+ type_asset: 'sdk.coin',
6002
6149
  traces: [{
6003
6150
  type: 'ibc',
6004
6151
  counterparty: {
@@ -6033,6 +6180,7 @@ const assets = {
6033
6180
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
6034
6181
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
6035
6182
  }],
6183
+ type_asset: 'sdk.coin',
6036
6184
  traces: [{
6037
6185
  type: 'ibc',
6038
6186
  counterparty: {
@@ -6067,6 +6215,7 @@ const assets = {
6067
6215
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
6068
6216
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
6069
6217
  }],
6218
+ type_asset: 'sdk.coin',
6070
6219
  traces: [{
6071
6220
  type: 'ibc',
6072
6221
  counterparty: {
@@ -6101,6 +6250,7 @@ const assets = {
6101
6250
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
6102
6251
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
6103
6252
  }],
6253
+ type_asset: 'sdk.coin',
6104
6254
  traces: [{
6105
6255
  type: 'ibc',
6106
6256
  counterparty: {
@@ -6135,6 +6285,7 @@ const assets = {
6135
6285
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
6136
6286
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
6137
6287
  }],
6288
+ type_asset: 'sdk.coin',
6138
6289
  traces: [{
6139
6290
  type: 'ibc',
6140
6291
  counterparty: {
@@ -6169,6 +6320,7 @@ const assets = {
6169
6320
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
6170
6321
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
6171
6322
  }],
6323
+ type_asset: 'sdk.coin',
6172
6324
  traces: [{
6173
6325
  type: 'ibc',
6174
6326
  counterparty: {
@@ -6203,6 +6355,7 @@ const assets = {
6203
6355
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
6204
6356
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
6205
6357
  }],
6358
+ type_asset: 'sdk.coin',
6206
6359
  traces: [{
6207
6360
  type: 'ibc',
6208
6361
  counterparty: {
@@ -6237,6 +6390,7 @@ const assets = {
6237
6390
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
6238
6391
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
6239
6392
  }],
6393
+ type_asset: 'sdk.coin',
6240
6394
  traces: [{
6241
6395
  type: 'ibc',
6242
6396
  counterparty: {
@@ -6271,6 +6425,7 @@ const assets = {
6271
6425
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
6272
6426
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
6273
6427
  }],
6428
+ type_asset: 'sdk.coin',
6274
6429
  traces: [{
6275
6430
  type: 'ibc',
6276
6431
  counterparty: {
@@ -6305,6 +6460,7 @@ const assets = {
6305
6460
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6306
6461
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6307
6462
  }],
6463
+ type_asset: 'sdk.coin',
6308
6464
  traces: [{
6309
6465
  type: 'ibc',
6310
6466
  counterparty: {
@@ -6339,6 +6495,7 @@ const assets = {
6339
6495
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6340
6496
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6341
6497
  }],
6498
+ type_asset: 'sdk.coin',
6342
6499
  traces: [{
6343
6500
  type: 'ibc',
6344
6501
  counterparty: {
@@ -6373,6 +6530,7 @@ const assets = {
6373
6530
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6374
6531
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6375
6532
  }],
6533
+ type_asset: 'sdk.coin',
6376
6534
  traces: [{
6377
6535
  type: 'ibc',
6378
6536
  counterparty: {
@@ -6407,6 +6565,7 @@ const assets = {
6407
6565
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
6408
6566
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
6409
6567
  }],
6568
+ type_asset: 'sdk.coin',
6410
6569
  traces: [{
6411
6570
  type: 'ibc',
6412
6571
  counterparty: {
@@ -6441,6 +6600,7 @@ const assets = {
6441
6600
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
6442
6601
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
6443
6602
  }],
6603
+ type_asset: 'sdk.coin',
6444
6604
  traces: [{
6445
6605
  type: 'ibc',
6446
6606
  counterparty: {
@@ -6475,6 +6635,7 @@ const assets = {
6475
6635
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
6476
6636
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
6477
6637
  }],
6638
+ type_asset: 'sdk.coin',
6478
6639
  traces: [{
6479
6640
  type: 'ibc',
6480
6641
  counterparty: {
@@ -6509,6 +6670,7 @@ const assets = {
6509
6670
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
6510
6671
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
6511
6672
  }],
6673
+ type_asset: 'sdk.coin',
6512
6674
  traces: [{
6513
6675
  type: 'ibc',
6514
6676
  counterparty: {
@@ -6543,6 +6705,7 @@ const assets = {
6543
6705
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
6544
6706
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
6545
6707
  }],
6708
+ type_asset: 'sdk.coin',
6546
6709
  traces: [{
6547
6710
  type: 'ibc',
6548
6711
  counterparty: {
@@ -6577,6 +6740,7 @@ const assets = {
6577
6740
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
6578
6741
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
6579
6742
  }],
6743
+ type_asset: 'sdk.coin',
6580
6744
  traces: [{
6581
6745
  type: 'ibc',
6582
6746
  counterparty: {
@@ -6611,6 +6775,7 @@ const assets = {
6611
6775
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
6612
6776
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
6613
6777
  }],
6778
+ type_asset: 'sdk.coin',
6614
6779
  traces: [{
6615
6780
  type: 'ibc',
6616
6781
  counterparty: {
@@ -6645,6 +6810,7 @@ const assets = {
6645
6810
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
6646
6811
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
6647
6812
  }],
6813
+ type_asset: 'sdk.coin',
6648
6814
  traces: [{
6649
6815
  type: 'ibc',
6650
6816
  counterparty: {
@@ -6679,6 +6845,7 @@ const assets = {
6679
6845
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
6680
6846
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
6681
6847
  }],
6848
+ type_asset: 'sdk.coin',
6682
6849
  traces: [{
6683
6850
  type: 'ibc',
6684
6851
  counterparty: {
@@ -6713,6 +6880,7 @@ const assets = {
6713
6880
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
6714
6881
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
6715
6882
  }],
6883
+ type_asset: 'sdk.coin',
6716
6884
  traces: [{
6717
6885
  type: 'ibc',
6718
6886
  counterparty: {
@@ -6747,6 +6915,7 @@ const assets = {
6747
6915
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
6748
6916
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
6749
6917
  }],
6918
+ type_asset: 'sdk.coin',
6750
6919
  traces: [{
6751
6920
  type: 'ibc',
6752
6921
  counterparty: {
@@ -6781,6 +6950,7 @@ const assets = {
6781
6950
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
6782
6951
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
6783
6952
  }],
6953
+ type_asset: 'sdk.coin',
6784
6954
  traces: [{
6785
6955
  type: 'ibc',
6786
6956
  counterparty: {
@@ -6815,6 +6985,7 @@ const assets = {
6815
6985
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
6816
6986
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
6817
6987
  }],
6988
+ type_asset: 'sdk.coin',
6818
6989
  traces: [{
6819
6990
  type: 'ibc',
6820
6991
  counterparty: {
@@ -6849,6 +7020,7 @@ const assets = {
6849
7020
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
6850
7021
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
6851
7022
  }],
7023
+ type_asset: 'sdk.coin',
6852
7024
  traces: [{
6853
7025
  type: 'ibc',
6854
7026
  counterparty: {
@@ -6883,6 +7055,7 @@ const assets = {
6883
7055
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
6884
7056
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
6885
7057
  }],
7058
+ type_asset: 'sdk.coin',
6886
7059
  traces: [{
6887
7060
  type: 'ibc',
6888
7061
  counterparty: {
@@ -6917,6 +7090,7 @@ const assets = {
6917
7090
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
6918
7091
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
6919
7092
  }],
7093
+ type_asset: 'sdk.coin',
6920
7094
  traces: [{
6921
7095
  type: 'ibc',
6922
7096
  counterparty: {
@@ -6951,6 +7125,7 @@ const assets = {
6951
7125
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
6952
7126
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
6953
7127
  }],
7128
+ type_asset: 'sdk.coin',
6954
7129
  traces: [{
6955
7130
  type: 'ibc',
6956
7131
  counterparty: {
@@ -6985,6 +7160,7 @@ const assets = {
6985
7160
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
6986
7161
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
6987
7162
  }],
7163
+ type_asset: 'sdk.coin',
6988
7164
  traces: [{
6989
7165
  type: 'ibc',
6990
7166
  counterparty: {
@@ -7019,6 +7195,7 @@ const assets = {
7019
7195
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
7020
7196
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
7021
7197
  }],
7198
+ type_asset: 'sdk.coin',
7022
7199
  traces: [{
7023
7200
  type: 'ibc',
7024
7201
  counterparty: {
@@ -7053,6 +7230,7 @@ const assets = {
7053
7230
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
7054
7231
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
7055
7232
  }],
7233
+ type_asset: 'sdk.coin',
7056
7234
  traces: [{
7057
7235
  type: 'ibc',
7058
7236
  counterparty: {
@@ -7087,6 +7265,7 @@ const assets = {
7087
7265
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
7088
7266
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
7089
7267
  }],
7268
+ type_asset: 'sdk.coin',
7090
7269
  traces: [{
7091
7270
  type: 'ibc',
7092
7271
  counterparty: {
@@ -7121,6 +7300,7 @@ const assets = {
7121
7300
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
7122
7301
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
7123
7302
  }],
7303
+ type_asset: 'sdk.coin',
7124
7304
  traces: [{
7125
7305
  type: 'ibc',
7126
7306
  counterparty: {
@@ -7155,6 +7335,7 @@ const assets = {
7155
7335
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
7156
7336
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
7157
7337
  }],
7338
+ type_asset: 'sdk.coin',
7158
7339
  traces: [{
7159
7340
  type: 'ibc',
7160
7341
  counterparty: {
@@ -7189,6 +7370,7 @@ const assets = {
7189
7370
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
7190
7371
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
7191
7372
  }],
7373
+ type_asset: 'sdk.coin',
7192
7374
  traces: [{
7193
7375
  type: 'ibc',
7194
7376
  counterparty: {
@@ -7223,6 +7405,7 @@ const assets = {
7223
7405
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7224
7406
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7225
7407
  }],
7408
+ type_asset: 'sdk.coin',
7226
7409
  traces: [{
7227
7410
  type: 'ibc',
7228
7411
  counterparty: {
@@ -7257,6 +7440,7 @@ const assets = {
7257
7440
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7258
7441
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7259
7442
  }],
7443
+ type_asset: 'sdk.coin',
7260
7444
  traces: [{
7261
7445
  type: 'ibc',
7262
7446
  counterparty: {
@@ -7291,6 +7475,7 @@ const assets = {
7291
7475
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7292
7476
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7293
7477
  }],
7478
+ type_asset: 'sdk.coin',
7294
7479
  traces: [{
7295
7480
  type: 'ibc',
7296
7481
  counterparty: {
@@ -7325,6 +7510,7 @@ const assets = {
7325
7510
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7326
7511
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7327
7512
  }],
7513
+ type_asset: 'sdk.coin',
7328
7514
  traces: [{
7329
7515
  type: 'ibc',
7330
7516
  counterparty: {
@@ -7359,6 +7545,7 @@ const assets = {
7359
7545
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7360
7546
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7361
7547
  }],
7548
+ type_asset: 'sdk.coin',
7362
7549
  traces: [{
7363
7550
  type: 'ibc',
7364
7551
  counterparty: {
@@ -7393,6 +7580,7 @@ const assets = {
7393
7580
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7394
7581
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7395
7582
  }],
7583
+ type_asset: 'sdk.coin',
7396
7584
  traces: [{
7397
7585
  type: 'ibc',
7398
7586
  counterparty: {
@@ -7427,6 +7615,7 @@ const assets = {
7427
7615
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7428
7616
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7429
7617
  }],
7618
+ type_asset: 'sdk.coin',
7430
7619
  traces: [{
7431
7620
  type: 'ibc',
7432
7621
  counterparty: {
@@ -7461,6 +7650,7 @@ const assets = {
7461
7650
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7462
7651
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7463
7652
  }],
7653
+ type_asset: 'sdk.coin',
7464
7654
  traces: [{
7465
7655
  type: 'ibc',
7466
7656
  counterparty: {
@@ -7495,6 +7685,7 @@ const assets = {
7495
7685
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7496
7686
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7497
7687
  }],
7688
+ type_asset: 'sdk.coin',
7498
7689
  traces: [{
7499
7690
  type: 'ibc',
7500
7691
  counterparty: {
@@ -7529,6 +7720,7 @@ const assets = {
7529
7720
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7530
7721
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7531
7722
  }],
7723
+ type_asset: 'sdk.coin',
7532
7724
  traces: [{
7533
7725
  type: 'ibc',
7534
7726
  counterparty: {
@@ -7563,6 +7755,7 @@ const assets = {
7563
7755
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7564
7756
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7565
7757
  }],
7758
+ type_asset: 'sdk.coin',
7566
7759
  traces: [{
7567
7760
  type: 'ibc',
7568
7761
  counterparty: {
@@ -7597,6 +7790,7 @@ const assets = {
7597
7790
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7598
7791
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7599
7792
  }],
7793
+ type_asset: 'sdk.coin',
7600
7794
  traces: [{
7601
7795
  type: 'ibc',
7602
7796
  counterparty: {
@@ -7631,6 +7825,7 @@ const assets = {
7631
7825
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7632
7826
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7633
7827
  }],
7828
+ type_asset: 'sdk.coin',
7634
7829
  traces: [{
7635
7830
  type: 'ibc',
7636
7831
  counterparty: {
@@ -7665,6 +7860,7 @@ const assets = {
7665
7860
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7666
7861
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7667
7862
  }],
7863
+ type_asset: 'sdk.coin',
7668
7864
  traces: [{
7669
7865
  type: 'ibc',
7670
7866
  counterparty: {
@@ -7699,6 +7895,7 @@ const assets = {
7699
7895
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7700
7896
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7701
7897
  }],
7898
+ type_asset: 'sdk.coin',
7702
7899
  traces: [{
7703
7900
  type: 'ibc',
7704
7901
  counterparty: {
@@ -7733,6 +7930,7 @@ const assets = {
7733
7930
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7734
7931
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7735
7932
  }],
7933
+ type_asset: 'sdk.coin',
7736
7934
  traces: [{
7737
7935
  type: 'ibc',
7738
7936
  counterparty: {
@@ -7767,6 +7965,7 @@ const assets = {
7767
7965
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7768
7966
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7769
7967
  }],
7968
+ type_asset: 'sdk.coin',
7770
7969
  traces: [{
7771
7970
  type: 'ibc',
7772
7971
  counterparty: {
@@ -7801,6 +8000,7 @@ const assets = {
7801
8000
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7802
8001
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7803
8002
  }],
8003
+ type_asset: 'sdk.coin',
7804
8004
  traces: [{
7805
8005
  type: 'ibc',
7806
8006
  counterparty: {
@@ -7835,6 +8035,7 @@ const assets = {
7835
8035
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7836
8036
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7837
8037
  }],
8038
+ type_asset: 'sdk.coin',
7838
8039
  traces: [{
7839
8040
  type: 'ibc',
7840
8041
  counterparty: {
@@ -7869,6 +8070,7 @@ const assets = {
7869
8070
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7870
8071
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7871
8072
  }],
8073
+ type_asset: 'sdk.coin',
7872
8074
  traces: [{
7873
8075
  type: 'ibc',
7874
8076
  counterparty: {
@@ -7903,6 +8105,7 @@ const assets = {
7903
8105
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7904
8106
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7905
8107
  }],
8108
+ type_asset: 'sdk.coin',
7906
8109
  traces: [{
7907
8110
  type: 'ibc',
7908
8111
  counterparty: {
@@ -7937,6 +8140,7 @@ const assets = {
7937
8140
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7938
8141
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7939
8142
  }],
8143
+ type_asset: 'sdk.coin',
7940
8144
  traces: [{
7941
8145
  type: 'ibc',
7942
8146
  counterparty: {
@@ -7971,6 +8175,7 @@ const assets = {
7971
8175
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7972
8176
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7973
8177
  }],
8178
+ type_asset: 'sdk.coin',
7974
8179
  traces: [{
7975
8180
  type: 'ibc',
7976
8181
  counterparty: {
@@ -8005,6 +8210,7 @@ const assets = {
8005
8210
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8006
8211
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8007
8212
  }],
8213
+ type_asset: 'sdk.coin',
8008
8214
  traces: [{
8009
8215
  type: 'ibc',
8010
8216
  counterparty: {
@@ -8047,6 +8253,7 @@ const assets = {
8047
8253
  website: 'https://scrt.network/',
8048
8254
  twitter: 'https://twitter.com/SecretNetwork'
8049
8255
  },
8256
+ type_asset: 'sdk.coin',
8050
8257
  traces: [{
8051
8258
  type: 'ibc',
8052
8259
  counterparty: {
@@ -8097,6 +8304,7 @@ const assets = {
8097
8304
  website: 'https://www.sommelier.finance/',
8098
8305
  twitter: 'https://twitter.com/sommfinance'
8099
8306
  },
8307
+ type_asset: 'sdk.coin',
8100
8308
  traces: [{
8101
8309
  type: 'ibc',
8102
8310
  counterparty: {
@@ -8139,6 +8347,7 @@ const assets = {
8139
8347
  website: 'https://stride.zone/',
8140
8348
  twitter: 'https://twitter.com/stride_zone'
8141
8349
  },
8350
+ type_asset: 'sdk.coin',
8142
8351
  traces: [{
8143
8352
  type: 'ibc',
8144
8353
  counterparty: {
@@ -8181,6 +8390,7 @@ const assets = {
8181
8390
  website: 'https://www.terra.money/',
8182
8391
  twitter: 'https://twitter.com/terra_money'
8183
8392
  },
8393
+ type_asset: 'sdk.coin',
8184
8394
  traces: [{
8185
8395
  type: 'ibc',
8186
8396
  counterparty: {
@@ -8219,6 +8429,7 @@ const assets = {
8219
8429
  primary_color_hex: '#22f2e9'
8220
8430
  }
8221
8431
  }],
8432
+ type_asset: 'sdk.coin',
8222
8433
  traces: [{
8223
8434
  type: 'ibc',
8224
8435
  counterparty: {
@@ -8257,6 +8468,7 @@ const assets = {
8257
8468
  primary_color_hex: '#04b4fc'
8258
8469
  }
8259
8470
  }],
8471
+ type_asset: 'sdk.coin',
8260
8472
  traces: [{
8261
8473
  type: 'ibc',
8262
8474
  counterparty: {