@chain-registry/assets 1.65.3 → 1.65.5

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 (271) 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 +2 -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 +324 -6
  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 +1 -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 +136 -6
  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 +538 -6
  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/stride.js +232 -0
  97. package/esm/mainnet/teritori.js +8 -0
  98. package/esm/mainnet/terra.js +16 -0
  99. package/esm/mainnet/terra2.js +286 -2
  100. package/esm/mainnet/tgrade.js +4 -0
  101. package/esm/mainnet/titan.js +244 -0
  102. package/esm/mainnet/umee.js +62 -2
  103. package/esm/mainnet/unification.js +2 -0
  104. package/esm/mainnet/uptick.js +4 -0
  105. package/esm/mainnet/vidulum.js +4 -0
  106. package/esm/mainnet/xpla.js +16 -0
  107. package/esm/noncosmos/penumbra.js +8 -0
  108. package/esm/testnet/archwaytestnet.js +4 -0
  109. package/esm/testnet/axelartestnet.js +20 -0
  110. package/esm/testnet/celestiatestnet3.js +2 -0
  111. package/esm/testnet/cosmoshubtestnet.js +20 -0
  112. package/esm/testnet/dydxtestnet.js +2 -0
  113. package/esm/testnet/elystestnet.js +8 -0
  114. package/esm/testnet/empowertestnet.js +4 -0
  115. package/esm/testnet/injectivetestnet.js +4 -0
  116. package/esm/testnet/junotestnet.js +6 -0
  117. package/esm/testnet/kujiratestnet.js +4 -0
  118. package/esm/testnet/lavatestnet.js +2 -0
  119. package/esm/testnet/mantrachaintestnet.js +8 -0
  120. package/esm/testnet/marstestnet.js +4 -0
  121. package/esm/testnet/neutrontestnet.js +4 -0
  122. package/esm/testnet/nobletestnet.js +14 -0
  123. package/esm/testnet/noistestnet.js +8 -0
  124. package/esm/testnet/nolustestnet.js +2 -0
  125. package/esm/testnet/osmosistestnet.js +62 -0
  126. package/esm/testnet/osmosistestnet4.js +12 -0
  127. package/esm/testnet/persistencetestnet2.js +4 -0
  128. package/esm/testnet/sagatestnet.js +2 -0
  129. package/esm/testnet/seitestnet2.js +6 -0
  130. package/esm/testnet/stargazetestnet.js +6 -0
  131. package/esm/testnet/symphonytestnet.js +8 -0
  132. package/esm/testnet/terra2testnet.js +2 -0
  133. package/esm/testnet/titantestnet.js +12 -0
  134. package/esm/testnet/xiontestnet.js +10 -0
  135. package/mainnet/acrechain.js +66 -0
  136. package/mainnet/agoric.js +42 -2
  137. package/mainnet/aioz.js +2 -0
  138. package/mainnet/akash.js +36 -0
  139. package/mainnet/andromeda.js +26 -0
  140. package/mainnet/archway.js +58 -2
  141. package/mainnet/assetmantle.js +6 -0
  142. package/mainnet/assets.js +2 -1
  143. package/mainnet/aura.js +22 -2
  144. package/mainnet/axelar.js +266 -0
  145. package/mainnet/bandchain.js +4 -0
  146. package/mainnet/beezee.js +4 -0
  147. package/mainnet/bitcanna.js +6 -0
  148. package/mainnet/bitsong.js +10 -0
  149. package/mainnet/bostrom.js +2 -0
  150. package/mainnet/canto.js +6 -0
  151. package/mainnet/carbon.js +18 -0
  152. package/mainnet/celestia.js +198 -2
  153. package/mainnet/chain4energy.js +2 -0
  154. package/mainnet/cheqd.js +6 -0
  155. package/mainnet/chihuahua.js +20 -0
  156. package/mainnet/cifer.js +2 -0
  157. package/mainnet/comdex.js +18 -0
  158. package/mainnet/composable.js +62 -0
  159. package/mainnet/coreum.js +34 -2
  160. package/mainnet/cosmoshub.js +324 -6
  161. package/mainnet/crescent.js +110 -0
  162. package/mainnet/cronos.js +12 -2
  163. package/mainnet/cryptoorgchain.js +26 -0
  164. package/mainnet/decentr.js +6 -0
  165. package/mainnet/dig.js +2 -0
  166. package/mainnet/doravota.js +36 -0
  167. package/mainnet/dydx.js +186 -2
  168. package/mainnet/dymension.js +40 -2
  169. package/mainnet/emoney.js +6 -0
  170. package/mainnet/empowerchain.js +4 -0
  171. package/mainnet/evmos.js +70 -2
  172. package/mainnet/furya.js +8 -0
  173. package/mainnet/fxcore.js +4 -0
  174. package/mainnet/gateway.js +24 -0
  175. package/mainnet/gravitybridge.js +50 -2
  176. package/mainnet/haqq.js +22 -2
  177. package/mainnet/impacthub.js +8 -0
  178. package/mainnet/index.d.ts +1 -0
  179. package/mainnet/index.js +2 -1
  180. package/mainnet/injective.js +214 -2
  181. package/mainnet/irisnet.js +40 -0
  182. package/mainnet/jackal.js +12 -0
  183. package/mainnet/joltify.js +4 -0
  184. package/mainnet/juno.js +122 -0
  185. package/mainnet/kava.js +64 -0
  186. package/mainnet/kichain.js +2 -0
  187. package/mainnet/kujira.js +136 -6
  188. package/mainnet/kyve.js +6 -0
  189. package/mainnet/lava.js +6 -0
  190. package/mainnet/likecoin.js +2 -0
  191. package/mainnet/lumnetwork.js +2 -0
  192. package/mainnet/mars.js +18 -0
  193. package/mainnet/medasdigital.js +2 -0
  194. package/mainnet/migaloo.js +62 -2
  195. package/mainnet/neutron.js +220 -2
  196. package/mainnet/nibiru.js +4 -0
  197. package/mainnet/noble.js +372 -6
  198. package/mainnet/nois.js +38 -0
  199. package/mainnet/nolus.js +14 -0
  200. package/mainnet/nomic.js +10 -0
  201. package/mainnet/nyx.js +2 -0
  202. package/mainnet/odin.js +20 -0
  203. package/mainnet/okexchain.js +10 -0
  204. package/mainnet/omniflixhub.js +16 -0
  205. package/mainnet/onex.js +16 -2
  206. package/mainnet/onomy.js +2 -0
  207. package/mainnet/oraichain.js +30 -0
  208. package/mainnet/osmosis.js +538 -6
  209. package/mainnet/persistence.js +94 -2
  210. package/mainnet/planq.js +18 -0
  211. package/mainnet/point.js +2 -0
  212. package/mainnet/provenance.js +4 -0
  213. package/mainnet/pryzm.js +38 -0
  214. package/mainnet/pundix.js +2 -0
  215. package/mainnet/quicksilver.js +18 -0
  216. package/mainnet/qwoyn.js +2 -0
  217. package/mainnet/realio.js +4 -0
  218. package/mainnet/regen.js +24 -0
  219. package/mainnet/saga.js +14 -0
  220. package/mainnet/secretnetwork.js +144 -2
  221. package/mainnet/sei.js +40 -4
  222. package/mainnet/self.js +4 -0
  223. package/mainnet/sentinel.js +24 -0
  224. package/mainnet/shido.js +4 -0
  225. package/mainnet/sifchain.js +22 -0
  226. package/mainnet/sommelier.js +24 -0
  227. package/mainnet/source.js +10 -2
  228. package/mainnet/stafihub.js +10 -0
  229. package/mainnet/stargaze.js +50 -0
  230. package/mainnet/starname.js +16 -0
  231. package/mainnet/stride.js +232 -0
  232. package/mainnet/teritori.js +8 -0
  233. package/mainnet/terra.js +16 -0
  234. package/mainnet/terra2.js +286 -2
  235. package/mainnet/tgrade.js +4 -0
  236. package/mainnet/titan.d.ts +3 -0
  237. package/mainnet/titan.js +246 -0
  238. package/mainnet/umee.js +62 -2
  239. package/mainnet/unification.js +2 -0
  240. package/mainnet/uptick.js +4 -0
  241. package/mainnet/vidulum.js +4 -0
  242. package/mainnet/xpla.js +16 -0
  243. package/noncosmos/penumbra.js +8 -0
  244. package/package.json +5 -5
  245. package/testnet/archwaytestnet.js +4 -0
  246. package/testnet/axelartestnet.js +20 -0
  247. package/testnet/celestiatestnet3.js +2 -0
  248. package/testnet/cosmoshubtestnet.js +20 -0
  249. package/testnet/dydxtestnet.js +2 -0
  250. package/testnet/elystestnet.js +8 -0
  251. package/testnet/empowertestnet.js +4 -0
  252. package/testnet/injectivetestnet.js +4 -0
  253. package/testnet/junotestnet.js +6 -0
  254. package/testnet/kujiratestnet.js +4 -0
  255. package/testnet/lavatestnet.js +2 -0
  256. package/testnet/mantrachaintestnet.js +8 -0
  257. package/testnet/marstestnet.js +4 -0
  258. package/testnet/neutrontestnet.js +4 -0
  259. package/testnet/nobletestnet.js +14 -0
  260. package/testnet/noistestnet.js +8 -0
  261. package/testnet/nolustestnet.js +2 -0
  262. package/testnet/osmosistestnet.js +62 -0
  263. package/testnet/osmosistestnet4.js +12 -0
  264. package/testnet/persistencetestnet2.js +4 -0
  265. package/testnet/sagatestnet.js +2 -0
  266. package/testnet/seitestnet2.js +6 -0
  267. package/testnet/stargazetestnet.js +6 -0
  268. package/testnet/symphonytestnet.js +8 -0
  269. package/testnet/terra2testnet.js +2 -0
  270. package/testnet/titantestnet.js +12 -0
  271. package/testnet/xiontestnet.js +10 -0
