@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
@@ -39,6 +39,7 @@ const assets = {
39
39
  website: 'https://www.coreum.com/',
40
40
  twitter: 'https://twitter.com/CoreumOfficial'
41
41
  },
42
+ type_asset: 'sdk.coin',
42
43
  traces: [{
43
44
  type: 'ibc',
44
45
  counterparty: {
@@ -76,6 +77,7 @@ const assets = {
76
77
  primary_color_hex: '#fba214'
77
78
  }
78
79
  }],
80
+ type_asset: 'sdk.coin',
79
81
  traces: [{
80
82
  type: 'ibc',
81
83
  counterparty: {
@@ -126,6 +128,7 @@ const assets = {
126
128
  website: 'https://www.coreum.com/',
127
129
  twitter: 'https://twitter.com/CoreumOfficial'
128
130
  },
131
+ type_asset: 'sdk.coin',
129
132
  traces: [{
130
133
  type: 'ibc',
131
134
  counterparty: {
@@ -163,6 +166,7 @@ const assets = {
163
166
  primary_color_hex: '#fba214'
164
167
  }
165
168
  }],
169
+ type_asset: 'sdk.coin',
166
170
  traces: [{
167
171
  type: 'ibc',
168
172
  counterparty: {
@@ -205,6 +209,7 @@ const assets = {
205
209
  website: 'https://evmos.org/',
206
210
  twitter: 'https://twitter.com/EvmosOrg'
207
211
  },
212
+ type_asset: 'sdk.coin',
208
213
  traces: [{
209
214
  type: 'ibc',
210
215
  counterparty: {
@@ -246,6 +251,7 @@ const assets = {
246
251
  website: 'https://www.neokingdom.org/',
247
252
  twitter: 'https://twitter.com/NEOKingdomDAO'
248
253
  },
254
+ type_asset: 'sdk.coin',
249
255
  traces: [{
250
256
  type: 'ibc',
251
257
  counterparty: {
@@ -366,6 +372,7 @@ const assets = {
366
372
  website: 'https://www.kava.io/',
367
373
  twitter: 'https://twitter.com/KAVA_CHAIN'
368
374
  },
375
+ type_asset: 'sdk.coin',
369
376
  traces: [{
370
377
  type: 'ibc',
371
378
  counterparty: {
@@ -404,6 +411,7 @@ const assets = {
404
411
  primary_color_hex: '#7b34ac'
405
412
  }
406
413
  }],
414
+ type_asset: 'sdk.coin',
407
415
  traces: [{
408
416
  type: 'ibc',
409
417
  counterparty: {
@@ -442,6 +450,7 @@ const assets = {
442
450
  primary_color_hex: '#544cfc'
443
451
  }
444
452
  }],
453
+ type_asset: 'sdk.coin',
445
454
  traces: [{
446
455
  type: 'ibc',
447
456
  counterparty: {
@@ -480,6 +489,7 @@ const assets = {
480
489
  primary_color_hex: '#04d4a3'
481
490
  }
482
491
  }],
492
+ type_asset: 'sdk.coin',
483
493
  traces: [{
484
494
  type: 'ibc',
485
495
  counterparty: {
@@ -533,7 +543,8 @@ const assets = {
533
543
  logo_URIs: {
534
544
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
535
545
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
536
- }
546
+ },
547
+ type_asset: 'sdk.coin'
537
548
  },
538
549
  {
539
550
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
@@ -565,6 +576,7 @@ const assets = {
565
576
  website: 'https://kujira.network/',
566
577
  twitter: 'https://twitter.com/TeamKujira'
567
578
  },
579
+ type_asset: 'sdk.coin',
568
580
  traces: [{
569
581
  type: 'ibc',
570
582
  counterparty: {
@@ -609,6 +621,7 @@ const assets = {
609
621
  website: 'https://neutron.org/',
610
622
  twitter: 'https://twitter.com/Neutron_org'
611
623
  },
624
+ type_asset: 'sdk.coin',
612
625
  traces: [{
613
626
  type: 'ibc',
614
627
  counterparty: {
@@ -644,6 +657,7 @@ const assets = {
644
657
  primary_color_hex: '#1b0847'
645
658
  }
646
659
  }],
660
+ type_asset: 'sdk.coin',
647
661
  traces: [{
648
662
  type: 'ibc',
649
663
  counterparty: {
@@ -679,6 +693,7 @@ const assets = {
679
693
  primary_color_hex: '#dcd5ab'
680
694
  }
681
695
  }],
696
+ type_asset: 'sdk.coin',
682
697
  traces: [{
683
698
  type: 'ibc',
684
699
  counterparty: {
@@ -714,6 +729,7 @@ const assets = {
714
729
  primary_color_hex: '#333333'
715
730
  }
716
731
  }],
732
+ type_asset: 'sdk.coin',
717
733
  traces: [{
718
734
  type: 'ibc',
719
735
  counterparty: {
@@ -832,6 +848,7 @@ const assets = {
832
848
  website: 'https://ondo.finance/usdy',
833
849
  twitter: 'https://x.com/OndoFinance'
834
850
  },
851
+ type_asset: 'sdk.coin',
835
852
  traces: [{
836
853
  type: 'ibc',
837
854
  counterparty: {
@@ -964,6 +981,7 @@ const assets = {
964
981
  website: 'https://persistence.one/',
965
982
  twitter: 'https://twitter.com/PersistenceOne'
966
983
  },
984
+ type_asset: 'sdk.coin',
967
985
  traces: [{
968
986
  type: 'ibc',
969
987
  counterparty: {
@@ -1001,6 +1019,7 @@ const assets = {
1001
1019
  primary_color_hex: '#c6ddf5'
1002
1020
  }
1003
1021
  }],
1022
+ type_asset: 'sdk.coin',
1004
1023
  traces: [{
1005
1024
  type: 'ibc',
1006
1025
  counterparty: {
@@ -1035,6 +1054,7 @@ const assets = {
1035
1054
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1036
1055
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1037
1056
  }],
1057
+ type_asset: 'sdk.coin',
1038
1058
  traces: [{
1039
1059
  type: 'ibc',
1040
1060
  counterparty: {
@@ -1069,6 +1089,7 @@ const assets = {
1069
1089
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1070
1090
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1071
1091
  }],
1092
+ type_asset: 'sdk.coin',
1072
1093
  traces: [{
1073
1094
  type: 'ibc',
1074
1095
  counterparty: {
@@ -1103,6 +1124,7 @@ const assets = {
1103
1124
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1104
1125
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1105
1126
  }],
1127
+ type_asset: 'sdk.coin',
1106
1128
  traces: [{
1107
1129
  type: 'ibc',
1108
1130
  counterparty: {
@@ -1137,6 +1159,7 @@ const assets = {
1137
1159
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
1138
1160
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
1139
1161
  }],
1162
+ type_asset: 'sdk.coin',
1140
1163
  traces: [{
1141
1164
  type: 'ibc',
1142
1165
  counterparty: {
@@ -1171,6 +1194,7 @@ const assets = {
1171
1194
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
1172
1195
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
1173
1196
  }],
1197
+ type_asset: 'sdk.coin',
1174
1198
  traces: [{
1175
1199
  type: 'ibc',
1176
1200
  counterparty: {
@@ -1205,6 +1229,7 @@ const assets = {
1205
1229
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
1206
1230
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
1207
1231
  }],
1232
+ type_asset: 'sdk.coin',
1208
1233
  traces: [{
1209
1234
  type: 'ibc',
1210
1235
  counterparty: {
@@ -1239,6 +1264,7 @@ const assets = {
1239
1264
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
1240
1265
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
1241
1266
  }],
1267
+ type_asset: 'sdk.coin',
1242
1268
  traces: [{
1243
1269
  type: 'ibc',
1244
1270
  counterparty: {
@@ -1273,6 +1299,7 @@ const assets = {
1273
1299
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
1274
1300
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
1275
1301
  }],
1302
+ type_asset: 'sdk.coin',
1276
1303
  traces: [{
1277
1304
  type: 'ibc',
1278
1305
  counterparty: {
@@ -1307,6 +1334,7 @@ const assets = {
1307
1334
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
1308
1335
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
1309
1336
  }],
1337
+ type_asset: 'sdk.coin',
1310
1338
  traces: [{
1311
1339
  type: 'ibc',
1312
1340
  counterparty: {
@@ -1341,6 +1369,7 @@ const assets = {
1341
1369
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
1342
1370
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
1343
1371
  }],
1372
+ type_asset: 'sdk.coin',
1344
1373
  traces: [{
1345
1374
  type: 'ibc',
1346
1375
  counterparty: {
@@ -1375,6 +1404,7 @@ const assets = {
1375
1404
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
1376
1405
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
1377
1406
  }],
1407
+ type_asset: 'sdk.coin',
1378
1408
  traces: [{
1379
1409
  type: 'ibc',
1380
1410
  counterparty: {
@@ -1409,6 +1439,7 @@ const assets = {
1409
1439
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
1410
1440
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
1411
1441
  }],
1442
+ type_asset: 'sdk.coin',
1412
1443
  traces: [{
1413
1444
  type: 'ibc',
1414
1445
  counterparty: {
@@ -1443,6 +1474,7 @@ const assets = {
1443
1474
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1444
1475
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1445
1476
  }],
1477
+ type_asset: 'sdk.coin',
1446
1478
  traces: [{
1447
1479
  type: 'ibc',
1448
1480
  counterparty: {
@@ -1477,6 +1509,7 @@ const assets = {
1477
1509
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1478
1510
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1479
1511
  }],
1512
+ type_asset: 'sdk.coin',
1480
1513
  traces: [{
1481
1514
  type: 'ibc',
1482
1515
  counterparty: {
@@ -1511,6 +1544,7 @@ const assets = {
1511
1544
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
1512
1545
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
1513
1546
  }],
1547
+ type_asset: 'sdk.coin',
1514
1548
  traces: [{
1515
1549
  type: 'ibc',
1516
1550
  counterparty: {
@@ -1545,6 +1579,7 @@ const assets = {
1545
1579
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
1546
1580
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
1547
1581
  }],
1582
+ type_asset: 'sdk.coin',
1548
1583
  traces: [{
1549
1584
  type: 'ibc',
1550
1585
  counterparty: {
@@ -1579,6 +1614,7 @@ const assets = {
1579
1614
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
1580
1615
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
1581
1616
  }],
1617
+ type_asset: 'sdk.coin',
1582
1618
  traces: [{
1583
1619
  type: 'ibc',
1584
1620
  counterparty: {
@@ -1613,6 +1649,7 @@ const assets = {
1613
1649
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
1614
1650
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
1615
1651
  }],
1652
+ type_asset: 'sdk.coin',
1616
1653
  traces: [{
1617
1654
  type: 'ibc',
1618
1655
  counterparty: {
@@ -1647,6 +1684,7 @@ const assets = {
1647
1684
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
1648
1685
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
1649
1686
  }],
1687
+ type_asset: 'sdk.coin',
1650
1688
  traces: [{
1651
1689
  type: 'ibc',
1652
1690
  counterparty: {
@@ -1681,6 +1719,7 @@ const assets = {
1681
1719
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
1682
1720
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
1683
1721
  }],
1722
+ type_asset: 'sdk.coin',
1684
1723
  traces: [{
1685
1724
  type: 'ibc',
1686
1725
  counterparty: {
@@ -1715,6 +1754,7 @@ const assets = {
1715
1754
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
1716
1755
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
1717
1756
  }],
1757
+ type_asset: 'sdk.coin',
1718
1758
  traces: [{
1719
1759
  type: 'ibc',
1720
1760
  counterparty: {
@@ -1749,6 +1789,7 @@ const assets = {
1749
1789
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
1750
1790
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
1751
1791
  }],
1792
+ type_asset: 'sdk.coin',
1752
1793
  traces: [{
1753
1794
  type: 'ibc',
1754
1795
  counterparty: {
@@ -1783,6 +1824,7 @@ const assets = {
1783
1824
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
1784
1825
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
1785
1826
  }],
1827
+ type_asset: 'sdk.coin',
1786
1828
  traces: [{
1787
1829
  type: 'ibc',
1788
1830
  counterparty: {
@@ -1817,6 +1859,7 @@ const assets = {
1817
1859
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
1818
1860
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
1819
1861
  }],
1862
+ type_asset: 'sdk.coin',
1820
1863
  traces: [{
1821
1864
  type: 'ibc',
1822
1865
  counterparty: {
@@ -1851,6 +1894,7 @@ const assets = {
1851
1894
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
1852
1895
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
1853
1896
  }],
1897
+ type_asset: 'sdk.coin',
1854
1898
  traces: [{
1855
1899
  type: 'ibc',
1856
1900
  counterparty: {
@@ -1885,6 +1929,7 @@ const assets = {
1885
1929
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
1886
1930
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
1887
1931
  }],
1932
+ type_asset: 'sdk.coin',
1888
1933
  traces: [{
1889
1934
  type: 'ibc',
1890
1935
  counterparty: {
@@ -1919,6 +1964,7 @@ const assets = {
1919
1964
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
1920
1965
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
1921
1966
  }],
1967
+ type_asset: 'sdk.coin',
1922
1968
  traces: [{
1923
1969
  type: 'ibc',
1924
1970
  counterparty: {
@@ -1953,6 +1999,7 @@ const assets = {
1953
1999
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
1954
2000
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
1955
2001
  }],
2002
+ type_asset: 'sdk.coin',
1956
2003
  traces: [{
1957
2004
  type: 'ibc',
1958
2005
  counterparty: {
@@ -1987,6 +2034,7 @@ const assets = {
1987
2034
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
1988
2035
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
1989
2036
  }],
2037
+ type_asset: 'sdk.coin',
1990
2038
  traces: [{
1991
2039
  type: 'ibc',
1992
2040
  counterparty: {
@@ -2021,6 +2069,7 @@ const assets = {
2021
2069
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2022
2070
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2023
2071
  }],
2072
+ type_asset: 'sdk.coin',
2024
2073
  traces: [{
2025
2074
  type: 'ibc',
2026
2075
  counterparty: {
@@ -2055,6 +2104,7 @@ const assets = {
2055
2104
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2056
2105
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2057
2106
  }],
2107
+ type_asset: 'sdk.coin',
2058
2108
  traces: [{
2059
2109
  type: 'ibc',
2060
2110
  counterparty: {
@@ -2089,6 +2139,7 @@ const assets = {
2089
2139
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2090
2140
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2091
2141
  }],
2142
+ type_asset: 'sdk.coin',
2092
2143
  traces: [{
2093
2144
  type: 'ibc',
2094
2145
  counterparty: {
@@ -2123,6 +2174,7 @@ const assets = {
2123
2174
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2124
2175
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2125
2176
  }],
2177
+ type_asset: 'sdk.coin',
2126
2178
  traces: [{
2127
2179
  type: 'ibc',
2128
2180
  counterparty: {
@@ -2157,6 +2209,7 @@ const assets = {
2157
2209
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
2158
2210
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
2159
2211
  }],
2212
+ type_asset: 'sdk.coin',
2160
2213
  traces: [{
2161
2214
  type: 'ibc',
2162
2215
  counterparty: {
@@ -2191,6 +2244,7 @@ const assets = {
2191
2244
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
2192
2245
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
2193
2246
  }],
2247
+ type_asset: 'sdk.coin',
2194
2248
  traces: [{
2195
2249
  type: 'ibc',
2196
2250
  counterparty: {
@@ -2225,6 +2279,7 @@ const assets = {
2225
2279
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
2226
2280
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
2227
2281
  }],
2282
+ type_asset: 'sdk.coin',
2228
2283
  traces: [{
2229
2284
  type: 'ibc',
2230
2285
  counterparty: {
@@ -2259,6 +2314,7 @@ const assets = {
2259
2314
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
2260
2315
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
2261
2316
  }],
2317
+ type_asset: 'sdk.coin',
2262
2318
  traces: [{
2263
2319
  type: 'ibc',
2264
2320
  counterparty: {
@@ -2293,6 +2349,7 @@ const assets = {
2293
2349
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
2294
2350
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
2295
2351
  }],
2352
+ type_asset: 'sdk.coin',
2296
2353
  traces: [{
2297
2354
  type: 'ibc',
2298
2355
  counterparty: {
@@ -2327,6 +2384,7 @@ const assets = {
2327
2384
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
2328
2385
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
2329
2386
  }],
2387
+ type_asset: 'sdk.coin',
2330
2388
  traces: [{
2331
2389
  type: 'ibc',
2332
2390
  counterparty: {
@@ -2361,6 +2419,7 @@ const assets = {
2361
2419
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
2362
2420
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
2363
2421
  }],
2422
+ type_asset: 'sdk.coin',
2364
2423
  traces: [{
2365
2424
  type: 'ibc',
2366
2425
  counterparty: {
@@ -2395,6 +2454,7 @@ const assets = {
2395
2454
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
2396
2455
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
2397
2456
  }],
2457
+ type_asset: 'sdk.coin',
2398
2458
  traces: [{
2399
2459
  type: 'ibc',
2400
2460
  counterparty: {
@@ -2429,6 +2489,7 @@ const assets = {
2429
2489
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
2430
2490
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
2431
2491
  }],
2492
+ type_asset: 'sdk.coin',
2432
2493
  traces: [{
2433
2494
  type: 'ibc',
2434
2495
  counterparty: {
@@ -2463,6 +2524,7 @@ const assets = {
2463
2524
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
2464
2525
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
2465
2526
  }],
2527
+ type_asset: 'sdk.coin',
2466
2528
  traces: [{
2467
2529
  type: 'ibc',
2468
2530
  counterparty: {
@@ -2497,6 +2559,7 @@ const assets = {
2497
2559
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
2498
2560
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
2499
2561
  }],
2562
+ type_asset: 'sdk.coin',
2500
2563
  traces: [{
2501
2564
  type: 'ibc',
2502
2565
  counterparty: {
@@ -2531,6 +2594,7 @@ const assets = {
2531
2594
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
2532
2595
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
2533
2596
  }],
2597
+ type_asset: 'sdk.coin',
2534
2598
  traces: [{
2535
2599
  type: 'ibc',
2536
2600
  counterparty: {
@@ -2565,6 +2629,7 @@ const assets = {
2565
2629
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
2566
2630
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
2567
2631
  }],
2632
+ type_asset: 'sdk.coin',
2568
2633
  traces: [{
2569
2634
  type: 'ibc',
2570
2635
  counterparty: {
@@ -2599,6 +2664,7 @@ const assets = {
2599
2664
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
2600
2665
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
2601
2666
  }],
2667
+ type_asset: 'sdk.coin',
2602
2668
  traces: [{
2603
2669
  type: 'ibc',
2604
2670
  counterparty: {
@@ -2633,6 +2699,7 @@ const assets = {
2633
2699
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
2634
2700
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
2635
2701
  }],
2702
+ type_asset: 'sdk.coin',
2636
2703
  traces: [{
2637
2704
  type: 'ibc',
2638
2705
  counterparty: {
@@ -2667,6 +2734,7 @@ const assets = {
2667
2734
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2668
2735
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2669
2736
  }],
2737
+ type_asset: 'sdk.coin',
2670
2738
  traces: [{
2671
2739
  type: 'ibc',
2672
2740
  counterparty: {
@@ -2701,6 +2769,7 @@ const assets = {
2701
2769
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2702
2770
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2703
2771
  }],
2772
+ type_asset: 'sdk.coin',
2704
2773
  traces: [{
2705
2774
  type: 'ibc',
2706
2775
  counterparty: {
@@ -2735,6 +2804,7 @@ const assets = {
2735
2804
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2736
2805
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2737
2806
  }],
2807
+ type_asset: 'sdk.coin',
2738
2808
  traces: [{
2739
2809
  type: 'ibc',
2740
2810
  counterparty: {
@@ -2769,6 +2839,7 @@ const assets = {
2769
2839
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2770
2840
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2771
2841
  }],
2842
+ type_asset: 'sdk.coin',
2772
2843
  traces: [{
2773
2844
  type: 'ibc',
2774
2845
  counterparty: {
@@ -2803,6 +2874,7 @@ const assets = {
2803
2874
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2804
2875
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2805
2876
  }],
2877
+ type_asset: 'sdk.coin',
2806
2878
  traces: [{
2807
2879
  type: 'ibc',
2808
2880
  counterparty: {
@@ -2837,6 +2909,7 @@ const assets = {
2837
2909
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2838
2910
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2839
2911
  }],
2912
+ type_asset: 'sdk.coin',
2840
2913
  traces: [{
2841
2914
  type: 'ibc',
2842
2915
  counterparty: {
@@ -2871,6 +2944,7 @@ const assets = {
2871
2944
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2872
2945
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2873
2946
  }],
2947
+ type_asset: 'sdk.coin',
2874
2948
  traces: [{
2875
2949
  type: 'ibc',
2876
2950
  counterparty: {
@@ -2905,6 +2979,7 @@ const assets = {
2905
2979
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2906
2980
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2907
2981
  }],
2982
+ type_asset: 'sdk.coin',
2908
2983
  traces: [{
2909
2984
  type: 'ibc',
2910
2985
  counterparty: {
@@ -2939,6 +3014,7 @@ const assets = {
2939
3014
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2940
3015
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2941
3016
  }],
3017
+ type_asset: 'sdk.coin',
2942
3018
  traces: [{
2943
3019
  type: 'ibc',
2944
3020
  counterparty: {
@@ -2973,6 +3049,7 @@ const assets = {
2973
3049
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
2974
3050
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
2975
3051
  }],
3052
+ type_asset: 'sdk.coin',
2976
3053
  traces: [{
2977
3054
  type: 'ibc',
2978
3055
  counterparty: {
@@ -3007,6 +3084,7 @@ const assets = {
3007
3084
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3008
3085
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3009
3086
  }],
3087
+ type_asset: 'sdk.coin',
3010
3088
  traces: [{
3011
3089
  type: 'ibc',
3012
3090
  counterparty: {
@@ -3041,6 +3119,7 @@ const assets = {
3041
3119
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3042
3120
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3043
3121
  }],
3122
+ type_asset: 'sdk.coin',
3044
3123
  traces: [{
3045
3124
  type: 'ibc',
3046
3125
  counterparty: {
@@ -3075,6 +3154,7 @@ const assets = {
3075
3154
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3076
3155
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3077
3156
  }],
3157
+ type_asset: 'sdk.coin',
3078
3158
  traces: [{
3079
3159
  type: 'ibc',
3080
3160
  counterparty: {
@@ -3109,6 +3189,7 @@ const assets = {
3109
3189
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3110
3190
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3111
3191
  }],
3192
+ type_asset: 'sdk.coin',
3112
3193
  traces: [{
3113
3194
  type: 'ibc',
3114
3195
  counterparty: {
@@ -3143,6 +3224,7 @@ const assets = {
3143
3224
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3144
3225
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3145
3226
  }],
3227
+ type_asset: 'sdk.coin',
3146
3228
  traces: [{
3147
3229
  type: 'ibc',
3148
3230
  counterparty: {
@@ -3177,6 +3259,7 @@ const assets = {
3177
3259
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3178
3260
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3179
3261
  }],
3262
+ type_asset: 'sdk.coin',
3180
3263
  traces: [{
3181
3264
  type: 'ibc',
3182
3265
  counterparty: {
@@ -3211,6 +3294,7 @@ const assets = {
3211
3294
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3212
3295
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3213
3296
  }],
3297
+ type_asset: 'sdk.coin',
3214
3298
  traces: [{
3215
3299
  type: 'ibc',
3216
3300
  counterparty: {
@@ -3245,6 +3329,7 @@ const assets = {
3245
3329
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3246
3330
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3247
3331
  }],
3332
+ type_asset: 'sdk.coin',
3248
3333
  traces: [{
3249
3334
  type: 'ibc',
3250
3335
  counterparty: {
@@ -3279,6 +3364,7 @@ const assets = {
3279
3364
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3280
3365
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3281
3366
  }],
3367
+ type_asset: 'sdk.coin',
3282
3368
  traces: [{
3283
3369
  type: 'ibc',
3284
3370
  counterparty: {
@@ -3313,6 +3399,7 @@ const assets = {
3313
3399
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3314
3400
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3315
3401
  }],
3402
+ type_asset: 'sdk.coin',
3316
3403
  traces: [{
3317
3404
  type: 'ibc',
3318
3405
  counterparty: {
@@ -3347,6 +3434,7 @@ const assets = {
3347
3434
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3348
3435
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3349
3436
  }],
3437
+ type_asset: 'sdk.coin',
3350
3438
  traces: [{
3351
3439
  type: 'ibc',
3352
3440
  counterparty: {
@@ -3381,6 +3469,7 @@ const assets = {
3381
3469
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3382
3470
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3383
3471
  }],
3472
+ type_asset: 'sdk.coin',
3384
3473
  traces: [{
3385
3474
  type: 'ibc',
3386
3475
  counterparty: {
@@ -3415,6 +3504,7 @@ const assets = {
3415
3504
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3416
3505
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3417
3506
  }],
3507
+ type_asset: 'sdk.coin',
3418
3508
  traces: [{
3419
3509
  type: 'ibc',
3420
3510
  counterparty: {
@@ -3449,6 +3539,7 @@ const assets = {
3449
3539
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3450
3540
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3451
3541
  }],
3542
+ type_asset: 'sdk.coin',
3452
3543
  traces: [{
3453
3544
  type: 'ibc',
3454
3545
  counterparty: {
@@ -3491,6 +3582,7 @@ const assets = {
3491
3582
  website: 'https://stride.zone/',
3492
3583
  twitter: 'https://twitter.com/stride_zone'
3493
3584
  },
3585
+ type_asset: 'sdk.coin',
3494
3586
  traces: [{
3495
3587
  type: 'ibc',
3496
3588
  counterparty: {
@@ -3533,6 +3625,7 @@ const assets = {
3533
3625
  website: 'https://www.terra.money/',
3534
3626
  twitter: 'https://twitter.com/terra_money'
3535
3627
  },
3628
+ type_asset: 'sdk.coin',
3536
3629
  traces: [{
3537
3630
  type: 'ibc',
3538
3631
  counterparty: {
@@ -3571,6 +3664,7 @@ const assets = {
3571
3664
  primary_color_hex: '#22f2e9'
3572
3665
  }
3573
3666
  }],
3667
+ type_asset: 'sdk.coin',
3574
3668
  traces: [{
3575
3669
  type: 'ibc',
3576
3670
  counterparty: {
@@ -3613,6 +3707,7 @@ const assets = {
3613
3707
  website: 'https://evmos.org/',
3614
3708
  twitter: 'https://twitter.com/EvmosOrg'
3615
3709
  },
3710
+ type_asset: 'sdk.coin',
3616
3711
  traces: [{
3617
3712
  type: 'ibc',
3618
3713
  counterparty: {
@@ -3654,6 +3749,7 @@ const assets = {
3654
3749
  website: 'https://www.neokingdom.org/',
3655
3750
  twitter: 'https://twitter.com/NEOKingdomDAO'
3656
3751
  },
3752
+ type_asset: 'sdk.coin',
3657
3753
  traces: [{
3658
3754
  type: 'ibc',
3659
3755
  counterparty: {
@@ -3774,6 +3870,7 @@ const assets = {
3774
3870
  website: 'https://www.kava.io/',
3775
3871
  twitter: 'https://twitter.com/KAVA_CHAIN'
3776
3872
  },
3873
+ type_asset: 'sdk.coin',
3777
3874
  traces: [{
3778
3875
  type: 'ibc',
3779
3876
  counterparty: {
@@ -3812,6 +3909,7 @@ const assets = {
3812
3909
  primary_color_hex: '#7b34ac'
3813
3910
  }
3814
3911
  }],
3912
+ type_asset: 'sdk.coin',
3815
3913
  traces: [{
3816
3914
  type: 'ibc',
3817
3915
  counterparty: {
@@ -3850,6 +3948,7 @@ const assets = {
3850
3948
  primary_color_hex: '#544cfc'
3851
3949
  }
3852
3950
  }],
3951
+ type_asset: 'sdk.coin',
3853
3952
  traces: [{
3854
3953
  type: 'ibc',
3855
3954
  counterparty: {
@@ -3888,6 +3987,7 @@ const assets = {
3888
3987
  primary_color_hex: '#04d4a3'
3889
3988
  }
3890
3989
  }],
3990
+ type_asset: 'sdk.coin',
3891
3991
  traces: [{
3892
3992
  type: 'ibc',
3893
3993
  counterparty: {
@@ -3941,7 +4041,8 @@ const assets = {
3941
4041
  logo_URIs: {
3942
4042
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
3943
4043
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
3944
- }
4044
+ },
4045
+ type_asset: 'sdk.coin'
3945
4046
  },
3946
4047
  {
3947
4048
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
@@ -3973,6 +4074,7 @@ const assets = {
3973
4074
  website: 'https://kujira.network/',
3974
4075
  twitter: 'https://twitter.com/TeamKujira'
3975
4076
  },
4077
+ type_asset: 'sdk.coin',
3976
4078
  traces: [{
3977
4079
  type: 'ibc',
3978
4080
  counterparty: {
@@ -4017,6 +4119,7 @@ const assets = {
4017
4119
  website: 'https://neutron.org/',
4018
4120
  twitter: 'https://twitter.com/Neutron_org'
4019
4121
  },
4122
+ type_asset: 'sdk.coin',
4020
4123
  traces: [{
4021
4124
  type: 'ibc',
4022
4125
  counterparty: {
@@ -4052,6 +4155,7 @@ const assets = {
4052
4155
  primary_color_hex: '#1b0847'
4053
4156
  }
4054
4157
  }],
4158
+ type_asset: 'sdk.coin',
4055
4159
  traces: [{
4056
4160
  type: 'ibc',
4057
4161
  counterparty: {
@@ -4087,6 +4191,7 @@ const assets = {
4087
4191
  primary_color_hex: '#dcd5ab'
4088
4192
  }
4089
4193
  }],
4194
+ type_asset: 'sdk.coin',
4090
4195
  traces: [{
4091
4196
  type: 'ibc',
4092
4197
  counterparty: {
@@ -4122,6 +4227,7 @@ const assets = {
4122
4227
  primary_color_hex: '#333333'
4123
4228
  }
4124
4229
  }],
4230
+ type_asset: 'sdk.coin',
4125
4231
  traces: [{
4126
4232
  type: 'ibc',
4127
4233
  counterparty: {
@@ -4240,6 +4346,7 @@ const assets = {
4240
4346
  website: 'https://ondo.finance/usdy',
4241
4347
  twitter: 'https://x.com/OndoFinance'
4242
4348
  },
4349
+ type_asset: 'sdk.coin',
4243
4350
  traces: [{
4244
4351
  type: 'ibc',
4245
4352
  counterparty: {
@@ -4372,6 +4479,7 @@ const assets = {
4372
4479
  website: 'https://persistence.one/',
4373
4480
  twitter: 'https://twitter.com/PersistenceOne'
4374
4481
  },
4482
+ type_asset: 'sdk.coin',
4375
4483
  traces: [{
4376
4484
  type: 'ibc',
4377
4485
  counterparty: {
@@ -4409,6 +4517,7 @@ const assets = {
4409
4517
  primary_color_hex: '#c6ddf5'
4410
4518
  }
4411
4519
  }],
4520
+ type_asset: 'sdk.coin',
4412
4521
  traces: [{
4413
4522
  type: 'ibc',
4414
4523
  counterparty: {
@@ -4443,6 +4552,7 @@ const assets = {
4443
4552
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
4444
4553
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
4445
4554
  }],
4555
+ type_asset: 'sdk.coin',
4446
4556
  traces: [{
4447
4557
  type: 'ibc',
4448
4558
  counterparty: {
@@ -4477,6 +4587,7 @@ const assets = {
4477
4587
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
4478
4588
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
4479
4589
  }],
4590
+ type_asset: 'sdk.coin',
4480
4591
  traces: [{
4481
4592
  type: 'ibc',
4482
4593
  counterparty: {
@@ -4511,6 +4622,7 @@ const assets = {
4511
4622
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
4512
4623
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
4513
4624
  }],
4625
+ type_asset: 'sdk.coin',
4514
4626
  traces: [{
4515
4627
  type: 'ibc',
4516
4628
  counterparty: {
@@ -4545,6 +4657,7 @@ const assets = {
4545
4657
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
4546
4658
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
4547
4659
  }],
4660
+ type_asset: 'sdk.coin',
4548
4661
  traces: [{
4549
4662
  type: 'ibc',
4550
4663
  counterparty: {
@@ -4579,6 +4692,7 @@ const assets = {
4579
4692
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
4580
4693
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
4581
4694
  }],
4695
+ type_asset: 'sdk.coin',
4582
4696
  traces: [{
4583
4697
  type: 'ibc',
4584
4698
  counterparty: {
@@ -4613,6 +4727,7 @@ const assets = {
4613
4727
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
4614
4728
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
4615
4729
  }],
4730
+ type_asset: 'sdk.coin',
4616
4731
  traces: [{
4617
4732
  type: 'ibc',
4618
4733
  counterparty: {
@@ -4647,6 +4762,7 @@ const assets = {
4647
4762
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
4648
4763
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
4649
4764
  }],
4765
+ type_asset: 'sdk.coin',
4650
4766
  traces: [{
4651
4767
  type: 'ibc',
4652
4768
  counterparty: {
@@ -4681,6 +4797,7 @@ const assets = {
4681
4797
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
4682
4798
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
4683
4799
  }],
4800
+ type_asset: 'sdk.coin',
4684
4801
  traces: [{
4685
4802
  type: 'ibc',
4686
4803
  counterparty: {
@@ -4715,6 +4832,7 @@ const assets = {
4715
4832
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
4716
4833
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
4717
4834
  }],
4835
+ type_asset: 'sdk.coin',
4718
4836
  traces: [{
4719
4837
  type: 'ibc',
4720
4838
  counterparty: {
@@ -4749,6 +4867,7 @@ const assets = {
4749
4867
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
4750
4868
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
4751
4869
  }],
4870
+ type_asset: 'sdk.coin',
4752
4871
  traces: [{
4753
4872
  type: 'ibc',
4754
4873
  counterparty: {
@@ -4783,6 +4902,7 @@ const assets = {
4783
4902
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
4784
4903
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
4785
4904
  }],
4905
+ type_asset: 'sdk.coin',
4786
4906
  traces: [{
4787
4907
  type: 'ibc',
4788
4908
  counterparty: {
@@ -4817,6 +4937,7 @@ const assets = {
4817
4937
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
4818
4938
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
4819
4939
  }],
4940
+ type_asset: 'sdk.coin',
4820
4941
  traces: [{
4821
4942
  type: 'ibc',
4822
4943
  counterparty: {
@@ -4851,6 +4972,7 @@ const assets = {
4851
4972
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
4852
4973
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
4853
4974
  }],
4975
+ type_asset: 'sdk.coin',
4854
4976
  traces: [{
4855
4977
  type: 'ibc',
4856
4978
  counterparty: {
@@ -4885,6 +5007,7 @@ const assets = {
4885
5007
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
4886
5008
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
4887
5009
  }],
5010
+ type_asset: 'sdk.coin',
4888
5011
  traces: [{
4889
5012
  type: 'ibc',
4890
5013
  counterparty: {
@@ -4919,6 +5042,7 @@ const assets = {
4919
5042
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
4920
5043
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
4921
5044
  }],
5045
+ type_asset: 'sdk.coin',
4922
5046
  traces: [{
4923
5047
  type: 'ibc',
4924
5048
  counterparty: {
@@ -4953,6 +5077,7 @@ const assets = {
4953
5077
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
4954
5078
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
4955
5079
  }],
5080
+ type_asset: 'sdk.coin',
4956
5081
  traces: [{
4957
5082
  type: 'ibc',
4958
5083
  counterparty: {
@@ -4987,6 +5112,7 @@ const assets = {
4987
5112
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
4988
5113
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
4989
5114
  }],
5115
+ type_asset: 'sdk.coin',
4990
5116
  traces: [{
4991
5117
  type: 'ibc',
4992
5118
  counterparty: {
@@ -5021,6 +5147,7 @@ const assets = {
5021
5147
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
5022
5148
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
5023
5149
  }],
5150
+ type_asset: 'sdk.coin',
5024
5151
  traces: [{
5025
5152
  type: 'ibc',
5026
5153
  counterparty: {
@@ -5055,6 +5182,7 @@ const assets = {
5055
5182
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
5056
5183
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
5057
5184
  }],
5185
+ type_asset: 'sdk.coin',
5058
5186
  traces: [{
5059
5187
  type: 'ibc',
5060
5188
  counterparty: {
@@ -5089,6 +5217,7 @@ const assets = {
5089
5217
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
5090
5218
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
5091
5219
  }],
5220
+ type_asset: 'sdk.coin',
5092
5221
  traces: [{
5093
5222
  type: 'ibc',
5094
5223
  counterparty: {
@@ -5123,6 +5252,7 @@ const assets = {
5123
5252
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
5124
5253
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
5125
5254
  }],
5255
+ type_asset: 'sdk.coin',
5126
5256
  traces: [{
5127
5257
  type: 'ibc',
5128
5258
  counterparty: {
@@ -5157,6 +5287,7 @@ const assets = {
5157
5287
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
5158
5288
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
5159
5289
  }],
5290
+ type_asset: 'sdk.coin',
5160
5291
  traces: [{
5161
5292
  type: 'ibc',
5162
5293
  counterparty: {
@@ -5191,6 +5322,7 @@ const assets = {
5191
5322
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
5192
5323
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
5193
5324
  }],
5325
+ type_asset: 'sdk.coin',
5194
5326
  traces: [{
5195
5327
  type: 'ibc',
5196
5328
  counterparty: {
@@ -5225,6 +5357,7 @@ const assets = {
5225
5357
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
5226
5358
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
5227
5359
  }],
5360
+ type_asset: 'sdk.coin',
5228
5361
  traces: [{
5229
5362
  type: 'ibc',
5230
5363
  counterparty: {
@@ -5259,6 +5392,7 @@ const assets = {
5259
5392
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
5260
5393
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
5261
5394
  }],
5395
+ type_asset: 'sdk.coin',
5262
5396
  traces: [{
5263
5397
  type: 'ibc',
5264
5398
  counterparty: {
@@ -5293,6 +5427,7 @@ const assets = {
5293
5427
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
5294
5428
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
5295
5429
  }],
5430
+ type_asset: 'sdk.coin',
5296
5431
  traces: [{
5297
5432
  type: 'ibc',
5298
5433
  counterparty: {
@@ -5327,6 +5462,7 @@ const assets = {
5327
5462
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
5328
5463
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
5329
5464
  }],
5465
+ type_asset: 'sdk.coin',
5330
5466
  traces: [{
5331
5467
  type: 'ibc',
5332
5468
  counterparty: {
@@ -5361,6 +5497,7 @@ const assets = {
5361
5497
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
5362
5498
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
5363
5499
  }],
5500
+ type_asset: 'sdk.coin',
5364
5501
  traces: [{
5365
5502
  type: 'ibc',
5366
5503
  counterparty: {
@@ -5395,6 +5532,7 @@ const assets = {
5395
5532
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
5396
5533
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
5397
5534
  }],
5535
+ type_asset: 'sdk.coin',
5398
5536
  traces: [{
5399
5537
  type: 'ibc',
5400
5538
  counterparty: {
@@ -5429,6 +5567,7 @@ const assets = {
5429
5567
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
5430
5568
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
5431
5569
  }],
5570
+ type_asset: 'sdk.coin',
5432
5571
  traces: [{
5433
5572
  type: 'ibc',
5434
5573
  counterparty: {
@@ -5463,6 +5602,7 @@ const assets = {
5463
5602
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
5464
5603
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
5465
5604
  }],
5605
+ type_asset: 'sdk.coin',
5466
5606
  traces: [{
5467
5607
  type: 'ibc',
5468
5608
  counterparty: {
@@ -5497,6 +5637,7 @@ const assets = {
5497
5637
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
5498
5638
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
5499
5639
  }],
5640
+ type_asset: 'sdk.coin',
5500
5641
  traces: [{
5501
5642
  type: 'ibc',
5502
5643
  counterparty: {
@@ -5531,6 +5672,7 @@ const assets = {
5531
5672
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
5532
5673
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
5533
5674
  }],
5675
+ type_asset: 'sdk.coin',
5534
5676
  traces: [{
5535
5677
  type: 'ibc',
5536
5678
  counterparty: {
@@ -5565,6 +5707,7 @@ const assets = {
5565
5707
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
5566
5708
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
5567
5709
  }],
5710
+ type_asset: 'sdk.coin',
5568
5711
  traces: [{
5569
5712
  type: 'ibc',
5570
5713
  counterparty: {
@@ -5599,6 +5742,7 @@ const assets = {
5599
5742
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
5600
5743
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
5601
5744
  }],
5745
+ type_asset: 'sdk.coin',
5602
5746
  traces: [{
5603
5747
  type: 'ibc',
5604
5748
  counterparty: {
@@ -5633,6 +5777,7 @@ const assets = {
5633
5777
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
5634
5778
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
5635
5779
  }],
5780
+ type_asset: 'sdk.coin',
5636
5781
  traces: [{
5637
5782
  type: 'ibc',
5638
5783
  counterparty: {
@@ -5667,6 +5812,7 @@ const assets = {
5667
5812
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
5668
5813
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
5669
5814
  }],
5815
+ type_asset: 'sdk.coin',
5670
5816
  traces: [{
5671
5817
  type: 'ibc',
5672
5818
  counterparty: {
@@ -5701,6 +5847,7 @@ const assets = {
5701
5847
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
5702
5848
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
5703
5849
  }],
5850
+ type_asset: 'sdk.coin',
5704
5851
  traces: [{
5705
5852
  type: 'ibc',
5706
5853
  counterparty: {
@@ -5735,6 +5882,7 @@ const assets = {
5735
5882
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
5736
5883
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
5737
5884
  }],
5885
+ type_asset: 'sdk.coin',
5738
5886
  traces: [{
5739
5887
  type: 'ibc',
5740
5888
  counterparty: {
@@ -5769,6 +5917,7 @@ const assets = {
5769
5917
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
5770
5918
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
5771
5919
  }],
5920
+ type_asset: 'sdk.coin',
5772
5921
  traces: [{
5773
5922
  type: 'ibc',
5774
5923
  counterparty: {
@@ -5803,6 +5952,7 @@ const assets = {
5803
5952
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
5804
5953
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
5805
5954
  }],
5955
+ type_asset: 'sdk.coin',
5806
5956
  traces: [{
5807
5957
  type: 'ibc',
5808
5958
  counterparty: {
@@ -5837,6 +5987,7 @@ const assets = {
5837
5987
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
5838
5988
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
5839
5989
  }],
5990
+ type_asset: 'sdk.coin',
5840
5991
  traces: [{
5841
5992
  type: 'ibc',
5842
5993
  counterparty: {
@@ -5871,6 +6022,7 @@ const assets = {
5871
6022
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
5872
6023
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
5873
6024
  }],
6025
+ type_asset: 'sdk.coin',
5874
6026
  traces: [{
5875
6027
  type: 'ibc',
5876
6028
  counterparty: {
@@ -5905,6 +6057,7 @@ const assets = {
5905
6057
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
5906
6058
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
5907
6059
  }],
6060
+ type_asset: 'sdk.coin',
5908
6061
  traces: [{
5909
6062
  type: 'ibc',
5910
6063
  counterparty: {
@@ -5939,6 +6092,7 @@ const assets = {
5939
6092
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
5940
6093
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
5941
6094
  }],
6095
+ type_asset: 'sdk.coin',
5942
6096
  traces: [{
5943
6097
  type: 'ibc',
5944
6098
  counterparty: {
@@ -5973,6 +6127,7 @@ const assets = {
5973
6127
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
5974
6128
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
5975
6129
  }],
6130
+ type_asset: 'sdk.coin',
5976
6131
  traces: [{
5977
6132
  type: 'ibc',
5978
6133
  counterparty: {
@@ -6007,6 +6162,7 @@ const assets = {
6007
6162
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
6008
6163
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
6009
6164
  }],
6165
+ type_asset: 'sdk.coin',
6010
6166
  traces: [{
6011
6167
  type: 'ibc',
6012
6168
  counterparty: {
@@ -6041,6 +6197,7 @@ const assets = {
6041
6197
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
6042
6198
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
6043
6199
  }],
6200
+ type_asset: 'sdk.coin',
6044
6201
  traces: [{
6045
6202
  type: 'ibc',
6046
6203
  counterparty: {
@@ -6075,6 +6232,7 @@ const assets = {
6075
6232
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6076
6233
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6077
6234
  }],
6235
+ type_asset: 'sdk.coin',
6078
6236
  traces: [{
6079
6237
  type: 'ibc',
6080
6238
  counterparty: {
@@ -6109,6 +6267,7 @@ const assets = {
6109
6267
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6110
6268
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6111
6269
  }],
6270
+ type_asset: 'sdk.coin',
6112
6271
  traces: [{
6113
6272
  type: 'ibc',
6114
6273
  counterparty: {
@@ -6143,6 +6302,7 @@ const assets = {
6143
6302
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6144
6303
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6145
6304
  }],
6305
+ type_asset: 'sdk.coin',
6146
6306
  traces: [{
6147
6307
  type: 'ibc',
6148
6308
  counterparty: {
@@ -6177,6 +6337,7 @@ const assets = {
6177
6337
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6178
6338
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6179
6339
  }],
6340
+ type_asset: 'sdk.coin',
6180
6341
  traces: [{
6181
6342
  type: 'ibc',
6182
6343
  counterparty: {
@@ -6211,6 +6372,7 @@ const assets = {
6211
6372
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6212
6373
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6213
6374
  }],
6375
+ type_asset: 'sdk.coin',
6214
6376
  traces: [{
6215
6377
  type: 'ibc',
6216
6378
  counterparty: {
@@ -6245,6 +6407,7 @@ const assets = {
6245
6407
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6246
6408
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6247
6409
  }],
6410
+ type_asset: 'sdk.coin',
6248
6411
  traces: [{
6249
6412
  type: 'ibc',
6250
6413
  counterparty: {
@@ -6279,6 +6442,7 @@ const assets = {
6279
6442
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6280
6443
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6281
6444
  }],
6445
+ type_asset: 'sdk.coin',
6282
6446
  traces: [{
6283
6447
  type: 'ibc',
6284
6448
  counterparty: {
@@ -6313,6 +6477,7 @@ const assets = {
6313
6477
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6314
6478
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6315
6479
  }],
6480
+ type_asset: 'sdk.coin',
6316
6481
  traces: [{
6317
6482
  type: 'ibc',
6318
6483
  counterparty: {
@@ -6347,6 +6512,7 @@ const assets = {
6347
6512
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6348
6513
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6349
6514
  }],
6515
+ type_asset: 'sdk.coin',
6350
6516
  traces: [{
6351
6517
  type: 'ibc',
6352
6518
  counterparty: {
@@ -6381,6 +6547,7 @@ const assets = {
6381
6547
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6382
6548
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6383
6549
  }],
6550
+ type_asset: 'sdk.coin',
6384
6551
  traces: [{
6385
6552
  type: 'ibc',
6386
6553
  counterparty: {
@@ -6415,6 +6582,7 @@ const assets = {
6415
6582
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6416
6583
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6417
6584
  }],
6585
+ type_asset: 'sdk.coin',
6418
6586
  traces: [{
6419
6587
  type: 'ibc',
6420
6588
  counterparty: {
@@ -6449,6 +6617,7 @@ const assets = {
6449
6617
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6450
6618
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6451
6619
  }],
6620
+ type_asset: 'sdk.coin',
6452
6621
  traces: [{
6453
6622
  type: 'ibc',
6454
6623
  counterparty: {
@@ -6483,6 +6652,7 @@ const assets = {
6483
6652
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6484
6653
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6485
6654
  }],
6655
+ type_asset: 'sdk.coin',
6486
6656
  traces: [{
6487
6657
  type: 'ibc',
6488
6658
  counterparty: {
@@ -6517,6 +6687,7 @@ const assets = {
6517
6687
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6518
6688
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6519
6689
  }],
6690
+ type_asset: 'sdk.coin',
6520
6691
  traces: [{
6521
6692
  type: 'ibc',
6522
6693
  counterparty: {
@@ -6551,6 +6722,7 @@ const assets = {
6551
6722
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6552
6723
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6553
6724
  }],
6725
+ type_asset: 'sdk.coin',
6554
6726
  traces: [{
6555
6727
  type: 'ibc',
6556
6728
  counterparty: {
@@ -6585,6 +6757,7 @@ const assets = {
6585
6757
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6586
6758
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6587
6759
  }],
6760
+ type_asset: 'sdk.coin',
6588
6761
  traces: [{
6589
6762
  type: 'ibc',
6590
6763
  counterparty: {
@@ -6619,6 +6792,7 @@ const assets = {
6619
6792
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6620
6793
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6621
6794
  }],
6795
+ type_asset: 'sdk.coin',
6622
6796
  traces: [{
6623
6797
  type: 'ibc',
6624
6798
  counterparty: {
@@ -6653,6 +6827,7 @@ const assets = {
6653
6827
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6654
6828
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6655
6829
  }],
6830
+ type_asset: 'sdk.coin',
6656
6831
  traces: [{
6657
6832
  type: 'ibc',
6658
6833
  counterparty: {
@@ -6687,6 +6862,7 @@ const assets = {
6687
6862
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6688
6863
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6689
6864
  }],
6865
+ type_asset: 'sdk.coin',
6690
6866
  traces: [{
6691
6867
  type: 'ibc',
6692
6868
  counterparty: {
@@ -6721,6 +6897,7 @@ const assets = {
6721
6897
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6722
6898
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6723
6899
  }],
6900
+ type_asset: 'sdk.coin',
6724
6901
  traces: [{
6725
6902
  type: 'ibc',
6726
6903
  counterparty: {
@@ -6755,6 +6932,7 @@ const assets = {
6755
6932
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6756
6933
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6757
6934
  }],
6935
+ type_asset: 'sdk.coin',
6758
6936
  traces: [{
6759
6937
  type: 'ibc',
6760
6938
  counterparty: {
@@ -6789,6 +6967,7 @@ const assets = {
6789
6967
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6790
6968
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6791
6969
  }],
6970
+ type_asset: 'sdk.coin',
6792
6971
  traces: [{
6793
6972
  type: 'ibc',
6794
6973
  counterparty: {
@@ -6823,6 +7002,7 @@ const assets = {
6823
7002
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6824
7003
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6825
7004
  }],
7005
+ type_asset: 'sdk.coin',
6826
7006
  traces: [{
6827
7007
  type: 'ibc',
6828
7008
  counterparty: {
@@ -6857,6 +7037,7 @@ const assets = {
6857
7037
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6858
7038
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6859
7039
  }],
7040
+ type_asset: 'sdk.coin',
6860
7041
  traces: [{
6861
7042
  type: 'ibc',
6862
7043
  counterparty: {
@@ -6899,6 +7080,7 @@ const assets = {
6899
7080
  website: 'https://stride.zone/',
6900
7081
  twitter: 'https://twitter.com/stride_zone'
6901
7082
  },
7083
+ type_asset: 'sdk.coin',
6902
7084
  traces: [{
6903
7085
  type: 'ibc',
6904
7086
  counterparty: {
@@ -6941,6 +7123,7 @@ const assets = {
6941
7123
  website: 'https://www.terra.money/',
6942
7124
  twitter: 'https://twitter.com/terra_money'
6943
7125
  },
7126
+ type_asset: 'sdk.coin',
6944
7127
  traces: [{
6945
7128
  type: 'ibc',
6946
7129
  counterparty: {
@@ -6979,6 +7162,7 @@ const assets = {
6979
7162
  primary_color_hex: '#22f2e9'
6980
7163
  }
6981
7164
  }],
7165
+ type_asset: 'sdk.coin',
6982
7166
  traces: [{
6983
7167
  type: 'ibc',
6984
7168
  counterparty: {