@chain-registry/assets 1.65.3 → 1.65.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (271) hide show
  1. package/esm/mainnet/acrechain.js +66 -0
  2. package/esm/mainnet/agoric.js +42 -2
  3. package/esm/mainnet/aioz.js +2 -0
  4. package/esm/mainnet/akash.js +36 -0
  5. package/esm/mainnet/andromeda.js +26 -0
  6. package/esm/mainnet/archway.js +58 -2
  7. package/esm/mainnet/assetmantle.js +6 -0
  8. package/esm/mainnet/assets.js +2 -1
  9. package/esm/mainnet/aura.js +22 -2
  10. package/esm/mainnet/axelar.js +266 -0
  11. package/esm/mainnet/bandchain.js +4 -0
  12. package/esm/mainnet/beezee.js +4 -0
  13. package/esm/mainnet/bitcanna.js +6 -0
  14. package/esm/mainnet/bitsong.js +10 -0
  15. package/esm/mainnet/bostrom.js +2 -0
  16. package/esm/mainnet/canto.js +6 -0
  17. package/esm/mainnet/carbon.js +18 -0
  18. package/esm/mainnet/celestia.js +198 -2
  19. package/esm/mainnet/chain4energy.js +2 -0
  20. package/esm/mainnet/cheqd.js +6 -0
  21. package/esm/mainnet/chihuahua.js +20 -0
  22. package/esm/mainnet/cifer.js +2 -0
  23. package/esm/mainnet/comdex.js +18 -0
  24. package/esm/mainnet/composable.js +62 -0
  25. package/esm/mainnet/coreum.js +34 -2
  26. package/esm/mainnet/cosmoshub.js +324 -6
  27. package/esm/mainnet/crescent.js +110 -0
  28. package/esm/mainnet/cronos.js +12 -2
  29. package/esm/mainnet/cryptoorgchain.js +26 -0
  30. package/esm/mainnet/decentr.js +6 -0
  31. package/esm/mainnet/dig.js +2 -0
  32. package/esm/mainnet/doravota.js +36 -0
  33. package/esm/mainnet/dydx.js +186 -2
  34. package/esm/mainnet/dymension.js +40 -2
  35. package/esm/mainnet/emoney.js +6 -0
  36. package/esm/mainnet/empowerchain.js +4 -0
  37. package/esm/mainnet/evmos.js +70 -2
  38. package/esm/mainnet/furya.js +8 -0
  39. package/esm/mainnet/fxcore.js +4 -0
  40. package/esm/mainnet/gateway.js +24 -0
  41. package/esm/mainnet/gravitybridge.js +50 -2
  42. package/esm/mainnet/haqq.js +22 -2
  43. package/esm/mainnet/impacthub.js +8 -0
  44. package/esm/mainnet/index.js +1 -0
  45. package/esm/mainnet/injective.js +214 -2
  46. package/esm/mainnet/irisnet.js +40 -0
  47. package/esm/mainnet/jackal.js +12 -0
  48. package/esm/mainnet/joltify.js +4 -0
  49. package/esm/mainnet/juno.js +122 -0
  50. package/esm/mainnet/kava.js +64 -0
  51. package/esm/mainnet/kichain.js +2 -0
  52. package/esm/mainnet/kujira.js +136 -6
  53. package/esm/mainnet/kyve.js +6 -0
  54. package/esm/mainnet/lava.js +6 -0
  55. package/esm/mainnet/likecoin.js +2 -0
  56. package/esm/mainnet/lumnetwork.js +2 -0
  57. package/esm/mainnet/mars.js +18 -0
  58. package/esm/mainnet/medasdigital.js +2 -0
  59. package/esm/mainnet/migaloo.js +62 -2
  60. package/esm/mainnet/neutron.js +220 -2
  61. package/esm/mainnet/nibiru.js +4 -0
  62. package/esm/mainnet/noble.js +372 -6
  63. package/esm/mainnet/nois.js +38 -0
  64. package/esm/mainnet/nolus.js +14 -0
  65. package/esm/mainnet/nomic.js +10 -0
  66. package/esm/mainnet/nyx.js +2 -0
  67. package/esm/mainnet/odin.js +20 -0
  68. package/esm/mainnet/okexchain.js +10 -0
  69. package/esm/mainnet/omniflixhub.js +16 -0
  70. package/esm/mainnet/onex.js +16 -2
  71. package/esm/mainnet/onomy.js +2 -0
  72. package/esm/mainnet/oraichain.js +30 -0
  73. package/esm/mainnet/osmosis.js +538 -6
  74. package/esm/mainnet/persistence.js +94 -2
  75. package/esm/mainnet/planq.js +18 -0
  76. package/esm/mainnet/point.js +2 -0
  77. package/esm/mainnet/provenance.js +4 -0
  78. package/esm/mainnet/pryzm.js +38 -0
  79. package/esm/mainnet/pundix.js +2 -0
  80. package/esm/mainnet/quicksilver.js +18 -0
  81. package/esm/mainnet/qwoyn.js +2 -0
  82. package/esm/mainnet/realio.js +4 -0
  83. package/esm/mainnet/regen.js +24 -0
  84. package/esm/mainnet/saga.js +14 -0
  85. package/esm/mainnet/secretnetwork.js +144 -2
  86. package/esm/mainnet/sei.js +40 -4
  87. package/esm/mainnet/self.js +4 -0
  88. package/esm/mainnet/sentinel.js +24 -0
  89. package/esm/mainnet/shido.js +4 -0
  90. package/esm/mainnet/sifchain.js +22 -0
  91. package/esm/mainnet/sommelier.js +24 -0
  92. package/esm/mainnet/source.js +10 -2
  93. package/esm/mainnet/stafihub.js +10 -0
  94. package/esm/mainnet/stargaze.js +50 -0
  95. package/esm/mainnet/starname.js +16 -0
  96. package/esm/mainnet/stride.js +232 -0
  97. package/esm/mainnet/teritori.js +8 -0
  98. package/esm/mainnet/terra.js +16 -0
  99. package/esm/mainnet/terra2.js +286 -2
  100. package/esm/mainnet/tgrade.js +4 -0
  101. package/esm/mainnet/titan.js +244 -0
  102. package/esm/mainnet/umee.js +62 -2
  103. package/esm/mainnet/unification.js +2 -0
  104. package/esm/mainnet/uptick.js +4 -0
  105. package/esm/mainnet/vidulum.js +4 -0
  106. package/esm/mainnet/xpla.js +16 -0
  107. package/esm/noncosmos/penumbra.js +8 -0
  108. package/esm/testnet/archwaytestnet.js +4 -0
  109. package/esm/testnet/axelartestnet.js +20 -0
  110. package/esm/testnet/celestiatestnet3.js +2 -0
  111. package/esm/testnet/cosmoshubtestnet.js +20 -0
  112. package/esm/testnet/dydxtestnet.js +2 -0
  113. package/esm/testnet/elystestnet.js +8 -0
  114. package/esm/testnet/empowertestnet.js +4 -0
  115. package/esm/testnet/injectivetestnet.js +4 -0
  116. package/esm/testnet/junotestnet.js +6 -0
  117. package/esm/testnet/kujiratestnet.js +4 -0
  118. package/esm/testnet/lavatestnet.js +2 -0
  119. package/esm/testnet/mantrachaintestnet.js +8 -0
  120. package/esm/testnet/marstestnet.js +4 -0
  121. package/esm/testnet/neutrontestnet.js +4 -0
  122. package/esm/testnet/nobletestnet.js +14 -0
  123. package/esm/testnet/noistestnet.js +8 -0
  124. package/esm/testnet/nolustestnet.js +2 -0
  125. package/esm/testnet/osmosistestnet.js +62 -0
  126. package/esm/testnet/osmosistestnet4.js +12 -0
  127. package/esm/testnet/persistencetestnet2.js +4 -0
  128. package/esm/testnet/sagatestnet.js +2 -0
  129. package/esm/testnet/seitestnet2.js +6 -0
  130. package/esm/testnet/stargazetestnet.js +6 -0
  131. package/esm/testnet/symphonytestnet.js +8 -0
  132. package/esm/testnet/terra2testnet.js +2 -0
  133. package/esm/testnet/titantestnet.js +12 -0
  134. package/esm/testnet/xiontestnet.js +10 -0
  135. package/mainnet/acrechain.js +66 -0
  136. package/mainnet/agoric.js +42 -2
  137. package/mainnet/aioz.js +2 -0
  138. package/mainnet/akash.js +36 -0
  139. package/mainnet/andromeda.js +26 -0
  140. package/mainnet/archway.js +58 -2
  141. package/mainnet/assetmantle.js +6 -0
  142. package/mainnet/assets.js +2 -1
  143. package/mainnet/aura.js +22 -2
  144. package/mainnet/axelar.js +266 -0
  145. package/mainnet/bandchain.js +4 -0
  146. package/mainnet/beezee.js +4 -0
  147. package/mainnet/bitcanna.js +6 -0
  148. package/mainnet/bitsong.js +10 -0
  149. package/mainnet/bostrom.js +2 -0
  150. package/mainnet/canto.js +6 -0
  151. package/mainnet/carbon.js +18 -0
  152. package/mainnet/celestia.js +198 -2
  153. package/mainnet/chain4energy.js +2 -0
  154. package/mainnet/cheqd.js +6 -0
  155. package/mainnet/chihuahua.js +20 -0
  156. package/mainnet/cifer.js +2 -0
  157. package/mainnet/comdex.js +18 -0
  158. package/mainnet/composable.js +62 -0
  159. package/mainnet/coreum.js +34 -2
  160. package/mainnet/cosmoshub.js +324 -6
  161. package/mainnet/crescent.js +110 -0
  162. package/mainnet/cronos.js +12 -2
  163. package/mainnet/cryptoorgchain.js +26 -0
  164. package/mainnet/decentr.js +6 -0
  165. package/mainnet/dig.js +2 -0
  166. package/mainnet/doravota.js +36 -0
  167. package/mainnet/dydx.js +186 -2
  168. package/mainnet/dymension.js +40 -2
  169. package/mainnet/emoney.js +6 -0
  170. package/mainnet/empowerchain.js +4 -0
  171. package/mainnet/evmos.js +70 -2
  172. package/mainnet/furya.js +8 -0
  173. package/mainnet/fxcore.js +4 -0
  174. package/mainnet/gateway.js +24 -0
  175. package/mainnet/gravitybridge.js +50 -2
  176. package/mainnet/haqq.js +22 -2
  177. package/mainnet/impacthub.js +8 -0
  178. package/mainnet/index.d.ts +1 -0
  179. package/mainnet/index.js +2 -1
  180. package/mainnet/injective.js +214 -2
  181. package/mainnet/irisnet.js +40 -0
  182. package/mainnet/jackal.js +12 -0
  183. package/mainnet/joltify.js +4 -0
  184. package/mainnet/juno.js +122 -0
  185. package/mainnet/kava.js +64 -0
  186. package/mainnet/kichain.js +2 -0
  187. package/mainnet/kujira.js +136 -6
  188. package/mainnet/kyve.js +6 -0
  189. package/mainnet/lava.js +6 -0
  190. package/mainnet/likecoin.js +2 -0
  191. package/mainnet/lumnetwork.js +2 -0
  192. package/mainnet/mars.js +18 -0
  193. package/mainnet/medasdigital.js +2 -0
  194. package/mainnet/migaloo.js +62 -2
  195. package/mainnet/neutron.js +220 -2
  196. package/mainnet/nibiru.js +4 -0
  197. package/mainnet/noble.js +372 -6
  198. package/mainnet/nois.js +38 -0
  199. package/mainnet/nolus.js +14 -0
  200. package/mainnet/nomic.js +10 -0
  201. package/mainnet/nyx.js +2 -0
  202. package/mainnet/odin.js +20 -0
  203. package/mainnet/okexchain.js +10 -0
  204. package/mainnet/omniflixhub.js +16 -0
  205. package/mainnet/onex.js +16 -2
  206. package/mainnet/onomy.js +2 -0
  207. package/mainnet/oraichain.js +30 -0
  208. package/mainnet/osmosis.js +538 -6
  209. package/mainnet/persistence.js +94 -2
  210. package/mainnet/planq.js +18 -0
  211. package/mainnet/point.js +2 -0
  212. package/mainnet/provenance.js +4 -0
  213. package/mainnet/pryzm.js +38 -0
  214. package/mainnet/pundix.js +2 -0
  215. package/mainnet/quicksilver.js +18 -0
  216. package/mainnet/qwoyn.js +2 -0
  217. package/mainnet/realio.js +4 -0
  218. package/mainnet/regen.js +24 -0
  219. package/mainnet/saga.js +14 -0
  220. package/mainnet/secretnetwork.js +144 -2
  221. package/mainnet/sei.js +40 -4
  222. package/mainnet/self.js +4 -0
  223. package/mainnet/sentinel.js +24 -0
  224. package/mainnet/shido.js +4 -0
  225. package/mainnet/sifchain.js +22 -0
  226. package/mainnet/sommelier.js +24 -0
  227. package/mainnet/source.js +10 -2
  228. package/mainnet/stafihub.js +10 -0
  229. package/mainnet/stargaze.js +50 -0
  230. package/mainnet/starname.js +16 -0
  231. package/mainnet/stride.js +232 -0
  232. package/mainnet/teritori.js +8 -0
  233. package/mainnet/terra.js +16 -0
  234. package/mainnet/terra2.js +286 -2
  235. package/mainnet/tgrade.js +4 -0
  236. package/mainnet/titan.d.ts +3 -0
  237. package/mainnet/titan.js +246 -0
  238. package/mainnet/umee.js +62 -2
  239. package/mainnet/unification.js +2 -0
  240. package/mainnet/uptick.js +4 -0
  241. package/mainnet/vidulum.js +4 -0
  242. package/mainnet/xpla.js +16 -0
  243. package/noncosmos/penumbra.js +8 -0
  244. package/package.json +5 -5
  245. package/testnet/archwaytestnet.js +4 -0
  246. package/testnet/axelartestnet.js +20 -0
  247. package/testnet/celestiatestnet3.js +2 -0
  248. package/testnet/cosmoshubtestnet.js +20 -0
  249. package/testnet/dydxtestnet.js +2 -0
  250. package/testnet/elystestnet.js +8 -0
  251. package/testnet/empowertestnet.js +4 -0
  252. package/testnet/injectivetestnet.js +4 -0
  253. package/testnet/junotestnet.js +6 -0
  254. package/testnet/kujiratestnet.js +4 -0
  255. package/testnet/lavatestnet.js +2 -0
  256. package/testnet/mantrachaintestnet.js +8 -0
  257. package/testnet/marstestnet.js +4 -0
  258. package/testnet/neutrontestnet.js +4 -0
  259. package/testnet/nobletestnet.js +14 -0
  260. package/testnet/noistestnet.js +8 -0
  261. package/testnet/nolustestnet.js +2 -0
  262. package/testnet/osmosistestnet.js +62 -0
  263. package/testnet/osmosistestnet4.js +12 -0
  264. package/testnet/persistencetestnet2.js +4 -0
  265. package/testnet/sagatestnet.js +2 -0
  266. package/testnet/seitestnet2.js +6 -0
  267. package/testnet/stargazetestnet.js +6 -0
  268. package/testnet/symphonytestnet.js +8 -0
  269. package/testnet/terra2testnet.js +2 -0
  270. package/testnet/titantestnet.js +12 -0
  271. package/testnet/xiontestnet.js +10 -0