package/mainnet/dydx.js CHANGED
@@ -41,6 +41,7 @@ const assets = {
41
41
  website: 'https://www.coreum.com/',
42
42
  twitter: 'https://twitter.com/CoreumOfficial'
43
43
  },
44
+ type_asset: 'sdk.coin',
44
45
  traces: [{
45
46
  type: 'ibc',
46
47
  counterparty: {
@@ -78,6 +79,7 @@ const assets = {
78
79
  primary_color_hex: '#fba214'
79
80
  }
80
81
  }],
82
+ type_asset: 'sdk.coin',
81
83
  traces: [{
82
84
  type: 'ibc',
83
85
  counterparty: {
@@ -128,6 +130,7 @@ const assets = {
128
130
  website: 'https://www.coreum.com/',
129
131
  twitter: 'https://twitter.com/CoreumOfficial'
130
132
  },
133
+ type_asset: 'sdk.coin',
131
134
  traces: [{
132
135
  type: 'ibc',
133
136
  counterparty: {
@@ -165,6 +168,7 @@ const assets = {
165
168
  primary_color_hex: '#fba214'
166
169
  }
167
170
  }],
171
+ type_asset: 'sdk.coin',
168
172
  traces: [{
169
173
  type: 'ibc',
170
174
  counterparty: {
@@ -207,6 +211,7 @@ const assets = {
207
211
  website: 'https://evmos.org/',
208
212
  twitter: 'https://twitter.com/EvmosOrg'
209
213
  },
214
+ type_asset: 'sdk.coin',
210
215
  traces: [{
211
216
  type: 'ibc',
212
217
  counterparty: {
@@ -248,6 +253,7 @@ const assets = {
248
253
  website: 'https://www.neokingdom.org/',
249
254
  twitter: 'https://twitter.com/NEOKingdomDAO'
250
255
  },
256
+ type_asset: 'sdk.coin',
251
257
  traces: [{
252
258
  type: 'ibc',
253
259
  counterparty: {
@@ -368,6 +374,7 @@ const assets = {
368
374
  website: 'https://www.kava.io/',
369
375
  twitter: 'https://twitter.com/KAVA_CHAIN'
370
376
  },
377
+ type_asset: 'sdk.coin',
371
378
  traces: [{
372
379
  type: 'ibc',
373
380
  counterparty: {
@@ -406,6 +413,7 @@ const assets = {
406
413
  primary_color_hex: '#7b34ac'
407
414
  }
408
415
  }],
416
+ type_asset: 'sdk.coin',
409
417
  traces: [{
410
418
  type: 'ibc',
411
419
  counterparty: {
@@ -444,6 +452,7 @@ const assets = {
444
452
  primary_color_hex: '#544cfc'
445
453
  }
446
454
  }],
455
+ type_asset: 'sdk.coin',
447
456
  traces: [{
448
457
  type: 'ibc',
449
458
  counterparty: {
@@ -482,6 +491,7 @@ const assets = {
482
491
  primary_color_hex: '#04d4a3'
483
492
  }
484
493
  }],
494
+ type_asset: 'sdk.coin',
485
495
  traces: [{
486
496
  type: 'ibc',
487
497
  counterparty: {
@@ -535,7 +545,8 @@ const assets = {
535
545
  logo_URIs: {
536
546
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
537
547
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
538
- }
548
+ },
549
+ type_asset: 'sdk.coin'
539
550
  },
540
551
  {
541
552
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
@@ -567,6 +578,7 @@ const assets = {
567
578
  website: 'https://kujira.network/',
568
579
  twitter: 'https://twitter.com/TeamKujira'
569
580
  },
581
+ type_asset: 'sdk.coin',
570
582
  traces: [{
571
583
  type: 'ibc',
572
584
  counterparty: {
@@ -611,6 +623,7 @@ const assets = {
611
623
  website: 'https://neutron.org/',
612
624
  twitter: 'https://twitter.com/Neutron_org'
613
625
  },
626
+ type_asset: 'sdk.coin',
614
627
  traces: [{
615
628
  type: 'ibc',
616
629
  counterparty: {
@@ -646,6 +659,7 @@ const assets = {
646
659
  primary_color_hex: '#1b0847'
647
660
  }
648
661
  }],
662
+ type_asset: 'sdk.coin',
649
663
  traces: [{
650
664
  type: 'ibc',
651
665
  counterparty: {
@@ -681,6 +695,7 @@ const assets = {
681
695
  primary_color_hex: '#dcd5ab'
682
696
  }
683
697
  }],
698
+ type_asset: 'sdk.coin',
684
699
  traces: [{
685
700
  type: 'ibc',
686
701
  counterparty: {
@@ -716,6 +731,7 @@ const assets = {
716
731
  primary_color_hex: '#333333'
717
732
  }
718
733
  }],
734
+ type_asset: 'sdk.coin',
719
735
  traces: [{
720
736
  type: 'ibc',
721
737
  counterparty: {
@@ -834,6 +850,7 @@ const assets = {
834
850
  website: 'https://ondo.finance/usdy',
835
851
  twitter: 'https://x.com/OndoFinance'
836
852
  },
853
+ type_asset: 'sdk.coin',
837
854
  traces: [{
838
855
  type: 'ibc',
839
856
  counterparty: {
@@ -966,6 +983,7 @@ const assets = {
966
983
  website: 'https://persistence.one/',
967
984
  twitter: 'https://twitter.com/PersistenceOne'
968
985
  },
986
+ type_asset: 'sdk.coin',
969
987
  traces: [{
970
988
  type: 'ibc',
971
989
  counterparty: {
@@ -1003,6 +1021,7 @@ const assets = {
1003
1021
  primary_color_hex: '#c6ddf5'
1004
1022
  }
1005
1023
  }],
1024
+ type_asset: 'sdk.coin',
1006
1025
  traces: [{
1007
1026
  type: 'ibc',
1008
1027
  counterparty: {
@@ -1037,6 +1056,7 @@ const assets = {
1037
1056
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1038
1057
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1039
1058
  }],
1059
+ type_asset: 'sdk.coin',
1040
1060
  traces: [{
1041
1061
  type: 'ibc',
1042
1062
  counterparty: {
@@ -1071,6 +1091,7 @@ const assets = {
1071
1091
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1072
1092
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1073
1093
  }],
1094
+ type_asset: 'sdk.coin',
1074
1095
  traces: [{
1075
1096
  type: 'ibc',
1076
1097
  counterparty: {
@@ -1105,6 +1126,7 @@ const assets = {
1105
1126
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1106
1127
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1107
1128
  }],
1129
+ type_asset: 'sdk.coin',
1108
1130
  traces: [{
1109
1131
  type: 'ibc',
1110
1132
  counterparty: {
@@ -1139,6 +1161,7 @@ const assets = {
1139
1161
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
1140
1162
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
1141
1163
  }],
1164
+ type_asset: 'sdk.coin',
1142
1165
  traces: [{
1143
1166
  type: 'ibc',
1144
1167
  counterparty: {
@@ -1173,6 +1196,7 @@ const assets = {
1173
1196
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
1174
1197
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
1175
1198
  }],
1199
+ type_asset: 'sdk.coin',
1176
1200
  traces: [{
1177
1201
  type: 'ibc',
1178
1202
  counterparty: {
@@ -1207,6 +1231,7 @@ const assets = {
1207
1231
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
1208
1232
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
1209
1233
  }],
1234
+ type_asset: 'sdk.coin',
1210
1235
  traces: [{
1211
1236
  type: 'ibc',
1212
1237
  counterparty: {
@@ -1241,6 +1266,7 @@ const assets = {
1241
1266
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
1242
1267
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
1243
1268
  }],
1269
+ type_asset: 'sdk.coin',
1244
1270
  traces: [{
1245
1271
  type: 'ibc',
1246
1272
  counterparty: {
@@ -1275,6 +1301,7 @@ const assets = {
1275
1301
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
1276
1302
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
1277
1303
  }],
1304
+ type_asset: 'sdk.coin',
1278
1305
  traces: [{
1279
1306
  type: 'ibc',
1280
1307
  counterparty: {
@@ -1309,6 +1336,7 @@ const assets = {
1309
1336
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
1310
1337
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
1311
1338
  }],
1339
+ type_asset: 'sdk.coin',
1312
1340
  traces: [{
1313
1341
  type: 'ibc',
1314
1342
  counterparty: {
@@ -1343,6 +1371,7 @@ const assets = {
1343
1371
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
1344
1372
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
1345
1373
  }],
1374
+ type_asset: 'sdk.coin',
1346
1375
  traces: [{
1347
1376
  type: 'ibc',
1348
1377
  counterparty: {
@@ -1377,6 +1406,7 @@ const assets = {
1377
1406
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
1378
1407
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
1379
1408
  }],
1409
+ type_asset: 'sdk.coin',
1380
1410
  traces: [{
1381
1411
  type: 'ibc',
1382
1412
  counterparty: {
@@ -1411,6 +1441,7 @@ const assets = {
1411
1441
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
1412
1442
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
1413
1443
  }],
1444
+ type_asset: 'sdk.coin',
1414
1445
  traces: [{
1415
1446
  type: 'ibc',
1416
1447
  counterparty: {
@@ -1445,6 +1476,7 @@ const assets = {
1445
1476
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1446
1477
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1447
1478
  }],
1479
+ type_asset: 'sdk.coin',
1448
1480
  traces: [{
1449
1481
  type: 'ibc',
1450
1482
  counterparty: {
@@ -1479,6 +1511,7 @@ const assets = {
1479
1511
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1480
1512
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1481
1513
  }],
1514
+ type_asset: 'sdk.coin',
1482
1515
  traces: [{
1483
1516
  type: 'ibc',
1484
1517
  counterparty: {
@@ -1513,6 +1546,7 @@ const assets = {
1513
1546
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1514
1547
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1515
1548
  }],
1549
+ type_asset: 'sdk.coin',
1516
1550
  traces: [{
1517
1551
  type: 'ibc',
1518
1552
  counterparty: {
@@ -1547,6 +1581,7 @@ const assets = {
1547
1581
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
1548
1582
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
1549
1583
  }],
1584
+ type_asset: 'sdk.coin',
1550
1585
  traces: [{
1551
1586
  type: 'ibc',
1552
1587
  counterparty: {
@@ -1581,6 +1616,7 @@ const assets = {
1581
1616
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
1582
1617
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
1583
1618
  }],
1619
+ type_asset: 'sdk.coin',
1584
1620
  traces: [{
1585
1621
  type: 'ibc',
1586
1622
  counterparty: {
@@ -1615,6 +1651,7 @@ const assets = {
1615
1651
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
1616
1652
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
1617
1653
  }],
1654
+ type_asset: 'sdk.coin',
1618
1655
  traces: [{
1619
1656
  type: 'ibc',
1620
1657
  counterparty: {
@@ -1649,6 +1686,7 @@ const assets = {
1649
1686
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
1650
1687
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
1651
1688
  }],
1689
+ type_asset: 'sdk.coin',
1652
1690
  traces: [{
1653
1691
  type: 'ibc',
1654
1692
  counterparty: {
@@ -1683,6 +1721,7 @@ const assets = {
1683
1721
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
1684
1722
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
1685
1723
  }],
1724
+ type_asset: 'sdk.coin',
1686
1725
  traces: [{
1687
1726
  type: 'ibc',
1688
1727
  counterparty: {
@@ -1717,6 +1756,7 @@ const assets = {
1717
1756
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
1718
1757
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
1719
1758
  }],
1759
+ type_asset: 'sdk.coin',
1720
1760
  traces: [{
1721
1761
  type: 'ibc',
1722
1762
  counterparty: {
@@ -1751,6 +1791,7 @@ const assets = {
1751
1791
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
1752
1792
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
1753
1793
  }],
1794
+ type_asset: 'sdk.coin',
1754
1795
  traces: [{
1755
1796
  type: 'ibc',
1756
1797
  counterparty: {
@@ -1785,6 +1826,7 @@ const assets = {
1785
1826
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
1786
1827
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
1787
1828
  }],
1829
+ type_asset: 'sdk.coin',
1788
1830
  traces: [{
1789
1831
  type: 'ibc',
1790
1832
  counterparty: {
@@ -1819,6 +1861,7 @@ const assets = {
1819
1861
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
1820
1862
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
1821
1863
  }],
1864
+ type_asset: 'sdk.coin',
1822
1865
  traces: [{
1823
1866
  type: 'ibc',
1824
1867
  counterparty: {
@@ -1853,6 +1896,7 @@ const assets = {
1853
1896
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
1854
1897
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
1855
1898
  }],
1899
+ type_asset: 'sdk.coin',
1856
1900
  traces: [{
1857
1901
  type: 'ibc',
1858
1902
  counterparty: {
@@ -1887,6 +1931,7 @@ const assets = {
1887
1931
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
1888
1932
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
1889
1933
  }],
1934
+ type_asset: 'sdk.coin',
1890
1935
  traces: [{
1891
1936
  type: 'ibc',
1892
1937
  counterparty: {
@@ -1921,6 +1966,7 @@ const assets = {
1921
1966
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
1922
1967
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
1923
1968
  }],
1969
+ type_asset: 'sdk.coin',
1924
1970
  traces: [{
1925
1971
  type: 'ibc',
1926
1972
  counterparty: {
@@ -1955,6 +2001,7 @@ const assets = {
1955
2001
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
1956
2002
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
1957
2003
  }],
2004
+ type_asset: 'sdk.coin',
1958
2005
  traces: [{
1959
2006
  type: 'ibc',
1960
2007
  counterparty: {
@@ -1989,6 +2036,7 @@ const assets = {
1989
2036
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
1990
2037
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
1991
2038
  }],
2039
+ type_asset: 'sdk.coin',
1992
2040
  traces: [{
1993
2041
  type: 'ibc',
1994
2042
  counterparty: {
@@ -2023,6 +2071,7 @@ const assets = {
2023
2071
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2024
2072
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2025
2073
  }],
2074
+ type_asset: 'sdk.coin',
2026
2075
  traces: [{
2027
2076
  type: 'ibc',
2028
2077
  counterparty: {
@@ -2057,6 +2106,7 @@ const assets = {
2057
2106
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2058
2107
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2059
2108
  }],
2109
+ type_asset: 'sdk.coin',
2060
2110
  traces: [{
2061
2111
  type: 'ibc',
2062
2112
  counterparty: {
@@ -2091,6 +2141,7 @@ const assets = {
2091
2141
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2092
2142
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2093
2143
  }],
2144
+ type_asset: 'sdk.coin',
2094
2145
  traces: [{
2095
2146
  type: 'ibc',
2096
2147
  counterparty: {
@@ -2125,6 +2176,7 @@ const assets = {
2125
2176
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2126
2177
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2127
2178
  }],
2179
+ type_asset: 'sdk.coin',
2128
2180
  traces: [{
2129
2181
  type: 'ibc',
2130
2182
  counterparty: {
@@ -2159,6 +2211,7 @@ const assets = {
2159
2211
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
2160
2212
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
2161
2213
  }],
2214
+ type_asset: 'sdk.coin',
2162
2215
  traces: [{
2163
2216
  type: 'ibc',
2164
2217
  counterparty: {
@@ -2193,6 +2246,7 @@ const assets = {
2193
2246
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
2194
2247
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
2195
2248
  }],
2249
+ type_asset: 'sdk.coin',
2196
2250
  traces: [{
2197
2251
  type: 'ibc',
2198
2252
  counterparty: {
@@ -2227,6 +2281,7 @@ const assets = {
2227
2281
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
2228
2282
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
2229
2283
  }],
2284
+ type_asset: 'sdk.coin',
2230
2285
  traces: [{
2231
2286
  type: 'ibc',
2232
2287
  counterparty: {
@@ -2261,6 +2316,7 @@ const assets = {
2261
2316
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
2262
2317
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
2263
2318
  }],
2319
+ type_asset: 'sdk.coin',
2264
2320
  traces: [{
2265
2321
  type: 'ibc',
2266
2322
  counterparty: {
@@ -2295,6 +2351,7 @@ const assets = {
2295
2351
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
2296
2352
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
2297
2353
  }],
2354
+ type_asset: 'sdk.coin',
2298
2355
  traces: [{
2299
2356
  type: 'ibc',
2300
2357
  counterparty: {
@@ -2329,6 +2386,7 @@ const assets = {
2329
2386
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
2330
2387
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
2331
2388
  }],
2389
+ type_asset: 'sdk.coin',
2332
2390
  traces: [{
2333
2391
  type: 'ibc',
2334
2392
  counterparty: {
@@ -2363,6 +2421,7 @@ const assets = {
2363
2421
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
2364
2422
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
2365
2423
  }],
2424
+ type_asset: 'sdk.coin',
2366
2425
  traces: [{
2367
2426
  type: 'ibc',
2368
2427
  counterparty: {
@@ -2397,6 +2456,7 @@ const assets = {
2397
2456
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
2398
2457
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
2399
2458
  }],
2459
+ type_asset: 'sdk.coin',
2400
2460
  traces: [{
2401
2461
  type: 'ibc',
2402
2462
  counterparty: {
@@ -2431,6 +2491,7 @@ const assets = {
2431
2491
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
2432
2492
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
2433
2493
  }],
2494
+ type_asset: 'sdk.coin',
2434
2495
  traces: [{
2435
2496
  type: 'ibc',
2436
2497
  counterparty: {
@@ -2465,6 +2526,7 @@ const assets = {
2465
2526
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
2466
2527
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
2467
2528
  }],
2529
+ type_asset: 'sdk.coin',
2468
2530
  traces: [{
2469
2531
  type: 'ibc',
2470
2532
  counterparty: {
@@ -2499,6 +2561,7 @@ const assets = {
2499
2561
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
2500
2562
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
2501
2563
  }],
2564
+ type_asset: 'sdk.coin',
2502
2565
  traces: [{
2503
2566
  type: 'ibc',
2504
2567
  counterparty: {
@@ -2533,6 +2596,7 @@ const assets = {
2533
2596
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
2534
2597
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
2535
2598
  }],
2599
+ type_asset: 'sdk.coin',
2536
2600
  traces: [{
2537
2601
  type: 'ibc',
2538
2602
  counterparty: {
@@ -2567,6 +2631,7 @@ const assets = {
2567
2631
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
2568
2632
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
2569
2633
  }],
2634
+ type_asset: 'sdk.coin',
2570
2635
  traces: [{
2571
2636
  type: 'ibc',
2572
2637
  counterparty: {
@@ -2601,6 +2666,7 @@ const assets = {
2601
2666
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
2602
2667
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
2603
2668
  }],
2669
+ type_asset: 'sdk.coin',
2604
2670
  traces: [{
2605
2671
  type: 'ibc',
2606
2672
  counterparty: {
@@ -2635,6 +2701,7 @@ const assets = {
2635
2701
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
2636
2702
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
2637
2703
  }],
2704
+ type_asset: 'sdk.coin',
2638
2705
  traces: [{
2639
2706
  type: 'ibc',
2640
2707
  counterparty: {
@@ -2669,6 +2736,7 @@ const assets = {
2669
2736
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2670
2737
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2671
2738
  }],
2739
+ type_asset: 'sdk.coin',
2672
2740
  traces: [{
2673
2741
  type: 'ibc',
2674
2742
  counterparty: {
@@ -2703,6 +2771,7 @@ const assets = {
2703
2771
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2704
2772
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2705
2773
  }],
2774
+ type_asset: 'sdk.coin',
2706
2775
  traces: [{
2707
2776
  type: 'ibc',
2708
2777
  counterparty: {
@@ -2737,6 +2806,7 @@ const assets = {
2737
2806
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2738
2807
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2739
2808
  }],
2809
+ type_asset: 'sdk.coin',
2740
2810
  traces: [{
2741
2811
  type: 'ibc',
2742
2812
  counterparty: {
@@ -2771,6 +2841,7 @@ const assets = {
2771
2841
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2772
2842
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2773
2843
  }],
2844
+ type_asset: 'sdk.coin',
2774
2845
  traces: [{
2775
2846
  type: 'ibc',
2776
2847
  counterparty: {
@@ -2805,6 +2876,7 @@ const assets = {
2805
2876
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2806
2877
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2807
2878
  }],
2879
+ type_asset: 'sdk.coin',
2808
2880
  traces: [{
2809
2881
  type: 'ibc',
2810
2882
  counterparty: {
@@ -2839,6 +2911,7 @@ const assets = {
2839
2911
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2840
2912
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2841
2913
  }],
2914
+ type_asset: 'sdk.coin',
2842
2915
  traces: [{
2843
2916
  type: 'ibc',
2844
2917
  counterparty: {
@@ -2873,6 +2946,7 @@ const assets = {
2873
2946
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2874
2947
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2875
2948
  }],
2949
+ type_asset: 'sdk.coin',
2876
2950
  traces: [{
2877
2951
  type: 'ibc',
2878
2952
  counterparty: {
@@ -2907,6 +2981,7 @@ const assets = {
2907
2981
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2908
2982
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2909
2983
  }],
2984
+ type_asset: 'sdk.coin',
2910
2985
  traces: [{
2911
2986
  type: 'ibc',
2912
2987
  counterparty: {
@@ -2941,6 +3016,7 @@ const assets = {
2941
3016
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2942
3017
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2943
3018
  }],
3019
+ type_asset: 'sdk.coin',
2944
3020
  traces: [{
2945
3021
  type: 'ibc',
2946
3022
  counterparty: {
@@ -2975,6 +3051,7 @@ const assets = {
2975
3051
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2976
3052
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2977
3053
  }],
3054
+ type_asset: 'sdk.coin',
2978
3055
  traces: [{
2979
3056
  type: 'ibc',
2980
3057
  counterparty: {
@@ -3009,6 +3086,7 @@ const assets = {
3009
3086
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3010
3087
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3011
3088
  }],
3089
+ type_asset: 'sdk.coin',
3012
3090
  traces: [{
3013
3091
  type: 'ibc',
3014
3092
  counterparty: {
@@ -3043,6 +3121,7 @@ const assets = {
3043
3121
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3044
3122
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3045
3123
  }],
3124
+ type_asset: 'sdk.coin',
3046
3125
  traces: [{
3047
3126
  type: 'ibc',
3048
3127
  counterparty: {
@@ -3077,6 +3156,7 @@ const assets = {
3077
3156
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3078
3157
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3079
3158
  }],
3159
+ type_asset: 'sdk.coin',
3080
3160
  traces: [{
3081
3161
  type: 'ibc',
3082
3162
  counterparty: {
@@ -3111,6 +3191,7 @@ const assets = {
3111
3191
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3112
3192
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3113
3193
  }],
3194
+ type_asset: 'sdk.coin',
3114
3195
  traces: [{
3115
3196
  type: 'ibc',
3116
3197
  counterparty: {
@@ -3145,6 +3226,7 @@ const assets = {
3145
3226
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3146
3227
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3147
3228
  }],
3229
+ type_asset: 'sdk.coin',
3148
3230
  traces: [{
3149
3231
  type: 'ibc',
3150
3232
  counterparty: {
@@ -3179,6 +3261,7 @@ const assets = {
3179
3261
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3180
3262
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3181
3263
  }],
3264
+ type_asset: 'sdk.coin',
3182
3265
  traces: [{
3183
3266
  type: 'ibc',
3184
3267
  counterparty: {
@@ -3213,6 +3296,7 @@ const assets = {
3213
3296
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3214
3297
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3215
3298
  }],
3299
+ type_asset: 'sdk.coin',
3216
3300
  traces: [{
3217
3301
  type: 'ibc',
3218
3302
  counterparty: {
@@ -3247,6 +3331,7 @@ const assets = {
3247
3331
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3248
3332
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3249
3333
  }],
3334
+ type_asset: 'sdk.coin',
3250
3335
  traces: [{
3251
3336
  type: 'ibc',
3252
3337
  counterparty: {
@@ -3281,6 +3366,7 @@ const assets = {
3281
3366
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3282
3367
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3283
3368
  }],
3369
+ type_asset: 'sdk.coin',
3284
3370
  traces: [{
3285
3371
  type: 'ibc',
3286
3372
  counterparty: {
@@ -3315,6 +3401,7 @@ const assets = {
3315
3401
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3316
3402
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3317
3403
  }],
3404
+ type_asset: 'sdk.coin',
3318
3405
  traces: [{
3319
3406
  type: 'ibc',
3320
3407
  counterparty: {
@@ -3349,6 +3436,7 @@ const assets = {
3349
3436
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3350
3437
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3351
3438
  }],
3439
+ type_asset: 'sdk.coin',
3352
3440
  traces: [{
3353
3441
  type: 'ibc',
3354
3442
  counterparty: {
@@ -3383,6 +3471,7 @@ const assets = {
3383
3471
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3384
3472
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3385
3473
  }],
3474
+ type_asset: 'sdk.coin',
3386
3475
  traces: [{
3387
3476
  type: 'ibc',
3388
3477
  counterparty: {
@@ -3417,6 +3506,7 @@ const assets = {
3417
3506
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3418
3507
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3419
3508
  }],
3509
+ type_asset: 'sdk.coin',
3420
3510
  traces: [{
3421
3511
  type: 'ibc',
3422
3512
  counterparty: {
@@ -3451,6 +3541,7 @@ const assets = {
3451
3541
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3452
3542
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3453
3543
  }],
3544
+ type_asset: 'sdk.coin',
3454
3545
  traces: [{
3455
3546
  type: 'ibc',
3456
3547
  counterparty: {
@@ -3493,6 +3584,7 @@ const assets = {
3493
3584
  website: 'https://stride.zone/',
3494
3585
  twitter: 'https://twitter.com/stride_zone'
3495
3586
  },
3587
+ type_asset: 'sdk.coin',
3496
3588
  traces: [{
3497
3589
  type: 'ibc',
3498
3590
  counterparty: {
@@ -3535,6 +3627,7 @@ const assets = {
3535
3627
  website: 'https://www.terra.money/',
3536
3628
  twitter: 'https://twitter.com/terra_money'
3537
3629
  },
3630
+ type_asset: 'sdk.coin',
3538
3631
  traces: [{
3539
3632
  type: 'ibc',
3540
3633
  counterparty: {
@@ -3573,6 +3666,7 @@ const assets = {
3573
3666
  primary_color_hex: '#22f2e9'
3574
3667
  }
3575
3668
  }],
3669
+ type_asset: 'sdk.coin',
3576
3670
  traces: [{
3577
3671
  type: 'ibc',
3578
3672
  counterparty: {
@@ -3615,6 +3709,7 @@ const assets = {
3615
3709
  website: 'https://evmos.org/',
3616
3710
  twitter: 'https://twitter.com/EvmosOrg'
3617
3711
  },
3712
+ type_asset: 'sdk.coin',
3618
3713
  traces: [{
3619
3714
  type: 'ibc',
3620
3715
  counterparty: {
@@ -3656,6 +3751,7 @@ const assets = {
3656
3751
  website: 'https://www.neokingdom.org/',
3657
3752
  twitter: 'https://twitter.com/NEOKingdomDAO'
3658
3753
  },
3754
+ type_asset: 'sdk.coin',
3659
3755
  traces: [{
3660
3756
  type: 'ibc',
3661
3757
  counterparty: {
@@ -3776,6 +3872,7 @@ const assets = {
3776
3872
  website: 'https://www.kava.io/',
3777
3873
  twitter: 'https://twitter.com/KAVA_CHAIN'
3778
3874
  },
3875
+ type_asset: 'sdk.coin',
3779
3876
  traces: [{
3780
3877
  type: 'ibc',
3781
3878
  counterparty: {
@@ -3814,6 +3911,7 @@ const assets = {
3814
3911
  primary_color_hex: '#7b34ac'
3815
3912
  }
3816
3913
  }],
3914
+ type_asset: 'sdk.coin',
3817
3915
  traces: [{
3818
3916
  type: 'ibc',
3819
3917
  counterparty: {
@@ -3852,6 +3950,7 @@ const assets = {
3852
3950
  primary_color_hex: '#544cfc'
3853
3951
  }
3854
3952
  }],
3953
+ type_asset: 'sdk.coin',
3855
3954
  traces: [{
3856
3955
  type: 'ibc',
3857
3956
  counterparty: {
@@ -3890,6 +3989,7 @@ const assets = {
3890
3989
  primary_color_hex: '#04d4a3'
3891
3990
  }
3892
3991
  }],
3992
+ type_asset: 'sdk.coin',
3893
3993
  traces: [{
3894
3994
  type: 'ibc',
3895
3995
  counterparty: {
@@ -3943,7 +4043,8 @@ const assets = {
3943
4043
  logo_URIs: {
3944
4044
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
3945
4045
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
3946
- }
4046
+ },
4047
+ type_asset: 'sdk.coin'
3947
4048
  },
3948
4049
  {
3949
4050
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
@@ -3975,6 +4076,7 @@ const assets = {
3975
4076
  website: 'https://kujira.network/',
3976
4077
  twitter: 'https://twitter.com/TeamKujira'
3977
4078
  },
4079
+ type_asset: 'sdk.coin',
3978
4080
  traces: [{
3979
4081
  type: 'ibc',
3980
4082
  counterparty: {
@@ -4019,6 +4121,7 @@ const assets = {
4019
4121
  website: 'https://neutron.org/',
4020
4122
  twitter: 'https://twitter.com/Neutron_org'
4021
4123
  },
4124
+ type_asset: 'sdk.coin',
4022
4125
  traces: [{
4023
4126
  type: 'ibc',
4024
4127
  counterparty: {
@@ -4054,6 +4157,7 @@ const assets = {
4054
4157
  primary_color_hex: '#1b0847'
4055
4158
  }
4056
4159
  }],
4160
+ type_asset: 'sdk.coin',
4057
4161
  traces: [{
4058
4162
  type: 'ibc',
4059
4163
  counterparty: {
@@ -4089,6 +4193,7 @@ const assets = {
4089
4193
  primary_color_hex: '#dcd5ab'
4090
4194
  }
4091
4195
  }],
4196
+ type_asset: 'sdk.coin',
4092
4197
  traces: [{
4093
4198
  type: 'ibc',
4094
4199
  counterparty: {
@@ -4124,6 +4229,7 @@ const assets = {
4124
4229
  primary_color_hex: '#333333'
4125
4230
  }
4126
4231
  }],
4232
+ type_asset: 'sdk.coin',
4127
4233
  traces: [{
4128
4234
  type: 'ibc',
4129
4235
  counterparty: {
@@ -4242,6 +4348,7 @@ const assets = {
4242
4348
  website: 'https://ondo.finance/usdy',
4243
4349
  twitter: 'https://x.com/OndoFinance'
4244
4350
  },
4351
+ type_asset: 'sdk.coin',
4245
4352
  traces: [{
4246
4353
  type: 'ibc',
4247
4354
  counterparty: {
@@ -4374,6 +4481,7 @@ const assets = {
4374
4481
  website: 'https://persistence.one/',
4375
4482
  twitter: 'https://twitter.com/PersistenceOne'
4376
4483
  },
4484
+ type_asset: 'sdk.coin',
4377
4485
  traces: [{
4378
4486
  type: 'ibc',
4379
4487
  counterparty: {
@@ -4411,6 +4519,7 @@ const assets = {
4411
4519
  primary_color_hex: '#c6ddf5'
4412
4520
  }
4413
4521
  }],
4522
+ type_asset: 'sdk.coin',
4414
4523
  traces: [{
4415
4524
  type: 'ibc',
4416
4525
  counterparty: {
@@ -4445,6 +4554,7 @@ const assets = {
4445
4554
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
4446
4555
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
4447
4556
  }],
4557
+ type_asset: 'sdk.coin',
4448
4558
  traces: [{
4449
4559
  type: 'ibc',
4450
4560
  counterparty: {
@@ -4479,6 +4589,7 @@ const assets = {
4479
4589
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
4480
4590
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
4481
4591
  }],
4592
+ type_asset: 'sdk.coin',
4482
4593
  traces: [{
4483
4594
  type: 'ibc',
4484
4595
  counterparty: {
@@ -4513,6 +4624,7 @@ const assets = {
4513
4624
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
4514
4625
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
4515
4626
  }],
4627
+ type_asset: 'sdk.coin',
4516
4628
  traces: [{
4517
4629
  type: 'ibc',
4518
4630
  counterparty: {
@@ -4547,6 +4659,7 @@ const assets = {
4547
4659
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
4548
4660
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
4549
4661
  }],
4662
+ type_asset: 'sdk.coin',
4550
4663
  traces: [{
4551
4664
  type: 'ibc',
4552
4665
  counterparty: {
@@ -4581,6 +4694,7 @@ const assets = {
4581
4694
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
4582
4695
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
4583
4696
  }],
4697
+ type_asset: 'sdk.coin',
4584
4698
  traces: [{
4585
4699
  type: 'ibc',
4586
4700
  counterparty: {
@@ -4615,6 +4729,7 @@ const assets = {
4615
4729
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
4616
4730
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
4617
4731
  }],
4732
+ type_asset: 'sdk.coin',
4618
4733
  traces: [{
4619
4734
  type: 'ibc',
4620
4735
  counterparty: {
@@ -4649,6 +4764,7 @@ const assets = {
4649
4764
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
4650
4765
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
4651
4766
  }],
4767
+ type_asset: 'sdk.coin',
4652
4768
  traces: [{
4653
4769
  type: 'ibc',
4654
4770
  counterparty: {
@@ -4683,6 +4799,7 @@ const assets = {
4683
4799
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
4684
4800
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
4685
4801
  }],
4802
+ type_asset: 'sdk.coin',
4686
4803
  traces: [{
4687
4804
  type: 'ibc',
4688
4805
  counterparty: {
@@ -4717,6 +4834,7 @@ const assets = {
4717
4834
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
4718
4835
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
4719
4836
  }],
4837
+ type_asset: 'sdk.coin',
4720
4838
  traces: [{
4721
4839
  type: 'ibc',
4722
4840
  counterparty: {
@@ -4751,6 +4869,7 @@ const assets = {
4751
4869
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
4752
4870
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
4753
4871
  }],
4872
+ type_asset: 'sdk.coin',
4754
4873
  traces: [{
4755
4874
  type: 'ibc',
4756
4875
  counterparty: {
@@ -4785,6 +4904,7 @@ const assets = {
4785
4904
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
4786
4905
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
4787
4906
  }],
4907
+ type_asset: 'sdk.coin',
4788
4908
  traces: [{
4789
4909
  type: 'ibc',
4790
4910
  counterparty: {
@@ -4819,6 +4939,7 @@ const assets = {
4819
4939
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
4820
4940
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
4821
4941
  }],
4942
+ type_asset: 'sdk.coin',
4822
4943
  traces: [{
4823
4944
  type: 'ibc',
4824
4945
  counterparty: {
@@ -4853,6 +4974,7 @@ const assets = {
4853
4974
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
4854
4975
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
4855
4976
  }],
4977
+ type_asset: 'sdk.coin',
4856
4978
  traces: [{
4857
4979
  type: 'ibc',
4858
4980
  counterparty: {
@@ -4887,6 +5009,7 @@ const assets = {
4887
5009
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
4888
5010
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
4889
5011
  }],
5012
+ type_asset: 'sdk.coin',
4890
5013
  traces: [{
4891
5014
  type: 'ibc',
4892
5015
  counterparty: {
@@ -4921,6 +5044,7 @@ const assets = {
4921
5044
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
4922
5045
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
4923
5046
  }],
5047
+ type_asset: 'sdk.coin',
4924
5048
  traces: [{
4925
5049
  type: 'ibc',
4926
5050
  counterparty: {
@@ -4955,6 +5079,7 @@ const assets = {
4955
5079
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
4956
5080
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
4957
5081
  }],
5082
+ type_asset: 'sdk.coin',
4958
5083
  traces: [{
4959
5084
  type: 'ibc',
4960
5085
  counterparty: {
@@ -4989,6 +5114,7 @@ const assets = {
4989
5114
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
4990
5115
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
4991
5116
  }],
5117
+ type_asset: 'sdk.coin',
4992
5118
  traces: [{
4993
5119
  type: 'ibc',
4994
5120
  counterparty: {
@@ -5023,6 +5149,7 @@ const assets = {
5023
5149
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
5024
5150
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
5025
5151
  }],
5152
+ type_asset: 'sdk.coin',
5026
5153
  traces: [{
5027
5154
  type: 'ibc',
5028
5155
  counterparty: {
@@ -5057,6 +5184,7 @@ const assets = {
5057
5184
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
5058
5185
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
5059
5186
  }],
5187
+ type_asset: 'sdk.coin',
5060
5188
  traces: [{
5061
5189
  type: 'ibc',
5062
5190
  counterparty: {
@@ -5091,6 +5219,7 @@ const assets = {
5091
5219
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
5092
5220
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
5093
5221
  }],
5222
+ type_asset: 'sdk.coin',
5094
5223
  traces: [{
5095
5224
  type: 'ibc',
5096
5225
  counterparty: {
@@ -5125,6 +5254,7 @@ const assets = {
5125
5254
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
5126
5255
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
5127
5256
  }],
5257
+ type_asset: 'sdk.coin',
5128
5258
  traces: [{
5129
5259
  type: 'ibc',
5130
5260
  counterparty: {
@@ -5159,6 +5289,7 @@ const assets = {
5159
5289
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
5160
5290
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
5161
5291
  }],
5292
+ type_asset: 'sdk.coin',
5162
5293
  traces: [{
5163
5294
  type: 'ibc',
5164
5295
  counterparty: {
@@ -5193,6 +5324,7 @@ const assets = {
5193
5324
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
5194
5325
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
5195
5326
  }],
5327
+ type_asset: 'sdk.coin',
5196
5328
  traces: [{
5197
5329
  type: 'ibc',
5198
5330
  counterparty: {
@@ -5227,6 +5359,7 @@ const assets = {
5227
5359
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
5228
5360
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
5229
5361
  }],
5362
+ type_asset: 'sdk.coin',
5230
5363
  traces: [{
5231
5364
  type: 'ibc',
5232
5365
  counterparty: {
@@ -5261,6 +5394,7 @@ const assets = {
5261
5394
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
5262
5395
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
5263
5396
  }],
5397
+ type_asset: 'sdk.coin',
5264
5398
  traces: [{
5265
5399
  type: 'ibc',
5266
5400
  counterparty: {
@@ -5295,6 +5429,7 @@ const assets = {
5295
5429
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
5296
5430
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
5297
5431
  }],
5432
+ type_asset: 'sdk.coin',
5298
5433
  traces: [{
5299
5434
  type: 'ibc',
5300
5435
  counterparty: {
@@ -5329,6 +5464,7 @@ const assets = {
5329
5464
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
5330
5465
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
5331
5466
  }],
5467
+ type_asset: 'sdk.coin',
5332
5468
  traces: [{
5333
5469
  type: 'ibc',
5334
5470
  counterparty: {
@@ -5363,6 +5499,7 @@ const assets = {
5363
5499
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
5364
5500
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
5365
5501
  }],
5502
+ type_asset: 'sdk.coin',
5366
5503
  traces: [{
5367
5504
  type: 'ibc',
5368
5505
  counterparty: {
@@ -5397,6 +5534,7 @@ const assets = {
5397
5534
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
5398
5535
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
5399
5536
  }],
5537
+ type_asset: 'sdk.coin',
5400
5538
  traces: [{
5401
5539
  type: 'ibc',
5402
5540
  counterparty: {
@@ -5431,6 +5569,7 @@ const assets = {
5431
5569
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
5432
5570
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
5433
5571
  }],
5572
+ type_asset: 'sdk.coin',
5434
5573
  traces: [{
5435
5574
  type: 'ibc',
5436
5575
  counterparty: {
@@ -5465,6 +5604,7 @@ const assets = {
5465
5604
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
5466
5605
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
5467
5606
  }],
5607
+ type_asset: 'sdk.coin',
5468
5608
  traces: [{
5469
5609
  type: 'ibc',
5470
5610
  counterparty: {
@@ -5499,6 +5639,7 @@ const assets = {
5499
5639
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
5500
5640
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
5501
5641
  }],
5642
+ type_asset: 'sdk.coin',
5502
5643
  traces: [{
5503
5644
  type: 'ibc',
5504
5645
  counterparty: {
@@ -5533,6 +5674,7 @@ const assets = {
5533
5674
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
5534
5675
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
5535
5676
  }],
5677
+ type_asset: 'sdk.coin',
5536
5678
  traces: [{
5537
5679
  type: 'ibc',
5538
5680
  counterparty: {
@@ -5567,6 +5709,7 @@ const assets = {
5567
5709
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
5568
5710
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
5569
5711
  }],
5712
+ type_asset: 'sdk.coin',
5570
5713
  traces: [{
5571
5714
  type: 'ibc',
5572
5715
  counterparty: {
@@ -5601,6 +5744,7 @@ const assets = {
5601
5744
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
5602
5745
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
5603
5746
  }],
5747
+ type_asset: 'sdk.coin',
5604
5748
  traces: [{
5605
5749
  type: 'ibc',
5606
5750
  counterparty: {
@@ -5635,6 +5779,7 @@ const assets = {
5635
5779
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
5636
5780
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
5637
5781
  }],
5782
+ type_asset: 'sdk.coin',
5638
5783
  traces: [{
5639
5784
  type: 'ibc',
5640
5785
  counterparty: {
@@ -5669,6 +5814,7 @@ const assets = {
5669
5814
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
5670
5815
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
5671
5816
  }],
5817
+ type_asset: 'sdk.coin',
5672
5818
  traces: [{
5673
5819
  type: 'ibc',
5674
5820
  counterparty: {
@@ -5703,6 +5849,7 @@ const assets = {
5703
5849
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
5704
5850
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
5705
5851
  }],
5852
+ type_asset: 'sdk.coin',
5706
5853
  traces: [{
5707
5854
  type: 'ibc',
5708
5855
  counterparty: {
@@ -5737,6 +5884,7 @@ const assets = {
5737
5884
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
5738
5885
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
5739
5886
  }],
5887
+ type_asset: 'sdk.coin',
5740
5888
  traces: [{
5741
5889
  type: 'ibc',
5742
5890
  counterparty: {
@@ -5771,6 +5919,7 @@ const assets = {
5771
5919
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
5772
5920
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
5773
5921
  }],
5922
+ type_asset: 'sdk.coin',
5774
5923
  traces: [{
5775
5924
  type: 'ibc',
5776
5925
  counterparty: {
@@ -5805,6 +5954,7 @@ const assets = {
5805
5954
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
5806
5955
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
5807
5956
  }],
5957
+ type_asset: 'sdk.coin',
5808
5958
  traces: [{
5809
5959
  type: 'ibc',
5810
5960
  counterparty: {
@@ -5839,6 +5989,7 @@ const assets = {
5839
5989
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
5840
5990
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
5841
5991
  }],
5992
+ type_asset: 'sdk.coin',
5842
5993
  traces: [{
5843
5994
  type: 'ibc',
5844
5995
  counterparty: {
@@ -5873,6 +6024,7 @@ const assets = {
5873
6024
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
5874
6025
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
5875
6026
  }],
6027
+ type_asset: 'sdk.coin',
5876
6028
  traces: [{
5877
6029
  type: 'ibc',
5878
6030
  counterparty: {
@@ -5907,6 +6059,7 @@ const assets = {
5907
6059
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
5908
6060
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
5909
6061
  }],
6062
+ type_asset: 'sdk.coin',
5910
6063
  traces: [{
5911
6064
  type: 'ibc',
5912
6065
  counterparty: {
@@ -5941,6 +6094,7 @@ const assets = {
5941
6094
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
5942
6095
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
5943
6096
  }],
6097
+ type_asset: 'sdk.coin',
5944
6098
  traces: [{
5945
6099
  type: 'ibc',
5946
6100
  counterparty: {
@@ -5975,6 +6129,7 @@ const assets = {
5975
6129
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
5976
6130
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
5977
6131
  }],
6132
+ type_asset: 'sdk.coin',
5978
6133
  traces: [{
5979
6134
  type: 'ibc',
5980
6135
  counterparty: {
@@ -6009,6 +6164,7 @@ const assets = {
6009
6164
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
6010
6165
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
6011
6166
  }],
6167
+ type_asset: 'sdk.coin',
6012
6168
  traces: [{
6013
6169
  type: 'ibc',
6014
6170
  counterparty: {
@@ -6043,6 +6199,7 @@ const assets = {
6043
6199
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
6044
6200
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
6045
6201
  }],
6202
+ type_asset: 'sdk.coin',
6046
6203
  traces: [{
6047
6204
  type: 'ibc',
6048
6205
  counterparty: {
@@ -6077,6 +6234,7 @@ const assets = {
6077
6234
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6078
6235
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6079
6236
  }],
6237
+ type_asset: 'sdk.coin',
6080
6238
  traces: [{
6081
6239
  type: 'ibc',
6082
6240
  counterparty: {
@@ -6111,6 +6269,7 @@ const assets = {
6111
6269
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6112
6270
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6113
6271
  }],
6272
+ type_asset: 'sdk.coin',
6114
6273
  traces: [{
6115
6274
  type: 'ibc',
6116
6275
  counterparty: {
@@ -6145,6 +6304,7 @@ const assets = {
6145
6304
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6146
6305
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6147
6306
  }],
6307
+ type_asset: 'sdk.coin',
6148
6308
  traces: [{
6149
6309
  type: 'ibc',
6150
6310
  counterparty: {
@@ -6179,6 +6339,7 @@ const assets = {
6179
6339
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6180
6340
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6181
6341
  }],
6342
+ type_asset: 'sdk.coin',
6182
6343
  traces: [{
6183
6344
  type: 'ibc',
6184
6345
  counterparty: {
@@ -6213,6 +6374,7 @@ const assets = {
6213
6374
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6214
6375
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6215
6376
  }],
6377
+ type_asset: 'sdk.coin',
6216
6378
  traces: [{
6217
6379
  type: 'ibc',
6218
6380
  counterparty: {
@@ -6247,6 +6409,7 @@ const assets = {
6247
6409
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6248
6410
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6249
6411
  }],
6412
+ type_asset: 'sdk.coin',
6250
6413
  traces: [{
6251
6414
  type: 'ibc',
6252
6415
  counterparty: {
@@ -6281,6 +6444,7 @@ const assets = {
6281
6444
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6282
6445
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6283
6446
  }],
6447
+ type_asset: 'sdk.coin',
6284
6448
  traces: [{
6285
6449
  type: 'ibc',
6286
6450
  counterparty: {
@@ -6315,6 +6479,7 @@ const assets = {
6315
6479
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6316
6480
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6317
6481
  }],
6482
+ type_asset: 'sdk.coin',
6318
6483
  traces: [{
6319
6484
  type: 'ibc',
6320
6485
  counterparty: {
@@ -6349,6 +6514,7 @@ const assets = {
6349
6514
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6350
6515
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6351
6516
  }],
6517
+ type_asset: 'sdk.coin',
6352
6518
  traces: [{
6353
6519
  type: 'ibc',
6354
6520
  counterparty: {
@@ -6383,6 +6549,7 @@ const assets = {
6383
6549
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6384
6550
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6385
6551
  }],
6552
+ type_asset: 'sdk.coin',
6386
6553
  traces: [{
6387
6554
  type: 'ibc',
6388
6555
  counterparty: {
@@ -6417,6 +6584,7 @@ const assets = {
6417
6584
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6418
6585
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6419
6586
  }],
6587
+ type_asset: 'sdk.coin',
6420
6588
  traces: [{
6421
6589
  type: 'ibc',
6422
6590
  counterparty: {
@@ -6451,6 +6619,7 @@ const assets = {
6451
6619
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6452
6620
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6453
6621
  }],
6622
+ type_asset: 'sdk.coin',
6454
6623
  traces: [{
6455
6624
  type: 'ibc',
6456
6625
  counterparty: {
@@ -6485,6 +6654,7 @@ const assets = {
6485
6654
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6486
6655
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6487
6656
  }],
6657
+ type_asset: 'sdk.coin',
6488
6658
  traces: [{
6489
6659
  type: 'ibc',
6490
6660
  counterparty: {
@@ -6519,6 +6689,7 @@ const assets = {
6519
6689
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6520
6690
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6521
6691
  }],
6692
+ type_asset: 'sdk.coin',
6522
6693
  traces: [{
6523
6694
  type: 'ibc',
6524
6695
  counterparty: {
@@ -6553,6 +6724,7 @@ const assets = {
6553
6724
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6554
6725
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6555
6726
  }],
6727
+ type_asset: 'sdk.coin',
6556
6728
  traces: [{
6557
6729
  type: 'ibc',
6558
6730
  counterparty: {
@@ -6587,6 +6759,7 @@ const assets = {
6587
6759
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6588
6760
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6589
6761
  }],
6762
+ type_asset: 'sdk.coin',
6590
6763
  traces: [{
6591
6764
  type: 'ibc',
6592
6765
  counterparty: {
@@ -6621,6 +6794,7 @@ const assets = {
6621
6794
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6622
6795
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6623
6796
  }],
6797
+ type_asset: 'sdk.coin',
6624
6798
  traces: [{
6625
6799
  type: 'ibc',
6626
6800
  counterparty: {
@@ -6655,6 +6829,7 @@ const assets = {
6655
6829
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6656
6830
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6657
6831
  }],
6832
+ type_asset: 'sdk.coin',
6658
6833
  traces: [{
6659
6834
  type: 'ibc',
6660
6835
  counterparty: {
@@ -6689,6 +6864,7 @@ const assets = {
6689
6864
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6690
6865
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6691
6866
  }],
6867
+ type_asset: 'sdk.coin',
6692
6868
  traces: [{
6693
6869
  type: 'ibc',
6694
6870
  counterparty: {
@@ -6723,6 +6899,7 @@ const assets = {
6723
6899
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6724
6900
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6725
6901
  }],
6902
+ type_asset: 'sdk.coin',
6726
6903
  traces: [{
6727
6904
  type: 'ibc',
6728
6905
  counterparty: {
@@ -6757,6 +6934,7 @@ const assets = {
6757
6934
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6758
6935
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6759
6936
  }],
6937
+ type_asset: 'sdk.coin',
6760
6938
  traces: [{
6761
6939
  type: 'ibc',
6762
6940
  counterparty: {
@@ -6791,6 +6969,7 @@ const assets = {
6791
6969
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6792
6970
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6793
6971
  }],
6972
+ type_asset: 'sdk.coin',
6794
6973
  traces: [{
6795
6974
  type: 'ibc',
6796
6975
  counterparty: {
@@ -6825,6 +7004,7 @@ const assets = {
6825
7004
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6826
7005
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6827
7006
  }],
7007
+ type_asset: 'sdk.coin',
6828
7008
  traces: [{
6829
7009
  type: 'ibc',
6830
7010
  counterparty: {
@@ -6859,6 +7039,7 @@ const assets = {
6859
7039
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6860
7040
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6861
7041
  }],
7042
+ type_asset: 'sdk.coin',
6862
7043
  traces: [{
6863
7044
  type: 'ibc',
6864
7045
  counterparty: {
@@ -6901,6 +7082,7 @@ const assets = {
6901
7082
  website: 'https://stride.zone/',
6902
7083
  twitter: 'https://twitter.com/stride_zone'
6903
7084
  },
7085
+ type_asset: 'sdk.coin',
6904
7086
  traces: [{
6905
7087
  type: 'ibc',
6906
7088
  counterparty: {
@@ -6943,6 +7125,7 @@ const assets = {
6943
7125
  website: 'https://www.terra.money/',
6944
7126
  twitter: 'https://twitter.com/terra_money'
6945
7127
  },
7128
+ type_asset: 'sdk.coin',
6946
7129
  traces: [{
6947
7130
  type: 'ibc',
6948
7131
  counterparty: {
@@ -6981,6 +7164,7 @@ const assets = {
6981
7164
  primary_color_hex: '#22f2e9'
6982
7165
  }
6983
7166
  }],
7167
+ type_asset: 'sdk.coin',
6984
7168
  traces: [{
6985
7169
  type: 'ibc',
6986
7170
  counterparty: {