@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
package/mainnet/juno.js CHANGED
@@ -33,6 +33,7 @@ const assets = {
33
33
  website: 'https://akash.network/',
34
34
  twitter: 'https://twitter.com/akashnet_'
35
35
  },
36
+ type_asset: 'sdk.coin',
36
37
  traces: [{
37
38
  type: 'ibc',
38
39
  counterparty: {
@@ -82,6 +83,7 @@ const assets = {
82
83
  website: 'https://archway.io/',
83
84
  twitter: 'https://twitter.com/archwayHQ'
84
85
  },
86
+ type_asset: 'sdk.coin',
85
87
  traces: [{
86
88
  type: 'ibc',
87
89
  counterparty: {
@@ -124,6 +126,7 @@ const assets = {
124
126
  website: 'https://www.assetmantle.one/',
125
127
  twitter: 'https://twitter.com/AssetMantle'
126
128
  },
129
+ type_asset: 'sdk.coin',
127
130
  traces: [{
128
131
  type: 'ibc',
129
132
  counterparty: {
@@ -166,6 +169,7 @@ const assets = {
166
169
  website: 'https://axelar.network/',
167
170
  twitter: 'https://twitter.com/axelarnetwork'
168
171
  },
172
+ type_asset: 'sdk.coin',
169
173
  traces: [{
170
174
  type: 'ibc',
171
175
  counterparty: {
@@ -208,6 +212,7 @@ const assets = {
208
212
  website: 'http://www.bitcanna.io/',
209
213
  twitter: 'https://twitter.com/BitCannaGlobal'
210
214
  },
215
+ type_asset: 'sdk.coin',
211
216
  traces: [{
212
217
  type: 'ibc',
213
218
  counterparty: {
@@ -289,6 +294,7 @@ const assets = {
289
294
  primary_color_hex: '#343434'
290
295
  }
291
296
  }],
297
+ type_asset: 'sdk.coin',
292
298
  traces: [{
293
299
  type: 'ibc',
294
300
  counterparty: {
@@ -327,6 +333,7 @@ const assets = {
327
333
  primary_color_hex: '#fc4454'
328
334
  }
329
335
  }],
336
+ type_asset: 'sdk.coin',
330
337
  traces: [{
331
338
  type: 'ibc',
332
339
  counterparty: {
@@ -365,6 +372,7 @@ const assets = {
365
372
  primary_color_hex: '#645ca4'
366
373
  }
367
374
  }],
375
+ type_asset: 'sdk.coin',
368
376
  traces: [{
369
377
  type: 'ibc',
370
378
  counterparty: {
@@ -403,6 +411,7 @@ const assets = {
403
411
  primary_color_hex: '#040404'
404
412
  }
405
413
  }],
414
+ type_asset: 'sdk.coin',
406
415
  traces: [{
407
416
  type: 'ibc',
408
417
  counterparty: {
@@ -445,6 +454,7 @@ const assets = {
445
454
  website: 'https://cosmos.network',
446
455
  twitter: 'https://twitter.com/cosmoshub'
447
456
  },
457
+ type_asset: 'sdk.coin',
448
458
  traces: [{
449
459
  type: 'ibc',
450
460
  counterparty: {
@@ -483,6 +493,7 @@ const assets = {
483
493
  primary_color_hex: '#3c2832'
484
494
  }
485
495
  }],
496
+ type_asset: 'sdk.coin',
486
497
  traces: [{
487
498
  type: 'ibc',
488
499
  counterparty: {
@@ -521,6 +532,7 @@ const assets = {
521
532
  primary_color_hex: '#df969f'
522
533
  }
523
534
  }],
535
+ type_asset: 'sdk.coin',
524
536
  traces: [{
525
537
  type: 'ibc',
526
538
  counterparty: {
@@ -557,6 +569,7 @@ const assets = {
557
569
  primary_color_hex: '#1b1433'
558
570
  }
559
571
  }],
572
+ type_asset: 'sdk.coin',
560
573
  traces: [{
561
574
  type: 'ibc',
562
575
  counterparty: {
@@ -595,6 +608,7 @@ const assets = {
595
608
  primary_color_hex: '#caf2ea'
596
609
  }
597
610
  }],
611
+ type_asset: 'sdk.coin',
598
612
  traces: [{
599
613
  type: 'ibc',
600
614
  counterparty: {
@@ -633,6 +647,7 @@ const assets = {
633
647
  primary_color_hex: '#f4c808'
634
648
  }
635
649
  }],
650
+ type_asset: 'sdk.coin',
636
651
  traces: [{
637
652
  type: 'ibc',
638
653
  counterparty: {
@@ -670,6 +685,7 @@ const assets = {
670
685
  primary_color_hex: '#db2b1c'
671
686
  }
672
687
  }],
688
+ type_asset: 'sdk.coin',
673
689
  traces: [{
674
690
  type: 'ibc',
675
691
  counterparty: {
@@ -707,6 +723,7 @@ const assets = {
707
723
  primary_color_hex: '#cb142d'
708
724
  }
709
725
  }],
726
+ type_asset: 'sdk.coin',
710
727
  traces: [{
711
728
  type: 'ibc',
712
729
  counterparty: {
@@ -744,6 +761,7 @@ const assets = {
744
761
  primary_color_hex: '#ac0c34'
745
762
  }
746
763
  }],
764
+ type_asset: 'sdk.coin',
747
765
  traces: [{
748
766
  type: 'ibc',
749
767
  counterparty: {
@@ -781,6 +799,7 @@ const assets = {
781
799
  primary_color_hex: '#045493'
782
800
  }
783
801
  }],
802
+ type_asset: 'sdk.coin',
784
803
  traces: [{
785
804
  type: 'ibc',
786
805
  counterparty: {
@@ -823,6 +842,7 @@ const assets = {
823
842
  socials: {
824
843
  twitter: 'https://twitter.com/furyachain'
825
844
  },
845
+ type_asset: 'sdk.coin',
826
846
  traces: [{
827
847
  type: 'ibc',
828
848
  counterparty: {
@@ -865,6 +885,7 @@ const assets = {
865
885
  website: 'https://akash.network/',
866
886
  twitter: 'https://twitter.com/akashnet_'
867
887
  },
888
+ type_asset: 'sdk.coin',
868
889
  traces: [{
869
890
  type: 'ibc',
870
891
  counterparty: {
@@ -914,6 +935,7 @@ const assets = {
914
935
  website: 'https://archway.io/',
915
936
  twitter: 'https://twitter.com/archwayHQ'
916
937
  },
938
+ type_asset: 'sdk.coin',
917
939
  traces: [{
918
940
  type: 'ibc',
919
941
  counterparty: {
@@ -956,6 +978,7 @@ const assets = {
956
978
  website: 'https://www.assetmantle.one/',
957
979
  twitter: 'https://twitter.com/AssetMantle'
958
980
  },
981
+ type_asset: 'sdk.coin',
959
982
  traces: [{
960
983
  type: 'ibc',
961
984
  counterparty: {
@@ -998,6 +1021,7 @@ const assets = {
998
1021
  website: 'https://axelar.network/',
999
1022
  twitter: 'https://twitter.com/axelarnetwork'
1000
1023
  },
1024
+ type_asset: 'sdk.coin',
1001
1025
  traces: [{
1002
1026
  type: 'ibc',
1003
1027
  counterparty: {
@@ -1040,6 +1064,7 @@ const assets = {
1040
1064
  website: 'http://www.bitcanna.io/',
1041
1065
  twitter: 'https://twitter.com/BitCannaGlobal'
1042
1066
  },
1067
+ type_asset: 'sdk.coin',
1043
1068
  traces: [{
1044
1069
  type: 'ibc',
1045
1070
  counterparty: {
@@ -1121,6 +1146,7 @@ const assets = {
1121
1146
  primary_color_hex: '#343434'
1122
1147
  }
1123
1148
  }],
1149
+ type_asset: 'sdk.coin',
1124
1150
  traces: [{
1125
1151
  type: 'ibc',
1126
1152
  counterparty: {
@@ -1159,6 +1185,7 @@ const assets = {
1159
1185
  primary_color_hex: '#fc4454'
1160
1186
  }
1161
1187
  }],
1188
+ type_asset: 'sdk.coin',
1162
1189
  traces: [{
1163
1190
  type: 'ibc',
1164
1191
  counterparty: {
@@ -1197,6 +1224,7 @@ const assets = {
1197
1224
  primary_color_hex: '#645ca4'
1198
1225
  }
1199
1226
  }],
1227
+ type_asset: 'sdk.coin',
1200
1228
  traces: [{
1201
1229
  type: 'ibc',
1202
1230
  counterparty: {
@@ -1235,6 +1263,7 @@ const assets = {
1235
1263
  primary_color_hex: '#040404'
1236
1264
  }
1237
1265
  }],
1266
+ type_asset: 'sdk.coin',
1238
1267
  traces: [{
1239
1268
  type: 'ibc',
1240
1269
  counterparty: {
@@ -1277,6 +1306,7 @@ const assets = {
1277
1306
  website: 'https://cosmos.network',
1278
1307
  twitter: 'https://twitter.com/cosmoshub'
1279
1308
  },
1309
+ type_asset: 'sdk.coin',
1280
1310
  traces: [{
1281
1311
  type: 'ibc',
1282
1312
  counterparty: {
@@ -1315,6 +1345,7 @@ const assets = {
1315
1345
  primary_color_hex: '#3c2832'
1316
1346
  }
1317
1347
  }],
1348
+ type_asset: 'sdk.coin',
1318
1349
  traces: [{
1319
1350
  type: 'ibc',
1320
1351
  counterparty: {
@@ -1353,6 +1384,7 @@ const assets = {
1353
1384
  primary_color_hex: '#df969f'
1354
1385
  }
1355
1386
  }],
1387
+ type_asset: 'sdk.coin',
1356
1388
  traces: [{
1357
1389
  type: 'ibc',
1358
1390
  counterparty: {
@@ -1389,6 +1421,7 @@ const assets = {
1389
1421
  primary_color_hex: '#1b1433'
1390
1422
  }
1391
1423
  }],
1424
+ type_asset: 'sdk.coin',
1392
1425
  traces: [{
1393
1426
  type: 'ibc',
1394
1427
  counterparty: {
@@ -1427,6 +1460,7 @@ const assets = {
1427
1460
  primary_color_hex: '#caf2ea'
1428
1461
  }
1429
1462
  }],
1463
+ type_asset: 'sdk.coin',
1430
1464
  traces: [{
1431
1465
  type: 'ibc',
1432
1466
  counterparty: {
@@ -1465,6 +1499,7 @@ const assets = {
1465
1499
  primary_color_hex: '#f4c808'
1466
1500
  }
1467
1501
  }],
1502
+ type_asset: 'sdk.coin',
1468
1503
  traces: [{
1469
1504
  type: 'ibc',
1470
1505
  counterparty: {
@@ -1502,6 +1537,7 @@ const assets = {
1502
1537
  primary_color_hex: '#db2b1c'
1503
1538
  }
1504
1539
  }],
1540
+ type_asset: 'sdk.coin',
1505
1541
  traces: [{
1506
1542
  type: 'ibc',
1507
1543
  counterparty: {
@@ -1539,6 +1575,7 @@ const assets = {
1539
1575
  primary_color_hex: '#cb142d'
1540
1576
  }
1541
1577
  }],
1578
+ type_asset: 'sdk.coin',
1542
1579
  traces: [{
1543
1580
  type: 'ibc',
1544
1581
  counterparty: {
@@ -1576,6 +1613,7 @@ const assets = {
1576
1613
  primary_color_hex: '#ac0c34'
1577
1614
  }
1578
1615
  }],
1616
+ type_asset: 'sdk.coin',
1579
1617
  traces: [{
1580
1618
  type: 'ibc',
1581
1619
  counterparty: {
@@ -1613,6 +1651,7 @@ const assets = {
1613
1651
  primary_color_hex: '#045493'
1614
1652
  }
1615
1653
  }],
1654
+ type_asset: 'sdk.coin',
1616
1655
  traces: [{
1617
1656
  type: 'ibc',
1618
1657
  counterparty: {
@@ -1655,6 +1694,7 @@ const assets = {
1655
1694
  socials: {
1656
1695
  twitter: 'https://twitter.com/furyachain'
1657
1696
  },
1697
+ type_asset: 'sdk.coin',
1658
1698
  traces: [{
1659
1699
  type: 'ibc',
1660
1700
  counterparty: {
@@ -1697,6 +1737,7 @@ const assets = {
1697
1737
  website: 'https://kujira.network/',
1698
1738
  twitter: 'https://twitter.com/TeamKujira'
1699
1739
  },
1740
+ type_asset: 'sdk.coin',
1700
1741
  traces: [{
1701
1742
  type: 'ibc',
1702
1743
  counterparty: {
@@ -1735,6 +1776,7 @@ const assets = {
1735
1776
  primary_color_hex: '#1c1c1c'
1736
1777
  }
1737
1778
  }],
1779
+ type_asset: 'sdk.coin',
1738
1780
  traces: [{
1739
1781
  type: 'ibc',
1740
1782
  counterparty: {
@@ -1779,6 +1821,7 @@ const assets = {
1779
1821
  website: 'https://neutron.org/',
1780
1822
  twitter: 'https://twitter.com/Neutron_org'
1781
1823
  },
1824
+ type_asset: 'sdk.coin',
1782
1825
  traces: [{
1783
1826
  type: 'ibc',
1784
1827
  counterparty: {
@@ -1814,6 +1857,7 @@ const assets = {
1814
1857
  primary_color_hex: '#1b0847'
1815
1858
  }
1816
1859
  }],
1860
+ type_asset: 'sdk.coin',
1817
1861
  traces: [{
1818
1862
  type: 'ibc',
1819
1863
  counterparty: {
@@ -1849,6 +1893,7 @@ const assets = {
1849
1893
  primary_color_hex: '#dcd5ab'
1850
1894
  }
1851
1895
  }],
1896
+ type_asset: 'sdk.coin',
1852
1897
  traces: [{
1853
1898
  type: 'ibc',
1854
1899
  counterparty: {
@@ -1884,6 +1929,7 @@ const assets = {
1884
1929
  primary_color_hex: '#333333'
1885
1930
  }
1886
1931
  }],
1932
+ type_asset: 'sdk.coin',
1887
1933
  traces: [{
1888
1934
  type: 'ibc',
1889
1935
  counterparty: {
@@ -2002,6 +2048,7 @@ const assets = {
2002
2048
  website: 'https://ondo.finance/usdy',
2003
2049
  twitter: 'https://x.com/OndoFinance'
2004
2050
  },
2051
+ type_asset: 'sdk.coin',
2005
2052
  traces: [{
2006
2053
  type: 'ibc',
2007
2054
  counterparty: {
@@ -2045,6 +2092,7 @@ const assets = {
2045
2092
  primary_color_hex: '#0c0c14'
2046
2093
  }
2047
2094
  }],
2095
+ type_asset: 'sdk.coin',
2048
2096
  traces: [{
2049
2097
  type: 'ibc',
2050
2098
  counterparty: {
@@ -2081,6 +2129,7 @@ const assets = {
2081
2129
  primary_color_hex: '#bbbbbb'
2082
2130
  }
2083
2131
  }],
2132
+ type_asset: 'sdk.coin',
2084
2133
  traces: [{
2085
2134
  type: 'ibc',
2086
2135
  counterparty: {
@@ -2213,6 +2262,7 @@ const assets = {
2213
2262
  website: 'https://persistence.one/',
2214
2263
  twitter: 'https://twitter.com/PersistenceOne'
2215
2264
  },
2265
+ type_asset: 'sdk.coin',
2216
2266
  traces: [{
2217
2267
  type: 'ibc',
2218
2268
  counterparty: {
@@ -2254,6 +2304,7 @@ const assets = {
2254
2304
  website: 'https://quicksilver.zone/',
2255
2305
  twitter: 'https://twitter.com/quicksilverzone'
2256
2306
  },
2307
+ type_asset: 'sdk.coin',
2257
2308
  traces: [{
2258
2309
  type: 'ibc',
2259
2310
  counterparty: {
@@ -2296,6 +2347,7 @@ const assets = {
2296
2347
  website: 'https://scrt.network/',
2297
2348
  twitter: 'https://twitter.com/SecretNetwork'
2298
2349
  },
2350
+ type_asset: 'sdk.coin',
2299
2351
  traces: [{
2300
2352
  type: 'ibc',
2301
2353
  counterparty: {
@@ -2334,6 +2386,7 @@ const assets = {
2334
2386
  primary_color_hex: '#be9926'
2335
2387
  }
2336
2388
  }],
2389
+ type_asset: 'sdk.coin',
2337
2390
  traces: [{
2338
2391
  type: 'ibc',
2339
2392
  counterparty: {
@@ -2376,6 +2429,7 @@ const assets = {
2376
2429
  website: 'https://www.stargaze.zone/',
2377
2430
  twitter: 'https://twitter.com/StargazeZone'
2378
2431
  },
2432
+ type_asset: 'sdk.coin',
2379
2433
  traces: [{
2380
2434
  type: 'ibc',
2381
2435
  counterparty: {
@@ -2418,6 +2472,7 @@ const assets = {
2418
2472
  website: 'https://stride.zone/',
2419
2473
  twitter: 'https://twitter.com/stride_zone'
2420
2474
  },
2475
+ type_asset: 'sdk.coin',
2421
2476
  traces: [{
2422
2477
  type: 'ibc',
2423
2478
  counterparty: {
@@ -2465,6 +2520,7 @@ const assets = {
2465
2520
  primary_color_hex: '#fcdb5b'
2466
2521
  }
2467
2522
  }],
2523
+ type_asset: 'sdk.coin',
2468
2524
  traces: [{
2469
2525
  type: 'ibc',
2470
2526
  counterparty: {
@@ -2512,6 +2568,7 @@ const assets = {
2512
2568
  primary_color_hex: '#5493f2'
2513
2569
  }
2514
2570
  }],
2571
+ type_asset: 'sdk.coin',
2515
2572
  traces: [{
2516
2573
  type: 'ibc',
2517
2574
  counterparty: {
@@ -2558,6 +2615,7 @@ const assets = {
2558
2615
  primary_color_hex: '#4b83e0'
2559
2616
  }
2560
2617
  }],
2618
+ type_asset: 'sdk.coin',
2561
2619
  traces: [{
2562
2620
  type: 'ibc',
2563
2621
  counterparty: {
@@ -2604,6 +2662,7 @@ const assets = {
2604
2662
  primary_color_hex: '#5981d7'
2605
2663
  }
2606
2664
  }],
2665
+ type_asset: 'sdk.coin',
2607
2666
  traces: [{
2608
2667
  type: 'ibc',
2609
2668
  counterparty: {
@@ -2650,6 +2709,7 @@ const assets = {
2650
2709
  primary_color_hex: '#de725b'
2651
2710
  }
2652
2711
  }],
2712
+ type_asset: 'sdk.coin',
2653
2713
  traces: [{
2654
2714
  type: 'ibc',
2655
2715
  counterparty: {
@@ -2696,6 +2756,7 @@ const assets = {
2696
2756
  primary_color_hex: '#c95c41'
2697
2757
  }
2698
2758
  }],
2759
+ type_asset: 'sdk.coin',
2699
2760
  traces: [{
2700
2761
  type: 'ibc',
2701
2762
  counterparty: {
@@ -2742,6 +2803,7 @@ const assets = {
2742
2803
  primary_color_hex: '#d3684c'
2743
2804
  }
2744
2805
  }],
2806
+ type_asset: 'sdk.coin',
2745
2807
  traces: [{
2746
2808
  type: 'ibc',
2747
2809
  counterparty: {
@@ -2788,6 +2850,7 @@ const assets = {
2788
2850
  primary_color_hex: '#db300a'
2789
2851
  }
2790
2852
  }],
2853
+ type_asset: 'sdk.coin',
2791
2854
  traces: [{
2792
2855
  type: 'ibc',
2793
2856
  counterparty: {
@@ -2834,6 +2897,7 @@ const assets = {
2834
2897
  primary_color_hex: '#1535b2'
2835
2898
  }
2836
2899
  }],
2900
+ type_asset: 'sdk.coin',
2837
2901
  traces: [{
2838
2902
  type: 'ibc',
2839
2903
  counterparty: {
@@ -2880,6 +2944,7 @@ const assets = {
2880
2944
  primary_color_hex: '#d49b9c'
2881
2945
  }
2882
2946
  }],
2947
+ type_asset: 'sdk.coin',
2883
2948
  traces: [{
2884
2949
  type: 'ibc',
2885
2950
  counterparty: {
@@ -2926,6 +2991,7 @@ const assets = {
2926
2991
  primary_color_hex: '#dc300a'
2927
2992
  }
2928
2993
  }],
2994
+ type_asset: 'sdk.coin',
2929
2995
  traces: [{
2930
2996
  type: 'ibc',
2931
2997
  counterparty: {
@@ -2972,6 +3038,7 @@ const assets = {
2972
3038
  primary_color_hex: '#5893ed'
2973
3039
  }
2974
3040
  }],
3041
+ type_asset: 'sdk.coin',
2975
3042
  traces: [{
2976
3043
  type: 'ibc',
2977
3044
  counterparty: {
@@ -3018,6 +3085,7 @@ const assets = {
3018
3085
  primary_color_hex: '#4b87e6'
3019
3086
  }
3020
3087
  }],
3088
+ type_asset: 'sdk.coin',
3021
3089
  traces: [{
3022
3090
  type: 'ibc',
3023
3091
  counterparty: {
@@ -3064,6 +3132,7 @@ const assets = {
3064
3132
  primary_color_hex: '#cfcfcf'
3065
3133
  }
3066
3134
  }],
3135
+ type_asset: 'sdk.coin',
3067
3136
  traces: [{
3068
3137
  type: 'ibc',
3069
3138
  counterparty: {
@@ -3110,6 +3179,7 @@ const assets = {
3110
3179
  primary_color_hex: '#4085f0'
3111
3180
  }
3112
3181
  }],
3182
+ type_asset: 'sdk.coin',
3113
3183
  traces: [{
3114
3184
  type: 'ibc',
3115
3185
  counterparty: {
@@ -3156,6 +3226,7 @@ const assets = {
3156
3226
  primary_color_hex: '#5893ed'
3157
3227
  }
3158
3228
  }],
3229
+ type_asset: 'sdk.coin',
3159
3230
  traces: [{
3160
3231
  type: 'ibc',
3161
3232
  counterparty: {
@@ -3202,6 +3273,7 @@ const assets = {
3202
3273
  primary_color_hex: '#5493f3'
3203
3274
  }
3204
3275
  }],
3276
+ type_asset: 'sdk.coin',
3205
3277
  traces: [{
3206
3278
  type: 'ibc',
3207
3279
  counterparty: {
@@ -3248,6 +3320,7 @@ const assets = {
3248
3320
  primary_color_hex: '#e88057'
3249
3321
  }
3250
3322
  }],
3323
+ type_asset: 'sdk.coin',
3251
3324
  traces: [{
3252
3325
  type: 'ibc',
3253
3326
  counterparty: {
@@ -3294,6 +3367,7 @@ const assets = {
3294
3367
  primary_color_hex: '#2fa4f1'
3295
3368
  }
3296
3369
  }],
3370
+ type_asset: 'sdk.coin',
3297
3371
  traces: [{
3298
3372
  type: 'ibc',
3299
3373
  counterparty: {
@@ -3340,6 +3414,7 @@ const assets = {
3340
3414
  primary_color_hex: '#2e71e1'
3341
3415
  }
3342
3416
  }],
3417
+ type_asset: 'sdk.coin',
3343
3418
  traces: [{
3344
3419
  type: 'ibc',
3345
3420
  counterparty: {
@@ -3386,6 +3461,7 @@ const assets = {
3386
3461
  primary_color_hex: '#4886e7'
3387
3462
  }
3388
3463
  }],
3464
+ type_asset: 'sdk.coin',
3389
3465
  traces: [{
3390
3466
  type: 'ibc',
3391
3467
  counterparty: {
@@ -3432,6 +3508,7 @@ const assets = {
3432
3508
  primary_color_hex: '#5493f3'
3433
3509
  }
3434
3510
  }],
3511
+ type_asset: 'sdk.coin',
3435
3512
  traces: [{
3436
3513
  type: 'ibc',
3437
3514
  counterparty: {
@@ -3478,6 +3555,7 @@ const assets = {
3478
3555
  primary_color_hex: '#5493f3'
3479
3556
  }
3480
3557
  }],
3558
+ type_asset: 'sdk.coin',
3481
3559
  traces: [{
3482
3560
  type: 'ibc',
3483
3561
  counterparty: {
@@ -3520,6 +3598,7 @@ const assets = {
3520
3598
  website: 'https://www.terra.money/',
3521
3599
  twitter: 'https://twitter.com/terra_money'
3522
3600
  },
3601
+ type_asset: 'sdk.coin',
3523
3602
  traces: [{
3524
3603
  type: 'ibc',
3525
3604
  counterparty: {
@@ -3562,6 +3641,7 @@ const assets = {
3562
3641
  website: 'https://kujira.network/',
3563
3642
  twitter: 'https://twitter.com/TeamKujira'
3564
3643
  },
3644
+ type_asset: 'sdk.coin',
3565
3645
  traces: [{
3566
3646
  type: 'ibc',
3567
3647
  counterparty: {
@@ -3600,6 +3680,7 @@ const assets = {
3600
3680
  primary_color_hex: '#1c1c1c'
3601
3681
  }
3602
3682
  }],
3683
+ type_asset: 'sdk.coin',
3603
3684
  traces: [{
3604
3685
  type: 'ibc',
3605
3686
  counterparty: {
@@ -3644,6 +3725,7 @@ const assets = {
3644
3725
  website: 'https://neutron.org/',
3645
3726
  twitter: 'https://twitter.com/Neutron_org'
3646
3727
  },
3728
+ type_asset: 'sdk.coin',
3647
3729
  traces: [{
3648
3730
  type: 'ibc',
3649
3731
  counterparty: {
@@ -3679,6 +3761,7 @@ const assets = {
3679
3761
  primary_color_hex: '#1b0847'
3680
3762
  }
3681
3763
  }],
3764
+ type_asset: 'sdk.coin',
3682
3765
  traces: [{
3683
3766
  type: 'ibc',
3684
3767
  counterparty: {
@@ -3714,6 +3797,7 @@ const assets = {
3714
3797
  primary_color_hex: '#dcd5ab'
3715
3798
  }
3716
3799
  }],
3800
+ type_asset: 'sdk.coin',
3717
3801
  traces: [{
3718
3802
  type: 'ibc',
3719
3803
  counterparty: {
@@ -3749,6 +3833,7 @@ const assets = {
3749
3833
  primary_color_hex: '#333333'
3750
3834
  }
3751
3835
  }],
3836
+ type_asset: 'sdk.coin',
3752
3837
  traces: [{
3753
3838
  type: 'ibc',
3754
3839
  counterparty: {
@@ -3867,6 +3952,7 @@ const assets = {
3867
3952
  website: 'https://ondo.finance/usdy',
3868
3953
  twitter: 'https://x.com/OndoFinance'
3869
3954
  },
3955
+ type_asset: 'sdk.coin',
3870
3956
  traces: [{
3871
3957
  type: 'ibc',
3872
3958
  counterparty: {
@@ -3910,6 +3996,7 @@ const assets = {
3910
3996
  primary_color_hex: '#0c0c14'
3911
3997
  }
3912
3998
  }],
3999
+ type_asset: 'sdk.coin',
3913
4000
  traces: [{
3914
4001
  type: 'ibc',
3915
4002
  counterparty: {
@@ -3946,6 +4033,7 @@ const assets = {
3946
4033
  primary_color_hex: '#bbbbbb'
3947
4034
  }
3948
4035
  }],
4036
+ type_asset: 'sdk.coin',
3949
4037
  traces: [{
3950
4038
  type: 'ibc',
3951
4039
  counterparty: {
@@ -4078,6 +4166,7 @@ const assets = {
4078
4166
  website: 'https://persistence.one/',
4079
4167
  twitter: 'https://twitter.com/PersistenceOne'
4080
4168
  },
4169
+ type_asset: 'sdk.coin',
4081
4170
  traces: [{
4082
4171
  type: 'ibc',
4083
4172
  counterparty: {
@@ -4119,6 +4208,7 @@ const assets = {
4119
4208
  website: 'https://quicksilver.zone/',
4120
4209
  twitter: 'https://twitter.com/quicksilverzone'
4121
4210
  },
4211
+ type_asset: 'sdk.coin',
4122
4212
  traces: [{
4123
4213
  type: 'ibc',
4124
4214
  counterparty: {
@@ -4161,6 +4251,7 @@ const assets = {
4161
4251
  website: 'https://scrt.network/',
4162
4252
  twitter: 'https://twitter.com/SecretNetwork'
4163
4253
  },
4254
+ type_asset: 'sdk.coin',
4164
4255
  traces: [{
4165
4256
  type: 'ibc',
4166
4257
  counterparty: {
@@ -4199,6 +4290,7 @@ const assets = {
4199
4290
  primary_color_hex: '#be9926'
4200
4291
  }
4201
4292
  }],
4293
+ type_asset: 'sdk.coin',
4202
4294
  traces: [{
4203
4295
  type: 'ibc',
4204
4296
  counterparty: {
@@ -4241,6 +4333,7 @@ const assets = {
4241
4333
  website: 'https://www.stargaze.zone/',
4242
4334
  twitter: 'https://twitter.com/StargazeZone'
4243
4335
  },
4336
+ type_asset: 'sdk.coin',
4244
4337
  traces: [{
4245
4338
  type: 'ibc',
4246
4339
  counterparty: {
@@ -4283,6 +4376,7 @@ const assets = {
4283
4376
  website: 'https://stride.zone/',
4284
4377
  twitter: 'https://twitter.com/stride_zone'
4285
4378
  },
4379
+ type_asset: 'sdk.coin',
4286
4380
  traces: [{
4287
4381
  type: 'ibc',
4288
4382
  counterparty: {
@@ -4330,6 +4424,7 @@ const assets = {
4330
4424
  primary_color_hex: '#fcdb5b'
4331
4425
  }
4332
4426
  }],
4427
+ type_asset: 'sdk.coin',
4333
4428
  traces: [{
4334
4429
  type: 'ibc',
4335
4430
  counterparty: {
@@ -4377,6 +4472,7 @@ const assets = {
4377
4472
  primary_color_hex: '#5493f2'
4378
4473
  }
4379
4474
  }],
4475
+ type_asset: 'sdk.coin',
4380
4476
  traces: [{
4381
4477
  type: 'ibc',
4382
4478
  counterparty: {
@@ -4423,6 +4519,7 @@ const assets = {
4423
4519
  primary_color_hex: '#4b83e0'
4424
4520
  }
4425
4521
  }],
4522
+ type_asset: 'sdk.coin',
4426
4523
  traces: [{
4427
4524
  type: 'ibc',
4428
4525
  counterparty: {
@@ -4469,6 +4566,7 @@ const assets = {
4469
4566
  primary_color_hex: '#5981d7'
4470
4567
  }
4471
4568
  }],
4569
+ type_asset: 'sdk.coin',
4472
4570
  traces: [{
4473
4571
  type: 'ibc',
4474
4572
  counterparty: {
@@ -4515,6 +4613,7 @@ const assets = {
4515
4613
  primary_color_hex: '#de725b'
4516
4614
  }
4517
4615
  }],
4616
+ type_asset: 'sdk.coin',
4518
4617
  traces: [{
4519
4618
  type: 'ibc',
4520
4619
  counterparty: {
@@ -4561,6 +4660,7 @@ const assets = {
4561
4660
  primary_color_hex: '#c95c41'
4562
4661
  }
4563
4662
  }],
4663
+ type_asset: 'sdk.coin',
4564
4664
  traces: [{
4565
4665
  type: 'ibc',
4566
4666
  counterparty: {
@@ -4607,6 +4707,7 @@ const assets = {
4607
4707
  primary_color_hex: '#d3684c'
4608
4708
  }
4609
4709
  }],
4710
+ type_asset: 'sdk.coin',
4610
4711
  traces: [{
4611
4712
  type: 'ibc',
4612
4713
  counterparty: {
@@ -4653,6 +4754,7 @@ const assets = {
4653
4754
  primary_color_hex: '#db300a'
4654
4755
  }
4655
4756
  }],
4757
+ type_asset: 'sdk.coin',
4656
4758
  traces: [{
4657
4759
  type: 'ibc',
4658
4760
  counterparty: {
@@ -4699,6 +4801,7 @@ const assets = {
4699
4801
  primary_color_hex: '#1535b2'
4700
4802
  }
4701
4803
  }],
4804
+ type_asset: 'sdk.coin',
4702
4805
  traces: [{
4703
4806
  type: 'ibc',
4704
4807
  counterparty: {
@@ -4745,6 +4848,7 @@ const assets = {
4745
4848
  primary_color_hex: '#d49b9c'
4746
4849
  }
4747
4850
  }],
4851
+ type_asset: 'sdk.coin',
4748
4852
  traces: [{
4749
4853
  type: 'ibc',
4750
4854
  counterparty: {
@@ -4791,6 +4895,7 @@ const assets = {
4791
4895
  primary_color_hex: '#dc300a'
4792
4896
  }
4793
4897
  }],
4898
+ type_asset: 'sdk.coin',
4794
4899
  traces: [{
4795
4900
  type: 'ibc',
4796
4901
  counterparty: {
@@ -4837,6 +4942,7 @@ const assets = {
4837
4942
  primary_color_hex: '#5893ed'
4838
4943
  }
4839
4944
  }],
4945
+ type_asset: 'sdk.coin',
4840
4946
  traces: [{
4841
4947
  type: 'ibc',
4842
4948
  counterparty: {
@@ -4883,6 +4989,7 @@ const assets = {
4883
4989
  primary_color_hex: '#4b87e6'
4884
4990
  }
4885
4991
  }],
4992
+ type_asset: 'sdk.coin',
4886
4993
  traces: [{
4887
4994
  type: 'ibc',
4888
4995
  counterparty: {
@@ -4929,6 +5036,7 @@ const assets = {
4929
5036
  primary_color_hex: '#cfcfcf'
4930
5037
  }
4931
5038
  }],
5039
+ type_asset: 'sdk.coin',
4932
5040
  traces: [{
4933
5041
  type: 'ibc',
4934
5042
  counterparty: {
@@ -4975,6 +5083,7 @@ const assets = {
4975
5083
  primary_color_hex: '#4085f0'
4976
5084
  }
4977
5085
  }],
5086
+ type_asset: 'sdk.coin',
4978
5087
  traces: [{
4979
5088
  type: 'ibc',
4980
5089
  counterparty: {
@@ -5021,6 +5130,7 @@ const assets = {
5021
5130
  primary_color_hex: '#5893ed'
5022
5131
  }
5023
5132
  }],
5133
+ type_asset: 'sdk.coin',
5024
5134
  traces: [{
5025
5135
  type: 'ibc',
5026
5136
  counterparty: {
@@ -5067,6 +5177,7 @@ const assets = {
5067
5177
  primary_color_hex: '#5493f3'
5068
5178
  }
5069
5179
  }],
5180
+ type_asset: 'sdk.coin',
5070
5181
  traces: [{
5071
5182
  type: 'ibc',
5072
5183
  counterparty: {
@@ -5113,6 +5224,7 @@ const assets = {
5113
5224
  primary_color_hex: '#e88057'
5114
5225
  }
5115
5226
  }],
5227
+ type_asset: 'sdk.coin',
5116
5228
  traces: [{
5117
5229
  type: 'ibc',
5118
5230
  counterparty: {
@@ -5159,6 +5271,7 @@ const assets = {
5159
5271
  primary_color_hex: '#2fa4f1'
5160
5272
  }
5161
5273
  }],
5274
+ type_asset: 'sdk.coin',
5162
5275
  traces: [{
5163
5276
  type: 'ibc',
5164
5277
  counterparty: {
@@ -5205,6 +5318,7 @@ const assets = {
5205
5318
  primary_color_hex: '#2e71e1'
5206
5319
  }
5207
5320
  }],
5321
+ type_asset: 'sdk.coin',
5208
5322
  traces: [{
5209
5323
  type: 'ibc',
5210
5324
  counterparty: {
@@ -5251,6 +5365,7 @@ const assets = {
5251
5365
  primary_color_hex: '#4886e7'
5252
5366
  }
5253
5367
  }],
5368
+ type_asset: 'sdk.coin',
5254
5369
  traces: [{
5255
5370
  type: 'ibc',
5256
5371
  counterparty: {
@@ -5297,6 +5412,7 @@ const assets = {
5297
5412
  primary_color_hex: '#5493f3'
5298
5413
  }
5299
5414
  }],
5415
+ type_asset: 'sdk.coin',
5300
5416
  traces: [{
5301
5417
  type: 'ibc',
5302
5418
  counterparty: {
@@ -5343,6 +5459,7 @@ const assets = {
5343
5459
  primary_color_hex: '#5493f3'
5344
5460
  }
5345
5461
  }],
5462
+ type_asset: 'sdk.coin',
5346
5463
  traces: [{
5347
5464
  type: 'ibc',
5348
5465
  counterparty: {
@@ -5385,6 +5502,7 @@ const assets = {
5385
5502
  website: 'https://www.terra.money/',
5386
5503
  twitter: 'https://twitter.com/terra_money'
5387
5504
  },
5505
+ type_asset: 'sdk.coin',
5388
5506
  traces: [{
5389
5507
  type: 'ibc',
5390
5508
  counterparty: {
@@ -5653,6 +5771,8 @@ const assets = {
5653
5771
  exponent: 6
5654
5772
  }],
5655
5773
  base: 'ibc/8301F2E358BBCBF0E44DFFCA61889BF21B086B57AC39D48BE3164E68E443CCEF',
5774
+ type_asset: 'snip20',
5775
+ address: 'secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej',
5656
5776
  name: 'Alter',
5657
5777
  display: 'alter',
5658
5778
  symbol: 'ALTER',
@@ -6028,6 +6148,8 @@ const assets = {
6028
6148
  exponent: 6
6029
6149
  }],
6030
6150
  base: 'ibc/8301F2E358BBCBF0E44DFFCA61889BF21B086B57AC39D48BE3164E68E443CCEF',
6151
+ type_asset: 'snip20',
6152
+ address: 'secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej',
6031
6153
  name: 'Alter',
6032
6154
  display: 'alter',
6033
6155
  symbol: 'ALTER',