@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
@@ -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: {
@@ -241,6 +246,7 @@ const assets = {
241
246
  website: 'https://aioz.network/',
242
247
  twitter: 'https://twitter.com/AIOZNetwork'
243
248
  },
249
+ type_asset: 'sdk.coin',
244
250
  traces: [{
245
251
  type: 'ibc',
246
252
  counterparty: {
@@ -283,6 +289,7 @@ const assets = {
283
289
  website: 'https://akash.network/',
284
290
  twitter: 'https://twitter.com/akashnet_'
285
291
  },
292
+ type_asset: 'sdk.coin',
286
293
  traces: [{
287
294
  type: 'ibc',
288
295
  counterparty: {
@@ -332,6 +339,7 @@ const assets = {
332
339
  website: 'https://archway.io/',
333
340
  twitter: 'https://twitter.com/archwayHQ'
334
341
  },
342
+ type_asset: 'sdk.coin',
335
343
  traces: [{
336
344
  type: 'ibc',
337
345
  counterparty: {
@@ -370,6 +378,7 @@ const assets = {
370
378
  primary_color_hex: '#a7c8d4'
371
379
  }
372
380
  }],
381
+ type_asset: 'sdk.coin',
373
382
  traces: [{
374
383
  type: 'ibc',
375
384
  counterparty: {
@@ -412,6 +421,7 @@ const assets = {
412
421
  website: 'https://axelar.network/',
413
422
  twitter: 'https://twitter.com/axelarnetwork'
414
423
  },
424
+ type_asset: 'sdk.coin',
415
425
  traces: [{
416
426
  type: 'ibc',
417
427
  counterparty: {
@@ -454,6 +464,7 @@ const assets = {
454
464
  website: 'http://www.bitcanna.io/',
455
465
  twitter: 'https://twitter.com/BitCannaGlobal'
456
466
  },
467
+ type_asset: 'sdk.coin',
457
468
  traces: [{
458
469
  type: 'ibc',
459
470
  counterparty: {
@@ -532,6 +543,7 @@ const assets = {
532
543
  primary_color_hex: '#4cea4e'
533
544
  }
534
545
  }],
546
+ type_asset: 'sdk.coin',
535
547
  traces: [{
536
548
  type: 'ibc',
537
549
  counterparty: {
@@ -566,6 +578,7 @@ const assets = {
566
578
  primary_color_hex: '#ffffff'
567
579
  }
568
580
  }],
581
+ type_asset: 'sdk.coin',
569
582
  traces: [{
570
583
  type: 'ibc',
571
584
  counterparty: {
@@ -604,6 +617,7 @@ const assets = {
604
617
  primary_color_hex: '#f4ecce'
605
618
  }
606
619
  }],
620
+ type_asset: 'sdk.coin',
607
621
  traces: [{
608
622
  type: 'ibc',
609
623
  counterparty: {
@@ -642,6 +656,7 @@ const assets = {
642
656
  primary_color_hex: '#fba809'
643
657
  }
644
658
  }],
659
+ type_asset: 'sdk.coin',
645
660
  traces: [{
646
661
  type: 'ibc',
647
662
  counterparty: {
@@ -676,6 +691,7 @@ const assets = {
676
691
  primary_color_hex: '#1e8fa9'
677
692
  }
678
693
  }],
694
+ type_asset: 'sdk.coin',
679
695
  traces: [{
680
696
  type: 'ibc',
681
697
  counterparty: {
@@ -794,6 +810,7 @@ const assets = {
794
810
  primary_color_hex: '#043d4d'
795
811
  }
796
812
  }],
813
+ type_asset: 'sdk.coin',
797
814
  traces: [{
798
815
  type: 'ibc',
799
816
  counterparty: {
@@ -835,6 +852,7 @@ const assets = {
835
852
  website: 'http://cifer.ai/',
836
853
  twitter: 'https://twitter.com/cifer_ai'
837
854
  },
855
+ type_asset: 'sdk.coin',
838
856
  traces: [{
839
857
  type: 'ibc',
840
858
  counterparty: {
@@ -885,6 +903,7 @@ const assets = {
885
903
  website: 'https://www.coreum.com/',
886
904
  twitter: 'https://twitter.com/CoreumOfficial'
887
905
  },
906
+ type_asset: 'sdk.coin',
888
907
  traces: [{
889
908
  type: 'ibc',
890
909
  counterparty: {
@@ -927,6 +946,7 @@ const assets = {
927
946
  website: 'https://arable.finance/',
928
947
  twitter: 'https://twitter.com/ArableProtocol'
929
948
  },
949
+ type_asset: 'sdk.coin',
930
950
  traces: [{
931
951
  type: 'ibc',
932
952
  counterparty: {
@@ -969,6 +989,7 @@ const assets = {
969
989
  website: 'https://arable.finance/',
970
990
  twitter: 'https://twitter.com/ArableProtocol'
971
991
  },
992
+ type_asset: 'sdk.coin',
972
993
  traces: [{
973
994
  type: 'ibc',
974
995
  counterparty: {
@@ -1006,6 +1027,7 @@ const assets = {
1006
1027
  primary_color_hex: '#ecc53b'
1007
1028
  }
1008
1029
  }],
1030
+ type_asset: 'sdk.coin',
1009
1031
  traces: [{
1010
1032
  type: 'ibc',
1011
1033
  counterparty: {
@@ -1048,6 +1070,7 @@ const assets = {
1048
1070
  website: 'https://agoric.com/',
1049
1071
  twitter: 'https://twitter.com/agoric'
1050
1072
  },
1073
+ type_asset: 'sdk.coin',
1051
1074
  traces: [{
1052
1075
  type: 'ibc',
1053
1076
  counterparty: {
@@ -1086,6 +1109,7 @@ const assets = {
1086
1109
  primary_color_hex: '#d485e2'
1087
1110
  }
1088
1111
  }],
1112
+ type_asset: 'sdk.coin',
1089
1113
  traces: [{
1090
1114
  type: 'ibc',
1091
1115
  counterparty: {
@@ -1135,6 +1159,7 @@ const assets = {
1135
1159
  website: 'https://aioz.network/',
1136
1160
  twitter: 'https://twitter.com/AIOZNetwork'
1137
1161
  },
1162
+ type_asset: 'sdk.coin',
1138
1163
  traces: [{
1139
1164
  type: 'ibc',
1140
1165
  counterparty: {
@@ -1177,6 +1202,7 @@ const assets = {
1177
1202
  website: 'https://akash.network/',
1178
1203
  twitter: 'https://twitter.com/akashnet_'
1179
1204
  },
1205
+ type_asset: 'sdk.coin',
1180
1206
  traces: [{
1181
1207
  type: 'ibc',
1182
1208
  counterparty: {
@@ -1226,6 +1252,7 @@ const assets = {
1226
1252
  website: 'https://archway.io/',
1227
1253
  twitter: 'https://twitter.com/archwayHQ'
1228
1254
  },
1255
+ type_asset: 'sdk.coin',
1229
1256
  traces: [{
1230
1257
  type: 'ibc',
1231
1258
  counterparty: {
@@ -1264,6 +1291,7 @@ const assets = {
1264
1291
  primary_color_hex: '#a7c8d4'
1265
1292
  }
1266
1293
  }],
1294
+ type_asset: 'sdk.coin',
1267
1295
  traces: [{
1268
1296
  type: 'ibc',
1269
1297
  counterparty: {
@@ -1306,6 +1334,7 @@ const assets = {
1306
1334
  website: 'https://axelar.network/',
1307
1335
  twitter: 'https://twitter.com/axelarnetwork'
1308
1336
  },
1337
+ type_asset: 'sdk.coin',
1309
1338
  traces: [{
1310
1339
  type: 'ibc',
1311
1340
  counterparty: {
@@ -1348,6 +1377,7 @@ const assets = {
1348
1377
  website: 'http://www.bitcanna.io/',
1349
1378
  twitter: 'https://twitter.com/BitCannaGlobal'
1350
1379
  },
1380
+ type_asset: 'sdk.coin',
1351
1381
  traces: [{
1352
1382
  type: 'ibc',
1353
1383
  counterparty: {
@@ -1426,6 +1456,7 @@ const assets = {
1426
1456
  primary_color_hex: '#4cea4e'
1427
1457
  }
1428
1458
  }],
1459
+ type_asset: 'sdk.coin',
1429
1460
  traces: [{
1430
1461
  type: 'ibc',
1431
1462
  counterparty: {
@@ -1460,6 +1491,7 @@ const assets = {
1460
1491
  primary_color_hex: '#ffffff'
1461
1492
  }
1462
1493
  }],
1494
+ type_asset: 'sdk.coin',
1463
1495
  traces: [{
1464
1496
  type: 'ibc',
1465
1497
  counterparty: {
@@ -1498,6 +1530,7 @@ const assets = {
1498
1530
  primary_color_hex: '#f4ecce'
1499
1531
  }
1500
1532
  }],
1533
+ type_asset: 'sdk.coin',
1501
1534
  traces: [{
1502
1535
  type: 'ibc',
1503
1536
  counterparty: {
@@ -1536,6 +1569,7 @@ const assets = {
1536
1569
  primary_color_hex: '#fba809'
1537
1570
  }
1538
1571
  }],
1572
+ type_asset: 'sdk.coin',
1539
1573
  traces: [{
1540
1574
  type: 'ibc',
1541
1575
  counterparty: {
@@ -1570,6 +1604,7 @@ const assets = {
1570
1604
  primary_color_hex: '#1e8fa9'
1571
1605
  }
1572
1606
  }],
1607
+ type_asset: 'sdk.coin',
1573
1608
  traces: [{
1574
1609
  type: 'ibc',
1575
1610
  counterparty: {
@@ -1688,6 +1723,7 @@ const assets = {
1688
1723
  primary_color_hex: '#043d4d'
1689
1724
  }
1690
1725
  }],
1726
+ type_asset: 'sdk.coin',
1691
1727
  traces: [{
1692
1728
  type: 'ibc',
1693
1729
  counterparty: {
@@ -1729,6 +1765,7 @@ const assets = {
1729
1765
  website: 'http://cifer.ai/',
1730
1766
  twitter: 'https://twitter.com/cifer_ai'
1731
1767
  },
1768
+ type_asset: 'sdk.coin',
1732
1769
  traces: [{
1733
1770
  type: 'ibc',
1734
1771
  counterparty: {
@@ -1779,6 +1816,7 @@ const assets = {
1779
1816
  website: 'https://www.coreum.com/',
1780
1817
  twitter: 'https://twitter.com/CoreumOfficial'
1781
1818
  },
1819
+ type_asset: 'sdk.coin',
1782
1820
  traces: [{
1783
1821
  type: 'ibc',
1784
1822
  counterparty: {
@@ -1817,6 +1855,7 @@ const assets = {
1817
1855
  primary_color_hex: '#3c2832'
1818
1856
  }
1819
1857
  }],
1858
+ type_asset: 'sdk.coin',
1820
1859
  traces: [{
1821
1860
  type: 'ibc',
1822
1861
  counterparty: {
@@ -1855,6 +1894,7 @@ const assets = {
1855
1894
  primary_color_hex: '#df969f'
1856
1895
  }
1857
1896
  }],
1897
+ type_asset: 'sdk.coin',
1858
1898
  traces: [{
1859
1899
  type: 'ibc',
1860
1900
  counterparty: {
@@ -1897,6 +1937,7 @@ const assets = {
1897
1937
  website: 'https://cronos.org/',
1898
1938
  twitter: 'https://twitter.com/cronos_chain'
1899
1939
  },
1940
+ type_asset: 'sdk.coin',
1900
1941
  traces: [{
1901
1942
  type: 'ibc',
1902
1943
  counterparty: {
@@ -1934,6 +1975,7 @@ const assets = {
1934
1975
  primary_color_hex: '#fba214'
1935
1976
  }
1936
1977
  }],
1978
+ type_asset: 'sdk.coin',
1937
1979
  traces: [{
1938
1980
  type: 'ibc',
1939
1981
  counterparty: {
@@ -2015,6 +2057,7 @@ const assets = {
2015
2057
  primary_color_hex: '#caf2ea'
2016
2058
  }
2017
2059
  }],
2060
+ type_asset: 'sdk.coin',
2018
2061
  traces: [{
2019
2062
  type: 'ibc',
2020
2063
  counterparty: {
@@ -2053,6 +2096,7 @@ const assets = {
2053
2096
  primary_color_hex: '#f4c808'
2054
2097
  }
2055
2098
  }],
2099
+ type_asset: 'sdk.coin',
2056
2100
  traces: [{
2057
2101
  type: 'ibc',
2058
2102
  counterparty: {
@@ -2090,6 +2134,7 @@ const assets = {
2090
2134
  primary_color_hex: '#db2b1c'
2091
2135
  }
2092
2136
  }],
2137
+ type_asset: 'sdk.coin',
2093
2138
  traces: [{
2094
2139
  type: 'ibc',
2095
2140
  counterparty: {
@@ -2127,6 +2172,7 @@ const assets = {
2127
2172
  primary_color_hex: '#cb142d'
2128
2173
  }
2129
2174
  }],
2175
+ type_asset: 'sdk.coin',
2130
2176
  traces: [{
2131
2177
  type: 'ibc',
2132
2178
  counterparty: {
@@ -2164,6 +2210,7 @@ const assets = {
2164
2210
  primary_color_hex: '#ac0c34'
2165
2211
  }
2166
2212
  }],
2213
+ type_asset: 'sdk.coin',
2167
2214
  traces: [{
2168
2215
  type: 'ibc',
2169
2216
  counterparty: {
@@ -2201,6 +2248,7 @@ const assets = {
2201
2248
  primary_color_hex: '#045493'
2202
2249
  }
2203
2250
  }],
2251
+ type_asset: 'sdk.coin',
2204
2252
  traces: [{
2205
2253
  type: 'ibc',
2206
2254
  counterparty: {
@@ -2245,6 +2293,7 @@ const assets = {
2245
2293
  circle: false
2246
2294
  }
2247
2295
  }],
2296
+ type_asset: 'sdk.coin',
2248
2297
  traces: [{
2249
2298
  type: 'ibc',
2250
2299
  counterparty: {
@@ -2287,6 +2336,7 @@ const assets = {
2287
2336
  website: 'https://evmos.org/',
2288
2337
  twitter: 'https://twitter.com/EvmosOrg'
2289
2338
  },
2339
+ type_asset: 'sdk.coin',
2290
2340
  traces: [{
2291
2341
  type: 'ibc',
2292
2342
  counterparty: {
@@ -2328,6 +2378,7 @@ const assets = {
2328
2378
  website: 'https://www.neokingdom.org/',
2329
2379
  twitter: 'https://twitter.com/NEOKingdomDAO'
2330
2380
  },
2381
+ type_asset: 'sdk.coin',
2331
2382
  traces: [{
2332
2383
  type: 'ibc',
2333
2384
  counterparty: {
@@ -2448,6 +2499,7 @@ const assets = {
2448
2499
  website: 'https://functionx.io',
2449
2500
  twitter: 'https://x.com/functionx_io'
2450
2501
  },
2502
+ type_asset: 'sdk.coin',
2451
2503
  traces: [{
2452
2504
  type: 'ibc',
2453
2505
  counterparty: {
@@ -2490,6 +2542,7 @@ const assets = {
2490
2542
  primary_color_hex: '#04cd80'
2491
2543
  }
2492
2544
  }],
2545
+ type_asset: 'sdk.coin',
2493
2546
  traces: [{
2494
2547
  type: 'ibc',
2495
2548
  counterparty: {
@@ -2573,6 +2626,7 @@ const assets = {
2573
2626
  primary_color_hex: '#2c4484'
2574
2627
  }
2575
2628
  }],
2629
+ type_asset: 'sdk.coin',
2576
2630
  traces: [{
2577
2631
  type: 'ibc',
2578
2632
  counterparty: {
@@ -2615,6 +2669,7 @@ const assets = {
2615
2669
  website: 'https://injective.com/',
2616
2670
  twitter: 'https://twitter.com/Injective_'
2617
2671
  },
2672
+ type_asset: 'sdk.coin',
2618
2673
  traces: [{
2619
2674
  type: 'ibc',
2620
2675
  counterparty: {
@@ -2650,6 +2705,7 @@ const assets = {
2650
2705
  primary_color_hex: '#31292a'
2651
2706
  }
2652
2707
  }],
2708
+ type_asset: 'sdk.coin',
2653
2709
  traces: [{
2654
2710
  type: 'ibc',
2655
2711
  counterparty: {
@@ -2685,6 +2741,7 @@ const assets = {
2685
2741
  primary_color_hex: '#18120f'
2686
2742
  }
2687
2743
  }],
2744
+ type_asset: 'sdk.coin',
2688
2745
  traces: [{
2689
2746
  type: 'ibc',
2690
2747
  counterparty: {
@@ -2717,6 +2774,7 @@ const assets = {
2717
2774
  primary_color_hex: '#293a6f'
2718
2775
  }
2719
2776
  }],
2777
+ type_asset: 'sdk.coin',
2720
2778
  traces: [{
2721
2779
  type: 'ibc',
2722
2780
  counterparty: {
@@ -2749,6 +2807,7 @@ const assets = {
2749
2807
  primary_color_hex: '#272f4b'
2750
2808
  }
2751
2809
  }],
2810
+ type_asset: 'sdk.coin',
2752
2811
  traces: [{
2753
2812
  type: 'ibc',
2754
2813
  counterparty: {
@@ -2781,6 +2840,7 @@ const assets = {
2781
2840
  primary_color_hex: '#2a303f'
2782
2841
  }
2783
2842
  }],
2843
+ type_asset: 'sdk.coin',
2784
2844
  traces: [{
2785
2845
  type: 'ibc',
2786
2846
  counterparty: {
@@ -2813,6 +2873,7 @@ const assets = {
2813
2873
  primary_color_hex: '#54ac94'
2814
2874
  }
2815
2875
  }],
2876
+ type_asset: 'sdk.coin',
2816
2877
  traces: [{
2817
2878
  type: 'ibc',
2818
2879
  counterparty: {
@@ -2845,6 +2906,7 @@ const assets = {
2845
2906
  primary_color_hex: '#7931f9'
2846
2907
  }
2847
2908
  }],
2909
+ type_asset: 'sdk.coin',
2848
2910
  traces: [{
2849
2911
  type: 'ibc',
2850
2912
  counterparty: {
@@ -2883,6 +2945,7 @@ const assets = {
2883
2945
  primary_color_hex: '#5664ad'
2884
2946
  }
2885
2947
  }],
2948
+ type_asset: 'sdk.coin',
2886
2949
  traces: [{
2887
2950
  type: 'ibc',
2888
2951
  counterparty: {
@@ -2922,6 +2985,7 @@ const assets = {
2922
2985
  website: 'https://www.joltify.io/',
2923
2986
  twitter: 'https://twitter.com/joltify_finance'
2924
2987
  },
2988
+ type_asset: 'sdk.coin',
2925
2989
  traces: [{
2926
2990
  type: 'ibc',
2927
2991
  counterparty: {
@@ -2964,6 +3028,7 @@ const assets = {
2964
3028
  website: 'https://junonetwork.io/',
2965
3029
  twitter: 'https://twitter.com/JunoNetwork'
2966
3030
  },
3031
+ type_asset: 'sdk.coin',
2967
3032
  traces: [{
2968
3033
  type: 'ibc',
2969
3034
  counterparty: {
@@ -3006,6 +3071,7 @@ const assets = {
3006
3071
  website: 'https://www.kava.io/',
3007
3072
  twitter: 'https://twitter.com/KAVA_CHAIN'
3008
3073
  },
3074
+ type_asset: 'sdk.coin',
3009
3075
  traces: [{
3010
3076
  type: 'ibc',
3011
3077
  counterparty: {
@@ -3044,6 +3110,7 @@ const assets = {
3044
3110
  primary_color_hex: '#7b34ac'
3045
3111
  }
3046
3112
  }],
3113
+ type_asset: 'sdk.coin',
3047
3114
  traces: [{
3048
3115
  type: 'ibc',
3049
3116
  counterparty: {
@@ -3082,6 +3149,7 @@ const assets = {
3082
3149
  primary_color_hex: '#544cfc'
3083
3150
  }
3084
3151
  }],
3152
+ type_asset: 'sdk.coin',
3085
3153
  traces: [{
3086
3154
  type: 'ibc',
3087
3155
  counterparty: {
@@ -3120,6 +3188,7 @@ const assets = {
3120
3188
  primary_color_hex: '#04d4a3'
3121
3189
  }
3122
3190
  }],
3191
+ type_asset: 'sdk.coin',
3123
3192
  traces: [{
3124
3193
  type: 'ibc',
3125
3194
  counterparty: {
@@ -3173,7 +3242,8 @@ const assets = {
3173
3242
  logo_URIs: {
3174
3243
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
3175
3244
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
3176
- }
3245
+ },
3246
+ type_asset: 'sdk.coin'
3177
3247
  },
3178
3248
  {
3179
3249
  description: 'The native token of Ki Chain',
@@ -3201,6 +3271,7 @@ const assets = {
3201
3271
  primary_color_hex: '#1c04fc'
3202
3272
  }
3203
3273
  }],
3274
+ type_asset: 'sdk.coin',
3204
3275
  traces: [{
3205
3276
  type: 'ibc',
3206
3277
  counterparty: {
@@ -3243,6 +3314,7 @@ const assets = {
3243
3314
  website: 'https://kujira.network/',
3244
3315
  twitter: 'https://twitter.com/TeamKujira'
3245
3316
  },
3317
+ type_asset: 'sdk.coin',
3246
3318
  traces: [{
3247
3319
  type: 'ibc',
3248
3320
  counterparty: {
@@ -3332,6 +3404,7 @@ const assets = {
3332
3404
  primary_color_hex: '#2d656c'
3333
3405
  }
3334
3406
  }],
3407
+ type_asset: 'sdk.coin',
3335
3408
  traces: [{
3336
3409
  type: 'ibc',
3337
3410
  counterparty: {
@@ -3370,6 +3443,7 @@ const assets = {
3370
3443
  primary_color_hex: '#080808'
3371
3444
  }
3372
3445
  }],
3446
+ type_asset: 'sdk.coin',
3373
3447
  traces: [{
3374
3448
  type: 'ibc',
3375
3449
  counterparty: {
@@ -3414,6 +3488,7 @@ const assets = {
3414
3488
  website: 'https://neutron.org/',
3415
3489
  twitter: 'https://twitter.com/Neutron_org'
3416
3490
  },
3491
+ type_asset: 'sdk.coin',
3417
3492
  traces: [{
3418
3493
  type: 'ibc',
3419
3494
  counterparty: {
@@ -3449,6 +3524,7 @@ const assets = {
3449
3524
  primary_color_hex: '#1b0847'
3450
3525
  }
3451
3526
  }],
3527
+ type_asset: 'sdk.coin',
3452
3528
  traces: [{
3453
3529
  type: 'ibc',
3454
3530
  counterparty: {
@@ -3484,6 +3560,7 @@ const assets = {
3484
3560
  primary_color_hex: '#dcd5ab'
3485
3561
  }
3486
3562
  }],
3563
+ type_asset: 'sdk.coin',
3487
3564
  traces: [{
3488
3565
  type: 'ibc',
3489
3566
  counterparty: {
@@ -3519,6 +3596,7 @@ const assets = {
3519
3596
  primary_color_hex: '#333333'
3520
3597
  }
3521
3598
  }],
3599
+ type_asset: 'sdk.coin',
3522
3600
  traces: [{
3523
3601
  type: 'ibc',
3524
3602
  counterparty: {
@@ -3637,6 +3715,7 @@ const assets = {
3637
3715
  website: 'https://ondo.finance/usdy',
3638
3716
  twitter: 'https://x.com/OndoFinance'
3639
3717
  },
3718
+ type_asset: 'sdk.coin',
3640
3719
  traces: [{
3641
3720
  type: 'ibc',
3642
3721
  counterparty: {
@@ -3679,6 +3758,7 @@ const assets = {
3679
3758
  website: 'https://omniflix.network/',
3680
3759
  twitter: 'https://twitter.com/OmniFlixNetwork'
3681
3760
  },
3761
+ type_asset: 'sdk.coin',
3682
3762
  traces: [{
3683
3763
  type: 'ibc',
3684
3764
  counterparty: {
@@ -3743,6 +3823,7 @@ const assets = {
3743
3823
  }
3744
3824
  }
3745
3825
  ],
3826
+ type_asset: 'sdk.coin',
3746
3827
  traces: [{
3747
3828
  type: 'ibc',
3748
3829
  counterparty: {
@@ -3875,6 +3956,7 @@ const assets = {
3875
3956
  website: 'https://persistence.one/',
3876
3957
  twitter: 'https://twitter.com/PersistenceOne'
3877
3958
  },
3959
+ type_asset: 'sdk.coin',
3878
3960
  traces: [{
3879
3961
  type: 'ibc',
3880
3962
  counterparty: {
@@ -3917,6 +3999,7 @@ const assets = {
3917
3999
  website: 'https://planq.network',
3918
4000
  twitter: 'https://twitter.com/planqfoundation'
3919
4001
  },
4002
+ type_asset: 'sdk.coin',
3920
4003
  traces: [{
3921
4004
  type: 'ibc',
3922
4005
  counterparty: {
@@ -3966,7 +4049,8 @@ const assets = {
3966
4049
  }],
3967
4050
  logo_URIs: {
3968
4051
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
3969
- }
4052
+ },
4053
+ type_asset: 'sdk.coin'
3970
4054
  },
3971
4055
  {
3972
4056
  description: 'The native governance and staking token of the Point network',
@@ -3994,6 +4078,7 @@ const assets = {
3994
4078
  primary_color_hex: '#040404'
3995
4079
  }
3996
4080
  }],
4081
+ type_asset: 'sdk.coin',
3997
4082
  traces: [{
3998
4083
  type: 'ibc',
3999
4084
  counterparty: {
@@ -4031,6 +4116,7 @@ const assets = {
4031
4116
  primary_color_hex: '#c6ddf5'
4032
4117
  }
4033
4118
  }],
4119
+ type_asset: 'sdk.coin',
4034
4120
  traces: [{
4035
4121
  type: 'ibc',
4036
4122
  counterparty: {
@@ -4065,6 +4151,7 @@ const assets = {
4065
4151
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
4066
4152
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
4067
4153
  }],
4154
+ type_asset: 'sdk.coin',
4068
4155
  traces: [{
4069
4156
  type: 'ibc',
4070
4157
  counterparty: {
@@ -4099,6 +4186,7 @@ const assets = {
4099
4186
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
4100
4187
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
4101
4188
  }],
4189
+ type_asset: 'sdk.coin',
4102
4190
  traces: [{
4103
4191
  type: 'ibc',
4104
4192
  counterparty: {
@@ -4133,6 +4221,7 @@ const assets = {
4133
4221
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
4134
4222
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
4135
4223
  }],
4224
+ type_asset: 'sdk.coin',
4136
4225
  traces: [{
4137
4226
  type: 'ibc',
4138
4227
  counterparty: {
@@ -4167,6 +4256,7 @@ const assets = {
4167
4256
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
4168
4257
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
4169
4258
  }],
4259
+ type_asset: 'sdk.coin',
4170
4260
  traces: [{
4171
4261
  type: 'ibc',
4172
4262
  counterparty: {
@@ -4201,6 +4291,7 @@ const assets = {
4201
4291
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
4202
4292
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
4203
4293
  }],
4294
+ type_asset: 'sdk.coin',
4204
4295
  traces: [{
4205
4296
  type: 'ibc',
4206
4297
  counterparty: {
@@ -4235,6 +4326,7 @@ const assets = {
4235
4326
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
4236
4327
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
4237
4328
  }],
4329
+ type_asset: 'sdk.coin',
4238
4330
  traces: [{
4239
4331
  type: 'ibc',
4240
4332
  counterparty: {
@@ -4269,6 +4361,7 @@ const assets = {
4269
4361
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
4270
4362
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
4271
4363
  }],
4364
+ type_asset: 'sdk.coin',
4272
4365
  traces: [{
4273
4366
  type: 'ibc',
4274
4367
  counterparty: {
@@ -4303,6 +4396,7 @@ const assets = {
4303
4396
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
4304
4397
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
4305
4398
  }],
4399
+ type_asset: 'sdk.coin',
4306
4400
  traces: [{
4307
4401
  type: 'ibc',
4308
4402
  counterparty: {
@@ -4337,6 +4431,7 @@ const assets = {
4337
4431
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
4338
4432
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
4339
4433
  }],
4434
+ type_asset: 'sdk.coin',
4340
4435
  traces: [{
4341
4436
  type: 'ibc',
4342
4437
  counterparty: {
@@ -4371,6 +4466,7 @@ const assets = {
4371
4466
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
4372
4467
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
4373
4468
  }],
4469
+ type_asset: 'sdk.coin',
4374
4470
  traces: [{
4375
4471
  type: 'ibc',
4376
4472
  counterparty: {
@@ -4405,6 +4501,7 @@ const assets = {
4405
4501
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
4406
4502
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
4407
4503
  }],
4504
+ type_asset: 'sdk.coin',
4408
4505
  traces: [{
4409
4506
  type: 'ibc',
4410
4507
  counterparty: {
@@ -4439,6 +4536,7 @@ const assets = {
4439
4536
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
4440
4537
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
4441
4538
  }],
4539
+ type_asset: 'sdk.coin',
4442
4540
  traces: [{
4443
4541
  type: 'ibc',
4444
4542
  counterparty: {
@@ -4473,6 +4571,7 @@ const assets = {
4473
4571
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
4474
4572
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
4475
4573
  }],
4574
+ type_asset: 'sdk.coin',
4476
4575
  traces: [{
4477
4576
  type: 'ibc',
4478
4577
  counterparty: {
@@ -4507,6 +4606,7 @@ const assets = {
4507
4606
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
4508
4607
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
4509
4608
  }],
4609
+ type_asset: 'sdk.coin',
4510
4610
  traces: [{
4511
4611
  type: 'ibc',
4512
4612
  counterparty: {
@@ -4541,6 +4641,7 @@ const assets = {
4541
4641
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
4542
4642
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
4543
4643
  }],
4644
+ type_asset: 'sdk.coin',
4544
4645
  traces: [{
4545
4646
  type: 'ibc',
4546
4647
  counterparty: {
@@ -4575,6 +4676,7 @@ const assets = {
4575
4676
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
4576
4677
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
4577
4678
  }],
4679
+ type_asset: 'sdk.coin',
4578
4680
  traces: [{
4579
4681
  type: 'ibc',
4580
4682
  counterparty: {
@@ -4609,6 +4711,7 @@ const assets = {
4609
4711
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
4610
4712
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
4611
4713
  }],
4714
+ type_asset: 'sdk.coin',
4612
4715
  traces: [{
4613
4716
  type: 'ibc',
4614
4717
  counterparty: {
@@ -4643,6 +4746,7 @@ const assets = {
4643
4746
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
4644
4747
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
4645
4748
  }],
4749
+ type_asset: 'sdk.coin',
4646
4750
  traces: [{
4647
4751
  type: 'ibc',
4648
4752
  counterparty: {
@@ -4677,6 +4781,7 @@ const assets = {
4677
4781
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
4678
4782
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
4679
4783
  }],
4784
+ type_asset: 'sdk.coin',
4680
4785
  traces: [{
4681
4786
  type: 'ibc',
4682
4787
  counterparty: {
@@ -4711,6 +4816,7 @@ const assets = {
4711
4816
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
4712
4817
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
4713
4818
  }],
4819
+ type_asset: 'sdk.coin',
4714
4820
  traces: [{
4715
4821
  type: 'ibc',
4716
4822
  counterparty: {
@@ -4745,6 +4851,7 @@ const assets = {
4745
4851
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
4746
4852
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
4747
4853
  }],
4854
+ type_asset: 'sdk.coin',
4748
4855
  traces: [{
4749
4856
  type: 'ibc',
4750
4857
  counterparty: {
@@ -4779,6 +4886,7 @@ const assets = {
4779
4886
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
4780
4887
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
4781
4888
  }],
4889
+ type_asset: 'sdk.coin',
4782
4890
  traces: [{
4783
4891
  type: 'ibc',
4784
4892
  counterparty: {
@@ -4813,6 +4921,7 @@ const assets = {
4813
4921
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
4814
4922
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
4815
4923
  }],
4924
+ type_asset: 'sdk.coin',
4816
4925
  traces: [{
4817
4926
  type: 'ibc',
4818
4927
  counterparty: {
@@ -4847,6 +4956,7 @@ const assets = {
4847
4956
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
4848
4957
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
4849
4958
  }],
4959
+ type_asset: 'sdk.coin',
4850
4960
  traces: [{
4851
4961
  type: 'ibc',
4852
4962
  counterparty: {
@@ -4881,6 +4991,7 @@ const assets = {
4881
4991
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
4882
4992
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
4883
4993
  }],
4994
+ type_asset: 'sdk.coin',
4884
4995
  traces: [{
4885
4996
  type: 'ibc',
4886
4997
  counterparty: {
@@ -4915,6 +5026,7 @@ const assets = {
4915
5026
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
4916
5027
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
4917
5028
  }],
5029
+ type_asset: 'sdk.coin',
4918
5030
  traces: [{
4919
5031
  type: 'ibc',
4920
5032
  counterparty: {
@@ -4949,6 +5061,7 @@ const assets = {
4949
5061
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
4950
5062
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
4951
5063
  }],
5064
+ type_asset: 'sdk.coin',
4952
5065
  traces: [{
4953
5066
  type: 'ibc',
4954
5067
  counterparty: {
@@ -4983,6 +5096,7 @@ const assets = {
4983
5096
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
4984
5097
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
4985
5098
  }],
5099
+ type_asset: 'sdk.coin',
4986
5100
  traces: [{
4987
5101
  type: 'ibc',
4988
5102
  counterparty: {
@@ -5017,6 +5131,7 @@ const assets = {
5017
5131
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
5018
5132
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
5019
5133
  }],
5134
+ type_asset: 'sdk.coin',
5020
5135
  traces: [{
5021
5136
  type: 'ibc',
5022
5137
  counterparty: {
@@ -5051,6 +5166,7 @@ const assets = {
5051
5166
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
5052
5167
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
5053
5168
  }],
5169
+ type_asset: 'sdk.coin',
5054
5170
  traces: [{
5055
5171
  type: 'ibc',
5056
5172
  counterparty: {
@@ -5085,6 +5201,7 @@ const assets = {
5085
5201
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
5086
5202
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
5087
5203
  }],
5204
+ type_asset: 'sdk.coin',
5088
5205
  traces: [{
5089
5206
  type: 'ibc',
5090
5207
  counterparty: {
@@ -5119,6 +5236,7 @@ const assets = {
5119
5236
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
5120
5237
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
5121
5238
  }],
5239
+ type_asset: 'sdk.coin',
5122
5240
  traces: [{
5123
5241
  type: 'ibc',
5124
5242
  counterparty: {
@@ -5153,6 +5271,7 @@ const assets = {
5153
5271
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
5154
5272
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
5155
5273
  }],
5274
+ type_asset: 'sdk.coin',
5156
5275
  traces: [{
5157
5276
  type: 'ibc',
5158
5277
  counterparty: {
@@ -5187,6 +5306,7 @@ const assets = {
5187
5306
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
5188
5307
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
5189
5308
  }],
5309
+ type_asset: 'sdk.coin',
5190
5310
  traces: [{
5191
5311
  type: 'ibc',
5192
5312
  counterparty: {
@@ -5221,6 +5341,7 @@ const assets = {
5221
5341
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
5222
5342
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
5223
5343
  }],
5344
+ type_asset: 'sdk.coin',
5224
5345
  traces: [{
5225
5346
  type: 'ibc',
5226
5347
  counterparty: {
@@ -5255,6 +5376,7 @@ const assets = {
5255
5376
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
5256
5377
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
5257
5378
  }],
5379
+ type_asset: 'sdk.coin',
5258
5380
  traces: [{
5259
5381
  type: 'ibc',
5260
5382
  counterparty: {
@@ -5289,6 +5411,7 @@ const assets = {
5289
5411
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
5290
5412
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
5291
5413
  }],
5414
+ type_asset: 'sdk.coin',
5292
5415
  traces: [{
5293
5416
  type: 'ibc',
5294
5417
  counterparty: {
@@ -5323,6 +5446,7 @@ const assets = {
5323
5446
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
5324
5447
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
5325
5448
  }],
5449
+ type_asset: 'sdk.coin',
5326
5450
  traces: [{
5327
5451
  type: 'ibc',
5328
5452
  counterparty: {
@@ -5357,6 +5481,7 @@ const assets = {
5357
5481
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
5358
5482
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
5359
5483
  }],
5484
+ type_asset: 'sdk.coin',
5360
5485
  traces: [{
5361
5486
  type: 'ibc',
5362
5487
  counterparty: {
@@ -5391,6 +5516,7 @@ const assets = {
5391
5516
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
5392
5517
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
5393
5518
  }],
5519
+ type_asset: 'sdk.coin',
5394
5520
  traces: [{
5395
5521
  type: 'ibc',
5396
5522
  counterparty: {
@@ -5425,6 +5551,7 @@ const assets = {
5425
5551
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
5426
5552
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
5427
5553
  }],
5554
+ type_asset: 'sdk.coin',
5428
5555
  traces: [{
5429
5556
  type: 'ibc',
5430
5557
  counterparty: {
@@ -5459,6 +5586,7 @@ const assets = {
5459
5586
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
5460
5587
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
5461
5588
  }],
5589
+ type_asset: 'sdk.coin',
5462
5590
  traces: [{
5463
5591
  type: 'ibc',
5464
5592
  counterparty: {
@@ -5493,6 +5621,7 @@ const assets = {
5493
5621
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
5494
5622
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
5495
5623
  }],
5624
+ type_asset: 'sdk.coin',
5496
5625
  traces: [{
5497
5626
  type: 'ibc',
5498
5627
  counterparty: {
@@ -5527,6 +5656,7 @@ const assets = {
5527
5656
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
5528
5657
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
5529
5658
  }],
5659
+ type_asset: 'sdk.coin',
5530
5660
  traces: [{
5531
5661
  type: 'ibc',
5532
5662
  counterparty: {
@@ -5561,6 +5691,7 @@ const assets = {
5561
5691
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
5562
5692
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
5563
5693
  }],
5694
+ type_asset: 'sdk.coin',
5564
5695
  traces: [{
5565
5696
  type: 'ibc',
5566
5697
  counterparty: {
@@ -5595,6 +5726,7 @@ const assets = {
5595
5726
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
5596
5727
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
5597
5728
  }],
5729
+ type_asset: 'sdk.coin',
5598
5730
  traces: [{
5599
5731
  type: 'ibc',
5600
5732
  counterparty: {
@@ -5629,6 +5761,7 @@ const assets = {
5629
5761
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
5630
5762
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
5631
5763
  }],
5764
+ type_asset: 'sdk.coin',
5632
5765
  traces: [{
5633
5766
  type: 'ibc',
5634
5767
  counterparty: {
@@ -5663,6 +5796,7 @@ const assets = {
5663
5796
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
5664
5797
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
5665
5798
  }],
5799
+ type_asset: 'sdk.coin',
5666
5800
  traces: [{
5667
5801
  type: 'ibc',
5668
5802
  counterparty: {
@@ -5697,6 +5831,7 @@ const assets = {
5697
5831
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5698
5832
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5699
5833
  }],
5834
+ type_asset: 'sdk.coin',
5700
5835
  traces: [{
5701
5836
  type: 'ibc',
5702
5837
  counterparty: {
@@ -5731,6 +5866,7 @@ const assets = {
5731
5866
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5732
5867
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5733
5868
  }],
5869
+ type_asset: 'sdk.coin',
5734
5870
  traces: [{
5735
5871
  type: 'ibc',
5736
5872
  counterparty: {
@@ -5765,6 +5901,7 @@ const assets = {
5765
5901
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5766
5902
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5767
5903
  }],
5904
+ type_asset: 'sdk.coin',
5768
5905
  traces: [{
5769
5906
  type: 'ibc',
5770
5907
  counterparty: {
@@ -5799,6 +5936,7 @@ const assets = {
5799
5936
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5800
5937
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5801
5938
  }],
5939
+ type_asset: 'sdk.coin',
5802
5940
  traces: [{
5803
5941
  type: 'ibc',
5804
5942
  counterparty: {
@@ -5833,6 +5971,7 @@ const assets = {
5833
5971
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5834
5972
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5835
5973
  }],
5974
+ type_asset: 'sdk.coin',
5836
5975
  traces: [{
5837
5976
  type: 'ibc',
5838
5977
  counterparty: {
@@ -5867,6 +6006,7 @@ const assets = {
5867
6006
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5868
6007
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5869
6008
  }],
6009
+ type_asset: 'sdk.coin',
5870
6010
  traces: [{
5871
6011
  type: 'ibc',
5872
6012
  counterparty: {
@@ -5901,6 +6041,7 @@ const assets = {
5901
6041
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5902
6042
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5903
6043
  }],
6044
+ type_asset: 'sdk.coin',
5904
6045
  traces: [{
5905
6046
  type: 'ibc',
5906
6047
  counterparty: {
@@ -5935,6 +6076,7 @@ const assets = {
5935
6076
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5936
6077
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5937
6078
  }],
6079
+ type_asset: 'sdk.coin',
5938
6080
  traces: [{
5939
6081
  type: 'ibc',
5940
6082
  counterparty: {
@@ -5969,6 +6111,7 @@ const assets = {
5969
6111
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5970
6112
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5971
6113
  }],
6114
+ type_asset: 'sdk.coin',
5972
6115
  traces: [{
5973
6116
  type: 'ibc',
5974
6117
  counterparty: {
@@ -6003,6 +6146,7 @@ const assets = {
6003
6146
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6004
6147
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6005
6148
  }],
6149
+ type_asset: 'sdk.coin',
6006
6150
  traces: [{
6007
6151
  type: 'ibc',
6008
6152
  counterparty: {
@@ -6037,6 +6181,7 @@ const assets = {
6037
6181
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6038
6182
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6039
6183
  }],
6184
+ type_asset: 'sdk.coin',
6040
6185
  traces: [{
6041
6186
  type: 'ibc',
6042
6187
  counterparty: {
@@ -6071,6 +6216,7 @@ const assets = {
6071
6216
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6072
6217
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6073
6218
  }],
6219
+ type_asset: 'sdk.coin',
6074
6220
  traces: [{
6075
6221
  type: 'ibc',
6076
6222
  counterparty: {
@@ -6105,6 +6251,7 @@ const assets = {
6105
6251
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6106
6252
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6107
6253
  }],
6254
+ type_asset: 'sdk.coin',
6108
6255
  traces: [{
6109
6256
  type: 'ibc',
6110
6257
  counterparty: {
@@ -6139,6 +6286,7 @@ const assets = {
6139
6286
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6140
6287
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6141
6288
  }],
6289
+ type_asset: 'sdk.coin',
6142
6290
  traces: [{
6143
6291
  type: 'ibc',
6144
6292
  counterparty: {
@@ -6173,6 +6321,7 @@ const assets = {
6173
6321
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6174
6322
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6175
6323
  }],
6324
+ type_asset: 'sdk.coin',
6176
6325
  traces: [{
6177
6326
  type: 'ibc',
6178
6327
  counterparty: {
@@ -6207,6 +6356,7 @@ const assets = {
6207
6356
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6208
6357
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6209
6358
  }],
6359
+ type_asset: 'sdk.coin',
6210
6360
  traces: [{
6211
6361
  type: 'ibc',
6212
6362
  counterparty: {
@@ -6241,6 +6391,7 @@ const assets = {
6241
6391
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6242
6392
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6243
6393
  }],
6394
+ type_asset: 'sdk.coin',
6244
6395
  traces: [{
6245
6396
  type: 'ibc',
6246
6397
  counterparty: {
@@ -6275,6 +6426,7 @@ const assets = {
6275
6426
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6276
6427
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6277
6428
  }],
6429
+ type_asset: 'sdk.coin',
6278
6430
  traces: [{
6279
6431
  type: 'ibc',
6280
6432
  counterparty: {
@@ -6309,6 +6461,7 @@ const assets = {
6309
6461
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6310
6462
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6311
6463
  }],
6464
+ type_asset: 'sdk.coin',
6312
6465
  traces: [{
6313
6466
  type: 'ibc',
6314
6467
  counterparty: {
@@ -6343,6 +6496,7 @@ const assets = {
6343
6496
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6344
6497
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6345
6498
  }],
6499
+ type_asset: 'sdk.coin',
6346
6500
  traces: [{
6347
6501
  type: 'ibc',
6348
6502
  counterparty: {
@@ -6377,6 +6531,7 @@ const assets = {
6377
6531
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6378
6532
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6379
6533
  }],
6534
+ type_asset: 'sdk.coin',
6380
6535
  traces: [{
6381
6536
  type: 'ibc',
6382
6537
  counterparty: {
@@ -6411,6 +6566,7 @@ const assets = {
6411
6566
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6412
6567
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6413
6568
  }],
6569
+ type_asset: 'sdk.coin',
6414
6570
  traces: [{
6415
6571
  type: 'ibc',
6416
6572
  counterparty: {
@@ -6445,6 +6601,7 @@ const assets = {
6445
6601
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6446
6602
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6447
6603
  }],
6604
+ type_asset: 'sdk.coin',
6448
6605
  traces: [{
6449
6606
  type: 'ibc',
6450
6607
  counterparty: {
@@ -6479,6 +6636,7 @@ const assets = {
6479
6636
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6480
6637
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6481
6638
  }],
6639
+ type_asset: 'sdk.coin',
6482
6640
  traces: [{
6483
6641
  type: 'ibc',
6484
6642
  counterparty: {
@@ -6520,6 +6678,7 @@ const assets = {
6520
6678
  website: 'https://quicksilver.zone/',
6521
6679
  twitter: 'https://twitter.com/quicksilverzone'
6522
6680
  },
6681
+ type_asset: 'sdk.coin',
6523
6682
  traces: [{
6524
6683
  type: 'ibc',
6525
6684
  counterparty: {
@@ -6564,6 +6723,7 @@ const assets = {
6564
6723
  website: 'https://realio.network/',
6565
6724
  twitter: 'https://x.com/realio_network'
6566
6725
  },
6726
+ type_asset: 'sdk.coin',
6567
6727
  traces: [{
6568
6728
  type: 'ibc',
6569
6729
  counterparty: {
@@ -6599,6 +6759,7 @@ const assets = {
6599
6759
  primary_color_hex: '#e0e0e0'
6600
6760
  }
6601
6761
  }],
6762
+ type_asset: 'sdk.coin',
6602
6763
  traces: [{
6603
6764
  type: 'ibc',
6604
6765
  counterparty: {
@@ -6641,6 +6802,7 @@ const assets = {
6641
6802
  website: 'https://www.regen.network/',
6642
6803
  twitter: 'https://twitter.com/regen_network'
6643
6804
  },
6805
+ type_asset: 'sdk.coin',
6644
6806
  traces: [{
6645
6807
  type: 'ibc',
6646
6808
  counterparty: {
@@ -6679,6 +6841,7 @@ const assets = {
6679
6841
  primary_color_hex: '#171c25'
6680
6842
  }
6681
6843
  }],
6844
+ type_asset: 'sdk.coin',
6682
6845
  traces: [{
6683
6846
  type: 'ibc',
6684
6847
  counterparty: {
@@ -6721,6 +6884,7 @@ const assets = {
6721
6884
  website: 'https://scrt.network/',
6722
6885
  twitter: 'https://twitter.com/SecretNetwork'
6723
6886
  },
6887
+ type_asset: 'sdk.coin',
6724
6888
  traces: [{
6725
6889
  type: 'ibc',
6726
6890
  counterparty: {
@@ -6763,6 +6927,7 @@ const assets = {
6763
6927
  website: 'https://www.sei.io/',
6764
6928
  twitter: 'https://twitter.com/SeiNetwork'
6765
6929
  },
6930
+ type_asset: 'sdk.coin',
6766
6931
  traces: [{
6767
6932
  type: 'ibc',
6768
6933
  counterparty: {
@@ -6785,6 +6950,8 @@ const assets = {
6785
6950
  denom: 'oozaru',
6786
6951
  exponent: 6
6787
6952
  }],
6953
+ type_asset: 'cw20',
6954
+ address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
6788
6955
  base: 'ibc/582D087820E10FF09C4F98253878701F659AB423C9E195D7FB913F923FA4398E',
6789
6956
  name: 'Oozaru',
6790
6957
  display: 'oozaru',
@@ -6838,6 +7005,7 @@ const assets = {
6838
7005
  website: 'https://selfchain.xyz',
6839
7006
  twitter: 'https://x.com/selfchainxyz'
6840
7007
  },
7008
+ type_asset: 'sdk.coin',
6841
7009
  traces: [{
6842
7010
  type: 'ibc',
6843
7011
  counterparty: {
@@ -6880,6 +7048,7 @@ const assets = {
6880
7048
  website: 'https://www.sentinel.co/',
6881
7049
  twitter: 'https://x.com/SentinelDVPN'
6882
7050
  },
7051
+ type_asset: 'sdk.coin',
6883
7052
  traces: [{
6884
7053
  type: 'ibc',
6885
7054
  counterparty: {
@@ -6918,6 +7087,7 @@ const assets = {
6918
7087
  primary_color_hex: '#be9926'
6919
7088
  }
6920
7089
  }],
7090
+ type_asset: 'sdk.coin',
6921
7091
  traces: [{
6922
7092
  type: 'ibc',
6923
7093
  counterparty: {
@@ -6951,6 +7121,7 @@ const assets = {
6951
7121
  images: [{
6952
7122
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg'
6953
7123
  }],
7124
+ type_asset: 'sdk.coin',
6954
7125
  traces: [{
6955
7126
  type: 'ibc',
6956
7127
  counterparty: {
@@ -6993,6 +7164,7 @@ const assets = {
6993
7164
  website: 'https://www.stargaze.zone/',
6994
7165
  twitter: 'https://twitter.com/StargazeZone'
6995
7166
  },
7167
+ type_asset: 'sdk.coin',
6996
7168
  traces: [{
6997
7169
  type: 'ibc',
6998
7170
  counterparty: {
@@ -7035,6 +7207,7 @@ const assets = {
7035
7207
  website: 'https://app.starname.me/',
7036
7208
  twitter: 'https://twitter.com/starname_me'
7037
7209
  },
7210
+ type_asset: 'sdk.coin',
7038
7211
  traces: [{
7039
7212
  type: 'ibc',
7040
7213
  counterparty: {
@@ -7077,6 +7250,7 @@ const assets = {
7077
7250
  website: 'https://stride.zone/',
7078
7251
  twitter: 'https://twitter.com/stride_zone'
7079
7252
  },
7253
+ type_asset: 'sdk.coin',
7080
7254
  traces: [{
7081
7255
  type: 'ibc',
7082
7256
  counterparty: {
@@ -7115,6 +7289,7 @@ const assets = {
7115
7289
  primary_color_hex: '#040404'
7116
7290
  }
7117
7291
  }],
7292
+ type_asset: 'sdk.coin',
7118
7293
  traces: [{
7119
7294
  type: 'ibc',
7120
7295
  counterparty: {
@@ -7157,6 +7332,7 @@ const assets = {
7157
7332
  website: 'https://www.terra.money/',
7158
7333
  twitter: 'https://twitter.com/terra_money'
7159
7334
  },
7335
+ type_asset: 'sdk.coin',
7160
7336
  traces: [{
7161
7337
  type: 'ibc',
7162
7338
  counterparty: {
@@ -7195,6 +7371,7 @@ const assets = {
7195
7371
  primary_color_hex: '#22f2e9'
7196
7372
  }
7197
7373
  }],
7374
+ type_asset: 'sdk.coin',
7198
7375
  traces: [{
7199
7376
  type: 'ibc',
7200
7377
  counterparty: {
@@ -7232,6 +7409,7 @@ const assets = {
7232
7409
  primary_color_hex: '#1f182f'
7233
7410
  }
7234
7411
  }],
7412
+ type_asset: 'sdk.coin',
7235
7413
  traces: [{
7236
7414
  type: 'ibc',
7237
7415
  counterparty: {
@@ -7270,6 +7448,7 @@ const assets = {
7270
7448
  primary_color_hex: '#3c2832'
7271
7449
  }
7272
7450
  }],
7451
+ type_asset: 'sdk.coin',
7273
7452
  traces: [{
7274
7453
  type: 'ibc',
7275
7454
  counterparty: {
@@ -7308,6 +7487,7 @@ const assets = {
7308
7487
  primary_color_hex: '#df969f'
7309
7488
  }
7310
7489
  }],
7490
+ type_asset: 'sdk.coin',
7311
7491
  traces: [{
7312
7492
  type: 'ibc',
7313
7493
  counterparty: {
@@ -7350,6 +7530,7 @@ const assets = {
7350
7530
  website: 'https://cronos.org/',
7351
7531
  twitter: 'https://twitter.com/cronos_chain'
7352
7532
  },
7533
+ type_asset: 'sdk.coin',
7353
7534
  traces: [{
7354
7535
  type: 'ibc',
7355
7536
  counterparty: {
@@ -7387,6 +7568,7 @@ const assets = {
7387
7568
  primary_color_hex: '#fba214'
7388
7569
  }
7389
7570
  }],
7571
+ type_asset: 'sdk.coin',
7390
7572
  traces: [{
7391
7573
  type: 'ibc',
7392
7574
  counterparty: {
@@ -7468,6 +7650,7 @@ const assets = {
7468
7650
  primary_color_hex: '#caf2ea'
7469
7651
  }
7470
7652
  }],
7653
+ type_asset: 'sdk.coin',
7471
7654
  traces: [{
7472
7655
  type: 'ibc',
7473
7656
  counterparty: {
@@ -7506,6 +7689,7 @@ const assets = {
7506
7689
  primary_color_hex: '#f4c808'
7507
7690
  }
7508
7691
  }],
7692
+ type_asset: 'sdk.coin',
7509
7693
  traces: [{
7510
7694
  type: 'ibc',
7511
7695
  counterparty: {
@@ -7543,6 +7727,7 @@ const assets = {
7543
7727
  primary_color_hex: '#db2b1c'
7544
7728
  }
7545
7729
  }],
7730
+ type_asset: 'sdk.coin',
7546
7731
  traces: [{
7547
7732
  type: 'ibc',
7548
7733
  counterparty: {
@@ -7580,6 +7765,7 @@ const assets = {
7580
7765
  primary_color_hex: '#cb142d'
7581
7766
  }
7582
7767
  }],
7768
+ type_asset: 'sdk.coin',
7583
7769
  traces: [{
7584
7770
  type: 'ibc',
7585
7771
  counterparty: {
@@ -7617,6 +7803,7 @@ const assets = {
7617
7803
  primary_color_hex: '#ac0c34'
7618
7804
  }
7619
7805
  }],
7806
+ type_asset: 'sdk.coin',
7620
7807
  traces: [{
7621
7808
  type: 'ibc',
7622
7809
  counterparty: {
@@ -7654,6 +7841,7 @@ const assets = {
7654
7841
  primary_color_hex: '#045493'
7655
7842
  }
7656
7843
  }],
7844
+ type_asset: 'sdk.coin',
7657
7845
  traces: [{
7658
7846
  type: 'ibc',
7659
7847
  counterparty: {
@@ -7698,6 +7886,7 @@ const assets = {
7698
7886
  circle: false
7699
7887
  }
7700
7888
  }],
7889
+ type_asset: 'sdk.coin',
7701
7890
  traces: [{
7702
7891
  type: 'ibc',
7703
7892
  counterparty: {
@@ -7740,6 +7929,7 @@ const assets = {
7740
7929
  website: 'https://evmos.org/',
7741
7930
  twitter: 'https://twitter.com/EvmosOrg'
7742
7931
  },
7932
+ type_asset: 'sdk.coin',
7743
7933
  traces: [{
7744
7934
  type: 'ibc',
7745
7935
  counterparty: {
@@ -7781,6 +7971,7 @@ const assets = {
7781
7971
  website: 'https://www.neokingdom.org/',
7782
7972
  twitter: 'https://twitter.com/NEOKingdomDAO'
7783
7973
  },
7974
+ type_asset: 'sdk.coin',
7784
7975
  traces: [{
7785
7976
  type: 'ibc',
7786
7977
  counterparty: {
@@ -7901,6 +8092,7 @@ const assets = {
7901
8092
  website: 'https://functionx.io',
7902
8093
  twitter: 'https://x.com/functionx_io'
7903
8094
  },
8095
+ type_asset: 'sdk.coin',
7904
8096
  traces: [{
7905
8097
  type: 'ibc',
7906
8098
  counterparty: {
@@ -7943,6 +8135,7 @@ const assets = {
7943
8135
  primary_color_hex: '#04cd80'
7944
8136
  }
7945
8137
  }],
8138
+ type_asset: 'sdk.coin',
7946
8139
  traces: [{
7947
8140
  type: 'ibc',
7948
8141
  counterparty: {
@@ -8026,6 +8219,7 @@ const assets = {
8026
8219
  primary_color_hex: '#2c4484'
8027
8220
  }
8028
8221
  }],
8222
+ type_asset: 'sdk.coin',
8029
8223
  traces: [{
8030
8224
  type: 'ibc',
8031
8225
  counterparty: {
@@ -8068,6 +8262,7 @@ const assets = {
8068
8262
  website: 'https://injective.com/',
8069
8263
  twitter: 'https://twitter.com/Injective_'
8070
8264
  },
8265
+ type_asset: 'sdk.coin',
8071
8266
  traces: [{
8072
8267
  type: 'ibc',
8073
8268
  counterparty: {
@@ -8103,6 +8298,7 @@ const assets = {
8103
8298
  primary_color_hex: '#31292a'
8104
8299
  }
8105
8300
  }],
8301
+ type_asset: 'sdk.coin',
8106
8302
  traces: [{
8107
8303
  type: 'ibc',
8108
8304
  counterparty: {
@@ -8138,6 +8334,7 @@ const assets = {
8138
8334
  primary_color_hex: '#18120f'
8139
8335
  }
8140
8336
  }],
8337
+ type_asset: 'sdk.coin',
8141
8338
  traces: [{
8142
8339
  type: 'ibc',
8143
8340
  counterparty: {
@@ -8170,6 +8367,7 @@ const assets = {
8170
8367
  primary_color_hex: '#293a6f'
8171
8368
  }
8172
8369
  }],
8370
+ type_asset: 'sdk.coin',
8173
8371
  traces: [{
8174
8372
  type: 'ibc',
8175
8373
  counterparty: {
@@ -8202,6 +8400,7 @@ const assets = {
8202
8400
  primary_color_hex: '#272f4b'
8203
8401
  }
8204
8402
  }],
8403
+ type_asset: 'sdk.coin',
8205
8404
  traces: [{
8206
8405
  type: 'ibc',
8207
8406
  counterparty: {
@@ -8234,6 +8433,7 @@ const assets = {
8234
8433
  primary_color_hex: '#2a303f'
8235
8434
  }
8236
8435
  }],
8436
+ type_asset: 'sdk.coin',
8237
8437
  traces: [{
8238
8438
  type: 'ibc',
8239
8439
  counterparty: {
@@ -8266,6 +8466,7 @@ const assets = {
8266
8466
  primary_color_hex: '#54ac94'
8267
8467
  }
8268
8468
  }],
8469
+ type_asset: 'sdk.coin',
8269
8470
  traces: [{
8270
8471
  type: 'ibc',
8271
8472
  counterparty: {
@@ -8298,6 +8499,7 @@ const assets = {
8298
8499
  primary_color_hex: '#7931f9'
8299
8500
  }
8300
8501
  }],
8502
+ type_asset: 'sdk.coin',
8301
8503
  traces: [{
8302
8504
  type: 'ibc',
8303
8505
  counterparty: {
@@ -8336,6 +8538,7 @@ const assets = {
8336
8538
  primary_color_hex: '#5664ad'
8337
8539
  }
8338
8540
  }],
8541
+ type_asset: 'sdk.coin',
8339
8542
  traces: [{
8340
8543
  type: 'ibc',
8341
8544
  counterparty: {
@@ -8375,6 +8578,7 @@ const assets = {
8375
8578
  website: 'https://www.joltify.io/',
8376
8579
  twitter: 'https://twitter.com/joltify_finance'
8377
8580
  },
8581
+ type_asset: 'sdk.coin',
8378
8582
  traces: [{
8379
8583
  type: 'ibc',
8380
8584
  counterparty: {
@@ -8417,6 +8621,7 @@ const assets = {
8417
8621
  website: 'https://junonetwork.io/',
8418
8622
  twitter: 'https://twitter.com/JunoNetwork'
8419
8623
  },
8624
+ type_asset: 'sdk.coin',
8420
8625
  traces: [{
8421
8626
  type: 'ibc',
8422
8627
  counterparty: {
@@ -8459,6 +8664,7 @@ const assets = {
8459
8664
  website: 'https://www.kava.io/',
8460
8665
  twitter: 'https://twitter.com/KAVA_CHAIN'
8461
8666
  },
8667
+ type_asset: 'sdk.coin',
8462
8668
  traces: [{
8463
8669
  type: 'ibc',
8464
8670
  counterparty: {
@@ -8497,6 +8703,7 @@ const assets = {
8497
8703
  primary_color_hex: '#7b34ac'
8498
8704
  }
8499
8705
  }],
8706
+ type_asset: 'sdk.coin',
8500
8707
  traces: [{
8501
8708
  type: 'ibc',
8502
8709
  counterparty: {
@@ -8535,6 +8742,7 @@ const assets = {
8535
8742
  primary_color_hex: '#544cfc'
8536
8743
  }
8537
8744
  }],
8745
+ type_asset: 'sdk.coin',
8538
8746
  traces: [{
8539
8747
  type: 'ibc',
8540
8748
  counterparty: {
@@ -8573,6 +8781,7 @@ const assets = {
8573
8781
  primary_color_hex: '#04d4a3'
8574
8782
  }
8575
8783
  }],
8784
+ type_asset: 'sdk.coin',
8576
8785
  traces: [{
8577
8786
  type: 'ibc',
8578
8787
  counterparty: {
@@ -8626,7 +8835,8 @@ const assets = {
8626
8835
  logo_URIs: {
8627
8836
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
8628
8837
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
8629
- }
8838
+ },
8839
+ type_asset: 'sdk.coin'
8630
8840
  },
8631
8841
  {
8632
8842
  description: 'The native token of Ki Chain',
@@ -8654,6 +8864,7 @@ const assets = {
8654
8864
  primary_color_hex: '#1c04fc'
8655
8865
  }
8656
8866
  }],
8867
+ type_asset: 'sdk.coin',
8657
8868
  traces: [{
8658
8869
  type: 'ibc',
8659
8870
  counterparty: {
@@ -8696,6 +8907,7 @@ const assets = {
8696
8907
  website: 'https://kujira.network/',
8697
8908
  twitter: 'https://twitter.com/TeamKujira'
8698
8909
  },
8910
+ type_asset: 'sdk.coin',
8699
8911
  traces: [{
8700
8912
  type: 'ibc',
8701
8913
  counterparty: {
@@ -8785,6 +8997,7 @@ const assets = {
8785
8997
  primary_color_hex: '#2d656c'
8786
8998
  }
8787
8999
  }],
9000
+ type_asset: 'sdk.coin',
8788
9001
  traces: [{
8789
9002
  type: 'ibc',
8790
9003
  counterparty: {
@@ -8823,6 +9036,7 @@ const assets = {
8823
9036
  primary_color_hex: '#080808'
8824
9037
  }
8825
9038
  }],
9039
+ type_asset: 'sdk.coin',
8826
9040
  traces: [{
8827
9041
  type: 'ibc',
8828
9042
  counterparty: {
@@ -8867,6 +9081,7 @@ const assets = {
8867
9081
  website: 'https://neutron.org/',
8868
9082
  twitter: 'https://twitter.com/Neutron_org'
8869
9083
  },
9084
+ type_asset: 'sdk.coin',
8870
9085
  traces: [{
8871
9086
  type: 'ibc',
8872
9087
  counterparty: {
@@ -8902,6 +9117,7 @@ const assets = {
8902
9117
  primary_color_hex: '#1b0847'
8903
9118
  }
8904
9119
  }],
9120
+ type_asset: 'sdk.coin',
8905
9121
  traces: [{
8906
9122
  type: 'ibc',
8907
9123
  counterparty: {
@@ -8937,6 +9153,7 @@ const assets = {
8937
9153
  primary_color_hex: '#dcd5ab'
8938
9154
  }
8939
9155
  }],
9156
+ type_asset: 'sdk.coin',
8940
9157
  traces: [{
8941
9158
  type: 'ibc',
8942
9159
  counterparty: {
@@ -8972,6 +9189,7 @@ const assets = {
8972
9189
  primary_color_hex: '#333333'
8973
9190
  }
8974
9191
  }],
9192
+ type_asset: 'sdk.coin',
8975
9193
  traces: [{
8976
9194
  type: 'ibc',
8977
9195
  counterparty: {
@@ -9090,6 +9308,7 @@ const assets = {
9090
9308
  website: 'https://ondo.finance/usdy',
9091
9309
  twitter: 'https://x.com/OndoFinance'
9092
9310
  },
9311
+ type_asset: 'sdk.coin',
9093
9312
  traces: [{
9094
9313
  type: 'ibc',
9095
9314
  counterparty: {
@@ -9132,6 +9351,7 @@ const assets = {
9132
9351
  website: 'https://omniflix.network/',
9133
9352
  twitter: 'https://twitter.com/OmniFlixNetwork'
9134
9353
  },
9354
+ type_asset: 'sdk.coin',
9135
9355
  traces: [{
9136
9356
  type: 'ibc',
9137
9357
  counterparty: {
@@ -9196,6 +9416,7 @@ const assets = {
9196
9416
  }
9197
9417
  }
9198
9418
  ],
9419
+ type_asset: 'sdk.coin',
9199
9420
  traces: [{
9200
9421
  type: 'ibc',
9201
9422
  counterparty: {
@@ -9328,6 +9549,7 @@ const assets = {
9328
9549
  website: 'https://persistence.one/',
9329
9550
  twitter: 'https://twitter.com/PersistenceOne'
9330
9551
  },
9552
+ type_asset: 'sdk.coin',
9331
9553
  traces: [{
9332
9554
  type: 'ibc',
9333
9555
  counterparty: {
@@ -9370,6 +9592,7 @@ const assets = {
9370
9592
  website: 'https://planq.network',
9371
9593
  twitter: 'https://twitter.com/planqfoundation'
9372
9594
  },
9595
+ type_asset: 'sdk.coin',
9373
9596
  traces: [{
9374
9597
  type: 'ibc',
9375
9598
  counterparty: {
@@ -9419,7 +9642,8 @@ const assets = {
9419
9642
  }],
9420
9643
  logo_URIs: {
9421
9644
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
9422
- }
9645
+ },
9646
+ type_asset: 'sdk.coin'
9423
9647
  },
9424
9648
  {
9425
9649
  description: 'The native governance and staking token of the Point network',
@@ -9447,6 +9671,7 @@ const assets = {
9447
9671
  primary_color_hex: '#040404'
9448
9672
  }
9449
9673
  }],
9674
+ type_asset: 'sdk.coin',
9450
9675
  traces: [{
9451
9676
  type: 'ibc',
9452
9677
  counterparty: {
@@ -9484,6 +9709,7 @@ const assets = {
9484
9709
  primary_color_hex: '#c6ddf5'
9485
9710
  }
9486
9711
  }],
9712
+ type_asset: 'sdk.coin',
9487
9713
  traces: [{
9488
9714
  type: 'ibc',
9489
9715
  counterparty: {
@@ -9518,6 +9744,7 @@ const assets = {
9518
9744
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
9519
9745
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
9520
9746
  }],
9747
+ type_asset: 'sdk.coin',
9521
9748
  traces: [{
9522
9749
  type: 'ibc',
9523
9750
  counterparty: {
@@ -9552,6 +9779,7 @@ const assets = {
9552
9779
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
9553
9780
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
9554
9781
  }],
9782
+ type_asset: 'sdk.coin',
9555
9783
  traces: [{
9556
9784
  type: 'ibc',
9557
9785
  counterparty: {
@@ -9586,6 +9814,7 @@ const assets = {
9586
9814
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
9587
9815
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
9588
9816
  }],
9817
+ type_asset: 'sdk.coin',
9589
9818
  traces: [{
9590
9819
  type: 'ibc',
9591
9820
  counterparty: {
@@ -9620,6 +9849,7 @@ const assets = {
9620
9849
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
9621
9850
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
9622
9851
  }],
9852
+ type_asset: 'sdk.coin',
9623
9853
  traces: [{
9624
9854
  type: 'ibc',
9625
9855
  counterparty: {
@@ -9654,6 +9884,7 @@ const assets = {
9654
9884
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
9655
9885
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
9656
9886
  }],
9887
+ type_asset: 'sdk.coin',
9657
9888
  traces: [{
9658
9889
  type: 'ibc',
9659
9890
  counterparty: {
@@ -9688,6 +9919,7 @@ const assets = {
9688
9919
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
9689
9920
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
9690
9921
  }],
9922
+ type_asset: 'sdk.coin',
9691
9923
  traces: [{
9692
9924
  type: 'ibc',
9693
9925
  counterparty: {
@@ -9722,6 +9954,7 @@ const assets = {
9722
9954
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
9723
9955
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
9724
9956
  }],
9957
+ type_asset: 'sdk.coin',
9725
9958
  traces: [{
9726
9959
  type: 'ibc',
9727
9960
  counterparty: {
@@ -9756,6 +9989,7 @@ const assets = {
9756
9989
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
9757
9990
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
9758
9991
  }],
9992
+ type_asset: 'sdk.coin',
9759
9993
  traces: [{
9760
9994
  type: 'ibc',
9761
9995
  counterparty: {
@@ -9790,6 +10024,7 @@ const assets = {
9790
10024
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
9791
10025
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
9792
10026
  }],
10027
+ type_asset: 'sdk.coin',
9793
10028
  traces: [{
9794
10029
  type: 'ibc',
9795
10030
  counterparty: {
@@ -9824,6 +10059,7 @@ const assets = {
9824
10059
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
9825
10060
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
9826
10061
  }],
10062
+ type_asset: 'sdk.coin',
9827
10063
  traces: [{
9828
10064
  type: 'ibc',
9829
10065
  counterparty: {
@@ -9858,6 +10094,7 @@ const assets = {
9858
10094
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
9859
10095
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
9860
10096
  }],
10097
+ type_asset: 'sdk.coin',
9861
10098
  traces: [{
9862
10099
  type: 'ibc',
9863
10100
  counterparty: {
@@ -9892,6 +10129,7 @@ const assets = {
9892
10129
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
9893
10130
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
9894
10131
  }],
10132
+ type_asset: 'sdk.coin',
9895
10133
  traces: [{
9896
10134
  type: 'ibc',
9897
10135
  counterparty: {
@@ -9926,6 +10164,7 @@ const assets = {
9926
10164
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
9927
10165
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
9928
10166
  }],
10167
+ type_asset: 'sdk.coin',
9929
10168
  traces: [{
9930
10169
  type: 'ibc',
9931
10170
  counterparty: {
@@ -9960,6 +10199,7 @@ const assets = {
9960
10199
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
9961
10200
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
9962
10201
  }],
10202
+ type_asset: 'sdk.coin',
9963
10203
  traces: [{
9964
10204
  type: 'ibc',
9965
10205
  counterparty: {
@@ -9994,6 +10234,7 @@ const assets = {
9994
10234
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
9995
10235
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
9996
10236
  }],
10237
+ type_asset: 'sdk.coin',
9997
10238
  traces: [{
9998
10239
  type: 'ibc',
9999
10240
  counterparty: {
@@ -10028,6 +10269,7 @@ const assets = {
10028
10269
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
10029
10270
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
10030
10271
  }],
10272
+ type_asset: 'sdk.coin',
10031
10273
  traces: [{
10032
10274
  type: 'ibc',
10033
10275
  counterparty: {
@@ -10062,6 +10304,7 @@ const assets = {
10062
10304
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
10063
10305
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
10064
10306
  }],
10307
+ type_asset: 'sdk.coin',
10065
10308
  traces: [{
10066
10309
  type: 'ibc',
10067
10310
  counterparty: {
@@ -10096,6 +10339,7 @@ const assets = {
10096
10339
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
10097
10340
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
10098
10341
  }],
10342
+ type_asset: 'sdk.coin',
10099
10343
  traces: [{
10100
10344
  type: 'ibc',
10101
10345
  counterparty: {
@@ -10130,6 +10374,7 @@ const assets = {
10130
10374
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
10131
10375
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
10132
10376
  }],
10377
+ type_asset: 'sdk.coin',
10133
10378
  traces: [{
10134
10379
  type: 'ibc',
10135
10380
  counterparty: {
@@ -10164,6 +10409,7 @@ const assets = {
10164
10409
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
10165
10410
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
10166
10411
  }],
10412
+ type_asset: 'sdk.coin',
10167
10413
  traces: [{
10168
10414
  type: 'ibc',
10169
10415
  counterparty: {
@@ -10198,6 +10444,7 @@ const assets = {
10198
10444
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
10199
10445
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
10200
10446
  }],
10447
+ type_asset: 'sdk.coin',
10201
10448
  traces: [{
10202
10449
  type: 'ibc',
10203
10450
  counterparty: {
@@ -10232,6 +10479,7 @@ const assets = {
10232
10479
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
10233
10480
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
10234
10481
  }],
10482
+ type_asset: 'sdk.coin',
10235
10483
  traces: [{
10236
10484
  type: 'ibc',
10237
10485
  counterparty: {
@@ -10266,6 +10514,7 @@ const assets = {
10266
10514
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
10267
10515
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
10268
10516
  }],
10517
+ type_asset: 'sdk.coin',
10269
10518
  traces: [{
10270
10519
  type: 'ibc',
10271
10520
  counterparty: {
@@ -10300,6 +10549,7 @@ const assets = {
10300
10549
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
10301
10550
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
10302
10551
  }],
10552
+ type_asset: 'sdk.coin',
10303
10553
  traces: [{
10304
10554
  type: 'ibc',
10305
10555
  counterparty: {
@@ -10334,6 +10584,7 @@ const assets = {
10334
10584
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
10335
10585
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
10336
10586
  }],
10587
+ type_asset: 'sdk.coin',
10337
10588
  traces: [{
10338
10589
  type: 'ibc',
10339
10590
  counterparty: {
@@ -10368,6 +10619,7 @@ const assets = {
10368
10619
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
10369
10620
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
10370
10621
  }],
10622
+ type_asset: 'sdk.coin',
10371
10623
  traces: [{
10372
10624
  type: 'ibc',
10373
10625
  counterparty: {
@@ -10402,6 +10654,7 @@ const assets = {
10402
10654
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
10403
10655
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
10404
10656
  }],
10657
+ type_asset: 'sdk.coin',
10405
10658
  traces: [{
10406
10659
  type: 'ibc',
10407
10660
  counterparty: {
@@ -10436,6 +10689,7 @@ const assets = {
10436
10689
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
10437
10690
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
10438
10691
  }],
10692
+ type_asset: 'sdk.coin',
10439
10693
  traces: [{
10440
10694
  type: 'ibc',
10441
10695
  counterparty: {
@@ -10470,6 +10724,7 @@ const assets = {
10470
10724
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
10471
10725
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
10472
10726
  }],
10727
+ type_asset: 'sdk.coin',
10473
10728
  traces: [{
10474
10729
  type: 'ibc',
10475
10730
  counterparty: {
@@ -10504,6 +10759,7 @@ const assets = {
10504
10759
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
10505
10760
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
10506
10761
  }],
10762
+ type_asset: 'sdk.coin',
10507
10763
  traces: [{
10508
10764
  type: 'ibc',
10509
10765
  counterparty: {
@@ -10538,6 +10794,7 @@ const assets = {
10538
10794
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
10539
10795
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
10540
10796
  }],
10797
+ type_asset: 'sdk.coin',
10541
10798
  traces: [{
10542
10799
  type: 'ibc',
10543
10800
  counterparty: {
@@ -10572,6 +10829,7 @@ const assets = {
10572
10829
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
10573
10830
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
10574
10831
  }],
10832
+ type_asset: 'sdk.coin',
10575
10833
  traces: [{
10576
10834
  type: 'ibc',
10577
10835
  counterparty: {
@@ -10606,6 +10864,7 @@ const assets = {
10606
10864
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
10607
10865
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
10608
10866
  }],
10867
+ type_asset: 'sdk.coin',
10609
10868
  traces: [{
10610
10869
  type: 'ibc',
10611
10870
  counterparty: {
@@ -10640,6 +10899,7 @@ const assets = {
10640
10899
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
10641
10900
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
10642
10901
  }],
10902
+ type_asset: 'sdk.coin',
10643
10903
  traces: [{
10644
10904
  type: 'ibc',
10645
10905
  counterparty: {
@@ -10674,6 +10934,7 @@ const assets = {
10674
10934
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
10675
10935
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
10676
10936
  }],
10937
+ type_asset: 'sdk.coin',
10677
10938
  traces: [{
10678
10939
  type: 'ibc',
10679
10940
  counterparty: {
@@ -10708,6 +10969,7 @@ const assets = {
10708
10969
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
10709
10970
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
10710
10971
  }],
10972
+ type_asset: 'sdk.coin',
10711
10973
  traces: [{
10712
10974
  type: 'ibc',
10713
10975
  counterparty: {
@@ -10742,6 +11004,7 @@ const assets = {
10742
11004
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
10743
11005
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
10744
11006
  }],
11007
+ type_asset: 'sdk.coin',
10745
11008
  traces: [{
10746
11009
  type: 'ibc',
10747
11010
  counterparty: {
@@ -10776,6 +11039,7 @@ const assets = {
10776
11039
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
10777
11040
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
10778
11041
  }],
11042
+ type_asset: 'sdk.coin',
10779
11043
  traces: [{
10780
11044
  type: 'ibc',
10781
11045
  counterparty: {
@@ -10810,6 +11074,7 @@ const assets = {
10810
11074
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
10811
11075
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
10812
11076
  }],
11077
+ type_asset: 'sdk.coin',
10813
11078
  traces: [{
10814
11079
  type: 'ibc',
10815
11080
  counterparty: {
@@ -10844,6 +11109,7 @@ const assets = {
10844
11109
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
10845
11110
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
10846
11111
  }],
11112
+ type_asset: 'sdk.coin',
10847
11113
  traces: [{
10848
11114
  type: 'ibc',
10849
11115
  counterparty: {
@@ -10878,6 +11144,7 @@ const assets = {
10878
11144
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
10879
11145
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
10880
11146
  }],
11147
+ type_asset: 'sdk.coin',
10881
11148
  traces: [{
10882
11149
  type: 'ibc',
10883
11150
  counterparty: {
@@ -10912,6 +11179,7 @@ const assets = {
10912
11179
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
10913
11180
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
10914
11181
  }],
11182
+ type_asset: 'sdk.coin',
10915
11183
  traces: [{
10916
11184
  type: 'ibc',
10917
11185
  counterparty: {
@@ -10946,6 +11214,7 @@ const assets = {
10946
11214
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
10947
11215
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
10948
11216
  }],
11217
+ type_asset: 'sdk.coin',
10949
11218
  traces: [{
10950
11219
  type: 'ibc',
10951
11220
  counterparty: {
@@ -10980,6 +11249,7 @@ const assets = {
10980
11249
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
10981
11250
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
10982
11251
  }],
11252
+ type_asset: 'sdk.coin',
10983
11253
  traces: [{
10984
11254
  type: 'ibc',
10985
11255
  counterparty: {
@@ -11014,6 +11284,7 @@ const assets = {
11014
11284
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
11015
11285
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
11016
11286
  }],
11287
+ type_asset: 'sdk.coin',
11017
11288
  traces: [{
11018
11289
  type: 'ibc',
11019
11290
  counterparty: {
@@ -11048,6 +11319,7 @@ const assets = {
11048
11319
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
11049
11320
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
11050
11321
  }],
11322
+ type_asset: 'sdk.coin',
11051
11323
  traces: [{
11052
11324
  type: 'ibc',
11053
11325
  counterparty: {
@@ -11082,6 +11354,7 @@ const assets = {
11082
11354
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
11083
11355
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
11084
11356
  }],
11357
+ type_asset: 'sdk.coin',
11085
11358
  traces: [{
11086
11359
  type: 'ibc',
11087
11360
  counterparty: {
@@ -11116,6 +11389,7 @@ const assets = {
11116
11389
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
11117
11390
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
11118
11391
  }],
11392
+ type_asset: 'sdk.coin',
11119
11393
  traces: [{
11120
11394
  type: 'ibc',
11121
11395
  counterparty: {
@@ -11150,6 +11424,7 @@ const assets = {
11150
11424
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11151
11425
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11152
11426
  }],
11427
+ type_asset: 'sdk.coin',
11153
11428
  traces: [{
11154
11429
  type: 'ibc',
11155
11430
  counterparty: {
@@ -11184,6 +11459,7 @@ const assets = {
11184
11459
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11185
11460
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11186
11461
  }],
11462
+ type_asset: 'sdk.coin',
11187
11463
  traces: [{
11188
11464
  type: 'ibc',
11189
11465
  counterparty: {
@@ -11218,6 +11494,7 @@ const assets = {
11218
11494
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11219
11495
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11220
11496
  }],
11497
+ type_asset: 'sdk.coin',
11221
11498
  traces: [{
11222
11499
  type: 'ibc',
11223
11500
  counterparty: {
@@ -11252,6 +11529,7 @@ const assets = {
11252
11529
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11253
11530
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11254
11531
  }],
11532
+ type_asset: 'sdk.coin',
11255
11533
  traces: [{
11256
11534
  type: 'ibc',
11257
11535
  counterparty: {
@@ -11286,6 +11564,7 @@ const assets = {
11286
11564
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11287
11565
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11288
11566
  }],
11567
+ type_asset: 'sdk.coin',
11289
11568
  traces: [{
11290
11569
  type: 'ibc',
11291
11570
  counterparty: {
@@ -11320,6 +11599,7 @@ const assets = {
11320
11599
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11321
11600
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11322
11601
  }],
11602
+ type_asset: 'sdk.coin',
11323
11603
  traces: [{
11324
11604
  type: 'ibc',
11325
11605
  counterparty: {
@@ -11354,6 +11634,7 @@ const assets = {
11354
11634
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11355
11635
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11356
11636
  }],
11637
+ type_asset: 'sdk.coin',
11357
11638
  traces: [{
11358
11639
  type: 'ibc',
11359
11640
  counterparty: {
@@ -11388,6 +11669,7 @@ const assets = {
11388
11669
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11389
11670
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11390
11671
  }],
11672
+ type_asset: 'sdk.coin',
11391
11673
  traces: [{
11392
11674
  type: 'ibc',
11393
11675
  counterparty: {
@@ -11422,6 +11704,7 @@ const assets = {
11422
11704
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11423
11705
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11424
11706
  }],
11707
+ type_asset: 'sdk.coin',
11425
11708
  traces: [{
11426
11709
  type: 'ibc',
11427
11710
  counterparty: {
@@ -11456,6 +11739,7 @@ const assets = {
11456
11739
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11457
11740
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11458
11741
  }],
11742
+ type_asset: 'sdk.coin',
11459
11743
  traces: [{
11460
11744
  type: 'ibc',
11461
11745
  counterparty: {
@@ -11490,6 +11774,7 @@ const assets = {
11490
11774
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11491
11775
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11492
11776
  }],
11777
+ type_asset: 'sdk.coin',
11493
11778
  traces: [{
11494
11779
  type: 'ibc',
11495
11780
  counterparty: {
@@ -11524,6 +11809,7 @@ const assets = {
11524
11809
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11525
11810
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11526
11811
  }],
11812
+ type_asset: 'sdk.coin',
11527
11813
  traces: [{
11528
11814
  type: 'ibc',
11529
11815
  counterparty: {
@@ -11558,6 +11844,7 @@ const assets = {
11558
11844
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11559
11845
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11560
11846
  }],
11847
+ type_asset: 'sdk.coin',
11561
11848
  traces: [{
11562
11849
  type: 'ibc',
11563
11850
  counterparty: {
@@ -11592,6 +11879,7 @@ const assets = {
11592
11879
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11593
11880
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11594
11881
  }],
11882
+ type_asset: 'sdk.coin',
11595
11883
  traces: [{
11596
11884
  type: 'ibc',
11597
11885
  counterparty: {
@@ -11626,6 +11914,7 @@ const assets = {
11626
11914
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11627
11915
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11628
11916
  }],
11917
+ type_asset: 'sdk.coin',
11629
11918
  traces: [{
11630
11919
  type: 'ibc',
11631
11920
  counterparty: {
@@ -11660,6 +11949,7 @@ const assets = {
11660
11949
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11661
11950
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11662
11951
  }],
11952
+ type_asset: 'sdk.coin',
11663
11953
  traces: [{
11664
11954
  type: 'ibc',
11665
11955
  counterparty: {
@@ -11694,6 +11984,7 @@ const assets = {
11694
11984
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11695
11985
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11696
11986
  }],
11987
+ type_asset: 'sdk.coin',
11697
11988
  traces: [{
11698
11989
  type: 'ibc',
11699
11990
  counterparty: {
@@ -11728,6 +12019,7 @@ const assets = {
11728
12019
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11729
12020
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11730
12021
  }],
12022
+ type_asset: 'sdk.coin',
11731
12023
  traces: [{
11732
12024
  type: 'ibc',
11733
12025
  counterparty: {
@@ -11762,6 +12054,7 @@ const assets = {
11762
12054
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11763
12055
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11764
12056
  }],
12057
+ type_asset: 'sdk.coin',
11765
12058
  traces: [{
11766
12059
  type: 'ibc',
11767
12060
  counterparty: {
@@ -11796,6 +12089,7 @@ const assets = {
11796
12089
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11797
12090
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11798
12091
  }],
12092
+ type_asset: 'sdk.coin',
11799
12093
  traces: [{
11800
12094
  type: 'ibc',
11801
12095
  counterparty: {
@@ -11830,6 +12124,7 @@ const assets = {
11830
12124
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11831
12125
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11832
12126
  }],
12127
+ type_asset: 'sdk.coin',
11833
12128
  traces: [{
11834
12129
  type: 'ibc',
11835
12130
  counterparty: {
@@ -11864,6 +12159,7 @@ const assets = {
11864
12159
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11865
12160
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11866
12161
  }],
12162
+ type_asset: 'sdk.coin',
11867
12163
  traces: [{
11868
12164
  type: 'ibc',
11869
12165
  counterparty: {
@@ -11898,6 +12194,7 @@ const assets = {
11898
12194
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11899
12195
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11900
12196
  }],
12197
+ type_asset: 'sdk.coin',
11901
12198
  traces: [{
11902
12199
  type: 'ibc',
11903
12200
  counterparty: {
@@ -11932,6 +12229,7 @@ const assets = {
11932
12229
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11933
12230
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11934
12231
  }],
12232
+ type_asset: 'sdk.coin',
11935
12233
  traces: [{
11936
12234
  type: 'ibc',
11937
12235
  counterparty: {
@@ -11973,6 +12271,7 @@ const assets = {
11973
12271
  website: 'https://quicksilver.zone/',
11974
12272
  twitter: 'https://twitter.com/quicksilverzone'
11975
12273
  },
12274
+ type_asset: 'sdk.coin',
11976
12275
  traces: [{
11977
12276
  type: 'ibc',
11978
12277
  counterparty: {
@@ -12017,6 +12316,7 @@ const assets = {
12017
12316
  website: 'https://realio.network/',
12018
12317
  twitter: 'https://x.com/realio_network'
12019
12318
  },
12319
+ type_asset: 'sdk.coin',
12020
12320
  traces: [{
12021
12321
  type: 'ibc',
12022
12322
  counterparty: {
@@ -12052,6 +12352,7 @@ const assets = {
12052
12352
  primary_color_hex: '#e0e0e0'
12053
12353
  }
12054
12354
  }],
12355
+ type_asset: 'sdk.coin',
12055
12356
  traces: [{
12056
12357
  type: 'ibc',
12057
12358
  counterparty: {
@@ -12094,6 +12395,7 @@ const assets = {
12094
12395
  website: 'https://www.regen.network/',
12095
12396
  twitter: 'https://twitter.com/regen_network'
12096
12397
  },
12398
+ type_asset: 'sdk.coin',
12097
12399
  traces: [{
12098
12400
  type: 'ibc',
12099
12401
  counterparty: {
@@ -12132,6 +12434,7 @@ const assets = {
12132
12434
  primary_color_hex: '#171c25'
12133
12435
  }
12134
12436
  }],
12437
+ type_asset: 'sdk.coin',
12135
12438
  traces: [{
12136
12439
  type: 'ibc',
12137
12440
  counterparty: {
@@ -12174,6 +12477,7 @@ const assets = {
12174
12477
  website: 'https://scrt.network/',
12175
12478
  twitter: 'https://twitter.com/SecretNetwork'
12176
12479
  },
12480
+ type_asset: 'sdk.coin',
12177
12481
  traces: [{
12178
12482
  type: 'ibc',
12179
12483
  counterparty: {
@@ -12216,6 +12520,7 @@ const assets = {
12216
12520
  website: 'https://www.sei.io/',
12217
12521
  twitter: 'https://twitter.com/SeiNetwork'
12218
12522
  },
12523
+ type_asset: 'sdk.coin',
12219
12524
  traces: [{
12220
12525
  type: 'ibc',
12221
12526
  counterparty: {
@@ -12238,6 +12543,8 @@ const assets = {
12238
12543
  denom: 'oozaru',
12239
12544
  exponent: 6
12240
12545
  }],
12546
+ type_asset: 'cw20',
12547
+ address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
12241
12548
  base: 'ibc/582D087820E10FF09C4F98253878701F659AB423C9E195D7FB913F923FA4398E',
12242
12549
  name: 'Oozaru',
12243
12550
  display: 'oozaru',
@@ -12291,6 +12598,7 @@ const assets = {
12291
12598
  website: 'https://selfchain.xyz',
12292
12599
  twitter: 'https://x.com/selfchainxyz'
12293
12600
  },
12601
+ type_asset: 'sdk.coin',
12294
12602
  traces: [{
12295
12603
  type: 'ibc',
12296
12604
  counterparty: {
@@ -12333,6 +12641,7 @@ const assets = {
12333
12641
  website: 'https://www.sentinel.co/',
12334
12642
  twitter: 'https://x.com/SentinelDVPN'
12335
12643
  },
12644
+ type_asset: 'sdk.coin',
12336
12645
  traces: [{
12337
12646
  type: 'ibc',
12338
12647
  counterparty: {
@@ -12371,6 +12680,7 @@ const assets = {
12371
12680
  primary_color_hex: '#be9926'
12372
12681
  }
12373
12682
  }],
12683
+ type_asset: 'sdk.coin',
12374
12684
  traces: [{
12375
12685
  type: 'ibc',
12376
12686
  counterparty: {
@@ -12404,6 +12714,7 @@ const assets = {
12404
12714
  images: [{
12405
12715
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg'
12406
12716
  }],
12717
+ type_asset: 'sdk.coin',
12407
12718
  traces: [{
12408
12719
  type: 'ibc',
12409
12720
  counterparty: {
@@ -12446,6 +12757,7 @@ const assets = {
12446
12757
  website: 'https://www.stargaze.zone/',
12447
12758
  twitter: 'https://twitter.com/StargazeZone'
12448
12759
  },
12760
+ type_asset: 'sdk.coin',
12449
12761
  traces: [{
12450
12762
  type: 'ibc',
12451
12763
  counterparty: {
@@ -12488,6 +12800,7 @@ const assets = {
12488
12800
  website: 'https://app.starname.me/',
12489
12801
  twitter: 'https://twitter.com/starname_me'
12490
12802
  },
12803
+ type_asset: 'sdk.coin',
12491
12804
  traces: [{
12492
12805
  type: 'ibc',
12493
12806
  counterparty: {
@@ -12530,6 +12843,7 @@ const assets = {
12530
12843
  website: 'https://stride.zone/',
12531
12844
  twitter: 'https://twitter.com/stride_zone'
12532
12845
  },
12846
+ type_asset: 'sdk.coin',
12533
12847
  traces: [{
12534
12848
  type: 'ibc',
12535
12849
  counterparty: {
@@ -12568,6 +12882,7 @@ const assets = {
12568
12882
  primary_color_hex: '#040404'
12569
12883
  }
12570
12884
  }],
12885
+ type_asset: 'sdk.coin',
12571
12886
  traces: [{
12572
12887
  type: 'ibc',
12573
12888
  counterparty: {
@@ -12610,6 +12925,7 @@ const assets = {
12610
12925
  website: 'https://www.terra.money/',
12611
12926
  twitter: 'https://twitter.com/terra_money'
12612
12927
  },
12928
+ type_asset: 'sdk.coin',
12613
12929
  traces: [{
12614
12930
  type: 'ibc',
12615
12931
  counterparty: {
@@ -12648,6 +12964,7 @@ const assets = {
12648
12964
  primary_color_hex: '#22f2e9'
12649
12965
  }
12650
12966
  }],
12967
+ type_asset: 'sdk.coin',
12651
12968
  traces: [{
12652
12969
  type: 'ibc',
12653
12970
  counterparty: {
@@ -12685,6 +13002,7 @@ const assets = {
12685
13002
  primary_color_hex: '#1f182f'
12686
13003
  }
12687
13004
  }],
13005
+ type_asset: 'sdk.coin',
12688
13006
  traces: [{
12689
13007
  type: 'ibc',
12690
13008
  counterparty: {