@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/stride.js CHANGED
@@ -33,6 +33,7 @@ const assets = {
33
33
  website: 'https://arable.finance/',
34
34
  twitter: 'https://twitter.com/ArableProtocol'
35
35
  },
36
+ type_asset: 'sdk.coin',
36
37
  traces: [{
37
38
  type: 'ibc',
38
39
  counterparty: {
@@ -75,6 +76,7 @@ const assets = {
75
76
  website: 'https://arable.finance/',
76
77
  twitter: 'https://twitter.com/ArableProtocol'
77
78
  },
79
+ type_asset: 'sdk.coin',
78
80
  traces: [{
79
81
  type: 'ibc',
80
82
  counterparty: {
@@ -112,6 +114,7 @@ const assets = {
112
114
  primary_color_hex: '#ecc53b'
113
115
  }
114
116
  }],
117
+ type_asset: 'sdk.coin',
115
118
  traces: [{
116
119
  type: 'ibc',
117
120
  counterparty: {
@@ -154,6 +157,7 @@ const assets = {
154
157
  website: 'https://agoric.com/',
155
158
  twitter: 'https://twitter.com/agoric'
156
159
  },
160
+ type_asset: 'sdk.coin',
157
161
  traces: [{
158
162
  type: 'ibc',
159
163
  counterparty: {
@@ -192,6 +196,7 @@ const assets = {
192
196
  primary_color_hex: '#d485e2'
193
197
  }
194
198
  }],
199
+ type_asset: 'sdk.coin',
195
200
  traces: [{
196
201
  type: 'ibc',
197
202
  counterparty: {
@@ -234,6 +239,7 @@ const assets = {
234
239
  website: 'https://axelar.network/',
235
240
  twitter: 'https://twitter.com/axelarnetwork'
236
241
  },
242
+ type_asset: 'sdk.coin',
237
243
  traces: [{
238
244
  type: 'ibc',
239
245
  counterparty: {
@@ -276,6 +282,7 @@ const assets = {
276
282
  website: 'https://www.bandprotocol.com/',
277
283
  twitter: 'https://twitter.com/BandProtocol'
278
284
  },
285
+ type_asset: 'sdk.coin',
279
286
  traces: [{
280
287
  type: 'ibc',
281
288
  counterparty: {
@@ -394,6 +401,7 @@ const assets = {
394
401
  primary_color_hex: '#043d4d'
395
402
  }
396
403
  }],
404
+ type_asset: 'sdk.coin',
397
405
  traces: [{
398
406
  type: 'ibc',
399
407
  counterparty: {
@@ -436,6 +444,7 @@ const assets = {
436
444
  website: 'https://celestia.org/',
437
445
  twitter: 'https://twitter.com/CelestiaOrg'
438
446
  },
447
+ type_asset: 'sdk.coin',
439
448
  traces: [{
440
449
  type: 'ibc',
441
450
  counterparty: {
@@ -474,6 +483,7 @@ const assets = {
474
483
  primary_color_hex: '#fc4454'
475
484
  }
476
485
  }],
486
+ type_asset: 'sdk.coin',
477
487
  traces: [{
478
488
  type: 'ibc',
479
489
  counterparty: {
@@ -512,6 +522,7 @@ const assets = {
512
522
  primary_color_hex: '#645ca4'
513
523
  }
514
524
  }],
525
+ type_asset: 'sdk.coin',
515
526
  traces: [{
516
527
  type: 'ibc',
517
528
  counterparty: {
@@ -550,6 +561,7 @@ const assets = {
550
561
  primary_color_hex: '#040404'
551
562
  }
552
563
  }],
564
+ type_asset: 'sdk.coin',
553
565
  traces: [{
554
566
  type: 'ibc',
555
567
  counterparty: {
@@ -592,6 +604,7 @@ const assets = {
592
604
  website: 'https://cosmos.network',
593
605
  twitter: 'https://twitter.com/cosmoshub'
594
606
  },
607
+ type_asset: 'sdk.coin',
595
608
  traces: [{
596
609
  type: 'ibc',
597
610
  counterparty: {
@@ -630,6 +643,7 @@ const assets = {
630
643
  primary_color_hex: '#3c2832'
631
644
  }
632
645
  }],
646
+ type_asset: 'sdk.coin',
633
647
  traces: [{
634
648
  type: 'ibc',
635
649
  counterparty: {
@@ -668,6 +682,7 @@ const assets = {
668
682
  primary_color_hex: '#df969f'
669
683
  }
670
684
  }],
685
+ type_asset: 'sdk.coin',
671
686
  traces: [{
672
687
  type: 'ibc',
673
688
  counterparty: {
@@ -715,6 +730,7 @@ const assets = {
715
730
  website: 'https://dydx.trade/',
716
731
  twitter: 'https://twitter.com/dYdX'
717
732
  },
733
+ type_asset: 'sdk.coin',
718
734
  traces: [{
719
735
  type: 'ibc',
720
736
  counterparty: {
@@ -800,6 +816,7 @@ const assets = {
800
816
  website: 'https://evmos.org/',
801
817
  twitter: 'https://twitter.com/EvmosOrg'
802
818
  },
819
+ type_asset: 'sdk.coin',
803
820
  traces: [{
804
821
  type: 'ibc',
805
822
  counterparty: {
@@ -841,6 +858,7 @@ const assets = {
841
858
  website: 'https://www.neokingdom.org/',
842
859
  twitter: 'https://twitter.com/NEOKingdomDAO'
843
860
  },
861
+ type_asset: 'sdk.coin',
844
862
  traces: [{
845
863
  type: 'ibc',
846
864
  counterparty: {
@@ -961,6 +979,7 @@ const assets = {
961
979
  primary_color_hex: '#04cd80'
962
980
  }
963
981
  }],
982
+ type_asset: 'sdk.coin',
964
983
  traces: [{
965
984
  type: 'ibc',
966
985
  counterparty: {
@@ -1048,6 +1067,7 @@ const assets = {
1048
1067
  website: 'https://injective.com/',
1049
1068
  twitter: 'https://twitter.com/Injective_'
1050
1069
  },
1070
+ type_asset: 'sdk.coin',
1051
1071
  traces: [{
1052
1072
  type: 'ibc',
1053
1073
  counterparty: {
@@ -1083,6 +1103,7 @@ const assets = {
1083
1103
  primary_color_hex: '#31292a'
1084
1104
  }
1085
1105
  }],
1106
+ type_asset: 'sdk.coin',
1086
1107
  traces: [{
1087
1108
  type: 'ibc',
1088
1109
  counterparty: {
@@ -1118,6 +1139,7 @@ const assets = {
1118
1139
  primary_color_hex: '#18120f'
1119
1140
  }
1120
1141
  }],
1142
+ type_asset: 'sdk.coin',
1121
1143
  traces: [{
1122
1144
  type: 'ibc',
1123
1145
  counterparty: {
@@ -1150,6 +1172,7 @@ const assets = {
1150
1172
  primary_color_hex: '#293a6f'
1151
1173
  }
1152
1174
  }],
1175
+ type_asset: 'sdk.coin',
1153
1176
  traces: [{
1154
1177
  type: 'ibc',
1155
1178
  counterparty: {
@@ -1182,6 +1205,7 @@ const assets = {
1182
1205
  primary_color_hex: '#272f4b'
1183
1206
  }
1184
1207
  }],
1208
+ type_asset: 'sdk.coin',
1185
1209
  traces: [{
1186
1210
  type: 'ibc',
1187
1211
  counterparty: {
@@ -1214,6 +1238,7 @@ const assets = {
1214
1238
  primary_color_hex: '#2a303f'
1215
1239
  }
1216
1240
  }],
1241
+ type_asset: 'sdk.coin',
1217
1242
  traces: [{
1218
1243
  type: 'ibc',
1219
1244
  counterparty: {
@@ -1246,6 +1271,7 @@ const assets = {
1246
1271
  primary_color_hex: '#54ac94'
1247
1272
  }
1248
1273
  }],
1274
+ type_asset: 'sdk.coin',
1249
1275
  traces: [{
1250
1276
  type: 'ibc',
1251
1277
  counterparty: {
@@ -1278,6 +1304,7 @@ const assets = {
1278
1304
  primary_color_hex: '#7931f9'
1279
1305
  }
1280
1306
  }],
1307
+ type_asset: 'sdk.coin',
1281
1308
  traces: [{
1282
1309
  type: 'ibc',
1283
1310
  counterparty: {
@@ -1320,6 +1347,7 @@ const assets = {
1320
1347
  website: 'https://junonetwork.io/',
1321
1348
  twitter: 'https://twitter.com/JunoNetwork'
1322
1349
  },
1350
+ type_asset: 'sdk.coin',
1323
1351
  traces: [{
1324
1352
  type: 'ibc',
1325
1353
  counterparty: {
@@ -1362,6 +1390,7 @@ const assets = {
1362
1390
  website: 'https://kujira.network/',
1363
1391
  twitter: 'https://twitter.com/TeamKujira'
1364
1392
  },
1393
+ type_asset: 'sdk.coin',
1365
1394
  traces: [{
1366
1395
  type: 'ibc',
1367
1396
  counterparty: {
@@ -1406,6 +1435,7 @@ const assets = {
1406
1435
  website: 'https://neutron.org/',
1407
1436
  twitter: 'https://twitter.com/Neutron_org'
1408
1437
  },
1438
+ type_asset: 'sdk.coin',
1409
1439
  traces: [{
1410
1440
  type: 'ibc',
1411
1441
  counterparty: {
@@ -1441,6 +1471,7 @@ const assets = {
1441
1471
  primary_color_hex: '#1b0847'
1442
1472
  }
1443
1473
  }],
1474
+ type_asset: 'sdk.coin',
1444
1475
  traces: [{
1445
1476
  type: 'ibc',
1446
1477
  counterparty: {
@@ -1476,6 +1507,7 @@ const assets = {
1476
1507
  primary_color_hex: '#dcd5ab'
1477
1508
  }
1478
1509
  }],
1510
+ type_asset: 'sdk.coin',
1479
1511
  traces: [{
1480
1512
  type: 'ibc',
1481
1513
  counterparty: {
@@ -1511,6 +1543,7 @@ const assets = {
1511
1543
  primary_color_hex: '#333333'
1512
1544
  }
1513
1545
  }],
1546
+ type_asset: 'sdk.coin',
1514
1547
  traces: [{
1515
1548
  type: 'ibc',
1516
1549
  counterparty: {
@@ -1643,6 +1676,7 @@ const assets = {
1643
1676
  website: 'https://persistence.one/',
1644
1677
  twitter: 'https://twitter.com/PersistenceOne'
1645
1678
  },
1679
+ type_asset: 'sdk.coin',
1646
1680
  traces: [{
1647
1681
  type: 'ibc',
1648
1682
  counterparty: {
@@ -1680,6 +1714,7 @@ const assets = {
1680
1714
  primary_color_hex: '#c6ddf5'
1681
1715
  }
1682
1716
  }],
1717
+ type_asset: 'sdk.coin',
1683
1718
  traces: [{
1684
1719
  type: 'ibc',
1685
1720
  counterparty: {
@@ -1714,6 +1749,7 @@ const assets = {
1714
1749
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1715
1750
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1716
1751
  }],
1752
+ type_asset: 'sdk.coin',
1717
1753
  traces: [{
1718
1754
  type: 'ibc',
1719
1755
  counterparty: {
@@ -1748,6 +1784,7 @@ const assets = {
1748
1784
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1749
1785
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1750
1786
  }],
1787
+ type_asset: 'sdk.coin',
1751
1788
  traces: [{
1752
1789
  type: 'ibc',
1753
1790
  counterparty: {
@@ -1782,6 +1819,7 @@ const assets = {
1782
1819
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1783
1820
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1784
1821
  }],
1822
+ type_asset: 'sdk.coin',
1785
1823
  traces: [{
1786
1824
  type: 'ibc',
1787
1825
  counterparty: {
@@ -1816,6 +1854,7 @@ const assets = {
1816
1854
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
1817
1855
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
1818
1856
  }],
1857
+ type_asset: 'sdk.coin',
1819
1858
  traces: [{
1820
1859
  type: 'ibc',
1821
1860
  counterparty: {
@@ -1850,6 +1889,7 @@ const assets = {
1850
1889
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
1851
1890
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
1852
1891
  }],
1892
+ type_asset: 'sdk.coin',
1853
1893
  traces: [{
1854
1894
  type: 'ibc',
1855
1895
  counterparty: {
@@ -1884,6 +1924,7 @@ const assets = {
1884
1924
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
1885
1925
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
1886
1926
  }],
1927
+ type_asset: 'sdk.coin',
1887
1928
  traces: [{
1888
1929
  type: 'ibc',
1889
1930
  counterparty: {
@@ -1918,6 +1959,7 @@ const assets = {
1918
1959
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
1919
1960
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
1920
1961
  }],
1962
+ type_asset: 'sdk.coin',
1921
1963
  traces: [{
1922
1964
  type: 'ibc',
1923
1965
  counterparty: {
@@ -1952,6 +1994,7 @@ const assets = {
1952
1994
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
1953
1995
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
1954
1996
  }],
1997
+ type_asset: 'sdk.coin',
1955
1998
  traces: [{
1956
1999
  type: 'ibc',
1957
2000
  counterparty: {
@@ -1986,6 +2029,7 @@ const assets = {
1986
2029
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
1987
2030
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
1988
2031
  }],
2032
+ type_asset: 'sdk.coin',
1989
2033
  traces: [{
1990
2034
  type: 'ibc',
1991
2035
  counterparty: {
@@ -2020,6 +2064,7 @@ const assets = {
2020
2064
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2021
2065
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2022
2066
  }],
2067
+ type_asset: 'sdk.coin',
2023
2068
  traces: [{
2024
2069
  type: 'ibc',
2025
2070
  counterparty: {
@@ -2054,6 +2099,7 @@ const assets = {
2054
2099
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2055
2100
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2056
2101
  }],
2102
+ type_asset: 'sdk.coin',
2057
2103
  traces: [{
2058
2104
  type: 'ibc',
2059
2105
  counterparty: {
@@ -2088,6 +2134,7 @@ const assets = {
2088
2134
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2089
2135
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2090
2136
  }],
2137
+ type_asset: 'sdk.coin',
2091
2138
  traces: [{
2092
2139
  type: 'ibc',
2093
2140
  counterparty: {
@@ -2122,6 +2169,7 @@ const assets = {
2122
2169
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2123
2170
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2124
2171
  }],
2172
+ type_asset: 'sdk.coin',
2125
2173
  traces: [{
2126
2174
  type: 'ibc',
2127
2175
  counterparty: {
@@ -2156,6 +2204,7 @@ const assets = {
2156
2204
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2157
2205
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2158
2206
  }],
2207
+ type_asset: 'sdk.coin',
2159
2208
  traces: [{
2160
2209
  type: 'ibc',
2161
2210
  counterparty: {
@@ -2190,6 +2239,7 @@ const assets = {
2190
2239
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2191
2240
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2192
2241
  }],
2242
+ type_asset: 'sdk.coin',
2193
2243
  traces: [{
2194
2244
  type: 'ibc',
2195
2245
  counterparty: {
@@ -2224,6 +2274,7 @@ const assets = {
2224
2274
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2225
2275
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2226
2276
  }],
2277
+ type_asset: 'sdk.coin',
2227
2278
  traces: [{
2228
2279
  type: 'ibc',
2229
2280
  counterparty: {
@@ -2258,6 +2309,7 @@ const assets = {
2258
2309
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2259
2310
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2260
2311
  }],
2312
+ type_asset: 'sdk.coin',
2261
2313
  traces: [{
2262
2314
  type: 'ibc',
2263
2315
  counterparty: {
@@ -2292,6 +2344,7 @@ const assets = {
2292
2344
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2293
2345
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2294
2346
  }],
2347
+ type_asset: 'sdk.coin',
2295
2348
  traces: [{
2296
2349
  type: 'ibc',
2297
2350
  counterparty: {
@@ -2326,6 +2379,7 @@ const assets = {
2326
2379
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2327
2380
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2328
2381
  }],
2382
+ type_asset: 'sdk.coin',
2329
2383
  traces: [{
2330
2384
  type: 'ibc',
2331
2385
  counterparty: {
@@ -2360,6 +2414,7 @@ const assets = {
2360
2414
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2361
2415
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2362
2416
  }],
2417
+ type_asset: 'sdk.coin',
2363
2418
  traces: [{
2364
2419
  type: 'ibc',
2365
2420
  counterparty: {
@@ -2394,6 +2449,7 @@ const assets = {
2394
2449
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2395
2450
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2396
2451
  }],
2452
+ type_asset: 'sdk.coin',
2397
2453
  traces: [{
2398
2454
  type: 'ibc',
2399
2455
  counterparty: {
@@ -2428,6 +2484,7 @@ const assets = {
2428
2484
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2429
2485
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2430
2486
  }],
2487
+ type_asset: 'sdk.coin',
2431
2488
  traces: [{
2432
2489
  type: 'ibc',
2433
2490
  counterparty: {
@@ -2462,6 +2519,7 @@ const assets = {
2462
2519
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2463
2520
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2464
2521
  }],
2522
+ type_asset: 'sdk.coin',
2465
2523
  traces: [{
2466
2524
  type: 'ibc',
2467
2525
  counterparty: {
@@ -2496,6 +2554,7 @@ const assets = {
2496
2554
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2497
2555
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2498
2556
  }],
2557
+ type_asset: 'sdk.coin',
2499
2558
  traces: [{
2500
2559
  type: 'ibc',
2501
2560
  counterparty: {
@@ -2530,6 +2589,7 @@ const assets = {
2530
2589
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
2531
2590
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
2532
2591
  }],
2592
+ type_asset: 'sdk.coin',
2533
2593
  traces: [{
2534
2594
  type: 'ibc',
2535
2595
  counterparty: {
@@ -2564,6 +2624,7 @@ const assets = {
2564
2624
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
2565
2625
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
2566
2626
  }],
2627
+ type_asset: 'sdk.coin',
2567
2628
  traces: [{
2568
2629
  type: 'ibc',
2569
2630
  counterparty: {
@@ -2598,6 +2659,7 @@ const assets = {
2598
2659
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
2599
2660
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
2600
2661
  }],
2662
+ type_asset: 'sdk.coin',
2601
2663
  traces: [{
2602
2664
  type: 'ibc',
2603
2665
  counterparty: {
@@ -2632,6 +2694,7 @@ const assets = {
2632
2694
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2633
2695
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2634
2696
  }],
2697
+ type_asset: 'sdk.coin',
2635
2698
  traces: [{
2636
2699
  type: 'ibc',
2637
2700
  counterparty: {
@@ -2666,6 +2729,7 @@ const assets = {
2666
2729
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2667
2730
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2668
2731
  }],
2732
+ type_asset: 'sdk.coin',
2669
2733
  traces: [{
2670
2734
  type: 'ibc',
2671
2735
  counterparty: {
@@ -2700,6 +2764,7 @@ const assets = {
2700
2764
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2701
2765
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2702
2766
  }],
2767
+ type_asset: 'sdk.coin',
2703
2768
  traces: [{
2704
2769
  type: 'ibc',
2705
2770
  counterparty: {
@@ -2734,6 +2799,7 @@ const assets = {
2734
2799
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2735
2800
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2736
2801
  }],
2802
+ type_asset: 'sdk.coin',
2737
2803
  traces: [{
2738
2804
  type: 'ibc',
2739
2805
  counterparty: {
@@ -2768,6 +2834,7 @@ const assets = {
2768
2834
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2769
2835
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2770
2836
  }],
2837
+ type_asset: 'sdk.coin',
2771
2838
  traces: [{
2772
2839
  type: 'ibc',
2773
2840
  counterparty: {
@@ -2802,6 +2869,7 @@ const assets = {
2802
2869
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2803
2870
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2804
2871
  }],
2872
+ type_asset: 'sdk.coin',
2805
2873
  traces: [{
2806
2874
  type: 'ibc',
2807
2875
  counterparty: {
@@ -2836,6 +2904,7 @@ const assets = {
2836
2904
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
2837
2905
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
2838
2906
  }],
2907
+ type_asset: 'sdk.coin',
2839
2908
  traces: [{
2840
2909
  type: 'ibc',
2841
2910
  counterparty: {
@@ -2870,6 +2939,7 @@ const assets = {
2870
2939
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
2871
2940
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
2872
2941
  }],
2942
+ type_asset: 'sdk.coin',
2873
2943
  traces: [{
2874
2944
  type: 'ibc',
2875
2945
  counterparty: {
@@ -2904,6 +2974,7 @@ const assets = {
2904
2974
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
2905
2975
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
2906
2976
  }],
2977
+ type_asset: 'sdk.coin',
2907
2978
  traces: [{
2908
2979
  type: 'ibc',
2909
2980
  counterparty: {
@@ -2938,6 +3009,7 @@ const assets = {
2938
3009
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
2939
3010
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
2940
3011
  }],
3012
+ type_asset: 'sdk.coin',
2941
3013
  traces: [{
2942
3014
  type: 'ibc',
2943
3015
  counterparty: {
@@ -2972,6 +3044,7 @@ const assets = {
2972
3044
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
2973
3045
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
2974
3046
  }],
3047
+ type_asset: 'sdk.coin',
2975
3048
  traces: [{
2976
3049
  type: 'ibc',
2977
3050
  counterparty: {
@@ -3006,6 +3079,7 @@ const assets = {
3006
3079
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3007
3080
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3008
3081
  }],
3082
+ type_asset: 'sdk.coin',
3009
3083
  traces: [{
3010
3084
  type: 'ibc',
3011
3085
  counterparty: {
@@ -3040,6 +3114,7 @@ const assets = {
3040
3114
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3041
3115
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3042
3116
  }],
3117
+ type_asset: 'sdk.coin',
3043
3118
  traces: [{
3044
3119
  type: 'ibc',
3045
3120
  counterparty: {
@@ -3074,6 +3149,7 @@ const assets = {
3074
3149
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3075
3150
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3076
3151
  }],
3152
+ type_asset: 'sdk.coin',
3077
3153
  traces: [{
3078
3154
  type: 'ibc',
3079
3155
  counterparty: {
@@ -3108,6 +3184,7 @@ const assets = {
3108
3184
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3109
3185
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3110
3186
  }],
3187
+ type_asset: 'sdk.coin',
3111
3188
  traces: [{
3112
3189
  type: 'ibc',
3113
3190
  counterparty: {
@@ -3142,6 +3219,7 @@ const assets = {
3142
3219
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3143
3220
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3144
3221
  }],
3222
+ type_asset: 'sdk.coin',
3145
3223
  traces: [{
3146
3224
  type: 'ibc',
3147
3225
  counterparty: {
@@ -3176,6 +3254,7 @@ const assets = {
3176
3254
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3177
3255
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3178
3256
  }],
3257
+ type_asset: 'sdk.coin',
3179
3258
  traces: [{
3180
3259
  type: 'ibc',
3181
3260
  counterparty: {
@@ -3210,6 +3289,7 @@ const assets = {
3210
3289
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3211
3290
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3212
3291
  }],
3292
+ type_asset: 'sdk.coin',
3213
3293
  traces: [{
3214
3294
  type: 'ibc',
3215
3295
  counterparty: {
@@ -3244,6 +3324,7 @@ const assets = {
3244
3324
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3245
3325
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3246
3326
  }],
3327
+ type_asset: 'sdk.coin',
3247
3328
  traces: [{
3248
3329
  type: 'ibc',
3249
3330
  counterparty: {
@@ -3278,6 +3359,7 @@ const assets = {
3278
3359
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3279
3360
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3280
3361
  }],
3362
+ type_asset: 'sdk.coin',
3281
3363
  traces: [{
3282
3364
  type: 'ibc',
3283
3365
  counterparty: {
@@ -3312,6 +3394,7 @@ const assets = {
3312
3394
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3313
3395
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3314
3396
  }],
3397
+ type_asset: 'sdk.coin',
3315
3398
  traces: [{
3316
3399
  type: 'ibc',
3317
3400
  counterparty: {
@@ -3346,6 +3429,7 @@ const assets = {
3346
3429
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3347
3430
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3348
3431
  }],
3432
+ type_asset: 'sdk.coin',
3349
3433
  traces: [{
3350
3434
  type: 'ibc',
3351
3435
  counterparty: {
@@ -3380,6 +3464,7 @@ const assets = {
3380
3464
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3381
3465
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3382
3466
  }],
3467
+ type_asset: 'sdk.coin',
3383
3468
  traces: [{
3384
3469
  type: 'ibc',
3385
3470
  counterparty: {
@@ -3414,6 +3499,7 @@ const assets = {
3414
3499
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3415
3500
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3416
3501
  }],
3502
+ type_asset: 'sdk.coin',
3417
3503
  traces: [{
3418
3504
  type: 'ibc',
3419
3505
  counterparty: {
@@ -3448,6 +3534,7 @@ const assets = {
3448
3534
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3449
3535
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3450
3536
  }],
3537
+ type_asset: 'sdk.coin',
3451
3538
  traces: [{
3452
3539
  type: 'ibc',
3453
3540
  counterparty: {
@@ -3482,6 +3569,7 @@ const assets = {
3482
3569
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3483
3570
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3484
3571
  }],
3572
+ type_asset: 'sdk.coin',
3485
3573
  traces: [{
3486
3574
  type: 'ibc',
3487
3575
  counterparty: {
@@ -3516,6 +3604,7 @@ const assets = {
3516
3604
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3517
3605
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3518
3606
  }],
3607
+ type_asset: 'sdk.coin',
3519
3608
  traces: [{
3520
3609
  type: 'ibc',
3521
3610
  counterparty: {
@@ -3550,6 +3639,7 @@ const assets = {
3550
3639
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3551
3640
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3552
3641
  }],
3642
+ type_asset: 'sdk.coin',
3553
3643
  traces: [{
3554
3644
  type: 'ibc',
3555
3645
  counterparty: {
@@ -3584,6 +3674,7 @@ const assets = {
3584
3674
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3585
3675
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3586
3676
  }],
3677
+ type_asset: 'sdk.coin',
3587
3678
  traces: [{
3588
3679
  type: 'ibc',
3589
3680
  counterparty: {
@@ -3618,6 +3709,7 @@ const assets = {
3618
3709
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3619
3710
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3620
3711
  }],
3712
+ type_asset: 'sdk.coin',
3621
3713
  traces: [{
3622
3714
  type: 'ibc',
3623
3715
  counterparty: {
@@ -3652,6 +3744,7 @@ const assets = {
3652
3744
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3653
3745
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3654
3746
  }],
3747
+ type_asset: 'sdk.coin',
3655
3748
  traces: [{
3656
3749
  type: 'ibc',
3657
3750
  counterparty: {
@@ -3686,6 +3779,7 @@ const assets = {
3686
3779
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3687
3780
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3688
3781
  }],
3782
+ type_asset: 'sdk.coin',
3689
3783
  traces: [{
3690
3784
  type: 'ibc',
3691
3785
  counterparty: {
@@ -3720,6 +3814,7 @@ const assets = {
3720
3814
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3721
3815
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3722
3816
  }],
3817
+ type_asset: 'sdk.coin',
3723
3818
  traces: [{
3724
3819
  type: 'ibc',
3725
3820
  counterparty: {
@@ -3754,6 +3849,7 @@ const assets = {
3754
3849
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3755
3850
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3756
3851
  }],
3852
+ type_asset: 'sdk.coin',
3757
3853
  traces: [{
3758
3854
  type: 'ibc',
3759
3855
  counterparty: {
@@ -3788,6 +3884,7 @@ const assets = {
3788
3884
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3789
3885
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3790
3886
  }],
3887
+ type_asset: 'sdk.coin',
3791
3888
  traces: [{
3792
3889
  type: 'ibc',
3793
3890
  counterparty: {
@@ -3822,6 +3919,7 @@ const assets = {
3822
3919
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3823
3920
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3824
3921
  }],
3922
+ type_asset: 'sdk.coin',
3825
3923
  traces: [{
3826
3924
  type: 'ibc',
3827
3925
  counterparty: {
@@ -3856,6 +3954,7 @@ const assets = {
3856
3954
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3857
3955
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3858
3956
  }],
3957
+ type_asset: 'sdk.coin',
3859
3958
  traces: [{
3860
3959
  type: 'ibc',
3861
3960
  counterparty: {
@@ -3890,6 +3989,7 @@ const assets = {
3890
3989
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3891
3990
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3892
3991
  }],
3992
+ type_asset: 'sdk.coin',
3893
3993
  traces: [{
3894
3994
  type: 'ibc',
3895
3995
  counterparty: {
@@ -3924,6 +4024,7 @@ const assets = {
3924
4024
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3925
4025
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3926
4026
  }],
4027
+ type_asset: 'sdk.coin',
3927
4028
  traces: [{
3928
4029
  type: 'ibc',
3929
4030
  counterparty: {
@@ -3958,6 +4059,7 @@ const assets = {
3958
4059
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3959
4060
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3960
4061
  }],
4062
+ type_asset: 'sdk.coin',
3961
4063
  traces: [{
3962
4064
  type: 'ibc',
3963
4065
  counterparty: {
@@ -3992,6 +4094,7 @@ const assets = {
3992
4094
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3993
4095
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3994
4096
  }],
4097
+ type_asset: 'sdk.coin',
3995
4098
  traces: [{
3996
4099
  type: 'ibc',
3997
4100
  counterparty: {
@@ -4026,6 +4129,7 @@ const assets = {
4026
4129
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4027
4130
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4028
4131
  }],
4132
+ type_asset: 'sdk.coin',
4029
4133
  traces: [{
4030
4134
  type: 'ibc',
4031
4135
  counterparty: {
@@ -4060,6 +4164,7 @@ const assets = {
4060
4164
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4061
4165
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4062
4166
  }],
4167
+ type_asset: 'sdk.coin',
4063
4168
  traces: [{
4064
4169
  type: 'ibc',
4065
4170
  counterparty: {
@@ -4094,6 +4199,7 @@ const assets = {
4094
4199
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4095
4200
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4096
4201
  }],
4202
+ type_asset: 'sdk.coin',
4097
4203
  traces: [{
4098
4204
  type: 'ibc',
4099
4205
  counterparty: {
@@ -4128,6 +4234,7 @@ const assets = {
4128
4234
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4129
4235
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4130
4236
  }],
4237
+ type_asset: 'sdk.coin',
4131
4238
  traces: [{
4132
4239
  type: 'ibc',
4133
4240
  counterparty: {
@@ -4178,6 +4285,7 @@ const assets = {
4178
4285
  website: 'https://www.saga.xyz/',
4179
4286
  twitter: 'https://twitter.com/Sagaxyz__'
4180
4287
  },
4288
+ type_asset: 'sdk.coin',
4181
4289
  traces: [{
4182
4290
  type: 'ibc',
4183
4291
  counterparty: {
@@ -4220,6 +4328,7 @@ const assets = {
4220
4328
  website: 'https://scrt.network/',
4221
4329
  twitter: 'https://twitter.com/SecretNetwork'
4222
4330
  },
4331
+ type_asset: 'sdk.coin',
4223
4332
  traces: [{
4224
4333
  type: 'ibc',
4225
4334
  counterparty: {
@@ -4262,6 +4371,7 @@ const assets = {
4262
4371
  website: 'https://www.sei.io/',
4263
4372
  twitter: 'https://twitter.com/SeiNetwork'
4264
4373
  },
4374
+ type_asset: 'sdk.coin',
4265
4375
  traces: [{
4266
4376
  type: 'ibc',
4267
4377
  counterparty: {
@@ -4284,6 +4394,8 @@ const assets = {
4284
4394
  denom: 'oozaru',
4285
4395
  exponent: 6
4286
4396
  }],
4397
+ type_asset: 'cw20',
4398
+ address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
4287
4399
  base: 'ibc/C19E6B6212A5DCF8293D3CD440D5C8F9EA05E559834AB21E71A3BDBAB907994C',
4288
4400
  name: 'Oozaru',
4289
4401
  display: 'oozaru',
@@ -4347,6 +4459,7 @@ const assets = {
4347
4459
  website: 'https://www.sommelier.finance/',
4348
4460
  twitter: 'https://twitter.com/sommfinance'
4349
4461
  },
4462
+ type_asset: 'sdk.coin',
4350
4463
  traces: [{
4351
4464
  type: 'ibc',
4352
4465
  counterparty: {
@@ -4389,6 +4502,7 @@ const assets = {
4389
4502
  website: 'https://www.stargaze.zone/',
4390
4503
  twitter: 'https://twitter.com/StargazeZone'
4391
4504
  },
4505
+ type_asset: 'sdk.coin',
4392
4506
  traces: [{
4393
4507
  type: 'ibc',
4394
4508
  counterparty: {
@@ -4431,6 +4545,7 @@ const assets = {
4431
4545
  website: 'https://arable.finance/',
4432
4546
  twitter: 'https://twitter.com/ArableProtocol'
4433
4547
  },
4548
+ type_asset: 'sdk.coin',
4434
4549
  traces: [{
4435
4550
  type: 'ibc',
4436
4551
  counterparty: {
@@ -4473,6 +4588,7 @@ const assets = {
4473
4588
  website: 'https://arable.finance/',
4474
4589
  twitter: 'https://twitter.com/ArableProtocol'
4475
4590
  },
4591
+ type_asset: 'sdk.coin',
4476
4592
  traces: [{
4477
4593
  type: 'ibc',
4478
4594
  counterparty: {
@@ -4510,6 +4626,7 @@ const assets = {
4510
4626
  primary_color_hex: '#ecc53b'
4511
4627
  }
4512
4628
  }],
4629
+ type_asset: 'sdk.coin',
4513
4630
  traces: [{
4514
4631
  type: 'ibc',
4515
4632
  counterparty: {
@@ -4552,6 +4669,7 @@ const assets = {
4552
4669
  website: 'https://agoric.com/',
4553
4670
  twitter: 'https://twitter.com/agoric'
4554
4671
  },
4672
+ type_asset: 'sdk.coin',
4555
4673
  traces: [{
4556
4674
  type: 'ibc',
4557
4675
  counterparty: {
@@ -4590,6 +4708,7 @@ const assets = {
4590
4708
  primary_color_hex: '#d485e2'
4591
4709
  }
4592
4710
  }],
4711
+ type_asset: 'sdk.coin',
4593
4712
  traces: [{
4594
4713
  type: 'ibc',
4595
4714
  counterparty: {
@@ -4632,6 +4751,7 @@ const assets = {
4632
4751
  website: 'https://axelar.network/',
4633
4752
  twitter: 'https://twitter.com/axelarnetwork'
4634
4753
  },
4754
+ type_asset: 'sdk.coin',
4635
4755
  traces: [{
4636
4756
  type: 'ibc',
4637
4757
  counterparty: {
@@ -4674,6 +4794,7 @@ const assets = {
4674
4794
  website: 'https://www.bandprotocol.com/',
4675
4795
  twitter: 'https://twitter.com/BandProtocol'
4676
4796
  },
4797
+ type_asset: 'sdk.coin',
4677
4798
  traces: [{
4678
4799
  type: 'ibc',
4679
4800
  counterparty: {
@@ -4792,6 +4913,7 @@ const assets = {
4792
4913
  primary_color_hex: '#043d4d'
4793
4914
  }
4794
4915
  }],
4916
+ type_asset: 'sdk.coin',
4795
4917
  traces: [{
4796
4918
  type: 'ibc',
4797
4919
  counterparty: {
@@ -4834,6 +4956,7 @@ const assets = {
4834
4956
  website: 'https://celestia.org/',
4835
4957
  twitter: 'https://twitter.com/CelestiaOrg'
4836
4958
  },
4959
+ type_asset: 'sdk.coin',
4837
4960
  traces: [{
4838
4961
  type: 'ibc',
4839
4962
  counterparty: {
@@ -4872,6 +4995,7 @@ const assets = {
4872
4995
  primary_color_hex: '#fc4454'
4873
4996
  }
4874
4997
  }],
4998
+ type_asset: 'sdk.coin',
4875
4999
  traces: [{
4876
5000
  type: 'ibc',
4877
5001
  counterparty: {
@@ -4910,6 +5034,7 @@ const assets = {
4910
5034
  primary_color_hex: '#645ca4'
4911
5035
  }
4912
5036
  }],
5037
+ type_asset: 'sdk.coin',
4913
5038
  traces: [{
4914
5039
  type: 'ibc',
4915
5040
  counterparty: {
@@ -4948,6 +5073,7 @@ const assets = {
4948
5073
  primary_color_hex: '#040404'
4949
5074
  }
4950
5075
  }],
5076
+ type_asset: 'sdk.coin',
4951
5077
  traces: [{
4952
5078
  type: 'ibc',
4953
5079
  counterparty: {
@@ -4990,6 +5116,7 @@ const assets = {
4990
5116
  website: 'https://cosmos.network',
4991
5117
  twitter: 'https://twitter.com/cosmoshub'
4992
5118
  },
5119
+ type_asset: 'sdk.coin',
4993
5120
  traces: [{
4994
5121
  type: 'ibc',
4995
5122
  counterparty: {
@@ -5028,6 +5155,7 @@ const assets = {
5028
5155
  primary_color_hex: '#3c2832'
5029
5156
  }
5030
5157
  }],
5158
+ type_asset: 'sdk.coin',
5031
5159
  traces: [{
5032
5160
  type: 'ibc',
5033
5161
  counterparty: {
@@ -5066,6 +5194,7 @@ const assets = {
5066
5194
  primary_color_hex: '#df969f'
5067
5195
  }
5068
5196
  }],
5197
+ type_asset: 'sdk.coin',
5069
5198
  traces: [{
5070
5199
  type: 'ibc',
5071
5200
  counterparty: {
@@ -5113,6 +5242,7 @@ const assets = {
5113
5242
  website: 'https://dydx.trade/',
5114
5243
  twitter: 'https://twitter.com/dYdX'
5115
5244
  },
5245
+ type_asset: 'sdk.coin',
5116
5246
  traces: [{
5117
5247
  type: 'ibc',
5118
5248
  counterparty: {
@@ -5198,6 +5328,7 @@ const assets = {
5198
5328
  website: 'https://evmos.org/',
5199
5329
  twitter: 'https://twitter.com/EvmosOrg'
5200
5330
  },
5331
+ type_asset: 'sdk.coin',
5201
5332
  traces: [{
5202
5333
  type: 'ibc',
5203
5334
  counterparty: {
@@ -5239,6 +5370,7 @@ const assets = {
5239
5370
  website: 'https://www.neokingdom.org/',
5240
5371
  twitter: 'https://twitter.com/NEOKingdomDAO'
5241
5372
  },
5373
+ type_asset: 'sdk.coin',
5242
5374
  traces: [{
5243
5375
  type: 'ibc',
5244
5376
  counterparty: {
@@ -5359,6 +5491,7 @@ const assets = {
5359
5491
  primary_color_hex: '#04cd80'
5360
5492
  }
5361
5493
  }],
5494
+ type_asset: 'sdk.coin',
5362
5495
  traces: [{
5363
5496
  type: 'ibc',
5364
5497
  counterparty: {
@@ -5446,6 +5579,7 @@ const assets = {
5446
5579
  website: 'https://injective.com/',
5447
5580
  twitter: 'https://twitter.com/Injective_'
5448
5581
  },
5582
+ type_asset: 'sdk.coin',
5449
5583
  traces: [{
5450
5584
  type: 'ibc',
5451
5585
  counterparty: {
@@ -5481,6 +5615,7 @@ const assets = {
5481
5615
  primary_color_hex: '#31292a'
5482
5616
  }
5483
5617
  }],
5618
+ type_asset: 'sdk.coin',
5484
5619
  traces: [{
5485
5620
  type: 'ibc',
5486
5621
  counterparty: {
@@ -5516,6 +5651,7 @@ const assets = {
5516
5651
  primary_color_hex: '#18120f'
5517
5652
  }
5518
5653
  }],
5654
+ type_asset: 'sdk.coin',
5519
5655
  traces: [{
5520
5656
  type: 'ibc',
5521
5657
  counterparty: {
@@ -5548,6 +5684,7 @@ const assets = {
5548
5684
  primary_color_hex: '#293a6f'
5549
5685
  }
5550
5686
  }],
5687
+ type_asset: 'sdk.coin',
5551
5688
  traces: [{
5552
5689
  type: 'ibc',
5553
5690
  counterparty: {
@@ -5580,6 +5717,7 @@ const assets = {
5580
5717
  primary_color_hex: '#272f4b'
5581
5718
  }
5582
5719
  }],
5720
+ type_asset: 'sdk.coin',
5583
5721
  traces: [{
5584
5722
  type: 'ibc',
5585
5723
  counterparty: {
@@ -5612,6 +5750,7 @@ const assets = {
5612
5750
  primary_color_hex: '#2a303f'
5613
5751
  }
5614
5752
  }],
5753
+ type_asset: 'sdk.coin',
5615
5754
  traces: [{
5616
5755
  type: 'ibc',
5617
5756
  counterparty: {
@@ -5644,6 +5783,7 @@ const assets = {
5644
5783
  primary_color_hex: '#54ac94'
5645
5784
  }
5646
5785
  }],
5786
+ type_asset: 'sdk.coin',
5647
5787
  traces: [{
5648
5788
  type: 'ibc',
5649
5789
  counterparty: {
@@ -5676,6 +5816,7 @@ const assets = {
5676
5816
  primary_color_hex: '#7931f9'
5677
5817
  }
5678
5818
  }],
5819
+ type_asset: 'sdk.coin',
5679
5820
  traces: [{
5680
5821
  type: 'ibc',
5681
5822
  counterparty: {
@@ -5718,6 +5859,7 @@ const assets = {
5718
5859
  website: 'https://junonetwork.io/',
5719
5860
  twitter: 'https://twitter.com/JunoNetwork'
5720
5861
  },
5862
+ type_asset: 'sdk.coin',
5721
5863
  traces: [{
5722
5864
  type: 'ibc',
5723
5865
  counterparty: {
@@ -5760,6 +5902,7 @@ const assets = {
5760
5902
  website: 'https://kujira.network/',
5761
5903
  twitter: 'https://twitter.com/TeamKujira'
5762
5904
  },
5905
+ type_asset: 'sdk.coin',
5763
5906
  traces: [{
5764
5907
  type: 'ibc',
5765
5908
  counterparty: {
@@ -5804,6 +5947,7 @@ const assets = {
5804
5947
  website: 'https://neutron.org/',
5805
5948
  twitter: 'https://twitter.com/Neutron_org'
5806
5949
  },
5950
+ type_asset: 'sdk.coin',
5807
5951
  traces: [{
5808
5952
  type: 'ibc',
5809
5953
  counterparty: {
@@ -5839,6 +5983,7 @@ const assets = {
5839
5983
  primary_color_hex: '#1b0847'
5840
5984
  }
5841
5985
  }],
5986
+ type_asset: 'sdk.coin',
5842
5987
  traces: [{
5843
5988
  type: 'ibc',
5844
5989
  counterparty: {
@@ -5874,6 +6019,7 @@ const assets = {
5874
6019
  primary_color_hex: '#dcd5ab'
5875
6020
  }
5876
6021
  }],
6022
+ type_asset: 'sdk.coin',
5877
6023
  traces: [{
5878
6024
  type: 'ibc',
5879
6025
  counterparty: {
@@ -5909,6 +6055,7 @@ const assets = {
5909
6055
  primary_color_hex: '#333333'
5910
6056
  }
5911
6057
  }],
6058
+ type_asset: 'sdk.coin',
5912
6059
  traces: [{
5913
6060
  type: 'ibc',
5914
6061
  counterparty: {
@@ -6041,6 +6188,7 @@ const assets = {
6041
6188
  website: 'https://persistence.one/',
6042
6189
  twitter: 'https://twitter.com/PersistenceOne'
6043
6190
  },
6191
+ type_asset: 'sdk.coin',
6044
6192
  traces: [{
6045
6193
  type: 'ibc',
6046
6194
  counterparty: {
@@ -6078,6 +6226,7 @@ const assets = {
6078
6226
  primary_color_hex: '#c6ddf5'
6079
6227
  }
6080
6228
  }],
6229
+ type_asset: 'sdk.coin',
6081
6230
  traces: [{
6082
6231
  type: 'ibc',
6083
6232
  counterparty: {
@@ -6112,6 +6261,7 @@ const assets = {
6112
6261
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
6113
6262
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
6114
6263
  }],
6264
+ type_asset: 'sdk.coin',
6115
6265
  traces: [{
6116
6266
  type: 'ibc',
6117
6267
  counterparty: {
@@ -6146,6 +6296,7 @@ const assets = {
6146
6296
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
6147
6297
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
6148
6298
  }],
6299
+ type_asset: 'sdk.coin',
6149
6300
  traces: [{
6150
6301
  type: 'ibc',
6151
6302
  counterparty: {
@@ -6180,6 +6331,7 @@ const assets = {
6180
6331
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
6181
6332
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
6182
6333
  }],
6334
+ type_asset: 'sdk.coin',
6183
6335
  traces: [{
6184
6336
  type: 'ibc',
6185
6337
  counterparty: {
@@ -6214,6 +6366,7 @@ const assets = {
6214
6366
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
6215
6367
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
6216
6368
  }],
6369
+ type_asset: 'sdk.coin',
6217
6370
  traces: [{
6218
6371
  type: 'ibc',
6219
6372
  counterparty: {
@@ -6248,6 +6401,7 @@ const assets = {
6248
6401
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
6249
6402
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
6250
6403
  }],
6404
+ type_asset: 'sdk.coin',
6251
6405
  traces: [{
6252
6406
  type: 'ibc',
6253
6407
  counterparty: {
@@ -6282,6 +6436,7 @@ const assets = {
6282
6436
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
6283
6437
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
6284
6438
  }],
6439
+ type_asset: 'sdk.coin',
6285
6440
  traces: [{
6286
6441
  type: 'ibc',
6287
6442
  counterparty: {
@@ -6316,6 +6471,7 @@ const assets = {
6316
6471
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
6317
6472
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
6318
6473
  }],
6474
+ type_asset: 'sdk.coin',
6319
6475
  traces: [{
6320
6476
  type: 'ibc',
6321
6477
  counterparty: {
@@ -6350,6 +6506,7 @@ const assets = {
6350
6506
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
6351
6507
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
6352
6508
  }],
6509
+ type_asset: 'sdk.coin',
6353
6510
  traces: [{
6354
6511
  type: 'ibc',
6355
6512
  counterparty: {
@@ -6384,6 +6541,7 @@ const assets = {
6384
6541
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
6385
6542
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
6386
6543
  }],
6544
+ type_asset: 'sdk.coin',
6387
6545
  traces: [{
6388
6546
  type: 'ibc',
6389
6547
  counterparty: {
@@ -6418,6 +6576,7 @@ const assets = {
6418
6576
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
6419
6577
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
6420
6578
  }],
6579
+ type_asset: 'sdk.coin',
6421
6580
  traces: [{
6422
6581
  type: 'ibc',
6423
6582
  counterparty: {
@@ -6452,6 +6611,7 @@ const assets = {
6452
6611
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
6453
6612
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
6454
6613
  }],
6614
+ type_asset: 'sdk.coin',
6455
6615
  traces: [{
6456
6616
  type: 'ibc',
6457
6617
  counterparty: {
@@ -6486,6 +6646,7 @@ const assets = {
6486
6646
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
6487
6647
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
6488
6648
  }],
6649
+ type_asset: 'sdk.coin',
6489
6650
  traces: [{
6490
6651
  type: 'ibc',
6491
6652
  counterparty: {
@@ -6520,6 +6681,7 @@ const assets = {
6520
6681
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
6521
6682
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
6522
6683
  }],
6684
+ type_asset: 'sdk.coin',
6523
6685
  traces: [{
6524
6686
  type: 'ibc',
6525
6687
  counterparty: {
@@ -6554,6 +6716,7 @@ const assets = {
6554
6716
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
6555
6717
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
6556
6718
  }],
6719
+ type_asset: 'sdk.coin',
6557
6720
  traces: [{
6558
6721
  type: 'ibc',
6559
6722
  counterparty: {
@@ -6588,6 +6751,7 @@ const assets = {
6588
6751
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
6589
6752
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
6590
6753
  }],
6754
+ type_asset: 'sdk.coin',
6591
6755
  traces: [{
6592
6756
  type: 'ibc',
6593
6757
  counterparty: {
@@ -6622,6 +6786,7 @@ const assets = {
6622
6786
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
6623
6787
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
6624
6788
  }],
6789
+ type_asset: 'sdk.coin',
6625
6790
  traces: [{
6626
6791
  type: 'ibc',
6627
6792
  counterparty: {
@@ -6656,6 +6821,7 @@ const assets = {
6656
6821
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
6657
6822
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
6658
6823
  }],
6824
+ type_asset: 'sdk.coin',
6659
6825
  traces: [{
6660
6826
  type: 'ibc',
6661
6827
  counterparty: {
@@ -6690,6 +6856,7 @@ const assets = {
6690
6856
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
6691
6857
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
6692
6858
  }],
6859
+ type_asset: 'sdk.coin',
6693
6860
  traces: [{
6694
6861
  type: 'ibc',
6695
6862
  counterparty: {
@@ -6724,6 +6891,7 @@ const assets = {
6724
6891
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
6725
6892
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
6726
6893
  }],
6894
+ type_asset: 'sdk.coin',
6727
6895
  traces: [{
6728
6896
  type: 'ibc',
6729
6897
  counterparty: {
@@ -6758,6 +6926,7 @@ const assets = {
6758
6926
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
6759
6927
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
6760
6928
  }],
6929
+ type_asset: 'sdk.coin',
6761
6930
  traces: [{
6762
6931
  type: 'ibc',
6763
6932
  counterparty: {
@@ -6792,6 +6961,7 @@ const assets = {
6792
6961
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
6793
6962
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
6794
6963
  }],
6964
+ type_asset: 'sdk.coin',
6795
6965
  traces: [{
6796
6966
  type: 'ibc',
6797
6967
  counterparty: {
@@ -6826,6 +6996,7 @@ const assets = {
6826
6996
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6827
6997
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6828
6998
  }],
6999
+ type_asset: 'sdk.coin',
6829
7000
  traces: [{
6830
7001
  type: 'ibc',
6831
7002
  counterparty: {
@@ -6860,6 +7031,7 @@ const assets = {
6860
7031
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6861
7032
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6862
7033
  }],
7034
+ type_asset: 'sdk.coin',
6863
7035
  traces: [{
6864
7036
  type: 'ibc',
6865
7037
  counterparty: {
@@ -6894,6 +7066,7 @@ const assets = {
6894
7066
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6895
7067
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6896
7068
  }],
7069
+ type_asset: 'sdk.coin',
6897
7070
  traces: [{
6898
7071
  type: 'ibc',
6899
7072
  counterparty: {
@@ -6928,6 +7101,7 @@ const assets = {
6928
7101
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
6929
7102
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
6930
7103
  }],
7104
+ type_asset: 'sdk.coin',
6931
7105
  traces: [{
6932
7106
  type: 'ibc',
6933
7107
  counterparty: {
@@ -6962,6 +7136,7 @@ const assets = {
6962
7136
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
6963
7137
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
6964
7138
  }],
7139
+ type_asset: 'sdk.coin',
6965
7140
  traces: [{
6966
7141
  type: 'ibc',
6967
7142
  counterparty: {
@@ -6996,6 +7171,7 @@ const assets = {
6996
7171
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
6997
7172
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
6998
7173
  }],
7174
+ type_asset: 'sdk.coin',
6999
7175
  traces: [{
7000
7176
  type: 'ibc',
7001
7177
  counterparty: {
@@ -7030,6 +7206,7 @@ const assets = {
7030
7206
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
7031
7207
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
7032
7208
  }],
7209
+ type_asset: 'sdk.coin',
7033
7210
  traces: [{
7034
7211
  type: 'ibc',
7035
7212
  counterparty: {
@@ -7064,6 +7241,7 @@ const assets = {
7064
7241
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
7065
7242
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
7066
7243
  }],
7244
+ type_asset: 'sdk.coin',
7067
7245
  traces: [{
7068
7246
  type: 'ibc',
7069
7247
  counterparty: {
@@ -7098,6 +7276,7 @@ const assets = {
7098
7276
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
7099
7277
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
7100
7278
  }],
7279
+ type_asset: 'sdk.coin',
7101
7280
  traces: [{
7102
7281
  type: 'ibc',
7103
7282
  counterparty: {
@@ -7132,6 +7311,7 @@ const assets = {
7132
7311
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
7133
7312
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
7134
7313
  }],
7314
+ type_asset: 'sdk.coin',
7135
7315
  traces: [{
7136
7316
  type: 'ibc',
7137
7317
  counterparty: {
@@ -7166,6 +7346,7 @@ const assets = {
7166
7346
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
7167
7347
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
7168
7348
  }],
7349
+ type_asset: 'sdk.coin',
7169
7350
  traces: [{
7170
7351
  type: 'ibc',
7171
7352
  counterparty: {
@@ -7200,6 +7381,7 @@ const assets = {
7200
7381
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
7201
7382
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
7202
7383
  }],
7384
+ type_asset: 'sdk.coin',
7203
7385
  traces: [{
7204
7386
  type: 'ibc',
7205
7387
  counterparty: {
@@ -7234,6 +7416,7 @@ const assets = {
7234
7416
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
7235
7417
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
7236
7418
  }],
7419
+ type_asset: 'sdk.coin',
7237
7420
  traces: [{
7238
7421
  type: 'ibc',
7239
7422
  counterparty: {
@@ -7268,6 +7451,7 @@ const assets = {
7268
7451
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
7269
7452
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
7270
7453
  }],
7454
+ type_asset: 'sdk.coin',
7271
7455
  traces: [{
7272
7456
  type: 'ibc',
7273
7457
  counterparty: {
@@ -7302,6 +7486,7 @@ const assets = {
7302
7486
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
7303
7487
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
7304
7488
  }],
7489
+ type_asset: 'sdk.coin',
7305
7490
  traces: [{
7306
7491
  type: 'ibc',
7307
7492
  counterparty: {
@@ -7336,6 +7521,7 @@ const assets = {
7336
7521
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
7337
7522
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
7338
7523
  }],
7524
+ type_asset: 'sdk.coin',
7339
7525
  traces: [{
7340
7526
  type: 'ibc',
7341
7527
  counterparty: {
@@ -7370,6 +7556,7 @@ const assets = {
7370
7556
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
7371
7557
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
7372
7558
  }],
7559
+ type_asset: 'sdk.coin',
7373
7560
  traces: [{
7374
7561
  type: 'ibc',
7375
7562
  counterparty: {
@@ -7404,6 +7591,7 @@ const assets = {
7404
7591
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
7405
7592
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
7406
7593
  }],
7594
+ type_asset: 'sdk.coin',
7407
7595
  traces: [{
7408
7596
  type: 'ibc',
7409
7597
  counterparty: {
@@ -7438,6 +7626,7 @@ const assets = {
7438
7626
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
7439
7627
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
7440
7628
  }],
7629
+ type_asset: 'sdk.coin',
7441
7630
  traces: [{
7442
7631
  type: 'ibc',
7443
7632
  counterparty: {
@@ -7472,6 +7661,7 @@ const assets = {
7472
7661
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
7473
7662
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
7474
7663
  }],
7664
+ type_asset: 'sdk.coin',
7475
7665
  traces: [{
7476
7666
  type: 'ibc',
7477
7667
  counterparty: {
@@ -7506,6 +7696,7 @@ const assets = {
7506
7696
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
7507
7697
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
7508
7698
  }],
7699
+ type_asset: 'sdk.coin',
7509
7700
  traces: [{
7510
7701
  type: 'ibc',
7511
7702
  counterparty: {
@@ -7540,6 +7731,7 @@ const assets = {
7540
7731
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
7541
7732
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
7542
7733
  }],
7734
+ type_asset: 'sdk.coin',
7543
7735
  traces: [{
7544
7736
  type: 'ibc',
7545
7737
  counterparty: {
@@ -7574,6 +7766,7 @@ const assets = {
7574
7766
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
7575
7767
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
7576
7768
  }],
7769
+ type_asset: 'sdk.coin',
7577
7770
  traces: [{
7578
7771
  type: 'ibc',
7579
7772
  counterparty: {
@@ -7608,6 +7801,7 @@ const assets = {
7608
7801
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
7609
7802
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
7610
7803
  }],
7804
+ type_asset: 'sdk.coin',
7611
7805
  traces: [{
7612
7806
  type: 'ibc',
7613
7807
  counterparty: {
@@ -7642,6 +7836,7 @@ const assets = {
7642
7836
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
7643
7837
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
7644
7838
  }],
7839
+ type_asset: 'sdk.coin',
7645
7840
  traces: [{
7646
7841
  type: 'ibc',
7647
7842
  counterparty: {
@@ -7676,6 +7871,7 @@ const assets = {
7676
7871
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
7677
7872
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
7678
7873
  }],
7874
+ type_asset: 'sdk.coin',
7679
7875
  traces: [{
7680
7876
  type: 'ibc',
7681
7877
  counterparty: {
@@ -7710,6 +7906,7 @@ const assets = {
7710
7906
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
7711
7907
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
7712
7908
  }],
7909
+ type_asset: 'sdk.coin',
7713
7910
  traces: [{
7714
7911
  type: 'ibc',
7715
7912
  counterparty: {
@@ -7744,6 +7941,7 @@ const assets = {
7744
7941
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7745
7942
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7746
7943
  }],
7944
+ type_asset: 'sdk.coin',
7747
7945
  traces: [{
7748
7946
  type: 'ibc',
7749
7947
  counterparty: {
@@ -7778,6 +7976,7 @@ const assets = {
7778
7976
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7779
7977
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7780
7978
  }],
7979
+ type_asset: 'sdk.coin',
7781
7980
  traces: [{
7782
7981
  type: 'ibc',
7783
7982
  counterparty: {
@@ -7812,6 +8011,7 @@ const assets = {
7812
8011
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7813
8012
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7814
8013
  }],
8014
+ type_asset: 'sdk.coin',
7815
8015
  traces: [{
7816
8016
  type: 'ibc',
7817
8017
  counterparty: {
@@ -7846,6 +8046,7 @@ const assets = {
7846
8046
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7847
8047
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7848
8048
  }],
8049
+ type_asset: 'sdk.coin',
7849
8050
  traces: [{
7850
8051
  type: 'ibc',
7851
8052
  counterparty: {
@@ -7880,6 +8081,7 @@ const assets = {
7880
8081
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7881
8082
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7882
8083
  }],
8084
+ type_asset: 'sdk.coin',
7883
8085
  traces: [{
7884
8086
  type: 'ibc',
7885
8087
  counterparty: {
@@ -7914,6 +8116,7 @@ const assets = {
7914
8116
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7915
8117
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7916
8118
  }],
8119
+ type_asset: 'sdk.coin',
7917
8120
  traces: [{
7918
8121
  type: 'ibc',
7919
8122
  counterparty: {
@@ -7948,6 +8151,7 @@ const assets = {
7948
8151
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7949
8152
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7950
8153
  }],
8154
+ type_asset: 'sdk.coin',
7951
8155
  traces: [{
7952
8156
  type: 'ibc',
7953
8157
  counterparty: {
@@ -7982,6 +8186,7 @@ const assets = {
7982
8186
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7983
8187
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7984
8188
  }],
8189
+ type_asset: 'sdk.coin',
7985
8190
  traces: [{
7986
8191
  type: 'ibc',
7987
8192
  counterparty: {
@@ -8016,6 +8221,7 @@ const assets = {
8016
8221
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8017
8222
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8018
8223
  }],
8224
+ type_asset: 'sdk.coin',
8019
8225
  traces: [{
8020
8226
  type: 'ibc',
8021
8227
  counterparty: {
@@ -8050,6 +8256,7 @@ const assets = {
8050
8256
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8051
8257
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8052
8258
  }],
8259
+ type_asset: 'sdk.coin',
8053
8260
  traces: [{
8054
8261
  type: 'ibc',
8055
8262
  counterparty: {
@@ -8084,6 +8291,7 @@ const assets = {
8084
8291
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8085
8292
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8086
8293
  }],
8294
+ type_asset: 'sdk.coin',
8087
8295
  traces: [{
8088
8296
  type: 'ibc',
8089
8297
  counterparty: {
@@ -8118,6 +8326,7 @@ const assets = {
8118
8326
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8119
8327
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8120
8328
  }],
8329
+ type_asset: 'sdk.coin',
8121
8330
  traces: [{
8122
8331
  type: 'ibc',
8123
8332
  counterparty: {
@@ -8152,6 +8361,7 @@ const assets = {
8152
8361
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8153
8362
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8154
8363
  }],
8364
+ type_asset: 'sdk.coin',
8155
8365
  traces: [{
8156
8366
  type: 'ibc',
8157
8367
  counterparty: {
@@ -8186,6 +8396,7 @@ const assets = {
8186
8396
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8187
8397
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8188
8398
  }],
8399
+ type_asset: 'sdk.coin',
8189
8400
  traces: [{
8190
8401
  type: 'ibc',
8191
8402
  counterparty: {
@@ -8220,6 +8431,7 @@ const assets = {
8220
8431
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8221
8432
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8222
8433
  }],
8434
+ type_asset: 'sdk.coin',
8223
8435
  traces: [{
8224
8436
  type: 'ibc',
8225
8437
  counterparty: {
@@ -8254,6 +8466,7 @@ const assets = {
8254
8466
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8255
8467
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8256
8468
  }],
8469
+ type_asset: 'sdk.coin',
8257
8470
  traces: [{
8258
8471
  type: 'ibc',
8259
8472
  counterparty: {
@@ -8288,6 +8501,7 @@ const assets = {
8288
8501
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8289
8502
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8290
8503
  }],
8504
+ type_asset: 'sdk.coin',
8291
8505
  traces: [{
8292
8506
  type: 'ibc',
8293
8507
  counterparty: {
@@ -8322,6 +8536,7 @@ const assets = {
8322
8536
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8323
8537
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8324
8538
  }],
8539
+ type_asset: 'sdk.coin',
8325
8540
  traces: [{
8326
8541
  type: 'ibc',
8327
8542
  counterparty: {
@@ -8356,6 +8571,7 @@ const assets = {
8356
8571
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8357
8572
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8358
8573
  }],
8574
+ type_asset: 'sdk.coin',
8359
8575
  traces: [{
8360
8576
  type: 'ibc',
8361
8577
  counterparty: {
@@ -8390,6 +8606,7 @@ const assets = {
8390
8606
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8391
8607
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8392
8608
  }],
8609
+ type_asset: 'sdk.coin',
8393
8610
  traces: [{
8394
8611
  type: 'ibc',
8395
8612
  counterparty: {
@@ -8424,6 +8641,7 @@ const assets = {
8424
8641
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8425
8642
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8426
8643
  }],
8644
+ type_asset: 'sdk.coin',
8427
8645
  traces: [{
8428
8646
  type: 'ibc',
8429
8647
  counterparty: {
@@ -8458,6 +8676,7 @@ const assets = {
8458
8676
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8459
8677
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8460
8678
  }],
8679
+ type_asset: 'sdk.coin',
8461
8680
  traces: [{
8462
8681
  type: 'ibc',
8463
8682
  counterparty: {
@@ -8492,6 +8711,7 @@ const assets = {
8492
8711
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8493
8712
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8494
8713
  }],
8714
+ type_asset: 'sdk.coin',
8495
8715
  traces: [{
8496
8716
  type: 'ibc',
8497
8717
  counterparty: {
@@ -8526,6 +8746,7 @@ const assets = {
8526
8746
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8527
8747
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8528
8748
  }],
8749
+ type_asset: 'sdk.coin',
8529
8750
  traces: [{
8530
8751
  type: 'ibc',
8531
8752
  counterparty: {
@@ -8576,6 +8797,7 @@ const assets = {
8576
8797
  website: 'https://www.saga.xyz/',
8577
8798
  twitter: 'https://twitter.com/Sagaxyz__'
8578
8799
  },
8800
+ type_asset: 'sdk.coin',
8579
8801
  traces: [{
8580
8802
  type: 'ibc',
8581
8803
  counterparty: {
@@ -8618,6 +8840,7 @@ const assets = {
8618
8840
  website: 'https://scrt.network/',
8619
8841
  twitter: 'https://twitter.com/SecretNetwork'
8620
8842
  },
8843
+ type_asset: 'sdk.coin',
8621
8844
  traces: [{
8622
8845
  type: 'ibc',
8623
8846
  counterparty: {
@@ -8660,6 +8883,7 @@ const assets = {
8660
8883
  website: 'https://www.sei.io/',
8661
8884
  twitter: 'https://twitter.com/SeiNetwork'
8662
8885
  },
8886
+ type_asset: 'sdk.coin',
8663
8887
  traces: [{
8664
8888
  type: 'ibc',
8665
8889
  counterparty: {
@@ -8682,6 +8906,8 @@ const assets = {
8682
8906
  denom: 'oozaru',
8683
8907
  exponent: 6
8684
8908
  }],
8909
+ type_asset: 'cw20',
8910
+ address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
8685
8911
  base: 'ibc/C19E6B6212A5DCF8293D3CD440D5C8F9EA05E559834AB21E71A3BDBAB907994C',
8686
8912
  name: 'Oozaru',
8687
8913
  display: 'oozaru',
@@ -8745,6 +8971,7 @@ const assets = {
8745
8971
  website: 'https://www.sommelier.finance/',
8746
8972
  twitter: 'https://twitter.com/sommfinance'
8747
8973
  },
8974
+ type_asset: 'sdk.coin',
8748
8975
  traces: [{
8749
8976
  type: 'ibc',
8750
8977
  counterparty: {
@@ -8787,6 +9014,7 @@ const assets = {
8787
9014
  website: 'https://www.stargaze.zone/',
8788
9015
  twitter: 'https://twitter.com/StargazeZone'
8789
9016
  },
9017
+ type_asset: 'sdk.coin',
8790
9018
  traces: [{
8791
9019
  type: 'ibc',
8792
9020
  counterparty: {
@@ -8829,6 +9057,7 @@ const assets = {
8829
9057
  website: 'https://www.terra.money/',
8830
9058
  twitter: 'https://twitter.com/terra_money'
8831
9059
  },
9060
+ type_asset: 'sdk.coin',
8832
9061
  traces: [{
8833
9062
  type: 'ibc',
8834
9063
  counterparty: {
@@ -8867,6 +9096,7 @@ const assets = {
8867
9096
  primary_color_hex: '#22f2e9'
8868
9097
  }
8869
9098
  }],
9099
+ type_asset: 'sdk.coin',
8870
9100
  traces: [{
8871
9101
  type: 'ibc',
8872
9102
  counterparty: {
@@ -8909,6 +9139,7 @@ const assets = {
8909
9139
  website: 'https://www.terra.money/',
8910
9140
  twitter: 'https://twitter.com/terra_money'
8911
9141
  },
9142
+ type_asset: 'sdk.coin',
8912
9143
  traces: [{
8913
9144
  type: 'ibc',
8914
9145
  counterparty: {
@@ -8947,6 +9178,7 @@ const assets = {
8947
9178
  primary_color_hex: '#22f2e9'
8948
9179
  }
8949
9180
  }],
9181
+ type_asset: 'sdk.coin',
8950
9182
  traces: [{
8951
9183
  type: 'ibc',
8952
9184
  counterparty: {