@chain-registry/assets 1.65.4 → 1.65.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (274) hide show
  1. package/esm/mainnet/acrechain.js +66 -0
  2. package/esm/mainnet/agoric.js +42 -2
  3. package/esm/mainnet/aioz.js +2 -0
  4. package/esm/mainnet/akash.js +36 -0
  5. package/esm/mainnet/andromeda.js +26 -0
  6. package/esm/mainnet/archway.js +58 -2
  7. package/esm/mainnet/assetmantle.js +6 -0
  8. package/esm/mainnet/assets.js +3 -1
  9. package/esm/mainnet/aura.js +22 -2
  10. package/esm/mainnet/axelar.js +266 -0
  11. package/esm/mainnet/bandchain.js +4 -0
  12. package/esm/mainnet/beezee.js +4 -0
  13. package/esm/mainnet/bitcanna.js +6 -0
  14. package/esm/mainnet/bitsong.js +10 -0
  15. package/esm/mainnet/bostrom.js +2 -0
  16. package/esm/mainnet/canto.js +6 -0
  17. package/esm/mainnet/carbon.js +18 -0
  18. package/esm/mainnet/celestia.js +198 -2
  19. package/esm/mainnet/chain4energy.js +2 -0
  20. package/esm/mainnet/cheqd.js +6 -0
  21. package/esm/mainnet/chihuahua.js +20 -0
  22. package/esm/mainnet/cifer.js +2 -0
  23. package/esm/mainnet/comdex.js +18 -0
  24. package/esm/mainnet/composable.js +62 -0
  25. package/esm/mainnet/coreum.js +34 -2
  26. package/esm/mainnet/cosmoshub.js +322 -4
  27. package/esm/mainnet/crescent.js +110 -0
  28. package/esm/mainnet/cronos.js +12 -2
  29. package/esm/mainnet/cryptoorgchain.js +26 -0
  30. package/esm/mainnet/decentr.js +6 -0
  31. package/esm/mainnet/dig.js +2 -0
  32. package/esm/mainnet/doravota.js +36 -0
  33. package/esm/mainnet/dydx.js +186 -2
  34. package/esm/mainnet/dymension.js +40 -2
  35. package/esm/mainnet/emoney.js +6 -0
  36. package/esm/mainnet/empowerchain.js +4 -0
  37. package/esm/mainnet/evmos.js +70 -2
  38. package/esm/mainnet/furya.js +8 -0
  39. package/esm/mainnet/fxcore.js +4 -0
  40. package/esm/mainnet/gateway.js +24 -0
  41. package/esm/mainnet/gravitybridge.js +50 -2
  42. package/esm/mainnet/haqq.js +22 -2
  43. package/esm/mainnet/impacthub.js +8 -0
  44. package/esm/mainnet/index.js +2 -0
  45. package/esm/mainnet/injective.js +214 -2
  46. package/esm/mainnet/irisnet.js +40 -0
  47. package/esm/mainnet/jackal.js +12 -0
  48. package/esm/mainnet/joltify.js +4 -0
  49. package/esm/mainnet/juno.js +122 -0
  50. package/esm/mainnet/kava.js +64 -0
  51. package/esm/mainnet/kichain.js +2 -0
  52. package/esm/mainnet/kujira.js +134 -4
  53. package/esm/mainnet/kyve.js +6 -0
  54. package/esm/mainnet/lava.js +6 -0
  55. package/esm/mainnet/likecoin.js +2 -0
  56. package/esm/mainnet/lumnetwork.js +2 -0
  57. package/esm/mainnet/mars.js +18 -0
  58. package/esm/mainnet/medasdigital.js +2 -0
  59. package/esm/mainnet/migaloo.js +62 -2
  60. package/esm/mainnet/neutron.js +220 -2
  61. package/esm/mainnet/nibiru.js +4 -0
  62. package/esm/mainnet/noble.js +372 -6
  63. package/esm/mainnet/nois.js +38 -0
  64. package/esm/mainnet/nolus.js +14 -0
  65. package/esm/mainnet/nomic.js +10 -0
  66. package/esm/mainnet/nyx.js +2 -0
  67. package/esm/mainnet/odin.js +20 -0
  68. package/esm/mainnet/okexchain.js +10 -0
  69. package/esm/mainnet/omniflixhub.js +16 -0
  70. package/esm/mainnet/onex.js +16 -2
  71. package/esm/mainnet/onomy.js +2 -0
  72. package/esm/mainnet/oraichain.js +30 -0
  73. package/esm/mainnet/osmosis.js +628 -4
  74. package/esm/mainnet/persistence.js +94 -2
  75. package/esm/mainnet/planq.js +18 -0
  76. package/esm/mainnet/point.js +2 -0
  77. package/esm/mainnet/provenance.js +4 -0
  78. package/esm/mainnet/pryzm.js +38 -0
  79. package/esm/mainnet/pundix.js +2 -0
  80. package/esm/mainnet/quicksilver.js +18 -0
  81. package/esm/mainnet/qwoyn.js +2 -0
  82. package/esm/mainnet/realio.js +4 -0
  83. package/esm/mainnet/regen.js +24 -0
  84. package/esm/mainnet/saga.js +14 -0
  85. package/esm/mainnet/secretnetwork.js +144 -2
  86. package/esm/mainnet/sei.js +40 -4
  87. package/esm/mainnet/self.js +4 -0
  88. package/esm/mainnet/sentinel.js +24 -0
  89. package/esm/mainnet/shido.js +4 -0
  90. package/esm/mainnet/sifchain.js +22 -0
  91. package/esm/mainnet/sommelier.js +24 -0
  92. package/esm/mainnet/source.js +10 -2
  93. package/esm/mainnet/stafihub.js +10 -0
  94. package/esm/mainnet/stargaze.js +50 -0
  95. package/esm/mainnet/starname.js +16 -0
  96. package/esm/mainnet/stratos.js +182 -0
  97. package/esm/mainnet/stride.js +232 -0
  98. package/esm/mainnet/teritori.js +8 -0
  99. package/esm/mainnet/terra.js +16 -0
  100. package/esm/mainnet/terra2.js +286 -2
  101. package/esm/mainnet/tgrade.js +4 -0
  102. package/esm/mainnet/titan.js +244 -0
  103. package/esm/mainnet/umee.js +62 -2
  104. package/esm/mainnet/unification.js +2 -0
  105. package/esm/mainnet/uptick.js +4 -0
  106. package/esm/mainnet/vidulum.js +4 -0
  107. package/esm/mainnet/xpla.js +16 -0
  108. package/esm/noncosmos/penumbra.js +8 -0
  109. package/esm/testnet/archwaytestnet.js +4 -0
  110. package/esm/testnet/axelartestnet.js +20 -0
  111. package/esm/testnet/celestiatestnet3.js +2 -0
  112. package/esm/testnet/cosmoshubtestnet.js +20 -0
  113. package/esm/testnet/dydxtestnet.js +2 -0
  114. package/esm/testnet/elystestnet.js +8 -0
  115. package/esm/testnet/empowertestnet.js +4 -0
  116. package/esm/testnet/injectivetestnet.js +4 -0
  117. package/esm/testnet/junotestnet.js +6 -0
  118. package/esm/testnet/kujiratestnet.js +4 -0
  119. package/esm/testnet/lavatestnet.js +2 -0
  120. package/esm/testnet/mantrachaintestnet.js +8 -0
  121. package/esm/testnet/marstestnet.js +4 -0
  122. package/esm/testnet/neutrontestnet.js +4 -0
  123. package/esm/testnet/nobletestnet.js +14 -0
  124. package/esm/testnet/noistestnet.js +8 -0
  125. package/esm/testnet/nolustestnet.js +2 -0
  126. package/esm/testnet/osmosistestnet.js +62 -0
  127. package/esm/testnet/osmosistestnet4.js +12 -0
  128. package/esm/testnet/persistencetestnet2.js +4 -0
  129. package/esm/testnet/sagatestnet.js +2 -0
  130. package/esm/testnet/seitestnet2.js +6 -0
  131. package/esm/testnet/stargazetestnet.js +6 -0
  132. package/esm/testnet/symphonytestnet.js +8 -0
  133. package/esm/testnet/terra2testnet.js +2 -0
  134. package/esm/testnet/titantestnet.js +12 -0
  135. package/esm/testnet/xiontestnet.js +10 -0
  136. package/mainnet/acrechain.js +66 -0
  137. package/mainnet/agoric.js +42 -2
  138. package/mainnet/aioz.js +2 -0
  139. package/mainnet/akash.js +36 -0
  140. package/mainnet/andromeda.js +26 -0
  141. package/mainnet/archway.js +58 -2
  142. package/mainnet/assetmantle.js +6 -0
  143. package/mainnet/assets.js +3 -1
  144. package/mainnet/aura.js +22 -2
  145. package/mainnet/axelar.js +266 -0
  146. package/mainnet/bandchain.js +4 -0
  147. package/mainnet/beezee.js +4 -0
  148. package/mainnet/bitcanna.js +6 -0
  149. package/mainnet/bitsong.js +10 -0
  150. package/mainnet/bostrom.js +2 -0
  151. package/mainnet/canto.js +6 -0
  152. package/mainnet/carbon.js +18 -0
  153. package/mainnet/celestia.js +198 -2
  154. package/mainnet/chain4energy.js +2 -0
  155. package/mainnet/cheqd.js +6 -0
  156. package/mainnet/chihuahua.js +20 -0
  157. package/mainnet/cifer.js +2 -0
  158. package/mainnet/comdex.js +18 -0
  159. package/mainnet/composable.js +62 -0
  160. package/mainnet/coreum.js +34 -2
  161. package/mainnet/cosmoshub.js +322 -4
  162. package/mainnet/crescent.js +110 -0
  163. package/mainnet/cronos.js +12 -2
  164. package/mainnet/cryptoorgchain.js +26 -0
  165. package/mainnet/decentr.js +6 -0
  166. package/mainnet/dig.js +2 -0
  167. package/mainnet/doravota.js +36 -0
  168. package/mainnet/dydx.js +186 -2
  169. package/mainnet/dymension.js +40 -2
  170. package/mainnet/emoney.js +6 -0
  171. package/mainnet/empowerchain.js +4 -0
  172. package/mainnet/evmos.js +70 -2
  173. package/mainnet/furya.js +8 -0
  174. package/mainnet/fxcore.js +4 -0
  175. package/mainnet/gateway.js +24 -0
  176. package/mainnet/gravitybridge.js +50 -2
  177. package/mainnet/haqq.js +22 -2
  178. package/mainnet/impacthub.js +8 -0
  179. package/mainnet/index.d.ts +2 -0
  180. package/mainnet/index.js +3 -1
  181. package/mainnet/injective.js +214 -2
  182. package/mainnet/irisnet.js +40 -0
  183. package/mainnet/jackal.js +12 -0
  184. package/mainnet/joltify.js +4 -0
  185. package/mainnet/juno.js +122 -0
  186. package/mainnet/kava.js +64 -0
  187. package/mainnet/kichain.js +2 -0
  188. package/mainnet/kujira.js +134 -4
  189. package/mainnet/kyve.js +6 -0
  190. package/mainnet/lava.js +6 -0
  191. package/mainnet/likecoin.js +2 -0
  192. package/mainnet/lumnetwork.js +2 -0
  193. package/mainnet/mars.js +18 -0
  194. package/mainnet/medasdigital.js +2 -0
  195. package/mainnet/migaloo.js +62 -2
  196. package/mainnet/neutron.js +220 -2
  197. package/mainnet/nibiru.js +4 -0
  198. package/mainnet/noble.js +372 -6
  199. package/mainnet/nois.js +38 -0
  200. package/mainnet/nolus.js +14 -0
  201. package/mainnet/nomic.js +10 -0
  202. package/mainnet/nyx.js +2 -0
  203. package/mainnet/odin.js +20 -0
  204. package/mainnet/okexchain.js +10 -0
  205. package/mainnet/omniflixhub.js +16 -0
  206. package/mainnet/onex.js +16 -2
  207. package/mainnet/onomy.js +2 -0
  208. package/mainnet/oraichain.js +30 -0
  209. package/mainnet/osmosis.js +628 -4
  210. package/mainnet/persistence.js +94 -2
  211. package/mainnet/planq.js +18 -0
  212. package/mainnet/point.js +2 -0
  213. package/mainnet/provenance.js +4 -0
  214. package/mainnet/pryzm.js +38 -0
  215. package/mainnet/pundix.js +2 -0
  216. package/mainnet/quicksilver.js +18 -0
  217. package/mainnet/qwoyn.js +2 -0
  218. package/mainnet/realio.js +4 -0
  219. package/mainnet/regen.js +24 -0
  220. package/mainnet/saga.js +14 -0
  221. package/mainnet/secretnetwork.js +144 -2
  222. package/mainnet/sei.js +40 -4
  223. package/mainnet/self.js +4 -0
  224. package/mainnet/sentinel.js +24 -0
  225. package/mainnet/shido.js +4 -0
  226. package/mainnet/sifchain.js +22 -0
  227. package/mainnet/sommelier.js +24 -0
  228. package/mainnet/source.js +10 -2
  229. package/mainnet/stafihub.js +10 -0
  230. package/mainnet/stargaze.js +50 -0
  231. package/mainnet/starname.js +16 -0
  232. package/mainnet/stratos.d.ts +3 -0
  233. package/mainnet/stratos.js +184 -0
  234. package/mainnet/stride.js +232 -0
  235. package/mainnet/teritori.js +8 -0
  236. package/mainnet/terra.js +16 -0
  237. package/mainnet/terra2.js +286 -2
  238. package/mainnet/tgrade.js +4 -0
  239. package/mainnet/titan.d.ts +3 -0
  240. package/mainnet/titan.js +246 -0
  241. package/mainnet/umee.js +62 -2
  242. package/mainnet/unification.js +2 -0
  243. package/mainnet/uptick.js +4 -0
  244. package/mainnet/vidulum.js +4 -0
  245. package/mainnet/xpla.js +16 -0
  246. package/noncosmos/penumbra.js +8 -0
  247. package/package.json +5 -5
  248. package/testnet/archwaytestnet.js +4 -0
  249. package/testnet/axelartestnet.js +20 -0
  250. package/testnet/celestiatestnet3.js +2 -0
  251. package/testnet/cosmoshubtestnet.js +20 -0
  252. package/testnet/dydxtestnet.js +2 -0
  253. package/testnet/elystestnet.js +8 -0
  254. package/testnet/empowertestnet.js +4 -0
  255. package/testnet/injectivetestnet.js +4 -0
  256. package/testnet/junotestnet.js +6 -0
  257. package/testnet/kujiratestnet.js +4 -0
  258. package/testnet/lavatestnet.js +2 -0
  259. package/testnet/mantrachaintestnet.js +8 -0
  260. package/testnet/marstestnet.js +4 -0
  261. package/testnet/neutrontestnet.js +4 -0
  262. package/testnet/nobletestnet.js +14 -0
  263. package/testnet/noistestnet.js +8 -0
  264. package/testnet/nolustestnet.js +2 -0
  265. package/testnet/osmosistestnet.js +62 -0
  266. package/testnet/osmosistestnet4.js +12 -0
  267. package/testnet/persistencetestnet2.js +4 -0
  268. package/testnet/sagatestnet.js +2 -0
  269. package/testnet/seitestnet2.js +6 -0
  270. package/testnet/stargazetestnet.js +6 -0
  271. package/testnet/symphonytestnet.js +8 -0
  272. package/testnet/terra2testnet.js +2 -0
  273. package/testnet/titantestnet.js +12 -0
  274. package/testnet/xiontestnet.js +10 -0