@@ -31,6 +31,7 @@ const assets = {
31
31
  website: 'https://agoric.com/',
32
32
  twitter: 'https://twitter.com/agoric'
33
33
  },
34
+ type_asset: 'sdk.coin',
34
35
  traces: [{
35
36
  type: 'ibc',
36
37
  counterparty: {
@@ -69,6 +70,7 @@ const assets = {
69
70
  primary_color_hex: '#d485e2'
70
71
  }
71
72
  }],
73
+ type_asset: 'sdk.coin',
72
74
  traces: [{
73
75
  type: 'ibc',
74
76
  counterparty: {
@@ -111,6 +113,7 @@ const assets = {
111
113
  website: 'https://akash.network/',
112
114
  twitter: 'https://twitter.com/akashnet_'
113
115
  },
116
+ type_asset: 'sdk.coin',
114
117
  traces: [{
115
118
  type: 'ibc',
116
119
  counterparty: {
@@ -147,6 +150,7 @@ const assets = {
147
150
  primary_color_hex: '#040404'
148
151
  }
149
152
  }],
153
+ type_asset: 'sdk.coin',
150
154
  traces: [{
151
155
  type: 'ibc',
152
156
  counterparty: {
@@ -196,6 +200,7 @@ const assets = {
196
200
  website: 'https://archway.io/',
197
201
  twitter: 'https://twitter.com/archwayHQ'
198
202
  },
203
+ type_asset: 'sdk.coin',
199
204
  traces: [{
200
205
  type: 'ibc',
201
206
  counterparty: {
@@ -238,6 +243,7 @@ const assets = {
238
243
  website: 'https://axelar.network/',
239
244
  twitter: 'https://twitter.com/axelarnetwork'
240
245
  },
246
+ type_asset: 'sdk.coin',
241
247
  traces: [{
242
248
  type: 'ibc',
243
249
  counterparty: {
@@ -280,6 +286,7 @@ const assets = {
280
286
  website: 'https://celestia.org/',
281
287
  twitter: 'https://twitter.com/CelestiaOrg'
282
288
  },
289
+ type_asset: 'sdk.coin',
283
290
  traces: [{
284
291
  type: 'ibc',
285
292
  counterparty: {
@@ -318,6 +325,7 @@ const assets = {
318
325
  primary_color_hex: '#fc5f04'
319
326
  }
320
327
  }],
328
+ type_asset: 'sdk.coin',
321
329
  traces: [{
322
330
  type: 'ibc',
323
331
  counterparty: {
@@ -356,6 +364,7 @@ const assets = {
356
364
  primary_color_hex: '#343434'
357
365
  }
358
366
  }],
367
+ type_asset: 'sdk.coin',
359
368
  traces: [{
360
369
  type: 'ibc',
361
370
  counterparty: {
@@ -394,6 +403,7 @@ const assets = {
394
403
  primary_color_hex: '#fc4454'
395
404
  }
396
405
  }],
406
+ type_asset: 'sdk.coin',
397
407
  traces: [{
398
408
  type: 'ibc',
399
409
  counterparty: {
@@ -432,6 +442,7 @@ const assets = {
432
442
  primary_color_hex: '#645ca4'
433
443
  }
434
444
  }],
445
+ type_asset: 'sdk.coin',
435
446
  traces: [{
436
447
  type: 'ibc',
437
448
  counterparty: {
@@ -470,6 +481,7 @@ const assets = {
470
481
  primary_color_hex: '#040404'
471
482
  }
472
483
  }],
484
+ type_asset: 'sdk.coin',
473
485
  traces: [{
474
486
  type: 'ibc',
475
487
  counterparty: {
@@ -520,6 +532,7 @@ const assets = {
520
532
  website: 'https://www.coreum.com/',
521
533
  twitter: 'https://twitter.com/CoreumOfficial'
522
534
  },
535
+ type_asset: 'sdk.coin',
523
536
  traces: [{
524
537
  type: 'ibc',
525
538
  counterparty: {
@@ -562,6 +575,7 @@ const assets = {
562
575
  website: 'https://cosmos.network',
563
576
  twitter: 'https://twitter.com/cosmoshub'
564
577
  },
578
+ type_asset: 'sdk.coin',
565
579
  traces: [{
566
580
  type: 'ibc',
567
581
  counterparty: {
@@ -600,6 +614,7 @@ const assets = {
600
614
  primary_color_hex: '#3c2832'
601
615
  }
602
616
  }],
617
+ type_asset: 'sdk.coin',
603
618
  traces: [{
604
619
  type: 'ibc',
605
620
  counterparty: {
@@ -638,6 +653,7 @@ const assets = {
638
653
  primary_color_hex: '#df969f'
639
654
  }
640
655
  }],
656
+ type_asset: 'sdk.coin',
641
657
  traces: [{
642
658
  type: 'ibc',
643
659
  counterparty: {
@@ -723,6 +739,7 @@ const assets = {
723
739
  website: 'https://evmos.org/',
724
740
  twitter: 'https://twitter.com/EvmosOrg'
725
741
  },
742
+ type_asset: 'sdk.coin',
726
743
  traces: [{
727
744
  type: 'ibc',
728
745
  counterparty: {
@@ -764,6 +781,7 @@ const assets = {
764
781
  website: 'https://www.neokingdom.org/',
765
782
  twitter: 'https://twitter.com/NEOKingdomDAO'
766
783
  },
784
+ type_asset: 'sdk.coin',
767
785
  traces: [{
768
786
  type: 'ibc',
769
787
  counterparty: {
@@ -884,6 +902,7 @@ const assets = {
884
902
  website: 'https://www.gravitybridge.net/',
885
903
  twitter: 'https://twitter.com/gravity_bridge'
886
904
  },
905
+ type_asset: 'sdk.coin',
887
906
  traces: [{
888
907
  type: 'ibc',
889
908
  counterparty: {
@@ -926,6 +945,7 @@ const assets = {
926
945
  website: 'https://injective.com/',
927
946
  twitter: 'https://twitter.com/Injective_'
928
947
  },
948
+ type_asset: 'sdk.coin',
929
949
  traces: [{
930
950
  type: 'ibc',
931
951
  counterparty: {
@@ -961,6 +981,7 @@ const assets = {
961
981
  primary_color_hex: '#31292a'
962
982
  }
963
983
  }],
984
+ type_asset: 'sdk.coin',
964
985
  traces: [{
965
986
  type: 'ibc',
966
987
  counterparty: {
@@ -996,6 +1017,7 @@ const assets = {
996
1017
  primary_color_hex: '#18120f'
997
1018
  }
998
1019
  }],
1020
+ type_asset: 'sdk.coin',
999
1021
  traces: [{
1000
1022
  type: 'ibc',
1001
1023
  counterparty: {
@@ -1028,6 +1050,7 @@ const assets = {
1028
1050
  primary_color_hex: '#293a6f'
1029
1051
  }
1030
1052
  }],
1053
+ type_asset: 'sdk.coin',
1031
1054
  traces: [{
1032
1055
  type: 'ibc',
1033
1056
  counterparty: {
@@ -1060,6 +1083,7 @@ const assets = {
1060
1083
  primary_color_hex: '#272f4b'
1061
1084
  }
1062
1085
  }],
1086
+ type_asset: 'sdk.coin',
1063
1087
  traces: [{
1064
1088
  type: 'ibc',
1065
1089
  counterparty: {
@@ -1092,6 +1116,7 @@ const assets = {
1092
1116
  primary_color_hex: '#2a303f'
1093
1117
  }
1094
1118
  }],
1119
+ type_asset: 'sdk.coin',
1095
1120
  traces: [{
1096
1121
  type: 'ibc',
1097
1122
  counterparty: {
@@ -1124,6 +1149,7 @@ const assets = {
1124
1149
  primary_color_hex: '#54ac94'
1125
1150
  }
1126
1151
  }],
1152
+ type_asset: 'sdk.coin',
1127
1153
  traces: [{
1128
1154
  type: 'ibc',
1129
1155
  counterparty: {
@@ -1156,6 +1182,7 @@ const assets = {
1156
1182
  primary_color_hex: '#7931f9'
1157
1183
  }
1158
1184
  }],
1185
+ type_asset: 'sdk.coin',
1159
1186
  traces: [{
1160
1187
  type: 'ibc',
1161
1188
  counterparty: {
@@ -1194,6 +1221,7 @@ const assets = {
1194
1221
  primary_color_hex: '#dbdbcb'
1195
1222
  }
1196
1223
  }],
1224
+ type_asset: 'sdk.coin',
1197
1225
  traces: [{
1198
1226
  type: 'ibc',
1199
1227
  counterparty: {
@@ -1236,6 +1264,7 @@ const assets = {
1236
1264
  website: 'https://junonetwork.io/',
1237
1265
  twitter: 'https://twitter.com/JunoNetwork'
1238
1266
  },
1267
+ type_asset: 'sdk.coin',
1239
1268
  traces: [{
1240
1269
  type: 'ibc',
1241
1270
  counterparty: {
@@ -1278,6 +1307,7 @@ const assets = {
1278
1307
  website: 'https://kujira.network/',
1279
1308
  twitter: 'https://twitter.com/TeamKujira'
1280
1309
  },
1310
+ type_asset: 'sdk.coin',
1281
1311
  traces: [{
1282
1312
  type: 'ibc',
1283
1313
  counterparty: {
@@ -1316,6 +1346,7 @@ const assets = {
1316
1346
  primary_color_hex: '#1c1c1c'
1317
1347
  }
1318
1348
  }],
1349
+ type_asset: 'sdk.coin',
1319
1350
  traces: [{
1320
1351
  type: 'ibc',
1321
1352
  counterparty: {
@@ -1360,6 +1391,7 @@ const assets = {
1360
1391
  website: 'https://neutron.org/',
1361
1392
  twitter: 'https://twitter.com/Neutron_org'
1362
1393
  },
1394
+ type_asset: 'sdk.coin',
1363
1395
  traces: [{
1364
1396
  type: 'ibc',
1365
1397
  counterparty: {
@@ -1395,6 +1427,7 @@ const assets = {
1395
1427
  primary_color_hex: '#1b0847'
1396
1428
  }
1397
1429
  }],
1430
+ type_asset: 'sdk.coin',
1398
1431
  traces: [{
1399
1432
  type: 'ibc',
1400
1433
  counterparty: {
@@ -1430,6 +1463,7 @@ const assets = {
1430
1463
  primary_color_hex: '#dcd5ab'
1431
1464
  }
1432
1465
  }],
1466
+ type_asset: 'sdk.coin',
1433
1467
  traces: [{
1434
1468
  type: 'ibc',
1435
1469
  counterparty: {
@@ -1465,6 +1499,7 @@ const assets = {
1465
1499
  primary_color_hex: '#333333'
1466
1500
  }
1467
1501
  }],
1502
+ type_asset: 'sdk.coin',
1468
1503
  traces: [{
1469
1504
  type: 'ibc',
1470
1505
  counterparty: {
@@ -1583,6 +1618,7 @@ const assets = {
1583
1618
  website: 'https://ondo.finance/usdy',
1584
1619
  twitter: 'https://x.com/OndoFinance'
1585
1620
  },
1621
+ type_asset: 'sdk.coin',
1586
1622
  traces: [{
1587
1623
  type: 'ibc',
1588
1624
  counterparty: {
@@ -1625,6 +1661,7 @@ const assets = {
1625
1661
  website: 'https://nolus.io/',
1626
1662
  twitter: 'https://twitter.com/NolusProtocol'
1627
1663
  },
1664
+ type_asset: 'sdk.coin',
1628
1665
  traces: [{
1629
1666
  type: 'ibc',
1630
1667
  counterparty: {
@@ -1689,6 +1726,7 @@ const assets = {
1689
1726
  }
1690
1727
  }
1691
1728
  ],
1729
+ type_asset: 'sdk.coin',
1692
1730
  traces: [{
1693
1731
  type: 'ibc',
1694
1732
  counterparty: {
@@ -1821,6 +1859,7 @@ const assets = {
1821
1859
  website: 'https://persistence.one/',
1822
1860
  twitter: 'https://twitter.com/PersistenceOne'
1823
1861
  },
1862
+ type_asset: 'sdk.coin',
1824
1863
  traces: [{
1825
1864
  type: 'ibc',
1826
1865
  counterparty: {
@@ -1862,6 +1901,7 @@ const assets = {
1862
1901
  website: 'https://quicksilver.zone/',
1863
1902
  twitter: 'https://twitter.com/quicksilverzone'
1864
1903
  },
1904
+ type_asset: 'sdk.coin',
1865
1905
  traces: [{
1866
1906
  type: 'ibc',
1867
1907
  counterparty: {
@@ -1912,6 +1952,7 @@ const assets = {
1912
1952
  website: 'https://www.saga.xyz/',
1913
1953
  twitter: 'https://twitter.com/Sagaxyz__'
1914
1954
  },
1955
+ type_asset: 'sdk.coin',
1915
1956
  traces: [{
1916
1957
  type: 'ibc',
1917
1958
  counterparty: {
@@ -1954,6 +1995,7 @@ const assets = {
1954
1995
  website: 'https://agoric.com/',
1955
1996
  twitter: 'https://twitter.com/agoric'
1956
1997
  },
1998
+ type_asset: 'sdk.coin',
1957
1999
  traces: [{
1958
2000
  type: 'ibc',
1959
2001
  counterparty: {
@@ -1992,6 +2034,7 @@ const assets = {
1992
2034
  primary_color_hex: '#d485e2'
1993
2035
  }
1994
2036
  }],
2037
+ type_asset: 'sdk.coin',
1995
2038
  traces: [{
1996
2039
  type: 'ibc',
1997
2040
  counterparty: {
@@ -2034,6 +2077,7 @@ const assets = {
2034
2077
  website: 'https://akash.network/',
2035
2078
  twitter: 'https://twitter.com/akashnet_'
2036
2079
  },
2080
+ type_asset: 'sdk.coin',
2037
2081
  traces: [{
2038
2082
  type: 'ibc',
2039
2083
  counterparty: {
@@ -2070,6 +2114,7 @@ const assets = {
2070
2114
  primary_color_hex: '#040404'
2071
2115
  }
2072
2116
  }],
2117
+ type_asset: 'sdk.coin',
2073
2118
  traces: [{
2074
2119
  type: 'ibc',
2075
2120
  counterparty: {
@@ -2119,6 +2164,7 @@ const assets = {
2119
2164
  website: 'https://archway.io/',
2120
2165
  twitter: 'https://twitter.com/archwayHQ'
2121
2166
  },
2167
+ type_asset: 'sdk.coin',
2122
2168
  traces: [{
2123
2169
  type: 'ibc',
2124
2170
  counterparty: {
@@ -2161,6 +2207,7 @@ const assets = {
2161
2207
  website: 'https://axelar.network/',
2162
2208
  twitter: 'https://twitter.com/axelarnetwork'
2163
2209
  },
2210
+ type_asset: 'sdk.coin',
2164
2211
  traces: [{
2165
2212
  type: 'ibc',
2166
2213
  counterparty: {
@@ -2203,6 +2250,7 @@ const assets = {
2203
2250
  website: 'https://celestia.org/',
2204
2251
  twitter: 'https://twitter.com/CelestiaOrg'
2205
2252
  },
2253
+ type_asset: 'sdk.coin',
2206
2254
  traces: [{
2207
2255
  type: 'ibc',
2208
2256
  counterparty: {
@@ -2241,6 +2289,7 @@ const assets = {
2241
2289
  primary_color_hex: '#fc5f04'
2242
2290
  }
2243
2291
  }],
2292
+ type_asset: 'sdk.coin',
2244
2293
  traces: [{
2245
2294
  type: 'ibc',
2246
2295
  counterparty: {
@@ -2279,6 +2328,7 @@ const assets = {
2279
2328
  primary_color_hex: '#343434'
2280
2329
  }
2281
2330
  }],
2331
+ type_asset: 'sdk.coin',
2282
2332
  traces: [{
2283
2333
  type: 'ibc',
2284
2334
  counterparty: {
@@ -2317,6 +2367,7 @@ const assets = {
2317
2367
  primary_color_hex: '#fc4454'
2318
2368
  }
2319
2369
  }],
2370
+ type_asset: 'sdk.coin',
2320
2371
  traces: [{
2321
2372
  type: 'ibc',
2322
2373
  counterparty: {
@@ -2355,6 +2406,7 @@ const assets = {
2355
2406
  primary_color_hex: '#645ca4'
2356
2407
  }
2357
2408
  }],
2409
+ type_asset: 'sdk.coin',
2358
2410
  traces: [{
2359
2411
  type: 'ibc',
2360
2412
  counterparty: {
@@ -2393,6 +2445,7 @@ const assets = {
2393
2445
  primary_color_hex: '#040404'
2394
2446
  }
2395
2447
  }],
2448
+ type_asset: 'sdk.coin',
2396
2449
  traces: [{
2397
2450
  type: 'ibc',
2398
2451
  counterparty: {
@@ -2443,6 +2496,7 @@ const assets = {
2443
2496
  website: 'https://www.coreum.com/',
2444
2497
  twitter: 'https://twitter.com/CoreumOfficial'
2445
2498
  },
2499
+ type_asset: 'sdk.coin',
2446
2500
  traces: [{
2447
2501
  type: 'ibc',
2448
2502
  counterparty: {
@@ -2485,6 +2539,7 @@ const assets = {
2485
2539
  website: 'https://cosmos.network',
2486
2540
  twitter: 'https://twitter.com/cosmoshub'
2487
2541
  },
2542
+ type_asset: 'sdk.coin',
2488
2543
  traces: [{
2489
2544
  type: 'ibc',
2490
2545
  counterparty: {
@@ -2523,6 +2578,7 @@ const assets = {
2523
2578
  primary_color_hex: '#3c2832'
2524
2579
  }
2525
2580
  }],
2581
+ type_asset: 'sdk.coin',
2526
2582
  traces: [{
2527
2583
  type: 'ibc',
2528
2584
  counterparty: {
@@ -2561,6 +2617,7 @@ const assets = {
2561
2617
  primary_color_hex: '#df969f'
2562
2618
  }
2563
2619
  }],
2620
+ type_asset: 'sdk.coin',
2564
2621
  traces: [{
2565
2622
  type: 'ibc',
2566
2623
  counterparty: {
@@ -2646,6 +2703,7 @@ const assets = {
2646
2703
  website: 'https://evmos.org/',
2647
2704
  twitter: 'https://twitter.com/EvmosOrg'
2648
2705
  },
2706
+ type_asset: 'sdk.coin',
2649
2707
  traces: [{
2650
2708
  type: 'ibc',
2651
2709
  counterparty: {
@@ -2687,6 +2745,7 @@ const assets = {
2687
2745
  website: 'https://www.neokingdom.org/',
2688
2746
  twitter: 'https://twitter.com/NEOKingdomDAO'
2689
2747
  },
2748
+ type_asset: 'sdk.coin',
2690
2749
  traces: [{
2691
2750
  type: 'ibc',
2692
2751
  counterparty: {
@@ -2807,6 +2866,7 @@ const assets = {
2807
2866
  website: 'https://www.gravitybridge.net/',
2808
2867
  twitter: 'https://twitter.com/gravity_bridge'
2809
2868
  },
2869
+ type_asset: 'sdk.coin',
2810
2870
  traces: [{
2811
2871
  type: 'ibc',
2812
2872
  counterparty: {
@@ -2849,6 +2909,7 @@ const assets = {
2849
2909
  website: 'https://injective.com/',
2850
2910
  twitter: 'https://twitter.com/Injective_'
2851
2911
  },
2912
+ type_asset: 'sdk.coin',
2852
2913
  traces: [{
2853
2914
  type: 'ibc',
2854
2915
  counterparty: {
@@ -2884,6 +2945,7 @@ const assets = {
2884
2945
  primary_color_hex: '#31292a'
2885
2946
  }
2886
2947
  }],
2948
+ type_asset: 'sdk.coin',
2887
2949
  traces: [{
2888
2950
  type: 'ibc',
2889
2951
  counterparty: {
@@ -2919,6 +2981,7 @@ const assets = {
2919
2981
  primary_color_hex: '#18120f'
2920
2982
  }
2921
2983
  }],
2984
+ type_asset: 'sdk.coin',
2922
2985
  traces: [{
2923
2986
  type: 'ibc',
2924
2987
  counterparty: {
@@ -2951,6 +3014,7 @@ const assets = {
2951
3014
  primary_color_hex: '#293a6f'
2952
3015
  }
2953
3016
  }],
3017
+ type_asset: 'sdk.coin',
2954
3018
  traces: [{
2955
3019
  type: 'ibc',
2956
3020
  counterparty: {
@@ -2983,6 +3047,7 @@ const assets = {
2983
3047
  primary_color_hex: '#272f4b'
2984
3048
  }
2985
3049
  }],
3050
+ type_asset: 'sdk.coin',
2986
3051
  traces: [{
2987
3052
  type: 'ibc',
2988
3053
  counterparty: {
@@ -3015,6 +3080,7 @@ const assets = {
3015
3080
  primary_color_hex: '#2a303f'
3016
3081
  }
3017
3082
  }],
3083
+ type_asset: 'sdk.coin',
3018
3084
  traces: [{
3019
3085
  type: 'ibc',
3020
3086
  counterparty: {
@@ -3047,6 +3113,7 @@ const assets = {
3047
3113
  primary_color_hex: '#54ac94'
3048
3114
  }
3049
3115
  }],
3116
+ type_asset: 'sdk.coin',
3050
3117
  traces: [{
3051
3118
  type: 'ibc',
3052
3119
  counterparty: {
@@ -3079,6 +3146,7 @@ const assets = {
3079
3146
  primary_color_hex: '#7931f9'
3080
3147
  }
3081
3148
  }],
3149
+ type_asset: 'sdk.coin',
3082
3150
  traces: [{
3083
3151
  type: 'ibc',
3084
3152
  counterparty: {
@@ -3117,6 +3185,7 @@ const assets = {
3117
3185
  primary_color_hex: '#dbdbcb'
3118
3186
  }
3119
3187
  }],
3188
+ type_asset: 'sdk.coin',
3120
3189
  traces: [{
3121
3190
  type: 'ibc',
3122
3191
  counterparty: {
@@ -3159,6 +3228,7 @@ const assets = {
3159
3228
  website: 'https://junonetwork.io/',
3160
3229
  twitter: 'https://twitter.com/JunoNetwork'
3161
3230
  },
3231
+ type_asset: 'sdk.coin',
3162
3232
  traces: [{
3163
3233
  type: 'ibc',
3164
3234
  counterparty: {
@@ -3201,6 +3271,7 @@ const assets = {
3201
3271
  website: 'https://kujira.network/',
3202
3272
  twitter: 'https://twitter.com/TeamKujira'
3203
3273
  },
3274
+ type_asset: 'sdk.coin',
3204
3275
  traces: [{
3205
3276
  type: 'ibc',
3206
3277
  counterparty: {
@@ -3239,6 +3310,7 @@ const assets = {
3239
3310
  primary_color_hex: '#1c1c1c'
3240
3311
  }
3241
3312
  }],
3313
+ type_asset: 'sdk.coin',
3242
3314
  traces: [{
3243
3315
  type: 'ibc',
3244
3316
  counterparty: {
@@ -3283,6 +3355,7 @@ const assets = {
3283
3355
  website: 'https://neutron.org/',
3284
3356
  twitter: 'https://twitter.com/Neutron_org'
3285
3357
  },
3358
+ type_asset: 'sdk.coin',
3286
3359
  traces: [{
3287
3360
  type: 'ibc',
3288
3361
  counterparty: {
@@ -3318,6 +3391,7 @@ const assets = {
3318
3391
  primary_color_hex: '#1b0847'
3319
3392
  }
3320
3393
  }],
3394
+ type_asset: 'sdk.coin',
3321
3395
  traces: [{
3322
3396
  type: 'ibc',
3323
3397
  counterparty: {
@@ -3353,6 +3427,7 @@ const assets = {
3353
3427
  primary_color_hex: '#dcd5ab'
3354
3428
  }
3355
3429
  }],
3430
+ type_asset: 'sdk.coin',
3356
3431
  traces: [{
3357
3432
  type: 'ibc',
3358
3433
  counterparty: {
@@ -3388,6 +3463,7 @@ const assets = {
3388
3463
  primary_color_hex: '#333333'
3389
3464
  }
3390
3465
  }],
3466
+ type_asset: 'sdk.coin',
3391
3467
  traces: [{
3392
3468
  type: 'ibc',
3393
3469
  counterparty: {
@@ -3506,6 +3582,7 @@ const assets = {
3506
3582
  website: 'https://ondo.finance/usdy',
3507
3583
  twitter: 'https://x.com/OndoFinance'
3508
3584
  },
3585
+ type_asset: 'sdk.coin',
3509
3586
  traces: [{
3510
3587
  type: 'ibc',
3511
3588
  counterparty: {
@@ -3548,6 +3625,7 @@ const assets = {
3548
3625
  website: 'https://nolus.io/',
3549
3626
  twitter: 'https://twitter.com/NolusProtocol'
3550
3627
  },
3628
+ type_asset: 'sdk.coin',
3551
3629
  traces: [{
3552
3630
  type: 'ibc',
3553
3631
  counterparty: {
@@ -3612,6 +3690,7 @@ const assets = {
3612
3690
  }
3613
3691
  }
3614
3692
  ],
3693
+ type_asset: 'sdk.coin',
3615
3694
  traces: [{
3616
3695
  type: 'ibc',
3617
3696
  counterparty: {
@@ -3744,6 +3823,7 @@ const assets = {
3744
3823
  website: 'https://persistence.one/',
3745
3824
  twitter: 'https://twitter.com/PersistenceOne'
3746
3825
  },
3826
+ type_asset: 'sdk.coin',
3747
3827
  traces: [{
3748
3828
  type: 'ibc',
3749
3829
  counterparty: {
@@ -3785,6 +3865,7 @@ const assets = {
3785
3865
  website: 'https://quicksilver.zone/',
3786
3866
  twitter: 'https://twitter.com/quicksilverzone'
3787
3867
  },
3868
+ type_asset: 'sdk.coin',
3788
3869
  traces: [{
3789
3870
  type: 'ibc',
3790
3871
  counterparty: {
@@ -3835,6 +3916,7 @@ const assets = {
3835
3916
  website: 'https://www.saga.xyz/',
3836
3917
  twitter: 'https://twitter.com/Sagaxyz__'
3837
3918
  },
3919
+ type_asset: 'sdk.coin',
3838
3920
  traces: [{
3839
3921
  type: 'ibc',
3840
3922
  counterparty: {
@@ -3877,6 +3959,7 @@ const assets = {
3877
3959
  website: 'https://www.sentinel.co/',
3878
3960
  twitter: 'https://x.com/SentinelDVPN'
3879
3961
  },
3962
+ type_asset: 'sdk.coin',
3880
3963
  traces: [{
3881
3964
  type: 'ibc',
3882
3965
  counterparty: {
@@ -3915,6 +3998,7 @@ const assets = {
3915
3998
  primary_color_hex: '#be9926'
3916
3999
  }
3917
4000
  }],
4001
+ type_asset: 'sdk.coin',
3918
4002
  traces: [{
3919
4003
  type: 'ibc',
3920
4004
  counterparty: {
@@ -3957,6 +4041,7 @@ const assets = {
3957
4041
  website: 'https://www.stargaze.zone/',
3958
4042
  twitter: 'https://twitter.com/StargazeZone'
3959
4043
  },
4044
+ type_asset: 'sdk.coin',
3960
4045
  traces: [{
3961
4046
  type: 'ibc',
3962
4047
  counterparty: {
@@ -3999,6 +4084,7 @@ const assets = {
3999
4084
  website: 'https://stride.zone/',
4000
4085
  twitter: 'https://twitter.com/stride_zone'
4001
4086
  },
4087
+ type_asset: 'sdk.coin',
4002
4088
  traces: [{
4003
4089
  type: 'ibc',
4004
4090
  counterparty: {
@@ -4037,6 +4123,7 @@ const assets = {
4037
4123
  primary_color_hex: '#040404'
4038
4124
  }
4039
4125
  }],
4126
+ type_asset: 'sdk.coin',
4040
4127
  traces: [{
4041
4128
  type: 'ibc',
4042
4129
  counterparty: {
@@ -4084,6 +4171,7 @@ const assets = {
4084
4171
  primary_color_hex: '#fcdb5b'
4085
4172
  }
4086
4173
  }],
4174
+ type_asset: 'sdk.coin',
4087
4175
  traces: [{
4088
4176
  type: 'ibc',
4089
4177
  counterparty: {
@@ -4131,6 +4219,7 @@ const assets = {
4131
4219
  primary_color_hex: '#5493f2'
4132
4220
  }
4133
4221
  }],
4222
+ type_asset: 'sdk.coin',
4134
4223
  traces: [{
4135
4224
  type: 'ibc',
4136
4225
  counterparty: {
@@ -4177,6 +4266,7 @@ const assets = {
4177
4266
  primary_color_hex: '#4b83e0'
4178
4267
  }
4179
4268
  }],
4269
+ type_asset: 'sdk.coin',
4180
4270
  traces: [{
4181
4271
  type: 'ibc',
4182
4272
  counterparty: {
@@ -4223,6 +4313,7 @@ const assets = {
4223
4313
  primary_color_hex: '#5981d7'
4224
4314
  }
4225
4315
  }],
4316
+ type_asset: 'sdk.coin',
4226
4317
  traces: [{
4227
4318
  type: 'ibc',
4228
4319
  counterparty: {
@@ -4269,6 +4360,7 @@ const assets = {
4269
4360
  primary_color_hex: '#de725b'
4270
4361
  }
4271
4362
  }],
4363
+ type_asset: 'sdk.coin',
4272
4364
  traces: [{
4273
4365
  type: 'ibc',
4274
4366
  counterparty: {
@@ -4315,6 +4407,7 @@ const assets = {
4315
4407
  primary_color_hex: '#c95c41'
4316
4408
  }
4317
4409
  }],
4410
+ type_asset: 'sdk.coin',
4318
4411
  traces: [{
4319
4412
  type: 'ibc',
4320
4413
  counterparty: {
@@ -4361,6 +4454,7 @@ const assets = {
4361
4454
  primary_color_hex: '#d3684c'
4362
4455
  }
4363
4456
  }],
4457
+ type_asset: 'sdk.coin',
4364
4458
  traces: [{
4365
4459
  type: 'ibc',
4366
4460
  counterparty: {
@@ -4407,6 +4501,7 @@ const assets = {
4407
4501
  primary_color_hex: '#db300a'
4408
4502
  }
4409
4503
  }],
4504
+ type_asset: 'sdk.coin',
4410
4505
  traces: [{
4411
4506
  type: 'ibc',
4412
4507
  counterparty: {
@@ -4453,6 +4548,7 @@ const assets = {
4453
4548
  primary_color_hex: '#1535b2'
4454
4549
  }
4455
4550
  }],
4551
+ type_asset: 'sdk.coin',
4456
4552
  traces: [{
4457
4553
  type: 'ibc',
4458
4554
  counterparty: {
@@ -4499,6 +4595,7 @@ const assets = {
4499
4595
  primary_color_hex: '#d49b9c'
4500
4596
  }
4501
4597
  }],
4598
+ type_asset: 'sdk.coin',
4502
4599
  traces: [{
4503
4600
  type: 'ibc',
4504
4601
  counterparty: {
@@ -4545,6 +4642,7 @@ const assets = {
4545
4642
  primary_color_hex: '#dc300a'
4546
4643
  }
4547
4644
  }],
4645
+ type_asset: 'sdk.coin',
4548
4646
  traces: [{
4549
4647
  type: 'ibc',
4550
4648
  counterparty: {
@@ -4591,6 +4689,7 @@ const assets = {
4591
4689
  primary_color_hex: '#5893ed'
4592
4690
  }
4593
4691
  }],
4692
+ type_asset: 'sdk.coin',
4594
4693
  traces: [{
4595
4694
  type: 'ibc',
4596
4695
  counterparty: {
@@ -4637,6 +4736,7 @@ const assets = {
4637
4736
  primary_color_hex: '#4b87e6'
4638
4737
  }
4639
4738
  }],
4739
+ type_asset: 'sdk.coin',
4640
4740
  traces: [{
4641
4741
  type: 'ibc',
4642
4742
  counterparty: {
@@ -4683,6 +4783,7 @@ const assets = {
4683
4783
  primary_color_hex: '#cfcfcf'
4684
4784
  }
4685
4785
  }],
4786
+ type_asset: 'sdk.coin',
4686
4787
  traces: [{
4687
4788
  type: 'ibc',
4688
4789
  counterparty: {
@@ -4729,6 +4830,7 @@ const assets = {
4729
4830
  primary_color_hex: '#4085f0'
4730
4831
  }
4731
4832
  }],
4833
+ type_asset: 'sdk.coin',
4732
4834
  traces: [{
4733
4835
  type: 'ibc',
4734
4836
  counterparty: {
@@ -4775,6 +4877,7 @@ const assets = {
4775
4877
  primary_color_hex: '#5893ed'
4776
4878
  }
4777
4879
  }],
4880
+ type_asset: 'sdk.coin',
4778
4881
  traces: [{
4779
4882
  type: 'ibc',
4780
4883
  counterparty: {
@@ -4821,6 +4924,7 @@ const assets = {
4821
4924
  primary_color_hex: '#5493f3'
4822
4925
  }
4823
4926
  }],
4927
+ type_asset: 'sdk.coin',
4824
4928
  traces: [{
4825
4929
  type: 'ibc',
4826
4930
  counterparty: {
@@ -4867,6 +4971,7 @@ const assets = {
4867
4971
  primary_color_hex: '#e88057'
4868
4972
  }
4869
4973
  }],
4974
+ type_asset: 'sdk.coin',
4870
4975
  traces: [{
4871
4976
  type: 'ibc',
4872
4977
  counterparty: {
@@ -4913,6 +5018,7 @@ const assets = {
4913
5018
  primary_color_hex: '#2fa4f1'
4914
5019
  }
4915
5020
  }],
5021
+ type_asset: 'sdk.coin',
4916
5022
  traces: [{
4917
5023
  type: 'ibc',
4918
5024
  counterparty: {
@@ -4959,6 +5065,7 @@ const assets = {
4959
5065
  primary_color_hex: '#2e71e1'
4960
5066
  }
4961
5067
  }],
5068
+ type_asset: 'sdk.coin',
4962
5069
  traces: [{
4963
5070
  type: 'ibc',
4964
5071
  counterparty: {
@@ -5005,6 +5112,7 @@ const assets = {
5005
5112
  primary_color_hex: '#4886e7'
5006
5113
  }
5007
5114
  }],
5115
+ type_asset: 'sdk.coin',
5008
5116
  traces: [{
5009
5117
  type: 'ibc',
5010
5118
  counterparty: {
@@ -5051,6 +5159,7 @@ const assets = {
5051
5159
  primary_color_hex: '#5493f3'
5052
5160
  }
5053
5161
  }],
5162
+ type_asset: 'sdk.coin',
5054
5163
  traces: [{
5055
5164
  type: 'ibc',
5056
5165
  counterparty: {
@@ -5097,6 +5206,7 @@ const assets = {
5097
5206
  primary_color_hex: '#5493f3'
5098
5207
  }
5099
5208
  }],
5209
+ type_asset: 'sdk.coin',
5100
5210
  traces: [{
5101
5211
  type: 'ibc',
5102
5212
  counterparty: {
@@ -5139,6 +5249,7 @@ const assets = {
5139
5249
  website: 'https://www.terra.money/',
5140
5250
  twitter: 'https://twitter.com/terra_money'
5141
5251
  },
5252
+ type_asset: 'sdk.coin',
5142
5253
  traces: [{
5143
5254
  type: 'ibc',
5144
5255
  counterparty: {
@@ -5177,6 +5288,7 @@ const assets = {
5177
5288
  primary_color_hex: '#22f2e9'
5178
5289
  }
5179
5290
  }],
5291
+ type_asset: 'sdk.coin',
5180
5292
  traces: [{
5181
5293
  type: 'ibc',
5182
5294
  counterparty: {
@@ -5219,6 +5331,7 @@ const assets = {
5219
5331
  website: 'https://www.sentinel.co/',
5220
5332
  twitter: 'https://x.com/SentinelDVPN'
5221
5333
  },
5334
+ type_asset: 'sdk.coin',
5222
5335
  traces: [{
5223
5336
  type: 'ibc',
5224
5337
  counterparty: {
@@ -5257,6 +5370,7 @@ const assets = {
5257
5370
  primary_color_hex: '#be9926'
5258
5371
  }
5259
5372
  }],
5373
+ type_asset: 'sdk.coin',
5260
5374
  traces: [{
5261
5375
  type: 'ibc',
5262
5376
  counterparty: {
@@ -5299,6 +5413,7 @@ const assets = {
5299
5413
  website: 'https://www.stargaze.zone/',
5300
5414
  twitter: 'https://twitter.com/StargazeZone'
5301
5415
  },
5416
+ type_asset: 'sdk.coin',
5302
5417
  traces: [{
5303
5418
  type: 'ibc',
5304
5419
  counterparty: {
@@ -5341,6 +5456,7 @@ const assets = {
5341
5456
  website: 'https://stride.zone/',
5342
5457
  twitter: 'https://twitter.com/stride_zone'
5343
5458
  },
5459
+ type_asset: 'sdk.coin',
5344
5460
  traces: [{
5345
5461
  type: 'ibc',
5346
5462
  counterparty: {
@@ -5379,6 +5495,7 @@ const assets = {
5379
5495
  primary_color_hex: '#040404'
5380
5496
  }
5381
5497
  }],
5498
+ type_asset: 'sdk.coin',
5382
5499
  traces: [{
5383
5500
  type: 'ibc',
5384
5501
  counterparty: {
@@ -5426,6 +5543,7 @@ const assets = {
5426
5543
  primary_color_hex: '#fcdb5b'
5427
5544
  }
5428
5545
  }],
5546
+ type_asset: 'sdk.coin',
5429
5547
  traces: [{
5430
5548
  type: 'ibc',
5431
5549
  counterparty: {
@@ -5473,6 +5591,7 @@ const assets = {
5473
5591
  primary_color_hex: '#5493f2'
5474
5592
  }
5475
5593
  }],
5594
+ type_asset: 'sdk.coin',
5476
5595
  traces: [{
5477
5596
  type: 'ibc',
5478
5597
  counterparty: {
@@ -5519,6 +5638,7 @@ const assets = {
5519
5638
  primary_color_hex: '#4b83e0'
5520
5639
  }
5521
5640
  }],
5641
+ type_asset: 'sdk.coin',
5522
5642
  traces: [{
5523
5643
  type: 'ibc',
5524
5644
  counterparty: {
@@ -5565,6 +5685,7 @@ const assets = {
5565
5685
  primary_color_hex: '#5981d7'
5566
5686
  }
5567
5687
  }],
5688
+ type_asset: 'sdk.coin',
5568
5689
  traces: [{
5569
5690
  type: 'ibc',
5570
5691
  counterparty: {
@@ -5611,6 +5732,7 @@ const assets = {
5611
5732
  primary_color_hex: '#de725b'
5612
5733
  }
5613
5734
  }],
5735
+ type_asset: 'sdk.coin',
5614
5736
  traces: [{
5615
5737
  type: 'ibc',
5616
5738
  counterparty: {
@@ -5657,6 +5779,7 @@ const assets = {
5657
5779
  primary_color_hex: '#c95c41'
5658
5780
  }
5659
5781
  }],
5782
+ type_asset: 'sdk.coin',
5660
5783
  traces: [{
5661
5784
  type: 'ibc',
5662
5785
  counterparty: {
@@ -5703,6 +5826,7 @@ const assets = {
5703
5826
  primary_color_hex: '#d3684c'
5704
5827
  }
5705
5828
  }],
5829
+ type_asset: 'sdk.coin',
5706
5830
  traces: [{
5707
5831
  type: 'ibc',
5708
5832
  counterparty: {
@@ -5749,6 +5873,7 @@ const assets = {
5749
5873
  primary_color_hex: '#db300a'
5750
5874
  }
5751
5875
  }],
5876
+ type_asset: 'sdk.coin',
5752
5877
  traces: [{
5753
5878
  type: 'ibc',
5754
5879
  counterparty: {
@@ -5795,6 +5920,7 @@ const assets = {
5795
5920
  primary_color_hex: '#1535b2'
5796
5921
  }
5797
5922
  }],
5923
+ type_asset: 'sdk.coin',
5798
5924
  traces: [{
5799
5925
  type: 'ibc',
5800
5926
  counterparty: {
@@ -5841,6 +5967,7 @@ const assets = {
5841
5967
  primary_color_hex: '#d49b9c'
5842
5968
  }
5843
5969
  }],
5970
+ type_asset: 'sdk.coin',
5844
5971
  traces: [{
5845
5972
  type: 'ibc',
5846
5973
  counterparty: {
@@ -5887,6 +6014,7 @@ const assets = {
5887
6014
  primary_color_hex: '#dc300a'
5888
6015
  }
5889
6016
  }],
6017
+ type_asset: 'sdk.coin',
5890
6018
  traces: [{
5891
6019
  type: 'ibc',
5892
6020
  counterparty: {
@@ -5933,6 +6061,7 @@ const assets = {
5933
6061
  primary_color_hex: '#5893ed'
5934
6062
  }
5935
6063
  }],
6064
+ type_asset: 'sdk.coin',
5936
6065
  traces: [{
5937
6066
  type: 'ibc',
5938
6067
  counterparty: {
@@ -5979,6 +6108,7 @@ const assets = {
5979
6108
  primary_color_hex: '#4b87e6'
5980
6109
  }
5981
6110
  }],
6111
+ type_asset: 'sdk.coin',
5982
6112
  traces: [{
5983
6113
  type: 'ibc',
5984
6114
  counterparty: {
@@ -6025,6 +6155,7 @@ const assets = {
6025
6155
  primary_color_hex: '#cfcfcf'
6026
6156
  }
6027
6157
  }],
6158
+ type_asset: 'sdk.coin',
6028
6159
  traces: [{
6029
6160
  type: 'ibc',
6030
6161
  counterparty: {
@@ -6071,6 +6202,7 @@ const assets = {
6071
6202
  primary_color_hex: '#4085f0'
6072
6203
  }
6073
6204
  }],
6205
+ type_asset: 'sdk.coin',
6074
6206
  traces: [{
6075
6207
  type: 'ibc',
6076
6208
  counterparty: {
@@ -6117,6 +6249,7 @@ const assets = {
6117
6249
  primary_color_hex: '#5893ed'
6118
6250
  }
6119
6251
  }],
6252
+ type_asset: 'sdk.coin',
6120
6253
  traces: [{
6121
6254
  type: 'ibc',
6122
6255
  counterparty: {
@@ -6163,6 +6296,7 @@ const assets = {
6163
6296
  primary_color_hex: '#5493f3'
6164
6297
  }
6165
6298
  }],
6299
+ type_asset: 'sdk.coin',
6166
6300
  traces: [{
6167
6301
  type: 'ibc',
6168
6302
  counterparty: {
@@ -6209,6 +6343,7 @@ const assets = {
6209
6343
  primary_color_hex: '#e88057'
6210
6344
  }
6211
6345
  }],
6346
+ type_asset: 'sdk.coin',
6212
6347
  traces: [{
6213
6348
  type: 'ibc',
6214
6349
  counterparty: {
@@ -6255,6 +6390,7 @@ const assets = {
6255
6390
  primary_color_hex: '#2fa4f1'
6256
6391
  }
6257
6392
  }],
6393
+ type_asset: 'sdk.coin',
6258
6394
  traces: [{
6259
6395
  type: 'ibc',
6260
6396
  counterparty: {
@@ -6301,6 +6437,7 @@ const assets = {
6301
6437
  primary_color_hex: '#2e71e1'
6302
6438
  }
6303
6439
  }],
6440
+ type_asset: 'sdk.coin',
6304
6441
  traces: [{
6305
6442
  type: 'ibc',
6306
6443
  counterparty: {
@@ -6347,6 +6484,7 @@ const assets = {
6347
6484
  primary_color_hex: '#4886e7'
6348
6485
  }
6349
6486
  }],
6487
+ type_asset: 'sdk.coin',
6350
6488
  traces: [{
6351
6489
  type: 'ibc',
6352
6490
  counterparty: {
@@ -6393,6 +6531,7 @@ const assets = {
6393
6531
  primary_color_hex: '#5493f3'
6394
6532
  }
6395
6533
  }],
6534
+ type_asset: 'sdk.coin',
6396
6535
  traces: [{
6397
6536
  type: 'ibc',
6398
6537
  counterparty: {
@@ -6439,6 +6578,7 @@ const assets = {
6439
6578
  primary_color_hex: '#5493f3'
6440
6579
  }
6441
6580
  }],
6581
+ type_asset: 'sdk.coin',
6442
6582
  traces: [{
6443
6583
  type: 'ibc',
6444
6584
  counterparty: {
@@ -6481,6 +6621,7 @@ const assets = {
6481
6621
  website: 'https://www.terra.money/',
6482
6622
  twitter: 'https://twitter.com/terra_money'
6483
6623
  },
6624
+ type_asset: 'sdk.coin',
6484
6625
  traces: [{
6485
6626
  type: 'ibc',
6486
6627
  counterparty: {
@@ -6519,6 +6660,7 @@ const assets = {
6519
6660
  primary_color_hex: '#22f2e9'
6520
6661
  }
6521
6662
  }],
6663
+ type_asset: 'sdk.coin',
6522
6664
  traces: [{
6523
6665
  type: 'ibc',
6524
6666
  counterparty: {
@@ -9349,7 +9491,7 @@ const assets = {
9349
9491
  },
9350
9492
  {
9351
9493
  description: 'The Wrapped INJ token for the Oraichain.',
9352
- type_asset: 'sdk.coin',
9494
+ type_asset: 'cw20',
9353
9495
  address: 'orai19rtmkk6sn4tppvjmp5d5zj6gfsdykrl5rw2euu5gwur3luheuuusesqn49',
9354
9496
  denom_units: [{
9355
9497
  denom: 'ibc/00454780C89CD74EF846AA50C7ED3C7258075F3D7B1E3C527BE8FA19A6E8F32C',
@@ -12734,7 +12876,7 @@ const assets = {
12734
12876
  },
12735
12877
  {
12736
12878
  description: 'The Wrapped INJ token for the Oraichain.',
12737
- type_asset: 'sdk.coin',
12879
+ type_asset: 'cw20',
12738
12880
  address: 'orai19rtmkk6sn4tppvjmp5d5zj6gfsdykrl5rw2euu5gwur3luheuuusesqn49',
12739
12881
  denom_units: [{
12740
12882
  denom: 'ibc/00454780C89CD74EF846AA50C7ED3C7258075F3D7B1E3C527BE8FA19A6E8F32C',