@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
@@ -31,6 +31,7 @@ const assets = {
31
31
  website: 'https://arable.finance/',
32
32
  twitter: 'https://twitter.com/ArableProtocol'
33
33
  },
34
+ type_asset: 'sdk.coin',
34
35
  traces: [{
35
36
  type: 'ibc',
36
37
  counterparty: {
@@ -73,6 +74,7 @@ const assets = {
73
74
  website: 'https://arable.finance/',
74
75
  twitter: 'https://twitter.com/ArableProtocol'
75
76
  },
77
+ type_asset: 'sdk.coin',
76
78
  traces: [{
77
79
  type: 'ibc',
78
80
  counterparty: {
@@ -110,6 +112,7 @@ const assets = {
110
112
  primary_color_hex: '#ecc53b'
111
113
  }
112
114
  }],
115
+ type_asset: 'sdk.coin',
113
116
  traces: [{
114
117
  type: 'ibc',
115
118
  counterparty: {
@@ -152,6 +155,7 @@ const assets = {
152
155
  website: 'https://agoric.com/',
153
156
  twitter: 'https://twitter.com/agoric'
154
157
  },
158
+ type_asset: 'sdk.coin',
155
159
  traces: [{
156
160
  type: 'ibc',
157
161
  counterparty: {
@@ -190,6 +194,7 @@ const assets = {
190
194
  primary_color_hex: '#d485e2'
191
195
  }
192
196
  }],
197
+ type_asset: 'sdk.coin',
193
198
  traces: [{
194
199
  type: 'ibc',
195
200
  counterparty: {
@@ -239,6 +244,7 @@ const assets = {
239
244
  website: 'https://aioz.network/',
240
245
  twitter: 'https://twitter.com/AIOZNetwork'
241
246
  },
247
+ type_asset: 'sdk.coin',
242
248
  traces: [{
243
249
  type: 'ibc',
244
250
  counterparty: {
@@ -281,6 +287,7 @@ const assets = {
281
287
  website: 'https://akash.network/',
282
288
  twitter: 'https://twitter.com/akashnet_'
283
289
  },
290
+ type_asset: 'sdk.coin',
284
291
  traces: [{
285
292
  type: 'ibc',
286
293
  counterparty: {
@@ -330,6 +337,7 @@ const assets = {
330
337
  website: 'https://archway.io/',
331
338
  twitter: 'https://twitter.com/archwayHQ'
332
339
  },
340
+ type_asset: 'sdk.coin',
333
341
  traces: [{
334
342
  type: 'ibc',
335
343
  counterparty: {
@@ -368,6 +376,7 @@ const assets = {
368
376
  primary_color_hex: '#a7c8d4'
369
377
  }
370
378
  }],
379
+ type_asset: 'sdk.coin',
371
380
  traces: [{
372
381
  type: 'ibc',
373
382
  counterparty: {
@@ -410,6 +419,7 @@ const assets = {
410
419
  website: 'https://axelar.network/',
411
420
  twitter: 'https://twitter.com/axelarnetwork'
412
421
  },
422
+ type_asset: 'sdk.coin',
413
423
  traces: [{
414
424
  type: 'ibc',
415
425
  counterparty: {
@@ -452,6 +462,7 @@ const assets = {
452
462
  website: 'http://www.bitcanna.io/',
453
463
  twitter: 'https://twitter.com/BitCannaGlobal'
454
464
  },
465
+ type_asset: 'sdk.coin',
455
466
  traces: [{
456
467
  type: 'ibc',
457
468
  counterparty: {
@@ -530,6 +541,7 @@ const assets = {
530
541
  primary_color_hex: '#4cea4e'
531
542
  }
532
543
  }],
544
+ type_asset: 'sdk.coin',
533
545
  traces: [{
534
546
  type: 'ibc',
535
547
  counterparty: {
@@ -564,6 +576,7 @@ const assets = {
564
576
  primary_color_hex: '#ffffff'
565
577
  }
566
578
  }],
579
+ type_asset: 'sdk.coin',
567
580
  traces: [{
568
581
  type: 'ibc',
569
582
  counterparty: {
@@ -602,6 +615,7 @@ const assets = {
602
615
  primary_color_hex: '#f4ecce'
603
616
  }
604
617
  }],
618
+ type_asset: 'sdk.coin',
605
619
  traces: [{
606
620
  type: 'ibc',
607
621
  counterparty: {
@@ -640,6 +654,7 @@ const assets = {
640
654
  primary_color_hex: '#fba809'
641
655
  }
642
656
  }],
657
+ type_asset: 'sdk.coin',
643
658
  traces: [{
644
659
  type: 'ibc',
645
660
  counterparty: {
@@ -674,6 +689,7 @@ const assets = {
674
689
  primary_color_hex: '#1e8fa9'
675
690
  }
676
691
  }],
692
+ type_asset: 'sdk.coin',
677
693
  traces: [{
678
694
  type: 'ibc',
679
695
  counterparty: {
@@ -792,6 +808,7 @@ const assets = {
792
808
  primary_color_hex: '#043d4d'
793
809
  }
794
810
  }],
811
+ type_asset: 'sdk.coin',
795
812
  traces: [{
796
813
  type: 'ibc',
797
814
  counterparty: {
@@ -833,6 +850,7 @@ const assets = {
833
850
  website: 'http://cifer.ai/',
834
851
  twitter: 'https://twitter.com/cifer_ai'
835
852
  },
853
+ type_asset: 'sdk.coin',
836
854
  traces: [{
837
855
  type: 'ibc',
838
856
  counterparty: {
@@ -883,6 +901,7 @@ const assets = {
883
901
  website: 'https://www.coreum.com/',
884
902
  twitter: 'https://twitter.com/CoreumOfficial'
885
903
  },
904
+ type_asset: 'sdk.coin',
886
905
  traces: [{
887
906
  type: 'ibc',
888
907
  counterparty: {
@@ -925,6 +944,7 @@ const assets = {
925
944
  website: 'https://arable.finance/',
926
945
  twitter: 'https://twitter.com/ArableProtocol'
927
946
  },
947
+ type_asset: 'sdk.coin',
928
948
  traces: [{
929
949
  type: 'ibc',
930
950
  counterparty: {
@@ -967,6 +987,7 @@ const assets = {
967
987
  website: 'https://arable.finance/',
968
988
  twitter: 'https://twitter.com/ArableProtocol'
969
989
  },
990
+ type_asset: 'sdk.coin',
970
991
  traces: [{
971
992
  type: 'ibc',
972
993
  counterparty: {
@@ -1004,6 +1025,7 @@ const assets = {
1004
1025
  primary_color_hex: '#ecc53b'
1005
1026
  }
1006
1027
  }],
1028
+ type_asset: 'sdk.coin',
1007
1029
  traces: [{
1008
1030
  type: 'ibc',
1009
1031
  counterparty: {
@@ -1046,6 +1068,7 @@ const assets = {
1046
1068
  website: 'https://agoric.com/',
1047
1069
  twitter: 'https://twitter.com/agoric'
1048
1070
  },
1071
+ type_asset: 'sdk.coin',
1049
1072
  traces: [{
1050
1073
  type: 'ibc',
1051
1074
  counterparty: {
@@ -1084,6 +1107,7 @@ const assets = {
1084
1107
  primary_color_hex: '#d485e2'
1085
1108
  }
1086
1109
  }],
1110
+ type_asset: 'sdk.coin',
1087
1111
  traces: [{
1088
1112
  type: 'ibc',
1089
1113
  counterparty: {
@@ -1133,6 +1157,7 @@ const assets = {
1133
1157
  website: 'https://aioz.network/',
1134
1158
  twitter: 'https://twitter.com/AIOZNetwork'
1135
1159
  },
1160
+ type_asset: 'sdk.coin',
1136
1161
  traces: [{
1137
1162
  type: 'ibc',
1138
1163
  counterparty: {
@@ -1175,6 +1200,7 @@ const assets = {
1175
1200
  website: 'https://akash.network/',
1176
1201
  twitter: 'https://twitter.com/akashnet_'
1177
1202
  },
1203
+ type_asset: 'sdk.coin',
1178
1204
  traces: [{
1179
1205
  type: 'ibc',
1180
1206
  counterparty: {
@@ -1224,6 +1250,7 @@ const assets = {
1224
1250
  website: 'https://archway.io/',
1225
1251
  twitter: 'https://twitter.com/archwayHQ'
1226
1252
  },
1253
+ type_asset: 'sdk.coin',
1227
1254
  traces: [{
1228
1255
  type: 'ibc',
1229
1256
  counterparty: {
@@ -1262,6 +1289,7 @@ const assets = {
1262
1289
  primary_color_hex: '#a7c8d4'
1263
1290
  }
1264
1291
  }],
1292
+ type_asset: 'sdk.coin',
1265
1293
  traces: [{
1266
1294
  type: 'ibc',
1267
1295
  counterparty: {
@@ -1304,6 +1332,7 @@ const assets = {
1304
1332
  website: 'https://axelar.network/',
1305
1333
  twitter: 'https://twitter.com/axelarnetwork'
1306
1334
  },
1335
+ type_asset: 'sdk.coin',
1307
1336
  traces: [{
1308
1337
  type: 'ibc',
1309
1338
  counterparty: {
@@ -1346,6 +1375,7 @@ const assets = {
1346
1375
  website: 'http://www.bitcanna.io/',
1347
1376
  twitter: 'https://twitter.com/BitCannaGlobal'
1348
1377
  },
1378
+ type_asset: 'sdk.coin',
1349
1379
  traces: [{
1350
1380
  type: 'ibc',
1351
1381
  counterparty: {
@@ -1424,6 +1454,7 @@ const assets = {
1424
1454
  primary_color_hex: '#4cea4e'
1425
1455
  }
1426
1456
  }],
1457
+ type_asset: 'sdk.coin',
1427
1458
  traces: [{
1428
1459
  type: 'ibc',
1429
1460
  counterparty: {
@@ -1458,6 +1489,7 @@ const assets = {
1458
1489
  primary_color_hex: '#ffffff'
1459
1490
  }
1460
1491
  }],
1492
+ type_asset: 'sdk.coin',
1461
1493
  traces: [{
1462
1494
  type: 'ibc',
1463
1495
  counterparty: {
@@ -1496,6 +1528,7 @@ const assets = {
1496
1528
  primary_color_hex: '#f4ecce'
1497
1529
  }
1498
1530
  }],
1531
+ type_asset: 'sdk.coin',
1499
1532
  traces: [{
1500
1533
  type: 'ibc',
1501
1534
  counterparty: {
@@ -1534,6 +1567,7 @@ const assets = {
1534
1567
  primary_color_hex: '#fba809'
1535
1568
  }
1536
1569
  }],
1570
+ type_asset: 'sdk.coin',
1537
1571
  traces: [{
1538
1572
  type: 'ibc',
1539
1573
  counterparty: {
@@ -1568,6 +1602,7 @@ const assets = {
1568
1602
  primary_color_hex: '#1e8fa9'
1569
1603
  }
1570
1604
  }],
1605
+ type_asset: 'sdk.coin',
1571
1606
  traces: [{
1572
1607
  type: 'ibc',
1573
1608
  counterparty: {
@@ -1686,6 +1721,7 @@ const assets = {
1686
1721
  primary_color_hex: '#043d4d'
1687
1722
  }
1688
1723
  }],
1724
+ type_asset: 'sdk.coin',
1689
1725
  traces: [{
1690
1726
  type: 'ibc',
1691
1727
  counterparty: {
@@ -1727,6 +1763,7 @@ const assets = {
1727
1763
  website: 'http://cifer.ai/',
1728
1764
  twitter: 'https://twitter.com/cifer_ai'
1729
1765
  },
1766
+ type_asset: 'sdk.coin',
1730
1767
  traces: [{
1731
1768
  type: 'ibc',
1732
1769
  counterparty: {
@@ -1777,6 +1814,7 @@ const assets = {
1777
1814
  website: 'https://www.coreum.com/',
1778
1815
  twitter: 'https://twitter.com/CoreumOfficial'
1779
1816
  },
1817
+ type_asset: 'sdk.coin',
1780
1818
  traces: [{
1781
1819
  type: 'ibc',
1782
1820
  counterparty: {
@@ -1815,6 +1853,7 @@ const assets = {
1815
1853
  primary_color_hex: '#3c2832'
1816
1854
  }
1817
1855
  }],
1856
+ type_asset: 'sdk.coin',
1818
1857
  traces: [{
1819
1858
  type: 'ibc',
1820
1859
  counterparty: {
@@ -1853,6 +1892,7 @@ const assets = {
1853
1892
  primary_color_hex: '#df969f'
1854
1893
  }
1855
1894
  }],
1895
+ type_asset: 'sdk.coin',
1856
1896
  traces: [{
1857
1897
  type: 'ibc',
1858
1898
  counterparty: {
@@ -1895,6 +1935,7 @@ const assets = {
1895
1935
  website: 'https://cronos.org/',
1896
1936
  twitter: 'https://twitter.com/cronos_chain'
1897
1937
  },
1938
+ type_asset: 'sdk.coin',
1898
1939
  traces: [{
1899
1940
  type: 'ibc',
1900
1941
  counterparty: {
@@ -1932,6 +1973,7 @@ const assets = {
1932
1973
  primary_color_hex: '#fba214'
1933
1974
  }
1934
1975
  }],
1976
+ type_asset: 'sdk.coin',
1935
1977
  traces: [{
1936
1978
  type: 'ibc',
1937
1979
  counterparty: {
@@ -2013,6 +2055,7 @@ const assets = {
2013
2055
  primary_color_hex: '#caf2ea'
2014
2056
  }
2015
2057
  }],
2058
+ type_asset: 'sdk.coin',
2016
2059
  traces: [{
2017
2060
  type: 'ibc',
2018
2061
  counterparty: {
@@ -2051,6 +2094,7 @@ const assets = {
2051
2094
  primary_color_hex: '#f4c808'
2052
2095
  }
2053
2096
  }],
2097
+ type_asset: 'sdk.coin',
2054
2098
  traces: [{
2055
2099
  type: 'ibc',
2056
2100
  counterparty: {
@@ -2088,6 +2132,7 @@ const assets = {
2088
2132
  primary_color_hex: '#db2b1c'
2089
2133
  }
2090
2134
  }],
2135
+ type_asset: 'sdk.coin',
2091
2136
  traces: [{
2092
2137
  type: 'ibc',
2093
2138
  counterparty: {
@@ -2125,6 +2170,7 @@ const assets = {
2125
2170
  primary_color_hex: '#cb142d'
2126
2171
  }
2127
2172
  }],
2173
+ type_asset: 'sdk.coin',
2128
2174
  traces: [{
2129
2175
  type: 'ibc',
2130
2176
  counterparty: {
@@ -2162,6 +2208,7 @@ const assets = {
2162
2208
  primary_color_hex: '#ac0c34'
2163
2209
  }
2164
2210
  }],
2211
+ type_asset: 'sdk.coin',
2165
2212
  traces: [{
2166
2213
  type: 'ibc',
2167
2214
  counterparty: {
@@ -2199,6 +2246,7 @@ const assets = {
2199
2246
  primary_color_hex: '#045493'
2200
2247
  }
2201
2248
  }],
2249
+ type_asset: 'sdk.coin',
2202
2250
  traces: [{
2203
2251
  type: 'ibc',
2204
2252
  counterparty: {
@@ -2243,6 +2291,7 @@ const assets = {
2243
2291
  circle: false
2244
2292
  }
2245
2293
  }],
2294
+ type_asset: 'sdk.coin',
2246
2295
  traces: [{
2247
2296
  type: 'ibc',
2248
2297
  counterparty: {
@@ -2285,6 +2334,7 @@ const assets = {
2285
2334
  website: 'https://evmos.org/',
2286
2335
  twitter: 'https://twitter.com/EvmosOrg'
2287
2336
  },
2337
+ type_asset: 'sdk.coin',
2288
2338
  traces: [{
2289
2339
  type: 'ibc',
2290
2340
  counterparty: {
@@ -2326,6 +2376,7 @@ const assets = {
2326
2376
  website: 'https://www.neokingdom.org/',
2327
2377
  twitter: 'https://twitter.com/NEOKingdomDAO'
2328
2378
  },
2379
+ type_asset: 'sdk.coin',
2329
2380
  traces: [{
2330
2381
  type: 'ibc',
2331
2382
  counterparty: {
@@ -2446,6 +2497,7 @@ const assets = {
2446
2497
  website: 'https://functionx.io',
2447
2498
  twitter: 'https://x.com/functionx_io'
2448
2499
  },
2500
+ type_asset: 'sdk.coin',
2449
2501
  traces: [{
2450
2502
  type: 'ibc',
2451
2503
  counterparty: {
@@ -2488,6 +2540,7 @@ const assets = {
2488
2540
  primary_color_hex: '#04cd80'
2489
2541
  }
2490
2542
  }],
2543
+ type_asset: 'sdk.coin',
2491
2544
  traces: [{
2492
2545
  type: 'ibc',
2493
2546
  counterparty: {
@@ -2571,6 +2624,7 @@ const assets = {
2571
2624
  primary_color_hex: '#2c4484'
2572
2625
  }
2573
2626
  }],
2627
+ type_asset: 'sdk.coin',
2574
2628
  traces: [{
2575
2629
  type: 'ibc',
2576
2630
  counterparty: {
@@ -2613,6 +2667,7 @@ const assets = {
2613
2667
  website: 'https://injective.com/',
2614
2668
  twitter: 'https://twitter.com/Injective_'
2615
2669
  },
2670
+ type_asset: 'sdk.coin',
2616
2671
  traces: [{
2617
2672
  type: 'ibc',
2618
2673
  counterparty: {
@@ -2648,6 +2703,7 @@ const assets = {
2648
2703
  primary_color_hex: '#31292a'
2649
2704
  }
2650
2705
  }],
2706
+ type_asset: 'sdk.coin',
2651
2707
  traces: [{
2652
2708
  type: 'ibc',
2653
2709
  counterparty: {
@@ -2683,6 +2739,7 @@ const assets = {
2683
2739
  primary_color_hex: '#18120f'
2684
2740
  }
2685
2741
  }],
2742
+ type_asset: 'sdk.coin',
2686
2743
  traces: [{
2687
2744
  type: 'ibc',
2688
2745
  counterparty: {
@@ -2715,6 +2772,7 @@ const assets = {
2715
2772
  primary_color_hex: '#293a6f'
2716
2773
  }
2717
2774
  }],
2775
+ type_asset: 'sdk.coin',
2718
2776
  traces: [{
2719
2777
  type: 'ibc',
2720
2778
  counterparty: {
@@ -2747,6 +2805,7 @@ const assets = {
2747
2805
  primary_color_hex: '#272f4b'
2748
2806
  }
2749
2807
  }],
2808
+ type_asset: 'sdk.coin',
2750
2809
  traces: [{
2751
2810
  type: 'ibc',
2752
2811
  counterparty: {
@@ -2779,6 +2838,7 @@ const assets = {
2779
2838
  primary_color_hex: '#2a303f'
2780
2839
  }
2781
2840
  }],
2841
+ type_asset: 'sdk.coin',
2782
2842
  traces: [{
2783
2843
  type: 'ibc',
2784
2844
  counterparty: {
@@ -2811,6 +2871,7 @@ const assets = {
2811
2871
  primary_color_hex: '#54ac94'
2812
2872
  }
2813
2873
  }],
2874
+ type_asset: 'sdk.coin',
2814
2875
  traces: [{
2815
2876
  type: 'ibc',
2816
2877
  counterparty: {
@@ -2843,6 +2904,7 @@ const assets = {
2843
2904
  primary_color_hex: '#7931f9'
2844
2905
  }
2845
2906
  }],
2907
+ type_asset: 'sdk.coin',
2846
2908
  traces: [{
2847
2909
  type: 'ibc',
2848
2910
  counterparty: {
@@ -2881,6 +2943,7 @@ const assets = {
2881
2943
  primary_color_hex: '#5664ad'
2882
2944
  }
2883
2945
  }],
2946
+ type_asset: 'sdk.coin',
2884
2947
  traces: [{
2885
2948
  type: 'ibc',
2886
2949
  counterparty: {
@@ -2920,6 +2983,7 @@ const assets = {
2920
2983
  website: 'https://www.joltify.io/',
2921
2984
  twitter: 'https://twitter.com/joltify_finance'
2922
2985
  },
2986
+ type_asset: 'sdk.coin',
2923
2987
  traces: [{
2924
2988
  type: 'ibc',
2925
2989
  counterparty: {
@@ -2962,6 +3026,7 @@ const assets = {
2962
3026
  website: 'https://junonetwork.io/',
2963
3027
  twitter: 'https://twitter.com/JunoNetwork'
2964
3028
  },
3029
+ type_asset: 'sdk.coin',
2965
3030
  traces: [{
2966
3031
  type: 'ibc',
2967
3032
  counterparty: {
@@ -3004,6 +3069,7 @@ const assets = {
3004
3069
  website: 'https://www.kava.io/',
3005
3070
  twitter: 'https://twitter.com/KAVA_CHAIN'
3006
3071
  },
3072
+ type_asset: 'sdk.coin',
3007
3073
  traces: [{
3008
3074
  type: 'ibc',
3009
3075
  counterparty: {
@@ -3042,6 +3108,7 @@ const assets = {
3042
3108
  primary_color_hex: '#7b34ac'
3043
3109
  }
3044
3110
  }],
3111
+ type_asset: 'sdk.coin',
3045
3112
  traces: [{
3046
3113
  type: 'ibc',
3047
3114
  counterparty: {
@@ -3080,6 +3147,7 @@ const assets = {
3080
3147
  primary_color_hex: '#544cfc'
3081
3148
  }
3082
3149
  }],
3150
+ type_asset: 'sdk.coin',
3083
3151
  traces: [{
3084
3152
  type: 'ibc',
3085
3153
  counterparty: {
@@ -3118,6 +3186,7 @@ const assets = {
3118
3186
  primary_color_hex: '#04d4a3'
3119
3187
  }
3120
3188
  }],
3189
+ type_asset: 'sdk.coin',
3121
3190
  traces: [{
3122
3191
  type: 'ibc',
3123
3192
  counterparty: {
@@ -3171,7 +3240,8 @@ const assets = {
3171
3240
  logo_URIs: {
3172
3241
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
3173
3242
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
3174
- }
3243
+ },
3244
+ type_asset: 'sdk.coin'
3175
3245
  },
3176
3246
  {
3177
3247
  description: 'The native token of Ki Chain',
@@ -3199,6 +3269,7 @@ const assets = {
3199
3269
  primary_color_hex: '#1c04fc'
3200
3270
  }
3201
3271
  }],
3272
+ type_asset: 'sdk.coin',
3202
3273
  traces: [{
3203
3274
  type: 'ibc',
3204
3275
  counterparty: {
@@ -3241,6 +3312,7 @@ const assets = {
3241
3312
  website: 'https://kujira.network/',
3242
3313
  twitter: 'https://twitter.com/TeamKujira'
3243
3314
  },
3315
+ type_asset: 'sdk.coin',
3244
3316
  traces: [{
3245
3317
  type: 'ibc',
3246
3318
  counterparty: {
@@ -3330,6 +3402,7 @@ const assets = {
3330
3402
  primary_color_hex: '#2d656c'
3331
3403
  }
3332
3404
  }],
3405
+ type_asset: 'sdk.coin',
3333
3406
  traces: [{
3334
3407
  type: 'ibc',
3335
3408
  counterparty: {
@@ -3368,6 +3441,7 @@ const assets = {
3368
3441
  primary_color_hex: '#080808'
3369
3442
  }
3370
3443
  }],
3444
+ type_asset: 'sdk.coin',
3371
3445
  traces: [{
3372
3446
  type: 'ibc',
3373
3447
  counterparty: {
@@ -3412,6 +3486,7 @@ const assets = {
3412
3486
  website: 'https://neutron.org/',
3413
3487
  twitter: 'https://twitter.com/Neutron_org'
3414
3488
  },
3489
+ type_asset: 'sdk.coin',
3415
3490
  traces: [{
3416
3491
  type: 'ibc',
3417
3492
  counterparty: {
@@ -3447,6 +3522,7 @@ const assets = {
3447
3522
  primary_color_hex: '#1b0847'
3448
3523
  }
3449
3524
  }],
3525
+ type_asset: 'sdk.coin',
3450
3526
  traces: [{
3451
3527
  type: 'ibc',
3452
3528
  counterparty: {
@@ -3482,6 +3558,7 @@ const assets = {
3482
3558
  primary_color_hex: '#dcd5ab'
3483
3559
  }
3484
3560
  }],
3561
+ type_asset: 'sdk.coin',
3485
3562
  traces: [{
3486
3563
  type: 'ibc',
3487
3564
  counterparty: {
@@ -3517,6 +3594,7 @@ const assets = {
3517
3594
  primary_color_hex: '#333333'
3518
3595
  }
3519
3596
  }],
3597
+ type_asset: 'sdk.coin',
3520
3598
  traces: [{
3521
3599
  type: 'ibc',
3522
3600
  counterparty: {
@@ -3635,6 +3713,7 @@ const assets = {
3635
3713
  website: 'https://ondo.finance/usdy',
3636
3714
  twitter: 'https://x.com/OndoFinance'
3637
3715
  },
3716
+ type_asset: 'sdk.coin',
3638
3717
  traces: [{
3639
3718
  type: 'ibc',
3640
3719
  counterparty: {
@@ -3677,6 +3756,7 @@ const assets = {
3677
3756
  website: 'https://omniflix.network/',
3678
3757
  twitter: 'https://twitter.com/OmniFlixNetwork'
3679
3758
  },
3759
+ type_asset: 'sdk.coin',
3680
3760
  traces: [{
3681
3761
  type: 'ibc',
3682
3762
  counterparty: {
@@ -3741,6 +3821,7 @@ const assets = {
3741
3821
  }
3742
3822
  }
3743
3823
  ],
3824
+ type_asset: 'sdk.coin',
3744
3825
  traces: [{
3745
3826
  type: 'ibc',
3746
3827
  counterparty: {
@@ -3873,6 +3954,7 @@ const assets = {
3873
3954
  website: 'https://persistence.one/',
3874
3955
  twitter: 'https://twitter.com/PersistenceOne'
3875
3956
  },
3957
+ type_asset: 'sdk.coin',
3876
3958
  traces: [{
3877
3959
  type: 'ibc',
3878
3960
  counterparty: {
@@ -3915,6 +3997,7 @@ const assets = {
3915
3997
  website: 'https://planq.network',
3916
3998
  twitter: 'https://twitter.com/planqfoundation'
3917
3999
  },
4000
+ type_asset: 'sdk.coin',
3918
4001
  traces: [{
3919
4002
  type: 'ibc',
3920
4003
  counterparty: {
@@ -3964,7 +4047,8 @@ const assets = {
3964
4047
  }],
3965
4048
  logo_URIs: {
3966
4049
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
3967
- }
4050
+ },
4051
+ type_asset: 'sdk.coin'
3968
4052
  },
3969
4053
  {
3970
4054
  description: 'The native governance and staking token of the Point network',
@@ -3992,6 +4076,7 @@ const assets = {
3992
4076
  primary_color_hex: '#040404'
3993
4077
  }
3994
4078
  }],
4079
+ type_asset: 'sdk.coin',
3995
4080
  traces: [{
3996
4081
  type: 'ibc',
3997
4082
  counterparty: {
@@ -4029,6 +4114,7 @@ const assets = {
4029
4114
  primary_color_hex: '#c6ddf5'
4030
4115
  }
4031
4116
  }],
4117
+ type_asset: 'sdk.coin',
4032
4118
  traces: [{
4033
4119
  type: 'ibc',
4034
4120
  counterparty: {
@@ -4063,6 +4149,7 @@ const assets = {
4063
4149
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
4064
4150
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
4065
4151
  }],
4152
+ type_asset: 'sdk.coin',
4066
4153
  traces: [{
4067
4154
  type: 'ibc',
4068
4155
  counterparty: {
@@ -4097,6 +4184,7 @@ const assets = {
4097
4184
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
4098
4185
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
4099
4186
  }],
4187
+ type_asset: 'sdk.coin',
4100
4188
  traces: [{
4101
4189
  type: 'ibc',
4102
4190
  counterparty: {
@@ -4131,6 +4219,7 @@ const assets = {
4131
4219
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
4132
4220
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
4133
4221
  }],
4222
+ type_asset: 'sdk.coin',
4134
4223
  traces: [{
4135
4224
  type: 'ibc',
4136
4225
  counterparty: {
@@ -4165,6 +4254,7 @@ const assets = {
4165
4254
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
4166
4255
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
4167
4256
  }],
4257
+ type_asset: 'sdk.coin',
4168
4258
  traces: [{
4169
4259
  type: 'ibc',
4170
4260
  counterparty: {
@@ -4199,6 +4289,7 @@ const assets = {
4199
4289
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
4200
4290
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
4201
4291
  }],
4292
+ type_asset: 'sdk.coin',
4202
4293
  traces: [{
4203
4294
  type: 'ibc',
4204
4295
  counterparty: {
@@ -4233,6 +4324,7 @@ const assets = {
4233
4324
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
4234
4325
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
4235
4326
  }],
4327
+ type_asset: 'sdk.coin',
4236
4328
  traces: [{
4237
4329
  type: 'ibc',
4238
4330
  counterparty: {
@@ -4267,6 +4359,7 @@ const assets = {
4267
4359
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
4268
4360
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
4269
4361
  }],
4362
+ type_asset: 'sdk.coin',
4270
4363
  traces: [{
4271
4364
  type: 'ibc',
4272
4365
  counterparty: {
@@ -4301,6 +4394,7 @@ const assets = {
4301
4394
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
4302
4395
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
4303
4396
  }],
4397
+ type_asset: 'sdk.coin',
4304
4398
  traces: [{
4305
4399
  type: 'ibc',
4306
4400
  counterparty: {
@@ -4335,6 +4429,7 @@ const assets = {
4335
4429
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
4336
4430
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
4337
4431
  }],
4432
+ type_asset: 'sdk.coin',
4338
4433
  traces: [{
4339
4434
  type: 'ibc',
4340
4435
  counterparty: {
@@ -4369,6 +4464,7 @@ const assets = {
4369
4464
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
4370
4465
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
4371
4466
  }],
4467
+ type_asset: 'sdk.coin',
4372
4468
  traces: [{
4373
4469
  type: 'ibc',
4374
4470
  counterparty: {
@@ -4403,6 +4499,7 @@ const assets = {
4403
4499
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
4404
4500
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
4405
4501
  }],
4502
+ type_asset: 'sdk.coin',
4406
4503
  traces: [{
4407
4504
  type: 'ibc',
4408
4505
  counterparty: {
@@ -4437,6 +4534,7 @@ const assets = {
4437
4534
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
4438
4535
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
4439
4536
  }],
4537
+ type_asset: 'sdk.coin',
4440
4538
  traces: [{
4441
4539
  type: 'ibc',
4442
4540
  counterparty: {
@@ -4471,6 +4569,7 @@ const assets = {
4471
4569
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
4472
4570
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
4473
4571
  }],
4572
+ type_asset: 'sdk.coin',
4474
4573
  traces: [{
4475
4574
  type: 'ibc',
4476
4575
  counterparty: {
@@ -4505,6 +4604,7 @@ const assets = {
4505
4604
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
4506
4605
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
4507
4606
  }],
4607
+ type_asset: 'sdk.coin',
4508
4608
  traces: [{
4509
4609
  type: 'ibc',
4510
4610
  counterparty: {
@@ -4539,6 +4639,7 @@ const assets = {
4539
4639
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
4540
4640
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
4541
4641
  }],
4642
+ type_asset: 'sdk.coin',
4542
4643
  traces: [{
4543
4644
  type: 'ibc',
4544
4645
  counterparty: {
@@ -4573,6 +4674,7 @@ const assets = {
4573
4674
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
4574
4675
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
4575
4676
  }],
4677
+ type_asset: 'sdk.coin',
4576
4678
  traces: [{
4577
4679
  type: 'ibc',
4578
4680
  counterparty: {
@@ -4607,6 +4709,7 @@ const assets = {
4607
4709
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
4608
4710
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
4609
4711
  }],
4712
+ type_asset: 'sdk.coin',
4610
4713
  traces: [{
4611
4714
  type: 'ibc',
4612
4715
  counterparty: {
@@ -4641,6 +4744,7 @@ const assets = {
4641
4744
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
4642
4745
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
4643
4746
  }],
4747
+ type_asset: 'sdk.coin',
4644
4748
  traces: [{
4645
4749
  type: 'ibc',
4646
4750
  counterparty: {
@@ -4675,6 +4779,7 @@ const assets = {
4675
4779
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
4676
4780
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
4677
4781
  }],
4782
+ type_asset: 'sdk.coin',
4678
4783
  traces: [{
4679
4784
  type: 'ibc',
4680
4785
  counterparty: {
@@ -4709,6 +4814,7 @@ const assets = {
4709
4814
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
4710
4815
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
4711
4816
  }],
4817
+ type_asset: 'sdk.coin',
4712
4818
  traces: [{
4713
4819
  type: 'ibc',
4714
4820
  counterparty: {
@@ -4743,6 +4849,7 @@ const assets = {
4743
4849
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
4744
4850
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
4745
4851
  }],
4852
+ type_asset: 'sdk.coin',
4746
4853
  traces: [{
4747
4854
  type: 'ibc',
4748
4855
  counterparty: {
@@ -4777,6 +4884,7 @@ const assets = {
4777
4884
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
4778
4885
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
4779
4886
  }],
4887
+ type_asset: 'sdk.coin',
4780
4888
  traces: [{
4781
4889
  type: 'ibc',
4782
4890
  counterparty: {
@@ -4811,6 +4919,7 @@ const assets = {
4811
4919
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
4812
4920
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
4813
4921
  }],
4922
+ type_asset: 'sdk.coin',
4814
4923
  traces: [{
4815
4924
  type: 'ibc',
4816
4925
  counterparty: {
@@ -4845,6 +4954,7 @@ const assets = {
4845
4954
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
4846
4955
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
4847
4956
  }],
4957
+ type_asset: 'sdk.coin',
4848
4958
  traces: [{
4849
4959
  type: 'ibc',
4850
4960
  counterparty: {
@@ -4879,6 +4989,7 @@ const assets = {
4879
4989
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
4880
4990
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
4881
4991
  }],
4992
+ type_asset: 'sdk.coin',
4882
4993
  traces: [{
4883
4994
  type: 'ibc',
4884
4995
  counterparty: {
@@ -4913,6 +5024,7 @@ const assets = {
4913
5024
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
4914
5025
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
4915
5026
  }],
5027
+ type_asset: 'sdk.coin',
4916
5028
  traces: [{
4917
5029
  type: 'ibc',
4918
5030
  counterparty: {
@@ -4947,6 +5059,7 @@ const assets = {
4947
5059
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
4948
5060
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
4949
5061
  }],
5062
+ type_asset: 'sdk.coin',
4950
5063
  traces: [{
4951
5064
  type: 'ibc',
4952
5065
  counterparty: {
@@ -4981,6 +5094,7 @@ const assets = {
4981
5094
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
4982
5095
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
4983
5096
  }],
5097
+ type_asset: 'sdk.coin',
4984
5098
  traces: [{
4985
5099
  type: 'ibc',
4986
5100
  counterparty: {
@@ -5015,6 +5129,7 @@ const assets = {
5015
5129
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
5016
5130
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
5017
5131
  }],
5132
+ type_asset: 'sdk.coin',
5018
5133
  traces: [{
5019
5134
  type: 'ibc',
5020
5135
  counterparty: {
@@ -5049,6 +5164,7 @@ const assets = {
5049
5164
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
5050
5165
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
5051
5166
  }],
5167
+ type_asset: 'sdk.coin',
5052
5168
  traces: [{
5053
5169
  type: 'ibc',
5054
5170
  counterparty: {
@@ -5083,6 +5199,7 @@ const assets = {
5083
5199
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
5084
5200
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
5085
5201
  }],
5202
+ type_asset: 'sdk.coin',
5086
5203
  traces: [{
5087
5204
  type: 'ibc',
5088
5205
  counterparty: {
@@ -5117,6 +5234,7 @@ const assets = {
5117
5234
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
5118
5235
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
5119
5236
  }],
5237
+ type_asset: 'sdk.coin',
5120
5238
  traces: [{
5121
5239
  type: 'ibc',
5122
5240
  counterparty: {
@@ -5151,6 +5269,7 @@ const assets = {
5151
5269
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
5152
5270
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
5153
5271
  }],
5272
+ type_asset: 'sdk.coin',
5154
5273
  traces: [{
5155
5274
  type: 'ibc',
5156
5275
  counterparty: {
@@ -5185,6 +5304,7 @@ const assets = {
5185
5304
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
5186
5305
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
5187
5306
  }],
5307
+ type_asset: 'sdk.coin',
5188
5308
  traces: [{
5189
5309
  type: 'ibc',
5190
5310
  counterparty: {
@@ -5219,6 +5339,7 @@ const assets = {
5219
5339
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
5220
5340
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
5221
5341
  }],
5342
+ type_asset: 'sdk.coin',
5222
5343
  traces: [{
5223
5344
  type: 'ibc',
5224
5345
  counterparty: {
@@ -5253,6 +5374,7 @@ const assets = {
5253
5374
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
5254
5375
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
5255
5376
  }],
5377
+ type_asset: 'sdk.coin',
5256
5378
  traces: [{
5257
5379
  type: 'ibc',
5258
5380
  counterparty: {
@@ -5287,6 +5409,7 @@ const assets = {
5287
5409
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
5288
5410
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
5289
5411
  }],
5412
+ type_asset: 'sdk.coin',
5290
5413
  traces: [{
5291
5414
  type: 'ibc',
5292
5415
  counterparty: {
@@ -5321,6 +5444,7 @@ const assets = {
5321
5444
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
5322
5445
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
5323
5446
  }],
5447
+ type_asset: 'sdk.coin',
5324
5448
  traces: [{
5325
5449
  type: 'ibc',
5326
5450
  counterparty: {
@@ -5355,6 +5479,7 @@ const assets = {
5355
5479
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
5356
5480
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
5357
5481
  }],
5482
+ type_asset: 'sdk.coin',
5358
5483
  traces: [{
5359
5484
  type: 'ibc',
5360
5485
  counterparty: {
@@ -5389,6 +5514,7 @@ const assets = {
5389
5514
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
5390
5515
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
5391
5516
  }],
5517
+ type_asset: 'sdk.coin',
5392
5518
  traces: [{
5393
5519
  type: 'ibc',
5394
5520
  counterparty: {
@@ -5423,6 +5549,7 @@ const assets = {
5423
5549
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
5424
5550
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
5425
5551
  }],
5552
+ type_asset: 'sdk.coin',
5426
5553
  traces: [{
5427
5554
  type: 'ibc',
5428
5555
  counterparty: {
@@ -5457,6 +5584,7 @@ const assets = {
5457
5584
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
5458
5585
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
5459
5586
  }],
5587
+ type_asset: 'sdk.coin',
5460
5588
  traces: [{
5461
5589
  type: 'ibc',
5462
5590
  counterparty: {
@@ -5491,6 +5619,7 @@ const assets = {
5491
5619
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
5492
5620
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
5493
5621
  }],
5622
+ type_asset: 'sdk.coin',
5494
5623
  traces: [{
5495
5624
  type: 'ibc',
5496
5625
  counterparty: {
@@ -5525,6 +5654,7 @@ const assets = {
5525
5654
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
5526
5655
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
5527
5656
  }],
5657
+ type_asset: 'sdk.coin',
5528
5658
  traces: [{
5529
5659
  type: 'ibc',
5530
5660
  counterparty: {
@@ -5559,6 +5689,7 @@ const assets = {
5559
5689
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
5560
5690
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
5561
5691
  }],
5692
+ type_asset: 'sdk.coin',
5562
5693
  traces: [{
5563
5694
  type: 'ibc',
5564
5695
  counterparty: {
@@ -5593,6 +5724,7 @@ const assets = {
5593
5724
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
5594
5725
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
5595
5726
  }],
5727
+ type_asset: 'sdk.coin',
5596
5728
  traces: [{
5597
5729
  type: 'ibc',
5598
5730
  counterparty: {
@@ -5627,6 +5759,7 @@ const assets = {
5627
5759
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
5628
5760
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
5629
5761
  }],
5762
+ type_asset: 'sdk.coin',
5630
5763
  traces: [{
5631
5764
  type: 'ibc',
5632
5765
  counterparty: {
@@ -5661,6 +5794,7 @@ const assets = {
5661
5794
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
5662
5795
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
5663
5796
  }],
5797
+ type_asset: 'sdk.coin',
5664
5798
  traces: [{
5665
5799
  type: 'ibc',
5666
5800
  counterparty: {
@@ -5695,6 +5829,7 @@ const assets = {
5695
5829
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5696
5830
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5697
5831
  }],
5832
+ type_asset: 'sdk.coin',
5698
5833
  traces: [{
5699
5834
  type: 'ibc',
5700
5835
  counterparty: {
@@ -5729,6 +5864,7 @@ const assets = {
5729
5864
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5730
5865
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5731
5866
  }],
5867
+ type_asset: 'sdk.coin',
5732
5868
  traces: [{
5733
5869
  type: 'ibc',
5734
5870
  counterparty: {
@@ -5763,6 +5899,7 @@ const assets = {
5763
5899
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5764
5900
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5765
5901
  }],
5902
+ type_asset: 'sdk.coin',
5766
5903
  traces: [{
5767
5904
  type: 'ibc',
5768
5905
  counterparty: {
@@ -5797,6 +5934,7 @@ const assets = {
5797
5934
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5798
5935
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5799
5936
  }],
5937
+ type_asset: 'sdk.coin',
5800
5938
  traces: [{
5801
5939
  type: 'ibc',
5802
5940
  counterparty: {
@@ -5831,6 +5969,7 @@ const assets = {
5831
5969
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5832
5970
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5833
5971
  }],
5972
+ type_asset: 'sdk.coin',
5834
5973
  traces: [{
5835
5974
  type: 'ibc',
5836
5975
  counterparty: {
@@ -5865,6 +6004,7 @@ const assets = {
5865
6004
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5866
6005
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5867
6006
  }],
6007
+ type_asset: 'sdk.coin',
5868
6008
  traces: [{
5869
6009
  type: 'ibc',
5870
6010
  counterparty: {
@@ -5899,6 +6039,7 @@ const assets = {
5899
6039
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5900
6040
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5901
6041
  }],
6042
+ type_asset: 'sdk.coin',
5902
6043
  traces: [{
5903
6044
  type: 'ibc',
5904
6045
  counterparty: {
@@ -5933,6 +6074,7 @@ const assets = {
5933
6074
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5934
6075
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5935
6076
  }],
6077
+ type_asset: 'sdk.coin',
5936
6078
  traces: [{
5937
6079
  type: 'ibc',
5938
6080
  counterparty: {
@@ -5967,6 +6109,7 @@ const assets = {
5967
6109
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5968
6110
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5969
6111
  }],
6112
+ type_asset: 'sdk.coin',
5970
6113
  traces: [{
5971
6114
  type: 'ibc',
5972
6115
  counterparty: {
@@ -6001,6 +6144,7 @@ const assets = {
6001
6144
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6002
6145
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6003
6146
  }],
6147
+ type_asset: 'sdk.coin',
6004
6148
  traces: [{
6005
6149
  type: 'ibc',
6006
6150
  counterparty: {
@@ -6035,6 +6179,7 @@ const assets = {
6035
6179
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6036
6180
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6037
6181
  }],
6182
+ type_asset: 'sdk.coin',
6038
6183
  traces: [{
6039
6184
  type: 'ibc',
6040
6185
  counterparty: {
@@ -6069,6 +6214,7 @@ const assets = {
6069
6214
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6070
6215
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6071
6216
  }],
6217
+ type_asset: 'sdk.coin',
6072
6218
  traces: [{
6073
6219
  type: 'ibc',
6074
6220
  counterparty: {
@@ -6103,6 +6249,7 @@ const assets = {
6103
6249
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6104
6250
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6105
6251
  }],
6252
+ type_asset: 'sdk.coin',
6106
6253
  traces: [{
6107
6254
  type: 'ibc',
6108
6255
  counterparty: {
@@ -6137,6 +6284,7 @@ const assets = {
6137
6284
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6138
6285
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6139
6286
  }],
6287
+ type_asset: 'sdk.coin',
6140
6288
  traces: [{
6141
6289
  type: 'ibc',
6142
6290
  counterparty: {
@@ -6171,6 +6319,7 @@ const assets = {
6171
6319
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6172
6320
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6173
6321
  }],
6322
+ type_asset: 'sdk.coin',
6174
6323
  traces: [{
6175
6324
  type: 'ibc',
6176
6325
  counterparty: {
@@ -6205,6 +6354,7 @@ const assets = {
6205
6354
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6206
6355
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6207
6356
  }],
6357
+ type_asset: 'sdk.coin',
6208
6358
  traces: [{
6209
6359
  type: 'ibc',
6210
6360
  counterparty: {
@@ -6239,6 +6389,7 @@ const assets = {
6239
6389
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6240
6390
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6241
6391
  }],
6392
+ type_asset: 'sdk.coin',
6242
6393
  traces: [{
6243
6394
  type: 'ibc',
6244
6395
  counterparty: {
@@ -6273,6 +6424,7 @@ const assets = {
6273
6424
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6274
6425
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6275
6426
  }],
6427
+ type_asset: 'sdk.coin',
6276
6428
  traces: [{
6277
6429
  type: 'ibc',
6278
6430
  counterparty: {
@@ -6307,6 +6459,7 @@ const assets = {
6307
6459
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6308
6460
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6309
6461
  }],
6462
+ type_asset: 'sdk.coin',
6310
6463
  traces: [{
6311
6464
  type: 'ibc',
6312
6465
  counterparty: {
@@ -6341,6 +6494,7 @@ const assets = {
6341
6494
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6342
6495
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6343
6496
  }],
6497
+ type_asset: 'sdk.coin',
6344
6498
  traces: [{
6345
6499
  type: 'ibc',
6346
6500
  counterparty: {
@@ -6375,6 +6529,7 @@ const assets = {
6375
6529
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6376
6530
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6377
6531
  }],
6532
+ type_asset: 'sdk.coin',
6378
6533
  traces: [{
6379
6534
  type: 'ibc',
6380
6535
  counterparty: {
@@ -6409,6 +6564,7 @@ const assets = {
6409
6564
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6410
6565
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6411
6566
  }],
6567
+ type_asset: 'sdk.coin',
6412
6568
  traces: [{
6413
6569
  type: 'ibc',
6414
6570
  counterparty: {
@@ -6443,6 +6599,7 @@ const assets = {
6443
6599
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6444
6600
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6445
6601
  }],
6602
+ type_asset: 'sdk.coin',
6446
6603
  traces: [{
6447
6604
  type: 'ibc',
6448
6605
  counterparty: {
@@ -6477,6 +6634,7 @@ const assets = {
6477
6634
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6478
6635
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6479
6636
  }],
6637
+ type_asset: 'sdk.coin',
6480
6638
  traces: [{
6481
6639
  type: 'ibc',
6482
6640
  counterparty: {
@@ -6518,6 +6676,7 @@ const assets = {
6518
6676
  website: 'https://quicksilver.zone/',
6519
6677
  twitter: 'https://twitter.com/quicksilverzone'
6520
6678
  },
6679
+ type_asset: 'sdk.coin',
6521
6680
  traces: [{
6522
6681
  type: 'ibc',
6523
6682
  counterparty: {
@@ -6562,6 +6721,7 @@ const assets = {
6562
6721
  website: 'https://realio.network/',
6563
6722
  twitter: 'https://x.com/realio_network'
6564
6723
  },
6724
+ type_asset: 'sdk.coin',
6565
6725
  traces: [{
6566
6726
  type: 'ibc',
6567
6727
  counterparty: {
@@ -6597,6 +6757,7 @@ const assets = {
6597
6757
  primary_color_hex: '#e0e0e0'
6598
6758
  }
6599
6759
  }],
6760
+ type_asset: 'sdk.coin',
6600
6761
  traces: [{
6601
6762
  type: 'ibc',
6602
6763
  counterparty: {
@@ -6639,6 +6800,7 @@ const assets = {
6639
6800
  website: 'https://www.regen.network/',
6640
6801
  twitter: 'https://twitter.com/regen_network'
6641
6802
  },
6803
+ type_asset: 'sdk.coin',
6642
6804
  traces: [{
6643
6805
  type: 'ibc',
6644
6806
  counterparty: {
@@ -6677,6 +6839,7 @@ const assets = {
6677
6839
  primary_color_hex: '#171c25'
6678
6840
  }
6679
6841
  }],
6842
+ type_asset: 'sdk.coin',
6680
6843
  traces: [{
6681
6844
  type: 'ibc',
6682
6845
  counterparty: {
@@ -6719,6 +6882,7 @@ const assets = {
6719
6882
  website: 'https://scrt.network/',
6720
6883
  twitter: 'https://twitter.com/SecretNetwork'
6721
6884
  },
6885
+ type_asset: 'sdk.coin',
6722
6886
  traces: [{
6723
6887
  type: 'ibc',
6724
6888
  counterparty: {
@@ -6761,6 +6925,7 @@ const assets = {
6761
6925
  website: 'https://www.sei.io/',
6762
6926
  twitter: 'https://twitter.com/SeiNetwork'
6763
6927
  },
6928
+ type_asset: 'sdk.coin',
6764
6929
  traces: [{
6765
6930
  type: 'ibc',
6766
6931
  counterparty: {
@@ -6783,6 +6948,8 @@ const assets = {
6783
6948
  denom: 'oozaru',
6784
6949
  exponent: 6
6785
6950
  }],
6951
+ type_asset: 'cw20',
6952
+ address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
6786
6953
  base: 'ibc/582D087820E10FF09C4F98253878701F659AB423C9E195D7FB913F923FA4398E',
6787
6954
  name: 'Oozaru',
6788
6955
  display: 'oozaru',
@@ -6836,6 +7003,7 @@ const assets = {
6836
7003
  website: 'https://selfchain.xyz',
6837
7004
  twitter: 'https://x.com/selfchainxyz'
6838
7005
  },
7006
+ type_asset: 'sdk.coin',
6839
7007
  traces: [{
6840
7008
  type: 'ibc',
6841
7009
  counterparty: {
@@ -6878,6 +7046,7 @@ const assets = {
6878
7046
  website: 'https://www.sentinel.co/',
6879
7047
  twitter: 'https://x.com/SentinelDVPN'
6880
7048
  },
7049
+ type_asset: 'sdk.coin',
6881
7050
  traces: [{
6882
7051
  type: 'ibc',
6883
7052
  counterparty: {
@@ -6916,6 +7085,7 @@ const assets = {
6916
7085
  primary_color_hex: '#be9926'
6917
7086
  }
6918
7087
  }],
7088
+ type_asset: 'sdk.coin',
6919
7089
  traces: [{
6920
7090
  type: 'ibc',
6921
7091
  counterparty: {
@@ -6949,6 +7119,7 @@ const assets = {
6949
7119
  images: [{
6950
7120
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg'
6951
7121
  }],
7122
+ type_asset: 'sdk.coin',
6952
7123
  traces: [{
6953
7124
  type: 'ibc',
6954
7125
  counterparty: {
@@ -6991,6 +7162,7 @@ const assets = {
6991
7162
  website: 'https://www.stargaze.zone/',
6992
7163
  twitter: 'https://twitter.com/StargazeZone'
6993
7164
  },
7165
+ type_asset: 'sdk.coin',
6994
7166
  traces: [{
6995
7167
  type: 'ibc',
6996
7168
  counterparty: {
@@ -7033,6 +7205,7 @@ const assets = {
7033
7205
  website: 'https://app.starname.me/',
7034
7206
  twitter: 'https://twitter.com/starname_me'
7035
7207
  },
7208
+ type_asset: 'sdk.coin',
7036
7209
  traces: [{
7037
7210
  type: 'ibc',
7038
7211
  counterparty: {
@@ -7075,6 +7248,7 @@ const assets = {
7075
7248
  website: 'https://stride.zone/',
7076
7249
  twitter: 'https://twitter.com/stride_zone'
7077
7250
  },
7251
+ type_asset: 'sdk.coin',
7078
7252
  traces: [{
7079
7253
  type: 'ibc',
7080
7254
  counterparty: {
@@ -7113,6 +7287,7 @@ const assets = {
7113
7287
  primary_color_hex: '#040404'
7114
7288
  }
7115
7289
  }],
7290
+ type_asset: 'sdk.coin',
7116
7291
  traces: [{
7117
7292
  type: 'ibc',
7118
7293
  counterparty: {
@@ -7155,6 +7330,7 @@ const assets = {
7155
7330
  website: 'https://www.terra.money/',
7156
7331
  twitter: 'https://twitter.com/terra_money'
7157
7332
  },
7333
+ type_asset: 'sdk.coin',
7158
7334
  traces: [{
7159
7335
  type: 'ibc',
7160
7336
  counterparty: {
@@ -7193,6 +7369,7 @@ const assets = {
7193
7369
  primary_color_hex: '#22f2e9'
7194
7370
  }
7195
7371
  }],
7372
+ type_asset: 'sdk.coin',
7196
7373
  traces: [{
7197
7374
  type: 'ibc',
7198
7375
  counterparty: {
@@ -7230,6 +7407,7 @@ const assets = {
7230
7407
  primary_color_hex: '#1f182f'
7231
7408
  }
7232
7409
  }],
7410
+ type_asset: 'sdk.coin',
7233
7411
  traces: [{
7234
7412
  type: 'ibc',
7235
7413
  counterparty: {
@@ -7268,6 +7446,7 @@ const assets = {
7268
7446
  primary_color_hex: '#3c2832'
7269
7447
  }
7270
7448
  }],
7449
+ type_asset: 'sdk.coin',
7271
7450
  traces: [{
7272
7451
  type: 'ibc',
7273
7452
  counterparty: {
@@ -7306,6 +7485,7 @@ const assets = {
7306
7485
  primary_color_hex: '#df969f'
7307
7486
  }
7308
7487
  }],
7488
+ type_asset: 'sdk.coin',
7309
7489
  traces: [{
7310
7490
  type: 'ibc',
7311
7491
  counterparty: {
@@ -7348,6 +7528,7 @@ const assets = {
7348
7528
  website: 'https://cronos.org/',
7349
7529
  twitter: 'https://twitter.com/cronos_chain'
7350
7530
  },
7531
+ type_asset: 'sdk.coin',
7351
7532
  traces: [{
7352
7533
  type: 'ibc',
7353
7534
  counterparty: {
@@ -7385,6 +7566,7 @@ const assets = {
7385
7566
  primary_color_hex: '#fba214'
7386
7567
  }
7387
7568
  }],
7569
+ type_asset: 'sdk.coin',
7388
7570
  traces: [{
7389
7571
  type: 'ibc',
7390
7572
  counterparty: {
@@ -7466,6 +7648,7 @@ const assets = {
7466
7648
  primary_color_hex: '#caf2ea'
7467
7649
  }
7468
7650
  }],
7651
+ type_asset: 'sdk.coin',
7469
7652
  traces: [{
7470
7653
  type: 'ibc',
7471
7654
  counterparty: {
@@ -7504,6 +7687,7 @@ const assets = {
7504
7687
  primary_color_hex: '#f4c808'
7505
7688
  }
7506
7689
  }],
7690
+ type_asset: 'sdk.coin',
7507
7691
  traces: [{
7508
7692
  type: 'ibc',
7509
7693
  counterparty: {
@@ -7541,6 +7725,7 @@ const assets = {
7541
7725
  primary_color_hex: '#db2b1c'
7542
7726
  }
7543
7727
  }],
7728
+ type_asset: 'sdk.coin',
7544
7729
  traces: [{
7545
7730
  type: 'ibc',
7546
7731
  counterparty: {
@@ -7578,6 +7763,7 @@ const assets = {
7578
7763
  primary_color_hex: '#cb142d'
7579
7764
  }
7580
7765
  }],
7766
+ type_asset: 'sdk.coin',
7581
7767
  traces: [{
7582
7768
  type: 'ibc',
7583
7769
  counterparty: {
@@ -7615,6 +7801,7 @@ const assets = {
7615
7801
  primary_color_hex: '#ac0c34'
7616
7802
  }
7617
7803
  }],
7804
+ type_asset: 'sdk.coin',
7618
7805
  traces: [{
7619
7806
  type: 'ibc',
7620
7807
  counterparty: {
@@ -7652,6 +7839,7 @@ const assets = {
7652
7839
  primary_color_hex: '#045493'
7653
7840
  }
7654
7841
  }],
7842
+ type_asset: 'sdk.coin',
7655
7843
  traces: [{
7656
7844
  type: 'ibc',
7657
7845
  counterparty: {
@@ -7696,6 +7884,7 @@ const assets = {
7696
7884
  circle: false
7697
7885
  }
7698
7886
  }],
7887
+ type_asset: 'sdk.coin',
7699
7888
  traces: [{
7700
7889
  type: 'ibc',
7701
7890
  counterparty: {
@@ -7738,6 +7927,7 @@ const assets = {
7738
7927
  website: 'https://evmos.org/',
7739
7928
  twitter: 'https://twitter.com/EvmosOrg'
7740
7929
  },
7930
+ type_asset: 'sdk.coin',
7741
7931
  traces: [{
7742
7932
  type: 'ibc',
7743
7933
  counterparty: {
@@ -7779,6 +7969,7 @@ const assets = {
7779
7969
  website: 'https://www.neokingdom.org/',
7780
7970
  twitter: 'https://twitter.com/NEOKingdomDAO'
7781
7971
  },
7972
+ type_asset: 'sdk.coin',
7782
7973
  traces: [{
7783
7974
  type: 'ibc',
7784
7975
  counterparty: {
@@ -7899,6 +8090,7 @@ const assets = {
7899
8090
  website: 'https://functionx.io',
7900
8091
  twitter: 'https://x.com/functionx_io'
7901
8092
  },
8093
+ type_asset: 'sdk.coin',
7902
8094
  traces: [{
7903
8095
  type: 'ibc',
7904
8096
  counterparty: {
@@ -7941,6 +8133,7 @@ const assets = {
7941
8133
  primary_color_hex: '#04cd80'
7942
8134
  }
7943
8135
  }],
8136
+ type_asset: 'sdk.coin',
7944
8137
  traces: [{
7945
8138
  type: 'ibc',
7946
8139
  counterparty: {
@@ -8024,6 +8217,7 @@ const assets = {
8024
8217
  primary_color_hex: '#2c4484'
8025
8218
  }
8026
8219
  }],
8220
+ type_asset: 'sdk.coin',
8027
8221
  traces: [{
8028
8222
  type: 'ibc',
8029
8223
  counterparty: {
@@ -8066,6 +8260,7 @@ const assets = {
8066
8260
  website: 'https://injective.com/',
8067
8261
  twitter: 'https://twitter.com/Injective_'
8068
8262
  },
8263
+ type_asset: 'sdk.coin',
8069
8264
  traces: [{
8070
8265
  type: 'ibc',
8071
8266
  counterparty: {
@@ -8101,6 +8296,7 @@ const assets = {
8101
8296
  primary_color_hex: '#31292a'
8102
8297
  }
8103
8298
  }],
8299
+ type_asset: 'sdk.coin',
8104
8300
  traces: [{
8105
8301
  type: 'ibc',
8106
8302
  counterparty: {
@@ -8136,6 +8332,7 @@ const assets = {
8136
8332
  primary_color_hex: '#18120f'
8137
8333
  }
8138
8334
  }],
8335
+ type_asset: 'sdk.coin',
8139
8336
  traces: [{
8140
8337
  type: 'ibc',
8141
8338
  counterparty: {
@@ -8168,6 +8365,7 @@ const assets = {
8168
8365
  primary_color_hex: '#293a6f'
8169
8366
  }
8170
8367
  }],
8368
+ type_asset: 'sdk.coin',
8171
8369
  traces: [{
8172
8370
  type: 'ibc',
8173
8371
  counterparty: {
@@ -8200,6 +8398,7 @@ const assets = {
8200
8398
  primary_color_hex: '#272f4b'
8201
8399
  }
8202
8400
  }],
8401
+ type_asset: 'sdk.coin',
8203
8402
  traces: [{
8204
8403
  type: 'ibc',
8205
8404
  counterparty: {
@@ -8232,6 +8431,7 @@ const assets = {
8232
8431
  primary_color_hex: '#2a303f'
8233
8432
  }
8234
8433
  }],
8434
+ type_asset: 'sdk.coin',
8235
8435
  traces: [{
8236
8436
  type: 'ibc',
8237
8437
  counterparty: {
@@ -8264,6 +8464,7 @@ const assets = {
8264
8464
  primary_color_hex: '#54ac94'
8265
8465
  }
8266
8466
  }],
8467
+ type_asset: 'sdk.coin',
8267
8468
  traces: [{
8268
8469
  type: 'ibc',
8269
8470
  counterparty: {
@@ -8296,6 +8497,7 @@ const assets = {
8296
8497
  primary_color_hex: '#7931f9'
8297
8498
  }
8298
8499
  }],
8500
+ type_asset: 'sdk.coin',
8299
8501
  traces: [{
8300
8502
  type: 'ibc',
8301
8503
  counterparty: {
@@ -8334,6 +8536,7 @@ const assets = {
8334
8536
  primary_color_hex: '#5664ad'
8335
8537
  }
8336
8538
  }],
8539
+ type_asset: 'sdk.coin',
8337
8540
  traces: [{
8338
8541
  type: 'ibc',
8339
8542
  counterparty: {
@@ -8373,6 +8576,7 @@ const assets = {
8373
8576
  website: 'https://www.joltify.io/',
8374
8577
  twitter: 'https://twitter.com/joltify_finance'
8375
8578
  },
8579
+ type_asset: 'sdk.coin',
8376
8580
  traces: [{
8377
8581
  type: 'ibc',
8378
8582
  counterparty: {
@@ -8415,6 +8619,7 @@ const assets = {
8415
8619
  website: 'https://junonetwork.io/',
8416
8620
  twitter: 'https://twitter.com/JunoNetwork'
8417
8621
  },
8622
+ type_asset: 'sdk.coin',
8418
8623
  traces: [{
8419
8624
  type: 'ibc',
8420
8625
  counterparty: {
@@ -8457,6 +8662,7 @@ const assets = {
8457
8662
  website: 'https://www.kava.io/',
8458
8663
  twitter: 'https://twitter.com/KAVA_CHAIN'
8459
8664
  },
8665
+ type_asset: 'sdk.coin',
8460
8666
  traces: [{
8461
8667
  type: 'ibc',
8462
8668
  counterparty: {
@@ -8495,6 +8701,7 @@ const assets = {
8495
8701
  primary_color_hex: '#7b34ac'
8496
8702
  }
8497
8703
  }],
8704
+ type_asset: 'sdk.coin',
8498
8705
  traces: [{
8499
8706
  type: 'ibc',
8500
8707
  counterparty: {
@@ -8533,6 +8740,7 @@ const assets = {
8533
8740
  primary_color_hex: '#544cfc'
8534
8741
  }
8535
8742
  }],
8743
+ type_asset: 'sdk.coin',
8536
8744
  traces: [{
8537
8745
  type: 'ibc',
8538
8746
  counterparty: {
@@ -8571,6 +8779,7 @@ const assets = {
8571
8779
  primary_color_hex: '#04d4a3'
8572
8780
  }
8573
8781
  }],
8782
+ type_asset: 'sdk.coin',
8574
8783
  traces: [{
8575
8784
  type: 'ibc',
8576
8785
  counterparty: {
@@ -8624,7 +8833,8 @@ const assets = {
8624
8833
  logo_URIs: {
8625
8834
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
8626
8835
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
8627
- }
8836
+ },
8837
+ type_asset: 'sdk.coin'
8628
8838
  },
8629
8839
  {
8630
8840
  description: 'The native token of Ki Chain',
@@ -8652,6 +8862,7 @@ const assets = {
8652
8862
  primary_color_hex: '#1c04fc'
8653
8863
  }
8654
8864
  }],
8865
+ type_asset: 'sdk.coin',
8655
8866
  traces: [{
8656
8867
  type: 'ibc',
8657
8868
  counterparty: {
@@ -8694,6 +8905,7 @@ const assets = {
8694
8905
  website: 'https://kujira.network/',
8695
8906
  twitter: 'https://twitter.com/TeamKujira'
8696
8907
  },
8908
+ type_asset: 'sdk.coin',
8697
8909
  traces: [{
8698
8910
  type: 'ibc',
8699
8911
  counterparty: {
@@ -8783,6 +8995,7 @@ const assets = {
8783
8995
  primary_color_hex: '#2d656c'
8784
8996
  }
8785
8997
  }],
8998
+ type_asset: 'sdk.coin',
8786
8999
  traces: [{
8787
9000
  type: 'ibc',
8788
9001
  counterparty: {
@@ -8821,6 +9034,7 @@ const assets = {
8821
9034
  primary_color_hex: '#080808'
8822
9035
  }
8823
9036
  }],
9037
+ type_asset: 'sdk.coin',
8824
9038
  traces: [{
8825
9039
  type: 'ibc',
8826
9040
  counterparty: {
@@ -8865,6 +9079,7 @@ const assets = {
8865
9079
  website: 'https://neutron.org/',
8866
9080
  twitter: 'https://twitter.com/Neutron_org'
8867
9081
  },
9082
+ type_asset: 'sdk.coin',
8868
9083
  traces: [{
8869
9084
  type: 'ibc',
8870
9085
  counterparty: {
@@ -8900,6 +9115,7 @@ const assets = {
8900
9115
  primary_color_hex: '#1b0847'
8901
9116
  }
8902
9117
  }],
9118
+ type_asset: 'sdk.coin',
8903
9119
  traces: [{
8904
9120
  type: 'ibc',
8905
9121
  counterparty: {
@@ -8935,6 +9151,7 @@ const assets = {
8935
9151
  primary_color_hex: '#dcd5ab'
8936
9152
  }
8937
9153
  }],
9154
+ type_asset: 'sdk.coin',
8938
9155
  traces: [{
8939
9156
  type: 'ibc',
8940
9157
  counterparty: {
@@ -8970,6 +9187,7 @@ const assets = {
8970
9187
  primary_color_hex: '#333333'
8971
9188
  }
8972
9189
  }],
9190
+ type_asset: 'sdk.coin',
8973
9191
  traces: [{
8974
9192
  type: 'ibc',
8975
9193
  counterparty: {
@@ -9088,6 +9306,7 @@ const assets = {
9088
9306
  website: 'https://ondo.finance/usdy',
9089
9307
  twitter: 'https://x.com/OndoFinance'
9090
9308
  },
9309
+ type_asset: 'sdk.coin',
9091
9310
  traces: [{
9092
9311
  type: 'ibc',
9093
9312
  counterparty: {
@@ -9130,6 +9349,7 @@ const assets = {
9130
9349
  website: 'https://omniflix.network/',
9131
9350
  twitter: 'https://twitter.com/OmniFlixNetwork'
9132
9351
  },
9352
+ type_asset: 'sdk.coin',
9133
9353
  traces: [{
9134
9354
  type: 'ibc',
9135
9355
  counterparty: {
@@ -9194,6 +9414,7 @@ const assets = {
9194
9414
  }
9195
9415
  }
9196
9416
  ],
9417
+ type_asset: 'sdk.coin',
9197
9418
  traces: [{
9198
9419
  type: 'ibc',
9199
9420
  counterparty: {
@@ -9326,6 +9547,7 @@ const assets = {
9326
9547
  website: 'https://persistence.one/',
9327
9548
  twitter: 'https://twitter.com/PersistenceOne'
9328
9549
  },
9550
+ type_asset: 'sdk.coin',
9329
9551
  traces: [{
9330
9552
  type: 'ibc',
9331
9553
  counterparty: {
@@ -9368,6 +9590,7 @@ const assets = {
9368
9590
  website: 'https://planq.network',
9369
9591
  twitter: 'https://twitter.com/planqfoundation'
9370
9592
  },
9593
+ type_asset: 'sdk.coin',
9371
9594
  traces: [{
9372
9595
  type: 'ibc',
9373
9596
  counterparty: {
@@ -9417,7 +9640,8 @@ const assets = {
9417
9640
  }],
9418
9641
  logo_URIs: {
9419
9642
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
9420
- }
9643
+ },
9644
+ type_asset: 'sdk.coin'
9421
9645
  },
9422
9646
  {
9423
9647
  description: 'The native governance and staking token of the Point network',
@@ -9445,6 +9669,7 @@ const assets = {
9445
9669
  primary_color_hex: '#040404'
9446
9670
  }
9447
9671
  }],
9672
+ type_asset: 'sdk.coin',
9448
9673
  traces: [{
9449
9674
  type: 'ibc',
9450
9675
  counterparty: {
@@ -9482,6 +9707,7 @@ const assets = {
9482
9707
  primary_color_hex: '#c6ddf5'
9483
9708
  }
9484
9709
  }],
9710
+ type_asset: 'sdk.coin',
9485
9711
  traces: [{
9486
9712
  type: 'ibc',
9487
9713
  counterparty: {
@@ -9516,6 +9742,7 @@ const assets = {
9516
9742
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
9517
9743
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
9518
9744
  }],
9745
+ type_asset: 'sdk.coin',
9519
9746
  traces: [{
9520
9747
  type: 'ibc',
9521
9748
  counterparty: {
@@ -9550,6 +9777,7 @@ const assets = {
9550
9777
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
9551
9778
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
9552
9779
  }],
9780
+ type_asset: 'sdk.coin',
9553
9781
  traces: [{
9554
9782
  type: 'ibc',
9555
9783
  counterparty: {
@@ -9584,6 +9812,7 @@ const assets = {
9584
9812
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
9585
9813
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
9586
9814
  }],
9815
+ type_asset: 'sdk.coin',
9587
9816
  traces: [{
9588
9817
  type: 'ibc',
9589
9818
  counterparty: {
@@ -9618,6 +9847,7 @@ const assets = {
9618
9847
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
9619
9848
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
9620
9849
  }],
9850
+ type_asset: 'sdk.coin',
9621
9851
  traces: [{
9622
9852
  type: 'ibc',
9623
9853
  counterparty: {
@@ -9652,6 +9882,7 @@ const assets = {
9652
9882
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
9653
9883
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
9654
9884
  }],
9885
+ type_asset: 'sdk.coin',
9655
9886
  traces: [{
9656
9887
  type: 'ibc',
9657
9888
  counterparty: {
@@ -9686,6 +9917,7 @@ const assets = {
9686
9917
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
9687
9918
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
9688
9919
  }],
9920
+ type_asset: 'sdk.coin',
9689
9921
  traces: [{
9690
9922
  type: 'ibc',
9691
9923
  counterparty: {
@@ -9720,6 +9952,7 @@ const assets = {
9720
9952
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
9721
9953
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
9722
9954
  }],
9955
+ type_asset: 'sdk.coin',
9723
9956
  traces: [{
9724
9957
  type: 'ibc',
9725
9958
  counterparty: {
@@ -9754,6 +9987,7 @@ const assets = {
9754
9987
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
9755
9988
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
9756
9989
  }],
9990
+ type_asset: 'sdk.coin',
9757
9991
  traces: [{
9758
9992
  type: 'ibc',
9759
9993
  counterparty: {
@@ -9788,6 +10022,7 @@ const assets = {
9788
10022
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
9789
10023
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
9790
10024
  }],
10025
+ type_asset: 'sdk.coin',
9791
10026
  traces: [{
9792
10027
  type: 'ibc',
9793
10028
  counterparty: {
@@ -9822,6 +10057,7 @@ const assets = {
9822
10057
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
9823
10058
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
9824
10059
  }],
10060
+ type_asset: 'sdk.coin',
9825
10061
  traces: [{
9826
10062
  type: 'ibc',
9827
10063
  counterparty: {
@@ -9856,6 +10092,7 @@ const assets = {
9856
10092
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
9857
10093
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
9858
10094
  }],
10095
+ type_asset: 'sdk.coin',
9859
10096
  traces: [{
9860
10097
  type: 'ibc',
9861
10098
  counterparty: {
@@ -9890,6 +10127,7 @@ const assets = {
9890
10127
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
9891
10128
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
9892
10129
  }],
10130
+ type_asset: 'sdk.coin',
9893
10131
  traces: [{
9894
10132
  type: 'ibc',
9895
10133
  counterparty: {
@@ -9924,6 +10162,7 @@ const assets = {
9924
10162
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
9925
10163
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
9926
10164
  }],
10165
+ type_asset: 'sdk.coin',
9927
10166
  traces: [{
9928
10167
  type: 'ibc',
9929
10168
  counterparty: {
@@ -9958,6 +10197,7 @@ const assets = {
9958
10197
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
9959
10198
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
9960
10199
  }],
10200
+ type_asset: 'sdk.coin',
9961
10201
  traces: [{
9962
10202
  type: 'ibc',
9963
10203
  counterparty: {
@@ -9992,6 +10232,7 @@ const assets = {
9992
10232
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
9993
10233
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
9994
10234
  }],
10235
+ type_asset: 'sdk.coin',
9995
10236
  traces: [{
9996
10237
  type: 'ibc',
9997
10238
  counterparty: {
@@ -10026,6 +10267,7 @@ const assets = {
10026
10267
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
10027
10268
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
10028
10269
  }],
10270
+ type_asset: 'sdk.coin',
10029
10271
  traces: [{
10030
10272
  type: 'ibc',
10031
10273
  counterparty: {
@@ -10060,6 +10302,7 @@ const assets = {
10060
10302
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
10061
10303
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
10062
10304
  }],
10305
+ type_asset: 'sdk.coin',
10063
10306
  traces: [{
10064
10307
  type: 'ibc',
10065
10308
  counterparty: {
@@ -10094,6 +10337,7 @@ const assets = {
10094
10337
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
10095
10338
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
10096
10339
  }],
10340
+ type_asset: 'sdk.coin',
10097
10341
  traces: [{
10098
10342
  type: 'ibc',
10099
10343
  counterparty: {
@@ -10128,6 +10372,7 @@ const assets = {
10128
10372
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
10129
10373
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
10130
10374
  }],
10375
+ type_asset: 'sdk.coin',
10131
10376
  traces: [{
10132
10377
  type: 'ibc',
10133
10378
  counterparty: {
@@ -10162,6 +10407,7 @@ const assets = {
10162
10407
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
10163
10408
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
10164
10409
  }],
10410
+ type_asset: 'sdk.coin',
10165
10411
  traces: [{
10166
10412
  type: 'ibc',
10167
10413
  counterparty: {
@@ -10196,6 +10442,7 @@ const assets = {
10196
10442
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
10197
10443
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
10198
10444
  }],
10445
+ type_asset: 'sdk.coin',
10199
10446
  traces: [{
10200
10447
  type: 'ibc',
10201
10448
  counterparty: {
@@ -10230,6 +10477,7 @@ const assets = {
10230
10477
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
10231
10478
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
10232
10479
  }],
10480
+ type_asset: 'sdk.coin',
10233
10481
  traces: [{
10234
10482
  type: 'ibc',
10235
10483
  counterparty: {
@@ -10264,6 +10512,7 @@ const assets = {
10264
10512
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
10265
10513
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
10266
10514
  }],
10515
+ type_asset: 'sdk.coin',
10267
10516
  traces: [{
10268
10517
  type: 'ibc',
10269
10518
  counterparty: {
@@ -10298,6 +10547,7 @@ const assets = {
10298
10547
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
10299
10548
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
10300
10549
  }],
10550
+ type_asset: 'sdk.coin',
10301
10551
  traces: [{
10302
10552
  type: 'ibc',
10303
10553
  counterparty: {
@@ -10332,6 +10582,7 @@ const assets = {
10332
10582
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
10333
10583
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
10334
10584
  }],
10585
+ type_asset: 'sdk.coin',
10335
10586
  traces: [{
10336
10587
  type: 'ibc',
10337
10588
  counterparty: {
@@ -10366,6 +10617,7 @@ const assets = {
10366
10617
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
10367
10618
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
10368
10619
  }],
10620
+ type_asset: 'sdk.coin',
10369
10621
  traces: [{
10370
10622
  type: 'ibc',
10371
10623
  counterparty: {
@@ -10400,6 +10652,7 @@ const assets = {
10400
10652
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
10401
10653
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
10402
10654
  }],
10655
+ type_asset: 'sdk.coin',
10403
10656
  traces: [{
10404
10657
  type: 'ibc',
10405
10658
  counterparty: {
@@ -10434,6 +10687,7 @@ const assets = {
10434
10687
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
10435
10688
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
10436
10689
  }],
10690
+ type_asset: 'sdk.coin',
10437
10691
  traces: [{
10438
10692
  type: 'ibc',
10439
10693
  counterparty: {
@@ -10468,6 +10722,7 @@ const assets = {
10468
10722
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
10469
10723
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
10470
10724
  }],
10725
+ type_asset: 'sdk.coin',
10471
10726
  traces: [{
10472
10727
  type: 'ibc',
10473
10728
  counterparty: {
@@ -10502,6 +10757,7 @@ const assets = {
10502
10757
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
10503
10758
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
10504
10759
  }],
10760
+ type_asset: 'sdk.coin',
10505
10761
  traces: [{
10506
10762
  type: 'ibc',
10507
10763
  counterparty: {
@@ -10536,6 +10792,7 @@ const assets = {
10536
10792
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
10537
10793
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
10538
10794
  }],
10795
+ type_asset: 'sdk.coin',
10539
10796
  traces: [{
10540
10797
  type: 'ibc',
10541
10798
  counterparty: {
@@ -10570,6 +10827,7 @@ const assets = {
10570
10827
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
10571
10828
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
10572
10829
  }],
10830
+ type_asset: 'sdk.coin',
10573
10831
  traces: [{
10574
10832
  type: 'ibc',
10575
10833
  counterparty: {
@@ -10604,6 +10862,7 @@ const assets = {
10604
10862
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
10605
10863
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
10606
10864
  }],
10865
+ type_asset: 'sdk.coin',
10607
10866
  traces: [{
10608
10867
  type: 'ibc',
10609
10868
  counterparty: {
@@ -10638,6 +10897,7 @@ const assets = {
10638
10897
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
10639
10898
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
10640
10899
  }],
10900
+ type_asset: 'sdk.coin',
10641
10901
  traces: [{
10642
10902
  type: 'ibc',
10643
10903
  counterparty: {
@@ -10672,6 +10932,7 @@ const assets = {
10672
10932
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
10673
10933
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
10674
10934
  }],
10935
+ type_asset: 'sdk.coin',
10675
10936
  traces: [{
10676
10937
  type: 'ibc',
10677
10938
  counterparty: {
@@ -10706,6 +10967,7 @@ const assets = {
10706
10967
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
10707
10968
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
10708
10969
  }],
10970
+ type_asset: 'sdk.coin',
10709
10971
  traces: [{
10710
10972
  type: 'ibc',
10711
10973
  counterparty: {
@@ -10740,6 +11002,7 @@ const assets = {
10740
11002
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
10741
11003
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
10742
11004
  }],
11005
+ type_asset: 'sdk.coin',
10743
11006
  traces: [{
10744
11007
  type: 'ibc',
10745
11008
  counterparty: {
@@ -10774,6 +11037,7 @@ const assets = {
10774
11037
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
10775
11038
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
10776
11039
  }],
11040
+ type_asset: 'sdk.coin',
10777
11041
  traces: [{
10778
11042
  type: 'ibc',
10779
11043
  counterparty: {
@@ -10808,6 +11072,7 @@ const assets = {
10808
11072
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
10809
11073
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
10810
11074
  }],
11075
+ type_asset: 'sdk.coin',
10811
11076
  traces: [{
10812
11077
  type: 'ibc',
10813
11078
  counterparty: {
@@ -10842,6 +11107,7 @@ const assets = {
10842
11107
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
10843
11108
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
10844
11109
  }],
11110
+ type_asset: 'sdk.coin',
10845
11111
  traces: [{
10846
11112
  type: 'ibc',
10847
11113
  counterparty: {
@@ -10876,6 +11142,7 @@ const assets = {
10876
11142
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
10877
11143
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
10878
11144
  }],
11145
+ type_asset: 'sdk.coin',
10879
11146
  traces: [{
10880
11147
  type: 'ibc',
10881
11148
  counterparty: {
@@ -10910,6 +11177,7 @@ const assets = {
10910
11177
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
10911
11178
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
10912
11179
  }],
11180
+ type_asset: 'sdk.coin',
10913
11181
  traces: [{
10914
11182
  type: 'ibc',
10915
11183
  counterparty: {
@@ -10944,6 +11212,7 @@ const assets = {
10944
11212
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
10945
11213
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
10946
11214
  }],
11215
+ type_asset: 'sdk.coin',
10947
11216
  traces: [{
10948
11217
  type: 'ibc',
10949
11218
  counterparty: {
@@ -10978,6 +11247,7 @@ const assets = {
10978
11247
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
10979
11248
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
10980
11249
  }],
11250
+ type_asset: 'sdk.coin',
10981
11251
  traces: [{
10982
11252
  type: 'ibc',
10983
11253
  counterparty: {
@@ -11012,6 +11282,7 @@ const assets = {
11012
11282
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
11013
11283
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
11014
11284
  }],
11285
+ type_asset: 'sdk.coin',
11015
11286
  traces: [{
11016
11287
  type: 'ibc',
11017
11288
  counterparty: {
@@ -11046,6 +11317,7 @@ const assets = {
11046
11317
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
11047
11318
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
11048
11319
  }],
11320
+ type_asset: 'sdk.coin',
11049
11321
  traces: [{
11050
11322
  type: 'ibc',
11051
11323
  counterparty: {
@@ -11080,6 +11352,7 @@ const assets = {
11080
11352
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
11081
11353
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
11082
11354
  }],
11355
+ type_asset: 'sdk.coin',
11083
11356
  traces: [{
11084
11357
  type: 'ibc',
11085
11358
  counterparty: {
@@ -11114,6 +11387,7 @@ const assets = {
11114
11387
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
11115
11388
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
11116
11389
  }],
11390
+ type_asset: 'sdk.coin',
11117
11391
  traces: [{
11118
11392
  type: 'ibc',
11119
11393
  counterparty: {
@@ -11148,6 +11422,7 @@ const assets = {
11148
11422
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11149
11423
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11150
11424
  }],
11425
+ type_asset: 'sdk.coin',
11151
11426
  traces: [{
11152
11427
  type: 'ibc',
11153
11428
  counterparty: {
@@ -11182,6 +11457,7 @@ const assets = {
11182
11457
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11183
11458
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11184
11459
  }],
11460
+ type_asset: 'sdk.coin',
11185
11461
  traces: [{
11186
11462
  type: 'ibc',
11187
11463
  counterparty: {
@@ -11216,6 +11492,7 @@ const assets = {
11216
11492
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11217
11493
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11218
11494
  }],
11495
+ type_asset: 'sdk.coin',
11219
11496
  traces: [{
11220
11497
  type: 'ibc',
11221
11498
  counterparty: {
@@ -11250,6 +11527,7 @@ const assets = {
11250
11527
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11251
11528
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11252
11529
  }],
11530
+ type_asset: 'sdk.coin',
11253
11531
  traces: [{
11254
11532
  type: 'ibc',
11255
11533
  counterparty: {
@@ -11284,6 +11562,7 @@ const assets = {
11284
11562
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11285
11563
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11286
11564
  }],
11565
+ type_asset: 'sdk.coin',
11287
11566
  traces: [{
11288
11567
  type: 'ibc',
11289
11568
  counterparty: {
@@ -11318,6 +11597,7 @@ const assets = {
11318
11597
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11319
11598
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11320
11599
  }],
11600
+ type_asset: 'sdk.coin',
11321
11601
  traces: [{
11322
11602
  type: 'ibc',
11323
11603
  counterparty: {
@@ -11352,6 +11632,7 @@ const assets = {
11352
11632
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11353
11633
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11354
11634
  }],
11635
+ type_asset: 'sdk.coin',
11355
11636
  traces: [{
11356
11637
  type: 'ibc',
11357
11638
  counterparty: {
@@ -11386,6 +11667,7 @@ const assets = {
11386
11667
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11387
11668
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11388
11669
  }],
11670
+ type_asset: 'sdk.coin',
11389
11671
  traces: [{
11390
11672
  type: 'ibc',
11391
11673
  counterparty: {
@@ -11420,6 +11702,7 @@ const assets = {
11420
11702
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11421
11703
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11422
11704
  }],
11705
+ type_asset: 'sdk.coin',
11423
11706
  traces: [{
11424
11707
  type: 'ibc',
11425
11708
  counterparty: {
@@ -11454,6 +11737,7 @@ const assets = {
11454
11737
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11455
11738
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11456
11739
  }],
11740
+ type_asset: 'sdk.coin',
11457
11741
  traces: [{
11458
11742
  type: 'ibc',
11459
11743
  counterparty: {
@@ -11488,6 +11772,7 @@ const assets = {
11488
11772
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11489
11773
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11490
11774
  }],
11775
+ type_asset: 'sdk.coin',
11491
11776
  traces: [{
11492
11777
  type: 'ibc',
11493
11778
  counterparty: {
@@ -11522,6 +11807,7 @@ const assets = {
11522
11807
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11523
11808
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11524
11809
  }],
11810
+ type_asset: 'sdk.coin',
11525
11811
  traces: [{
11526
11812
  type: 'ibc',
11527
11813
  counterparty: {
@@ -11556,6 +11842,7 @@ const assets = {
11556
11842
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11557
11843
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11558
11844
  }],
11845
+ type_asset: 'sdk.coin',
11559
11846
  traces: [{
11560
11847
  type: 'ibc',
11561
11848
  counterparty: {
@@ -11590,6 +11877,7 @@ const assets = {
11590
11877
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11591
11878
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11592
11879
  }],
11880
+ type_asset: 'sdk.coin',
11593
11881
  traces: [{
11594
11882
  type: 'ibc',
11595
11883
  counterparty: {
@@ -11624,6 +11912,7 @@ const assets = {
11624
11912
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11625
11913
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11626
11914
  }],
11915
+ type_asset: 'sdk.coin',
11627
11916
  traces: [{
11628
11917
  type: 'ibc',
11629
11918
  counterparty: {
@@ -11658,6 +11947,7 @@ const assets = {
11658
11947
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11659
11948
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11660
11949
  }],
11950
+ type_asset: 'sdk.coin',
11661
11951
  traces: [{
11662
11952
  type: 'ibc',
11663
11953
  counterparty: {
@@ -11692,6 +11982,7 @@ const assets = {
11692
11982
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11693
11983
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11694
11984
  }],
11985
+ type_asset: 'sdk.coin',
11695
11986
  traces: [{
11696
11987
  type: 'ibc',
11697
11988
  counterparty: {
@@ -11726,6 +12017,7 @@ const assets = {
11726
12017
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11727
12018
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11728
12019
  }],
12020
+ type_asset: 'sdk.coin',
11729
12021
  traces: [{
11730
12022
  type: 'ibc',
11731
12023
  counterparty: {
@@ -11760,6 +12052,7 @@ const assets = {
11760
12052
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11761
12053
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11762
12054
  }],
12055
+ type_asset: 'sdk.coin',
11763
12056
  traces: [{
11764
12057
  type: 'ibc',
11765
12058
  counterparty: {
@@ -11794,6 +12087,7 @@ const assets = {
11794
12087
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11795
12088
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11796
12089
  }],
12090
+ type_asset: 'sdk.coin',
11797
12091
  traces: [{
11798
12092
  type: 'ibc',
11799
12093
  counterparty: {
@@ -11828,6 +12122,7 @@ const assets = {
11828
12122
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11829
12123
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11830
12124
  }],
12125
+ type_asset: 'sdk.coin',
11831
12126
  traces: [{
11832
12127
  type: 'ibc',
11833
12128
  counterparty: {
@@ -11862,6 +12157,7 @@ const assets = {
11862
12157
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11863
12158
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11864
12159
  }],
12160
+ type_asset: 'sdk.coin',
11865
12161
  traces: [{
11866
12162
  type: 'ibc',
11867
12163
  counterparty: {
@@ -11896,6 +12192,7 @@ const assets = {
11896
12192
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11897
12193
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11898
12194
  }],
12195
+ type_asset: 'sdk.coin',
11899
12196
  traces: [{
11900
12197
  type: 'ibc',
11901
12198
  counterparty: {
@@ -11930,6 +12227,7 @@ const assets = {
11930
12227
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
11931
12228
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
11932
12229
  }],
12230
+ type_asset: 'sdk.coin',
11933
12231
  traces: [{
11934
12232
  type: 'ibc',
11935
12233
  counterparty: {
@@ -11971,6 +12269,7 @@ const assets = {
11971
12269
  website: 'https://quicksilver.zone/',
11972
12270
  twitter: 'https://twitter.com/quicksilverzone'
11973
12271
  },
12272
+ type_asset: 'sdk.coin',
11974
12273
  traces: [{
11975
12274
  type: 'ibc',
11976
12275
  counterparty: {
@@ -12015,6 +12314,7 @@ const assets = {
12015
12314
  website: 'https://realio.network/',
12016
12315
  twitter: 'https://x.com/realio_network'
12017
12316
  },
12317
+ type_asset: 'sdk.coin',
12018
12318
  traces: [{
12019
12319
  type: 'ibc',
12020
12320
  counterparty: {
@@ -12050,6 +12350,7 @@ const assets = {
12050
12350
  primary_color_hex: '#e0e0e0'
12051
12351
  }
12052
12352
  }],
12353
+ type_asset: 'sdk.coin',
12053
12354
  traces: [{
12054
12355
  type: 'ibc',
12055
12356
  counterparty: {
@@ -12092,6 +12393,7 @@ const assets = {
12092
12393
  website: 'https://www.regen.network/',
12093
12394
  twitter: 'https://twitter.com/regen_network'
12094
12395
  },
12396
+ type_asset: 'sdk.coin',
12095
12397
  traces: [{
12096
12398
  type: 'ibc',
12097
12399
  counterparty: {
@@ -12130,6 +12432,7 @@ const assets = {
12130
12432
  primary_color_hex: '#171c25'
12131
12433
  }
12132
12434
  }],
12435
+ type_asset: 'sdk.coin',
12133
12436
  traces: [{
12134
12437
  type: 'ibc',
12135
12438
  counterparty: {
@@ -12172,6 +12475,7 @@ const assets = {
12172
12475
  website: 'https://scrt.network/',
12173
12476
  twitter: 'https://twitter.com/SecretNetwork'
12174
12477
  },
12478
+ type_asset: 'sdk.coin',
12175
12479
  traces: [{
12176
12480
  type: 'ibc',
12177
12481
  counterparty: {
@@ -12214,6 +12518,7 @@ const assets = {
12214
12518
  website: 'https://www.sei.io/',
12215
12519
  twitter: 'https://twitter.com/SeiNetwork'
12216
12520
  },
12521
+ type_asset: 'sdk.coin',
12217
12522
  traces: [{
12218
12523
  type: 'ibc',
12219
12524
  counterparty: {
@@ -12236,6 +12541,8 @@ const assets = {
12236
12541
  denom: 'oozaru',
12237
12542
  exponent: 6
12238
12543
  }],
12544
+ type_asset: 'cw20',
12545
+ address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
12239
12546
  base: 'ibc/582D087820E10FF09C4F98253878701F659AB423C9E195D7FB913F923FA4398E',
12240
12547
  name: 'Oozaru',
12241
12548
  display: 'oozaru',
@@ -12289,6 +12596,7 @@ const assets = {
12289
12596
  website: 'https://selfchain.xyz',
12290
12597
  twitter: 'https://x.com/selfchainxyz'
12291
12598
  },
12599
+ type_asset: 'sdk.coin',
12292
12600
  traces: [{
12293
12601
  type: 'ibc',
12294
12602
  counterparty: {
@@ -12331,6 +12639,7 @@ const assets = {
12331
12639
  website: 'https://www.sentinel.co/',
12332
12640
  twitter: 'https://x.com/SentinelDVPN'
12333
12641
  },
12642
+ type_asset: 'sdk.coin',
12334
12643
  traces: [{
12335
12644
  type: 'ibc',
12336
12645
  counterparty: {
@@ -12369,6 +12678,7 @@ const assets = {
12369
12678
  primary_color_hex: '#be9926'
12370
12679
  }
12371
12680
  }],
12681
+ type_asset: 'sdk.coin',
12372
12682
  traces: [{
12373
12683
  type: 'ibc',
12374
12684
  counterparty: {
@@ -12402,6 +12712,7 @@ const assets = {
12402
12712
  images: [{
12403
12713
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/fis.svg'
12404
12714
  }],
12715
+ type_asset: 'sdk.coin',
12405
12716
  traces: [{
12406
12717
  type: 'ibc',
12407
12718
  counterparty: {
@@ -12444,6 +12755,7 @@ const assets = {
12444
12755
  website: 'https://www.stargaze.zone/',
12445
12756
  twitter: 'https://twitter.com/StargazeZone'
12446
12757
  },
12758
+ type_asset: 'sdk.coin',
12447
12759
  traces: [{
12448
12760
  type: 'ibc',
12449
12761
  counterparty: {
@@ -12486,6 +12798,7 @@ const assets = {
12486
12798
  website: 'https://app.starname.me/',
12487
12799
  twitter: 'https://twitter.com/starname_me'
12488
12800
  },
12801
+ type_asset: 'sdk.coin',
12489
12802
  traces: [{
12490
12803
  type: 'ibc',
12491
12804
  counterparty: {
@@ -12528,6 +12841,7 @@ const assets = {
12528
12841
  website: 'https://stride.zone/',
12529
12842
  twitter: 'https://twitter.com/stride_zone'
12530
12843
  },
12844
+ type_asset: 'sdk.coin',
12531
12845
  traces: [{
12532
12846
  type: 'ibc',
12533
12847
  counterparty: {
@@ -12566,6 +12880,7 @@ const assets = {
12566
12880
  primary_color_hex: '#040404'
12567
12881
  }
12568
12882
  }],
12883
+ type_asset: 'sdk.coin',
12569
12884
  traces: [{
12570
12885
  type: 'ibc',
12571
12886
  counterparty: {
@@ -12608,6 +12923,7 @@ const assets = {
12608
12923
  website: 'https://www.terra.money/',
12609
12924
  twitter: 'https://twitter.com/terra_money'
12610
12925
  },
12926
+ type_asset: 'sdk.coin',
12611
12927
  traces: [{
12612
12928
  type: 'ibc',
12613
12929
  counterparty: {
@@ -12646,6 +12962,7 @@ const assets = {
12646
12962
  primary_color_hex: '#22f2e9'
12647
12963
  }
12648
12964
  }],
12965
+ type_asset: 'sdk.coin',
12649
12966
  traces: [{
12650
12967
  type: 'ibc',
12651
12968
  counterparty: {
@@ -12683,6 +13000,7 @@ const assets = {
12683
13000
  primary_color_hex: '#1f182f'
12684
13001
  }
12685
13002
  }],
13003
+ type_asset: 'sdk.coin',
12686
13004
  traces: [{
12687
13005
  type: 'ibc',
12688
13006
  counterparty: {