@@ -33,6 +33,7 @@ const assets = {
33
33
  website: 'https://agoric.com/',
34
34
  twitter: 'https://twitter.com/agoric'
35
35
  },
36
+ type_asset: 'sdk.coin',
36
37
  traces: [{
37
38
  type: 'ibc',
38
39
  counterparty: {
@@ -71,6 +72,7 @@ const assets = {
71
72
  primary_color_hex: '#d485e2'
72
73
  }
73
74
  }],
75
+ type_asset: 'sdk.coin',
74
76
  traces: [{
75
77
  type: 'ibc',
76
78
  counterparty: {
@@ -113,6 +115,7 @@ const assets = {
113
115
  website: 'https://akash.network/',
114
116
  twitter: 'https://twitter.com/akashnet_'
115
117
  },
118
+ type_asset: 'sdk.coin',
116
119
  traces: [{
117
120
  type: 'ibc',
118
121
  counterparty: {
@@ -149,6 +152,7 @@ const assets = {
149
152
  primary_color_hex: '#040404'
150
153
  }
151
154
  }],
155
+ type_asset: 'sdk.coin',
152
156
  traces: [{
153
157
  type: 'ibc',
154
158
  counterparty: {
@@ -198,6 +202,7 @@ const assets = {
198
202
  website: 'https://archway.io/',
199
203
  twitter: 'https://twitter.com/archwayHQ'
200
204
  },
205
+ type_asset: 'sdk.coin',
201
206
  traces: [{
202
207
  type: 'ibc',
203
208
  counterparty: {
@@ -240,6 +245,7 @@ const assets = {
240
245
  website: 'https://axelar.network/',
241
246
  twitter: 'https://twitter.com/axelarnetwork'
242
247
  },
248
+ type_asset: 'sdk.coin',
243
249
  traces: [{
244
250
  type: 'ibc',
245
251
  counterparty: {
@@ -282,6 +288,7 @@ const assets = {
282
288
  website: 'https://celestia.org/',
283
289
  twitter: 'https://twitter.com/CelestiaOrg'
284
290
  },
291
+ type_asset: 'sdk.coin',
285
292
  traces: [{
286
293
  type: 'ibc',
287
294
  counterparty: {
@@ -320,6 +327,7 @@ const assets = {
320
327
  primary_color_hex: '#fc5f04'
321
328
  }
322
329
  }],
330
+ type_asset: 'sdk.coin',
323
331
  traces: [{
324
332
  type: 'ibc',
325
333
  counterparty: {
@@ -358,6 +366,7 @@ const assets = {
358
366
  primary_color_hex: '#343434'
359
367
  }
360
368
  }],
369
+ type_asset: 'sdk.coin',
361
370
  traces: [{
362
371
  type: 'ibc',
363
372
  counterparty: {
@@ -396,6 +405,7 @@ const assets = {
396
405
  primary_color_hex: '#fc4454'
397
406
  }
398
407
  }],
408
+ type_asset: 'sdk.coin',
399
409
  traces: [{
400
410
  type: 'ibc',
401
411
  counterparty: {
@@ -434,6 +444,7 @@ const assets = {
434
444
  primary_color_hex: '#645ca4'
435
445
  }
436
446
  }],
447
+ type_asset: 'sdk.coin',
437
448
  traces: [{
438
449
  type: 'ibc',
439
450
  counterparty: {
@@ -472,6 +483,7 @@ const assets = {
472
483
  primary_color_hex: '#040404'
473
484
  }
474
485
  }],
486
+ type_asset: 'sdk.coin',
475
487
  traces: [{
476
488
  type: 'ibc',
477
489
  counterparty: {
@@ -522,6 +534,7 @@ const assets = {
522
534
  website: 'https://www.coreum.com/',
523
535
  twitter: 'https://twitter.com/CoreumOfficial'
524
536
  },
537
+ type_asset: 'sdk.coin',
525
538
  traces: [{
526
539
  type: 'ibc',
527
540
  counterparty: {
@@ -564,6 +577,7 @@ const assets = {
564
577
  website: 'https://cosmos.network',
565
578
  twitter: 'https://twitter.com/cosmoshub'
566
579
  },
580
+ type_asset: 'sdk.coin',
567
581
  traces: [{
568
582
  type: 'ibc',
569
583
  counterparty: {
@@ -602,6 +616,7 @@ const assets = {
602
616
  primary_color_hex: '#3c2832'
603
617
  }
604
618
  }],
619
+ type_asset: 'sdk.coin',
605
620
  traces: [{
606
621
  type: 'ibc',
607
622
  counterparty: {
@@ -640,6 +655,7 @@ const assets = {
640
655
  primary_color_hex: '#df969f'
641
656
  }
642
657
  }],
658
+ type_asset: 'sdk.coin',
643
659
  traces: [{
644
660
  type: 'ibc',
645
661
  counterparty: {
@@ -725,6 +741,7 @@ const assets = {
725
741
  website: 'https://evmos.org/',
726
742
  twitter: 'https://twitter.com/EvmosOrg'
727
743
  },
744
+ type_asset: 'sdk.coin',
728
745
  traces: [{
729
746
  type: 'ibc',
730
747
  counterparty: {
@@ -766,6 +783,7 @@ const assets = {
766
783
  website: 'https://www.neokingdom.org/',
767
784
  twitter: 'https://twitter.com/NEOKingdomDAO'
768
785
  },
786
+ type_asset: 'sdk.coin',
769
787
  traces: [{
770
788
  type: 'ibc',
771
789
  counterparty: {
@@ -886,6 +904,7 @@ const assets = {
886
904
  website: 'https://www.gravitybridge.net/',
887
905
  twitter: 'https://twitter.com/gravity_bridge'
888
906
  },
907
+ type_asset: 'sdk.coin',
889
908
  traces: [{
890
909
  type: 'ibc',
891
910
  counterparty: {
@@ -928,6 +947,7 @@ const assets = {
928
947
  website: 'https://injective.com/',
929
948
  twitter: 'https://twitter.com/Injective_'
930
949
  },
950
+ type_asset: 'sdk.coin',
931
951
  traces: [{
932
952
  type: 'ibc',
933
953
  counterparty: {
@@ -963,6 +983,7 @@ const assets = {
963
983
  primary_color_hex: '#31292a'
964
984
  }
965
985
  }],
986
+ type_asset: 'sdk.coin',
966
987
  traces: [{
967
988
  type: 'ibc',
968
989
  counterparty: {
@@ -998,6 +1019,7 @@ const assets = {
998
1019
  primary_color_hex: '#18120f'
999
1020
  }
1000
1021
  }],
1022
+ type_asset: 'sdk.coin',
1001
1023
  traces: [{
1002
1024
  type: 'ibc',
1003
1025
  counterparty: {
@@ -1030,6 +1052,7 @@ const assets = {
1030
1052
  primary_color_hex: '#293a6f'
1031
1053
  }
1032
1054
  }],
1055
+ type_asset: 'sdk.coin',
1033
1056
  traces: [{
1034
1057
  type: 'ibc',
1035
1058
  counterparty: {
@@ -1062,6 +1085,7 @@ const assets = {
1062
1085
  primary_color_hex: '#272f4b'
1063
1086
  }
1064
1087
  }],
1088
+ type_asset: 'sdk.coin',
1065
1089
  traces: [{
1066
1090
  type: 'ibc',
1067
1091
  counterparty: {
@@ -1094,6 +1118,7 @@ const assets = {
1094
1118
  primary_color_hex: '#2a303f'
1095
1119
  }
1096
1120
  }],
1121
+ type_asset: 'sdk.coin',
1097
1122
  traces: [{
1098
1123
  type: 'ibc',
1099
1124
  counterparty: {
@@ -1126,6 +1151,7 @@ const assets = {
1126
1151
  primary_color_hex: '#54ac94'
1127
1152
  }
1128
1153
  }],
1154
+ type_asset: 'sdk.coin',
1129
1155
  traces: [{
1130
1156
  type: 'ibc',
1131
1157
  counterparty: {
@@ -1158,6 +1184,7 @@ const assets = {
1158
1184
  primary_color_hex: '#7931f9'
1159
1185
  }
1160
1186
  }],
1187
+ type_asset: 'sdk.coin',
1161
1188
  traces: [{
1162
1189
  type: 'ibc',
1163
1190
  counterparty: {
@@ -1196,6 +1223,7 @@ const assets = {
1196
1223
  primary_color_hex: '#dbdbcb'
1197
1224
  }
1198
1225
  }],
1226
+ type_asset: 'sdk.coin',
1199
1227
  traces: [{
1200
1228
  type: 'ibc',
1201
1229
  counterparty: {
@@ -1238,6 +1266,7 @@ const assets = {
1238
1266
  website: 'https://junonetwork.io/',
1239
1267
  twitter: 'https://twitter.com/JunoNetwork'
1240
1268
  },
1269
+ type_asset: 'sdk.coin',
1241
1270
  traces: [{
1242
1271
  type: 'ibc',
1243
1272
  counterparty: {
@@ -1280,6 +1309,7 @@ const assets = {
1280
1309
  website: 'https://kujira.network/',
1281
1310
  twitter: 'https://twitter.com/TeamKujira'
1282
1311
  },
1312
+ type_asset: 'sdk.coin',
1283
1313
  traces: [{
1284
1314
  type: 'ibc',
1285
1315
  counterparty: {
@@ -1318,6 +1348,7 @@ const assets = {
1318
1348
  primary_color_hex: '#1c1c1c'
1319
1349
  }
1320
1350
  }],
1351
+ type_asset: 'sdk.coin',
1321
1352
  traces: [{
1322
1353
  type: 'ibc',
1323
1354
  counterparty: {
@@ -1362,6 +1393,7 @@ const assets = {
1362
1393
  website: 'https://neutron.org/',
1363
1394
  twitter: 'https://twitter.com/Neutron_org'
1364
1395
  },
1396
+ type_asset: 'sdk.coin',
1365
1397
  traces: [{
1366
1398
  type: 'ibc',
1367
1399
  counterparty: {
@@ -1397,6 +1429,7 @@ const assets = {
1397
1429
  primary_color_hex: '#1b0847'
1398
1430
  }
1399
1431
  }],
1432
+ type_asset: 'sdk.coin',
1400
1433
  traces: [{
1401
1434
  type: 'ibc',
1402
1435
  counterparty: {
@@ -1432,6 +1465,7 @@ const assets = {
1432
1465
  primary_color_hex: '#dcd5ab'
1433
1466
  }
1434
1467
  }],
1468
+ type_asset: 'sdk.coin',
1435
1469
  traces: [{
1436
1470
  type: 'ibc',
1437
1471
  counterparty: {
@@ -1467,6 +1501,7 @@ const assets = {
1467
1501
  primary_color_hex: '#333333'
1468
1502
  }
1469
1503
  }],
1504
+ type_asset: 'sdk.coin',
1470
1505
  traces: [{
1471
1506
  type: 'ibc',
1472
1507
  counterparty: {
@@ -1585,6 +1620,7 @@ const assets = {
1585
1620
  website: 'https://ondo.finance/usdy',
1586
1621
  twitter: 'https://x.com/OndoFinance'
1587
1622
  },
1623
+ type_asset: 'sdk.coin',
1588
1624
  traces: [{
1589
1625
  type: 'ibc',
1590
1626
  counterparty: {
@@ -1627,6 +1663,7 @@ const assets = {
1627
1663
  website: 'https://nolus.io/',
1628
1664
  twitter: 'https://twitter.com/NolusProtocol'
1629
1665
  },
1666
+ type_asset: 'sdk.coin',
1630
1667
  traces: [{
1631
1668
  type: 'ibc',
1632
1669
  counterparty: {
@@ -1691,6 +1728,7 @@ const assets = {
1691
1728
  }
1692
1729
  }
1693
1730
  ],
1731
+ type_asset: 'sdk.coin',
1694
1732
  traces: [{
1695
1733
  type: 'ibc',
1696
1734
  counterparty: {
@@ -1823,6 +1861,7 @@ const assets = {
1823
1861
  website: 'https://persistence.one/',
1824
1862
  twitter: 'https://twitter.com/PersistenceOne'
1825
1863
  },
1864
+ type_asset: 'sdk.coin',
1826
1865
  traces: [{
1827
1866
  type: 'ibc',
1828
1867
  counterparty: {
@@ -1864,6 +1903,7 @@ const assets = {
1864
1903
  website: 'https://quicksilver.zone/',
1865
1904
  twitter: 'https://twitter.com/quicksilverzone'
1866
1905
  },
1906
+ type_asset: 'sdk.coin',
1867
1907
  traces: [{
1868
1908
  type: 'ibc',
1869
1909
  counterparty: {
@@ -1914,6 +1954,7 @@ const assets = {
1914
1954
  website: 'https://www.saga.xyz/',
1915
1955
  twitter: 'https://twitter.com/Sagaxyz__'
1916
1956
  },
1957
+ type_asset: 'sdk.coin',
1917
1958
  traces: [{
1918
1959
  type: 'ibc',
1919
1960
  counterparty: {
@@ -1956,6 +1997,7 @@ const assets = {
1956
1997
  website: 'https://agoric.com/',
1957
1998
  twitter: 'https://twitter.com/agoric'
1958
1999
  },
2000
+ type_asset: 'sdk.coin',
1959
2001
  traces: [{
1960
2002
  type: 'ibc',
1961
2003
  counterparty: {
@@ -1994,6 +2036,7 @@ const assets = {
1994
2036
  primary_color_hex: '#d485e2'
1995
2037
  }
1996
2038
  }],
2039
+ type_asset: 'sdk.coin',
1997
2040
  traces: [{
1998
2041
  type: 'ibc',
1999
2042
  counterparty: {
@@ -2036,6 +2079,7 @@ const assets = {
2036
2079
  website: 'https://akash.network/',
2037
2080
  twitter: 'https://twitter.com/akashnet_'
2038
2081
  },
2082
+ type_asset: 'sdk.coin',
2039
2083
  traces: [{
2040
2084
  type: 'ibc',
2041
2085
  counterparty: {
@@ -2072,6 +2116,7 @@ const assets = {
2072
2116
  primary_color_hex: '#040404'
2073
2117
  }
2074
2118
  }],
2119
+ type_asset: 'sdk.coin',
2075
2120
  traces: [{
2076
2121
  type: 'ibc',
2077
2122
  counterparty: {
@@ -2121,6 +2166,7 @@ const assets = {
2121
2166
  website: 'https://archway.io/',
2122
2167
  twitter: 'https://twitter.com/archwayHQ'
2123
2168
  },
2169
+ type_asset: 'sdk.coin',
2124
2170
  traces: [{
2125
2171
  type: 'ibc',
2126
2172
  counterparty: {
@@ -2163,6 +2209,7 @@ const assets = {
2163
2209
  website: 'https://axelar.network/',
2164
2210
  twitter: 'https://twitter.com/axelarnetwork'
2165
2211
  },
2212
+ type_asset: 'sdk.coin',
2166
2213
  traces: [{
2167
2214
  type: 'ibc',
2168
2215
  counterparty: {
@@ -2205,6 +2252,7 @@ const assets = {
2205
2252
  website: 'https://celestia.org/',
2206
2253
  twitter: 'https://twitter.com/CelestiaOrg'
2207
2254
  },
2255
+ type_asset: 'sdk.coin',
2208
2256
  traces: [{
2209
2257
  type: 'ibc',
2210
2258
  counterparty: {
@@ -2243,6 +2291,7 @@ const assets = {
2243
2291
  primary_color_hex: '#fc5f04'
2244
2292
  }
2245
2293
  }],
2294
+ type_asset: 'sdk.coin',
2246
2295
  traces: [{
2247
2296
  type: 'ibc',
2248
2297
  counterparty: {
@@ -2281,6 +2330,7 @@ const assets = {
2281
2330
  primary_color_hex: '#343434'
2282
2331
  }
2283
2332
  }],
2333
+ type_asset: 'sdk.coin',
2284
2334
  traces: [{
2285
2335
  type: 'ibc',
2286
2336
  counterparty: {
@@ -2319,6 +2369,7 @@ const assets = {
2319
2369
  primary_color_hex: '#fc4454'
2320
2370
  }
2321
2371
  }],
2372
+ type_asset: 'sdk.coin',
2322
2373
  traces: [{
2323
2374
  type: 'ibc',
2324
2375
  counterparty: {
@@ -2357,6 +2408,7 @@ const assets = {
2357
2408
  primary_color_hex: '#645ca4'
2358
2409
  }
2359
2410
  }],
2411
+ type_asset: 'sdk.coin',
2360
2412
  traces: [{
2361
2413
  type: 'ibc',
2362
2414
  counterparty: {
@@ -2395,6 +2447,7 @@ const assets = {
2395
2447
  primary_color_hex: '#040404'
2396
2448
  }
2397
2449
  }],
2450
+ type_asset: 'sdk.coin',
2398
2451
  traces: [{
2399
2452
  type: 'ibc',
2400
2453
  counterparty: {
@@ -2445,6 +2498,7 @@ const assets = {
2445
2498
  website: 'https://www.coreum.com/',
2446
2499
  twitter: 'https://twitter.com/CoreumOfficial'
2447
2500
  },
2501
+ type_asset: 'sdk.coin',
2448
2502
  traces: [{
2449
2503
  type: 'ibc',
2450
2504
  counterparty: {
@@ -2487,6 +2541,7 @@ const assets = {
2487
2541
  website: 'https://cosmos.network',
2488
2542
  twitter: 'https://twitter.com/cosmoshub'
2489
2543
  },
2544
+ type_asset: 'sdk.coin',
2490
2545
  traces: [{
2491
2546
  type: 'ibc',
2492
2547
  counterparty: {
@@ -2525,6 +2580,7 @@ const assets = {
2525
2580
  primary_color_hex: '#3c2832'
2526
2581
  }
2527
2582
  }],
2583
+ type_asset: 'sdk.coin',
2528
2584
  traces: [{
2529
2585
  type: 'ibc',
2530
2586
  counterparty: {
@@ -2563,6 +2619,7 @@ const assets = {
2563
2619
  primary_color_hex: '#df969f'
2564
2620
  }
2565
2621
  }],
2622
+ type_asset: 'sdk.coin',
2566
2623
  traces: [{
2567
2624
  type: 'ibc',
2568
2625
  counterparty: {
@@ -2648,6 +2705,7 @@ const assets = {
2648
2705
  website: 'https://evmos.org/',
2649
2706
  twitter: 'https://twitter.com/EvmosOrg'
2650
2707
  },
2708
+ type_asset: 'sdk.coin',
2651
2709
  traces: [{
2652
2710
  type: 'ibc',
2653
2711
  counterparty: {
@@ -2689,6 +2747,7 @@ const assets = {
2689
2747
  website: 'https://www.neokingdom.org/',
2690
2748
  twitter: 'https://twitter.com/NEOKingdomDAO'
2691
2749
  },
2750
+ type_asset: 'sdk.coin',
2692
2751
  traces: [{
2693
2752
  type: 'ibc',
2694
2753
  counterparty: {
@@ -2809,6 +2868,7 @@ const assets = {
2809
2868
  website: 'https://www.gravitybridge.net/',
2810
2869
  twitter: 'https://twitter.com/gravity_bridge'
2811
2870
  },
2871
+ type_asset: 'sdk.coin',
2812
2872
  traces: [{
2813
2873
  type: 'ibc',
2814
2874
  counterparty: {
@@ -2851,6 +2911,7 @@ const assets = {
2851
2911
  website: 'https://injective.com/',
2852
2912
  twitter: 'https://twitter.com/Injective_'
2853
2913
  },
2914
+ type_asset: 'sdk.coin',
2854
2915
  traces: [{
2855
2916
  type: 'ibc',
2856
2917
  counterparty: {
@@ -2886,6 +2947,7 @@ const assets = {
2886
2947
  primary_color_hex: '#31292a'
2887
2948
  }
2888
2949
  }],
2950
+ type_asset: 'sdk.coin',
2889
2951
  traces: [{
2890
2952
  type: 'ibc',
2891
2953
  counterparty: {
@@ -2921,6 +2983,7 @@ const assets = {
2921
2983
  primary_color_hex: '#18120f'
2922
2984
  }
2923
2985
  }],
2986
+ type_asset: 'sdk.coin',
2924
2987
  traces: [{
2925
2988
  type: 'ibc',
2926
2989
  counterparty: {
@@ -2953,6 +3016,7 @@ const assets = {
2953
3016
  primary_color_hex: '#293a6f'
2954
3017
  }
2955
3018
  }],
3019
+ type_asset: 'sdk.coin',
2956
3020
  traces: [{
2957
3021
  type: 'ibc',
2958
3022
  counterparty: {
@@ -2985,6 +3049,7 @@ const assets = {
2985
3049
  primary_color_hex: '#272f4b'
2986
3050
  }
2987
3051
  }],
3052
+ type_asset: 'sdk.coin',
2988
3053
  traces: [{
2989
3054
  type: 'ibc',
2990
3055
  counterparty: {
@@ -3017,6 +3082,7 @@ const assets = {
3017
3082
  primary_color_hex: '#2a303f'
3018
3083
  }
3019
3084
  }],
3085
+ type_asset: 'sdk.coin',
3020
3086
  traces: [{
3021
3087
  type: 'ibc',
3022
3088
  counterparty: {
@@ -3049,6 +3115,7 @@ const assets = {
3049
3115
  primary_color_hex: '#54ac94'
3050
3116
  }
3051
3117
  }],
3118
+ type_asset: 'sdk.coin',
3052
3119
  traces: [{
3053
3120
  type: 'ibc',
3054
3121
  counterparty: {
@@ -3081,6 +3148,7 @@ const assets = {
3081
3148
  primary_color_hex: '#7931f9'
3082
3149
  }
3083
3150
  }],
3151
+ type_asset: 'sdk.coin',
3084
3152
  traces: [{
3085
3153
  type: 'ibc',
3086
3154
  counterparty: {
@@ -3119,6 +3187,7 @@ const assets = {
3119
3187
  primary_color_hex: '#dbdbcb'
3120
3188
  }
3121
3189
  }],
3190
+ type_asset: 'sdk.coin',
3122
3191
  traces: [{
3123
3192
  type: 'ibc',
3124
3193
  counterparty: {
@@ -3161,6 +3230,7 @@ const assets = {
3161
3230
  website: 'https://junonetwork.io/',
3162
3231
  twitter: 'https://twitter.com/JunoNetwork'
3163
3232
  },
3233
+ type_asset: 'sdk.coin',
3164
3234
  traces: [{
3165
3235
  type: 'ibc',
3166
3236
  counterparty: {
@@ -3203,6 +3273,7 @@ const assets = {
3203
3273
  website: 'https://kujira.network/',
3204
3274
  twitter: 'https://twitter.com/TeamKujira'
3205
3275
  },
3276
+ type_asset: 'sdk.coin',
3206
3277
  traces: [{
3207
3278
  type: 'ibc',
3208
3279
  counterparty: {
@@ -3241,6 +3312,7 @@ const assets = {
3241
3312
  primary_color_hex: '#1c1c1c'
3242
3313
  }
3243
3314
  }],
3315
+ type_asset: 'sdk.coin',
3244
3316
  traces: [{
3245
3317
  type: 'ibc',
3246
3318
  counterparty: {
@@ -3285,6 +3357,7 @@ const assets = {
3285
3357
  website: 'https://neutron.org/',
3286
3358
  twitter: 'https://twitter.com/Neutron_org'
3287
3359
  },
3360
+ type_asset: 'sdk.coin',
3288
3361
  traces: [{
3289
3362
  type: 'ibc',
3290
3363
  counterparty: {
@@ -3320,6 +3393,7 @@ const assets = {
3320
3393
  primary_color_hex: '#1b0847'
3321
3394
  }
3322
3395
  }],
3396
+ type_asset: 'sdk.coin',
3323
3397
  traces: [{
3324
3398
  type: 'ibc',
3325
3399
  counterparty: {
@@ -3355,6 +3429,7 @@ const assets = {
3355
3429
  primary_color_hex: '#dcd5ab'
3356
3430
  }
3357
3431
  }],
3432
+ type_asset: 'sdk.coin',
3358
3433
  traces: [{
3359
3434
  type: 'ibc',
3360
3435
  counterparty: {
@@ -3390,6 +3465,7 @@ const assets = {
3390
3465
  primary_color_hex: '#333333'
3391
3466
  }
3392
3467
  }],
3468
+ type_asset: 'sdk.coin',
3393
3469
  traces: [{
3394
3470
  type: 'ibc',
3395
3471
  counterparty: {
@@ -3508,6 +3584,7 @@ const assets = {
3508
3584
  website: 'https://ondo.finance/usdy',
3509
3585
  twitter: 'https://x.com/OndoFinance'
3510
3586
  },
3587
+ type_asset: 'sdk.coin',
3511
3588
  traces: [{
3512
3589
  type: 'ibc',
3513
3590
  counterparty: {
@@ -3550,6 +3627,7 @@ const assets = {
3550
3627
  website: 'https://nolus.io/',
3551
3628
  twitter: 'https://twitter.com/NolusProtocol'
3552
3629
  },
3630
+ type_asset: 'sdk.coin',
3553
3631
  traces: [{
3554
3632
  type: 'ibc',
3555
3633
  counterparty: {
@@ -3614,6 +3692,7 @@ const assets = {
3614
3692
  }
3615
3693
  }
3616
3694
  ],
3695
+ type_asset: 'sdk.coin',
3617
3696
  traces: [{
3618
3697
  type: 'ibc',
3619
3698
  counterparty: {
@@ -3746,6 +3825,7 @@ const assets = {
3746
3825
  website: 'https://persistence.one/',
3747
3826
  twitter: 'https://twitter.com/PersistenceOne'
3748
3827
  },
3828
+ type_asset: 'sdk.coin',
3749
3829
  traces: [{
3750
3830
  type: 'ibc',
3751
3831
  counterparty: {
@@ -3787,6 +3867,7 @@ const assets = {
3787
3867
  website: 'https://quicksilver.zone/',
3788
3868
  twitter: 'https://twitter.com/quicksilverzone'
3789
3869
  },
3870
+ type_asset: 'sdk.coin',
3790
3871
  traces: [{
3791
3872
  type: 'ibc',
3792
3873
  counterparty: {
@@ -3837,6 +3918,7 @@ const assets = {
3837
3918
  website: 'https://www.saga.xyz/',
3838
3919
  twitter: 'https://twitter.com/Sagaxyz__'
3839
3920
  },
3921
+ type_asset: 'sdk.coin',
3840
3922
  traces: [{
3841
3923
  type: 'ibc',
3842
3924
  counterparty: {
@@ -3879,6 +3961,7 @@ const assets = {
3879
3961
  website: 'https://www.sentinel.co/',
3880
3962
  twitter: 'https://x.com/SentinelDVPN'
3881
3963
  },
3964
+ type_asset: 'sdk.coin',
3882
3965
  traces: [{
3883
3966
  type: 'ibc',
3884
3967
  counterparty: {
@@ -3917,6 +4000,7 @@ const assets = {
3917
4000
  primary_color_hex: '#be9926'
3918
4001
  }
3919
4002
  }],
4003
+ type_asset: 'sdk.coin',
3920
4004
  traces: [{
3921
4005
  type: 'ibc',
3922
4006
  counterparty: {
@@ -3959,6 +4043,7 @@ const assets = {
3959
4043
  website: 'https://www.stargaze.zone/',
3960
4044
  twitter: 'https://twitter.com/StargazeZone'
3961
4045
  },
4046
+ type_asset: 'sdk.coin',
3962
4047
  traces: [{
3963
4048
  type: 'ibc',
3964
4049
  counterparty: {
@@ -4001,6 +4086,7 @@ const assets = {
4001
4086
  website: 'https://stride.zone/',
4002
4087
  twitter: 'https://twitter.com/stride_zone'
4003
4088
  },
4089
+ type_asset: 'sdk.coin',
4004
4090
  traces: [{
4005
4091
  type: 'ibc',
4006
4092
  counterparty: {
@@ -4039,6 +4125,7 @@ const assets = {
4039
4125
  primary_color_hex: '#040404'
4040
4126
  }
4041
4127
  }],
4128
+ type_asset: 'sdk.coin',
4042
4129
  traces: [{
4043
4130
  type: 'ibc',
4044
4131
  counterparty: {
@@ -4086,6 +4173,7 @@ const assets = {
4086
4173
  primary_color_hex: '#fcdb5b'
4087
4174
  }
4088
4175
  }],
4176
+ type_asset: 'sdk.coin',
4089
4177
  traces: [{
4090
4178
  type: 'ibc',
4091
4179
  counterparty: {
@@ -4133,6 +4221,7 @@ const assets = {
4133
4221
  primary_color_hex: '#5493f2'
4134
4222
  }
4135
4223
  }],
4224
+ type_asset: 'sdk.coin',
4136
4225
  traces: [{
4137
4226
  type: 'ibc',
4138
4227
  counterparty: {
@@ -4179,6 +4268,7 @@ const assets = {
4179
4268
  primary_color_hex: '#4b83e0'
4180
4269
  }
4181
4270
  }],
4271
+ type_asset: 'sdk.coin',
4182
4272
  traces: [{
4183
4273
  type: 'ibc',
4184
4274
  counterparty: {
@@ -4225,6 +4315,7 @@ const assets = {
4225
4315
  primary_color_hex: '#5981d7'
4226
4316
  }
4227
4317
  }],
4318
+ type_asset: 'sdk.coin',
4228
4319
  traces: [{
4229
4320
  type: 'ibc',
4230
4321
  counterparty: {
@@ -4271,6 +4362,7 @@ const assets = {
4271
4362
  primary_color_hex: '#de725b'
4272
4363
  }
4273
4364
  }],
4365
+ type_asset: 'sdk.coin',
4274
4366
  traces: [{
4275
4367
  type: 'ibc',
4276
4368
  counterparty: {
@@ -4317,6 +4409,7 @@ const assets = {
4317
4409
  primary_color_hex: '#c95c41'
4318
4410
  }
4319
4411
  }],
4412
+ type_asset: 'sdk.coin',
4320
4413
  traces: [{
4321
4414
  type: 'ibc',
4322
4415
  counterparty: {
@@ -4363,6 +4456,7 @@ const assets = {
4363
4456
  primary_color_hex: '#d3684c'
4364
4457
  }
4365
4458
  }],
4459
+ type_asset: 'sdk.coin',
4366
4460
  traces: [{
4367
4461
  type: 'ibc',
4368
4462
  counterparty: {
@@ -4409,6 +4503,7 @@ const assets = {
4409
4503
  primary_color_hex: '#db300a'
4410
4504
  }
4411
4505
  }],
4506
+ type_asset: 'sdk.coin',
4412
4507
  traces: [{
4413
4508
  type: 'ibc',
4414
4509
  counterparty: {
@@ -4455,6 +4550,7 @@ const assets = {
4455
4550
  primary_color_hex: '#1535b2'
4456
4551
  }
4457
4552
  }],
4553
+ type_asset: 'sdk.coin',
4458
4554
  traces: [{
4459
4555
  type: 'ibc',
4460
4556
  counterparty: {
@@ -4501,6 +4597,7 @@ const assets = {
4501
4597
  primary_color_hex: '#d49b9c'
4502
4598
  }
4503
4599
  }],
4600
+ type_asset: 'sdk.coin',
4504
4601
  traces: [{
4505
4602
  type: 'ibc',
4506
4603
  counterparty: {
@@ -4547,6 +4644,7 @@ const assets = {
4547
4644
  primary_color_hex: '#dc300a'
4548
4645
  }
4549
4646
  }],
4647
+ type_asset: 'sdk.coin',
4550
4648
  traces: [{
4551
4649
  type: 'ibc',
4552
4650
  counterparty: {
@@ -4593,6 +4691,7 @@ const assets = {
4593
4691
  primary_color_hex: '#5893ed'
4594
4692
  }
4595
4693
  }],
4694
+ type_asset: 'sdk.coin',
4596
4695
  traces: [{
4597
4696
  type: 'ibc',
4598
4697
  counterparty: {
@@ -4639,6 +4738,7 @@ const assets = {
4639
4738
  primary_color_hex: '#4b87e6'
4640
4739
  }
4641
4740
  }],
4741
+ type_asset: 'sdk.coin',
4642
4742
  traces: [{
4643
4743
  type: 'ibc',
4644
4744
  counterparty: {
@@ -4685,6 +4785,7 @@ const assets = {
4685
4785
  primary_color_hex: '#cfcfcf'
4686
4786
  }
4687
4787
  }],
4788
+ type_asset: 'sdk.coin',
4688
4789
  traces: [{
4689
4790
  type: 'ibc',
4690
4791
  counterparty: {
@@ -4731,6 +4832,7 @@ const assets = {
4731
4832
  primary_color_hex: '#4085f0'
4732
4833
  }
4733
4834
  }],
4835
+ type_asset: 'sdk.coin',
4734
4836
  traces: [{
4735
4837
  type: 'ibc',
4736
4838
  counterparty: {
@@ -4777,6 +4879,7 @@ const assets = {
4777
4879
  primary_color_hex: '#5893ed'
4778
4880
  }
4779
4881
  }],
4882
+ type_asset: 'sdk.coin',
4780
4883
  traces: [{
4781
4884
  type: 'ibc',
4782
4885
  counterparty: {
@@ -4823,6 +4926,7 @@ const assets = {
4823
4926
  primary_color_hex: '#5493f3'
4824
4927
  }
4825
4928
  }],
4929
+ type_asset: 'sdk.coin',
4826
4930
  traces: [{
4827
4931
  type: 'ibc',
4828
4932
  counterparty: {
@@ -4869,6 +4973,7 @@ const assets = {
4869
4973
  primary_color_hex: '#e88057'
4870
4974
  }
4871
4975
  }],
4976
+ type_asset: 'sdk.coin',
4872
4977
  traces: [{
4873
4978
  type: 'ibc',
4874
4979
  counterparty: {
@@ -4915,6 +5020,7 @@ const assets = {
4915
5020
  primary_color_hex: '#2fa4f1'
4916
5021
  }
4917
5022
  }],
5023
+ type_asset: 'sdk.coin',
4918
5024
  traces: [{
4919
5025
  type: 'ibc',
4920
5026
  counterparty: {
@@ -4961,6 +5067,7 @@ const assets = {
4961
5067
  primary_color_hex: '#2e71e1'
4962
5068
  }
4963
5069
  }],
5070
+ type_asset: 'sdk.coin',
4964
5071
  traces: [{
4965
5072
  type: 'ibc',
4966
5073
  counterparty: {
@@ -5007,6 +5114,7 @@ const assets = {
5007
5114
  primary_color_hex: '#4886e7'
5008
5115
  }
5009
5116
  }],
5117
+ type_asset: 'sdk.coin',
5010
5118
  traces: [{
5011
5119
  type: 'ibc',
5012
5120
  counterparty: {
@@ -5053,6 +5161,7 @@ const assets = {
5053
5161
  primary_color_hex: '#5493f3'
5054
5162
  }
5055
5163
  }],
5164
+ type_asset: 'sdk.coin',
5056
5165
  traces: [{
5057
5166
  type: 'ibc',
5058
5167
  counterparty: {
@@ -5099,6 +5208,7 @@ const assets = {
5099
5208
  primary_color_hex: '#5493f3'
5100
5209
  }
5101
5210
  }],
5211
+ type_asset: 'sdk.coin',
5102
5212
  traces: [{
5103
5213
  type: 'ibc',
5104
5214
  counterparty: {
@@ -5141,6 +5251,7 @@ const assets = {
5141
5251
  website: 'https://www.terra.money/',
5142
5252
  twitter: 'https://twitter.com/terra_money'
5143
5253
  },
5254
+ type_asset: 'sdk.coin',
5144
5255
  traces: [{
5145
5256
  type: 'ibc',
5146
5257
  counterparty: {
@@ -5179,6 +5290,7 @@ const assets = {
5179
5290
  primary_color_hex: '#22f2e9'
5180
5291
  }
5181
5292
  }],
5293
+ type_asset: 'sdk.coin',
5182
5294
  traces: [{
5183
5295
  type: 'ibc',
5184
5296
  counterparty: {
@@ -5221,6 +5333,7 @@ const assets = {
5221
5333
  website: 'https://www.sentinel.co/',
5222
5334
  twitter: 'https://x.com/SentinelDVPN'
5223
5335
  },
5336
+ type_asset: 'sdk.coin',
5224
5337
  traces: [{
5225
5338
  type: 'ibc',
5226
5339
  counterparty: {
@@ -5259,6 +5372,7 @@ const assets = {
5259
5372
  primary_color_hex: '#be9926'
5260
5373
  }
5261
5374
  }],
5375
+ type_asset: 'sdk.coin',
5262
5376
  traces: [{
5263
5377
  type: 'ibc',
5264
5378
  counterparty: {
@@ -5301,6 +5415,7 @@ const assets = {
5301
5415
  website: 'https://www.stargaze.zone/',
5302
5416
  twitter: 'https://twitter.com/StargazeZone'
5303
5417
  },
5418
+ type_asset: 'sdk.coin',
5304
5419
  traces: [{
5305
5420
  type: 'ibc',
5306
5421
  counterparty: {
@@ -5343,6 +5458,7 @@ const assets = {
5343
5458
  website: 'https://stride.zone/',
5344
5459
  twitter: 'https://twitter.com/stride_zone'
5345
5460
  },
5461
+ type_asset: 'sdk.coin',
5346
5462
  traces: [{
5347
5463
  type: 'ibc',
5348
5464
  counterparty: {
@@ -5381,6 +5497,7 @@ const assets = {
5381
5497
  primary_color_hex: '#040404'
5382
5498
  }
5383
5499
  }],
5500
+ type_asset: 'sdk.coin',
5384
5501
  traces: [{
5385
5502
  type: 'ibc',
5386
5503
  counterparty: {
@@ -5428,6 +5545,7 @@ const assets = {
5428
5545
  primary_color_hex: '#fcdb5b'
5429
5546
  }
5430
5547
  }],
5548
+ type_asset: 'sdk.coin',
5431
5549
  traces: [{
5432
5550
  type: 'ibc',
5433
5551
  counterparty: {
@@ -5475,6 +5593,7 @@ const assets = {
5475
5593
  primary_color_hex: '#5493f2'
5476
5594
  }
5477
5595
  }],
5596
+ type_asset: 'sdk.coin',
5478
5597
  traces: [{
5479
5598
  type: 'ibc',
5480
5599
  counterparty: {
@@ -5521,6 +5640,7 @@ const assets = {
5521
5640
  primary_color_hex: '#4b83e0'
5522
5641
  }
5523
5642
  }],
5643
+ type_asset: 'sdk.coin',
5524
5644
  traces: [{
5525
5645
  type: 'ibc',
5526
5646
  counterparty: {
@@ -5567,6 +5687,7 @@ const assets = {
5567
5687
  primary_color_hex: '#5981d7'
5568
5688
  }
5569
5689
  }],
5690
+ type_asset: 'sdk.coin',
5570
5691
  traces: [{
5571
5692
  type: 'ibc',
5572
5693
  counterparty: {
@@ -5613,6 +5734,7 @@ const assets = {
5613
5734
  primary_color_hex: '#de725b'
5614
5735
  }
5615
5736
  }],
5737
+ type_asset: 'sdk.coin',
5616
5738
  traces: [{
5617
5739
  type: 'ibc',
5618
5740
  counterparty: {
@@ -5659,6 +5781,7 @@ const assets = {
5659
5781
  primary_color_hex: '#c95c41'
5660
5782
  }
5661
5783
  }],
5784
+ type_asset: 'sdk.coin',
5662
5785
  traces: [{
5663
5786
  type: 'ibc',
5664
5787
  counterparty: {
@@ -5705,6 +5828,7 @@ const assets = {
5705
5828
  primary_color_hex: '#d3684c'
5706
5829
  }
5707
5830
  }],
5831
+ type_asset: 'sdk.coin',
5708
5832
  traces: [{
5709
5833
  type: 'ibc',
5710
5834
  counterparty: {
@@ -5751,6 +5875,7 @@ const assets = {
5751
5875
  primary_color_hex: '#db300a'
5752
5876
  }
5753
5877
  }],
5878
+ type_asset: 'sdk.coin',
5754
5879
  traces: [{
5755
5880
  type: 'ibc',
5756
5881
  counterparty: {
@@ -5797,6 +5922,7 @@ const assets = {
5797
5922
  primary_color_hex: '#1535b2'
5798
5923
  }
5799
5924
  }],
5925
+ type_asset: 'sdk.coin',
5800
5926
  traces: [{
5801
5927
  type: 'ibc',
5802
5928
  counterparty: {
@@ -5843,6 +5969,7 @@ const assets = {
5843
5969
  primary_color_hex: '#d49b9c'
5844
5970
  }
5845
5971
  }],
5972
+ type_asset: 'sdk.coin',
5846
5973
  traces: [{
5847
5974
  type: 'ibc',
5848
5975
  counterparty: {
@@ -5889,6 +6016,7 @@ const assets = {
5889
6016
  primary_color_hex: '#dc300a'
5890
6017
  }
5891
6018
  }],
6019
+ type_asset: 'sdk.coin',
5892
6020
  traces: [{
5893
6021
  type: 'ibc',
5894
6022
  counterparty: {
@@ -5935,6 +6063,7 @@ const assets = {
5935
6063
  primary_color_hex: '#5893ed'
5936
6064
  }
5937
6065
  }],
6066
+ type_asset: 'sdk.coin',
5938
6067
  traces: [{
5939
6068
  type: 'ibc',
5940
6069
  counterparty: {
@@ -5981,6 +6110,7 @@ const assets = {
5981
6110
  primary_color_hex: '#4b87e6'
5982
6111
  }
5983
6112
  }],
6113
+ type_asset: 'sdk.coin',
5984
6114
  traces: [{
5985
6115
  type: 'ibc',
5986
6116
  counterparty: {
@@ -6027,6 +6157,7 @@ const assets = {
6027
6157
  primary_color_hex: '#cfcfcf'
6028
6158
  }
6029
6159
  }],
6160
+ type_asset: 'sdk.coin',
6030
6161
  traces: [{
6031
6162
  type: 'ibc',
6032
6163
  counterparty: {
@@ -6073,6 +6204,7 @@ const assets = {
6073
6204
  primary_color_hex: '#4085f0'
6074
6205
  }
6075
6206
  }],
6207
+ type_asset: 'sdk.coin',
6076
6208
  traces: [{
6077
6209
  type: 'ibc',
6078
6210
  counterparty: {
@@ -6119,6 +6251,7 @@ const assets = {
6119
6251
  primary_color_hex: '#5893ed'
6120
6252
  }
6121
6253
  }],
6254
+ type_asset: 'sdk.coin',
6122
6255
  traces: [{
6123
6256
  type: 'ibc',
6124
6257
  counterparty: {
@@ -6165,6 +6298,7 @@ const assets = {
6165
6298
  primary_color_hex: '#5493f3'
6166
6299
  }
6167
6300
  }],
6301
+ type_asset: 'sdk.coin',
6168
6302
  traces: [{
6169
6303
  type: 'ibc',
6170
6304
  counterparty: {
@@ -6211,6 +6345,7 @@ const assets = {
6211
6345
  primary_color_hex: '#e88057'
6212
6346
  }
6213
6347
  }],
6348
+ type_asset: 'sdk.coin',
6214
6349
  traces: [{
6215
6350
  type: 'ibc',
6216
6351
  counterparty: {
@@ -6257,6 +6392,7 @@ const assets = {
6257
6392
  primary_color_hex: '#2fa4f1'
6258
6393
  }
6259
6394
  }],
6395
+ type_asset: 'sdk.coin',
6260
6396
  traces: [{
6261
6397
  type: 'ibc',
6262
6398
  counterparty: {
@@ -6303,6 +6439,7 @@ const assets = {
6303
6439
  primary_color_hex: '#2e71e1'
6304
6440
  }
6305
6441
  }],
6442
+ type_asset: 'sdk.coin',
6306
6443
  traces: [{
6307
6444
  type: 'ibc',
6308
6445
  counterparty: {
@@ -6349,6 +6486,7 @@ const assets = {
6349
6486
  primary_color_hex: '#4886e7'
6350
6487
  }
6351
6488
  }],
6489
+ type_asset: 'sdk.coin',
6352
6490
  traces: [{
6353
6491
  type: 'ibc',
6354
6492
  counterparty: {
@@ -6395,6 +6533,7 @@ const assets = {
6395
6533
  primary_color_hex: '#5493f3'
6396
6534
  }
6397
6535
  }],
6536
+ type_asset: 'sdk.coin',
6398
6537
  traces: [{
6399
6538
  type: 'ibc',
6400
6539
  counterparty: {
@@ -6441,6 +6580,7 @@ const assets = {
6441
6580
  primary_color_hex: '#5493f3'
6442
6581
  }
6443
6582
  }],
6583
+ type_asset: 'sdk.coin',
6444
6584
  traces: [{
6445
6585
  type: 'ibc',
6446
6586
  counterparty: {
@@ -6483,6 +6623,7 @@ const assets = {
6483
6623
  website: 'https://www.terra.money/',
6484
6624
  twitter: 'https://twitter.com/terra_money'
6485
6625
  },
6626
+ type_asset: 'sdk.coin',
6486
6627
  traces: [{
6487
6628
  type: 'ibc',
6488
6629
  counterparty: {
@@ -6521,6 +6662,7 @@ const assets = {
6521
6662
  primary_color_hex: '#22f2e9'
6522
6663
  }
6523
6664
  }],
6665
+ type_asset: 'sdk.coin',
6524
6666
  traces: [{
6525
6667
  type: 'ibc',
6526
6668
  counterparty: {
@@ -9351,7 +9493,7 @@ const assets = {
9351
9493
  },
9352
9494
  {
9353
9495
  description: 'The Wrapped INJ token for the Oraichain.',
9354
- type_asset: 'sdk.coin',
9496
+ type_asset: 'cw20',
9355
9497
  address: 'orai19rtmkk6sn4tppvjmp5d5zj6gfsdykrl5rw2euu5gwur3luheuuusesqn49',
9356
9498
  denom_units: [{
9357
9499
  denom: 'ibc/00454780C89CD74EF846AA50C7ED3C7258075F3D7B1E3C527BE8FA19A6E8F32C',
@@ -12736,7 +12878,7 @@ const assets = {
12736
12878
  },
12737
12879
  {
12738
12880
  description: 'The Wrapped INJ token for the Oraichain.',
12739
- type_asset: 'sdk.coin',
12881
+ type_asset: 'cw20',
12740
12882
  address: 'orai19rtmkk6sn4tppvjmp5d5zj6gfsdykrl5rw2euu5gwur3luheuuusesqn49',
12741
12883
  denom_units: [{
12742
12884
  denom: 'ibc/00454780C89CD74EF846AA50C7ED3C7258075F3D7B1E3C527BE8FA19A6E8F32C',