@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://akash.network/',
32
32
  twitter: 'https://twitter.com/akashnet_'
33
33
  },
34
+ type_asset: 'sdk.coin',
34
35
  traces: [{
35
36
  type: 'ibc',
36
37
  counterparty: {
@@ -80,6 +81,7 @@ const assets = {
80
81
  website: 'https://archway.io/',
81
82
  twitter: 'https://twitter.com/archwayHQ'
82
83
  },
84
+ type_asset: 'sdk.coin',
83
85
  traces: [{
84
86
  type: 'ibc',
85
87
  counterparty: {
@@ -122,6 +124,7 @@ const assets = {
122
124
  website: 'https://www.assetmantle.one/',
123
125
  twitter: 'https://twitter.com/AssetMantle'
124
126
  },
127
+ type_asset: 'sdk.coin',
125
128
  traces: [{
126
129
  type: 'ibc',
127
130
  counterparty: {
@@ -164,6 +167,7 @@ const assets = {
164
167
  website: 'https://axelar.network/',
165
168
  twitter: 'https://twitter.com/axelarnetwork'
166
169
  },
170
+ type_asset: 'sdk.coin',
167
171
  traces: [{
168
172
  type: 'ibc',
169
173
  counterparty: {
@@ -206,6 +210,7 @@ const assets = {
206
210
  website: 'http://www.bitcanna.io/',
207
211
  twitter: 'https://twitter.com/BitCannaGlobal'
208
212
  },
213
+ type_asset: 'sdk.coin',
209
214
  traces: [{
210
215
  type: 'ibc',
211
216
  counterparty: {
@@ -287,6 +292,7 @@ const assets = {
287
292
  primary_color_hex: '#343434'
288
293
  }
289
294
  }],
295
+ type_asset: 'sdk.coin',
290
296
  traces: [{
291
297
  type: 'ibc',
292
298
  counterparty: {
@@ -325,6 +331,7 @@ const assets = {
325
331
  primary_color_hex: '#fc4454'
326
332
  }
327
333
  }],
334
+ type_asset: 'sdk.coin',
328
335
  traces: [{
329
336
  type: 'ibc',
330
337
  counterparty: {
@@ -363,6 +370,7 @@ const assets = {
363
370
  primary_color_hex: '#645ca4'
364
371
  }
365
372
  }],
373
+ type_asset: 'sdk.coin',
366
374
  traces: [{
367
375
  type: 'ibc',
368
376
  counterparty: {
@@ -401,6 +409,7 @@ const assets = {
401
409
  primary_color_hex: '#040404'
402
410
  }
403
411
  }],
412
+ type_asset: 'sdk.coin',
404
413
  traces: [{
405
414
  type: 'ibc',
406
415
  counterparty: {
@@ -443,6 +452,7 @@ const assets = {
443
452
  website: 'https://cosmos.network',
444
453
  twitter: 'https://twitter.com/cosmoshub'
445
454
  },
455
+ type_asset: 'sdk.coin',
446
456
  traces: [{
447
457
  type: 'ibc',
448
458
  counterparty: {
@@ -481,6 +491,7 @@ const assets = {
481
491
  primary_color_hex: '#3c2832'
482
492
  }
483
493
  }],
494
+ type_asset: 'sdk.coin',
484
495
  traces: [{
485
496
  type: 'ibc',
486
497
  counterparty: {
@@ -519,6 +530,7 @@ const assets = {
519
530
  primary_color_hex: '#df969f'
520
531
  }
521
532
  }],
533
+ type_asset: 'sdk.coin',
522
534
  traces: [{
523
535
  type: 'ibc',
524
536
  counterparty: {
@@ -555,6 +567,7 @@ const assets = {
555
567
  primary_color_hex: '#1b1433'
556
568
  }
557
569
  }],
570
+ type_asset: 'sdk.coin',
558
571
  traces: [{
559
572
  type: 'ibc',
560
573
  counterparty: {
@@ -593,6 +606,7 @@ const assets = {
593
606
  primary_color_hex: '#caf2ea'
594
607
  }
595
608
  }],
609
+ type_asset: 'sdk.coin',
596
610
  traces: [{
597
611
  type: 'ibc',
598
612
  counterparty: {
@@ -631,6 +645,7 @@ const assets = {
631
645
  primary_color_hex: '#f4c808'
632
646
  }
633
647
  }],
648
+ type_asset: 'sdk.coin',
634
649
  traces: [{
635
650
  type: 'ibc',
636
651
  counterparty: {
@@ -668,6 +683,7 @@ const assets = {
668
683
  primary_color_hex: '#db2b1c'
669
684
  }
670
685
  }],
686
+ type_asset: 'sdk.coin',
671
687
  traces: [{
672
688
  type: 'ibc',
673
689
  counterparty: {
@@ -705,6 +721,7 @@ const assets = {
705
721
  primary_color_hex: '#cb142d'
706
722
  }
707
723
  }],
724
+ type_asset: 'sdk.coin',
708
725
  traces: [{
709
726
  type: 'ibc',
710
727
  counterparty: {
@@ -742,6 +759,7 @@ const assets = {
742
759
  primary_color_hex: '#ac0c34'
743
760
  }
744
761
  }],
762
+ type_asset: 'sdk.coin',
745
763
  traces: [{
746
764
  type: 'ibc',
747
765
  counterparty: {
@@ -779,6 +797,7 @@ const assets = {
779
797
  primary_color_hex: '#045493'
780
798
  }
781
799
  }],
800
+ type_asset: 'sdk.coin',
782
801
  traces: [{
783
802
  type: 'ibc',
784
803
  counterparty: {
@@ -821,6 +840,7 @@ const assets = {
821
840
  socials: {
822
841
  twitter: 'https://twitter.com/furyachain'
823
842
  },
843
+ type_asset: 'sdk.coin',
824
844
  traces: [{
825
845
  type: 'ibc',
826
846
  counterparty: {
@@ -863,6 +883,7 @@ const assets = {
863
883
  website: 'https://akash.network/',
864
884
  twitter: 'https://twitter.com/akashnet_'
865
885
  },
886
+ type_asset: 'sdk.coin',
866
887
  traces: [{
867
888
  type: 'ibc',
868
889
  counterparty: {
@@ -912,6 +933,7 @@ const assets = {
912
933
  website: 'https://archway.io/',
913
934
  twitter: 'https://twitter.com/archwayHQ'
914
935
  },
936
+ type_asset: 'sdk.coin',
915
937
  traces: [{
916
938
  type: 'ibc',
917
939
  counterparty: {
@@ -954,6 +976,7 @@ const assets = {
954
976
  website: 'https://www.assetmantle.one/',
955
977
  twitter: 'https://twitter.com/AssetMantle'
956
978
  },
979
+ type_asset: 'sdk.coin',
957
980
  traces: [{
958
981
  type: 'ibc',
959
982
  counterparty: {
@@ -996,6 +1019,7 @@ const assets = {
996
1019
  website: 'https://axelar.network/',
997
1020
  twitter: 'https://twitter.com/axelarnetwork'
998
1021
  },
1022
+ type_asset: 'sdk.coin',
999
1023
  traces: [{
1000
1024
  type: 'ibc',
1001
1025
  counterparty: {
@@ -1038,6 +1062,7 @@ const assets = {
1038
1062
  website: 'http://www.bitcanna.io/',
1039
1063
  twitter: 'https://twitter.com/BitCannaGlobal'
1040
1064
  },
1065
+ type_asset: 'sdk.coin',
1041
1066
  traces: [{
1042
1067
  type: 'ibc',
1043
1068
  counterparty: {
@@ -1119,6 +1144,7 @@ const assets = {
1119
1144
  primary_color_hex: '#343434'
1120
1145
  }
1121
1146
  }],
1147
+ type_asset: 'sdk.coin',
1122
1148
  traces: [{
1123
1149
  type: 'ibc',
1124
1150
  counterparty: {
@@ -1157,6 +1183,7 @@ const assets = {
1157
1183
  primary_color_hex: '#fc4454'
1158
1184
  }
1159
1185
  }],
1186
+ type_asset: 'sdk.coin',
1160
1187
  traces: [{
1161
1188
  type: 'ibc',
1162
1189
  counterparty: {
@@ -1195,6 +1222,7 @@ const assets = {
1195
1222
  primary_color_hex: '#645ca4'
1196
1223
  }
1197
1224
  }],
1225
+ type_asset: 'sdk.coin',
1198
1226
  traces: [{
1199
1227
  type: 'ibc',
1200
1228
  counterparty: {
@@ -1233,6 +1261,7 @@ const assets = {
1233
1261
  primary_color_hex: '#040404'
1234
1262
  }
1235
1263
  }],
1264
+ type_asset: 'sdk.coin',
1236
1265
  traces: [{
1237
1266
  type: 'ibc',
1238
1267
  counterparty: {
@@ -1275,6 +1304,7 @@ const assets = {
1275
1304
  website: 'https://cosmos.network',
1276
1305
  twitter: 'https://twitter.com/cosmoshub'
1277
1306
  },
1307
+ type_asset: 'sdk.coin',
1278
1308
  traces: [{
1279
1309
  type: 'ibc',
1280
1310
  counterparty: {
@@ -1313,6 +1343,7 @@ const assets = {
1313
1343
  primary_color_hex: '#3c2832'
1314
1344
  }
1315
1345
  }],
1346
+ type_asset: 'sdk.coin',
1316
1347
  traces: [{
1317
1348
  type: 'ibc',
1318
1349
  counterparty: {
@@ -1351,6 +1382,7 @@ const assets = {
1351
1382
  primary_color_hex: '#df969f'
1352
1383
  }
1353
1384
  }],
1385
+ type_asset: 'sdk.coin',
1354
1386
  traces: [{
1355
1387
  type: 'ibc',
1356
1388
  counterparty: {
@@ -1387,6 +1419,7 @@ const assets = {
1387
1419
  primary_color_hex: '#1b1433'
1388
1420
  }
1389
1421
  }],
1422
+ type_asset: 'sdk.coin',
1390
1423
  traces: [{
1391
1424
  type: 'ibc',
1392
1425
  counterparty: {
@@ -1425,6 +1458,7 @@ const assets = {
1425
1458
  primary_color_hex: '#caf2ea'
1426
1459
  }
1427
1460
  }],
1461
+ type_asset: 'sdk.coin',
1428
1462
  traces: [{
1429
1463
  type: 'ibc',
1430
1464
  counterparty: {
@@ -1463,6 +1497,7 @@ const assets = {
1463
1497
  primary_color_hex: '#f4c808'
1464
1498
  }
1465
1499
  }],
1500
+ type_asset: 'sdk.coin',
1466
1501
  traces: [{
1467
1502
  type: 'ibc',
1468
1503
  counterparty: {
@@ -1500,6 +1535,7 @@ const assets = {
1500
1535
  primary_color_hex: '#db2b1c'
1501
1536
  }
1502
1537
  }],
1538
+ type_asset: 'sdk.coin',
1503
1539
  traces: [{
1504
1540
  type: 'ibc',
1505
1541
  counterparty: {
@@ -1537,6 +1573,7 @@ const assets = {
1537
1573
  primary_color_hex: '#cb142d'
1538
1574
  }
1539
1575
  }],
1576
+ type_asset: 'sdk.coin',
1540
1577
  traces: [{
1541
1578
  type: 'ibc',
1542
1579
  counterparty: {
@@ -1574,6 +1611,7 @@ const assets = {
1574
1611
  primary_color_hex: '#ac0c34'
1575
1612
  }
1576
1613
  }],
1614
+ type_asset: 'sdk.coin',
1577
1615
  traces: [{
1578
1616
  type: 'ibc',
1579
1617
  counterparty: {
@@ -1611,6 +1649,7 @@ const assets = {
1611
1649
  primary_color_hex: '#045493'
1612
1650
  }
1613
1651
  }],
1652
+ type_asset: 'sdk.coin',
1614
1653
  traces: [{
1615
1654
  type: 'ibc',
1616
1655
  counterparty: {
@@ -1653,6 +1692,7 @@ const assets = {
1653
1692
  socials: {
1654
1693
  twitter: 'https://twitter.com/furyachain'
1655
1694
  },
1695
+ type_asset: 'sdk.coin',
1656
1696
  traces: [{
1657
1697
  type: 'ibc',
1658
1698
  counterparty: {
@@ -1695,6 +1735,7 @@ const assets = {
1695
1735
  website: 'https://kujira.network/',
1696
1736
  twitter: 'https://twitter.com/TeamKujira'
1697
1737
  },
1738
+ type_asset: 'sdk.coin',
1698
1739
  traces: [{
1699
1740
  type: 'ibc',
1700
1741
  counterparty: {
@@ -1733,6 +1774,7 @@ const assets = {
1733
1774
  primary_color_hex: '#1c1c1c'
1734
1775
  }
1735
1776
  }],
1777
+ type_asset: 'sdk.coin',
1736
1778
  traces: [{
1737
1779
  type: 'ibc',
1738
1780
  counterparty: {
@@ -1777,6 +1819,7 @@ const assets = {
1777
1819
  website: 'https://neutron.org/',
1778
1820
  twitter: 'https://twitter.com/Neutron_org'
1779
1821
  },
1822
+ type_asset: 'sdk.coin',
1780
1823
  traces: [{
1781
1824
  type: 'ibc',
1782
1825
  counterparty: {
@@ -1812,6 +1855,7 @@ const assets = {
1812
1855
  primary_color_hex: '#1b0847'
1813
1856
  }
1814
1857
  }],
1858
+ type_asset: 'sdk.coin',
1815
1859
  traces: [{
1816
1860
  type: 'ibc',
1817
1861
  counterparty: {
@@ -1847,6 +1891,7 @@ const assets = {
1847
1891
  primary_color_hex: '#dcd5ab'
1848
1892
  }
1849
1893
  }],
1894
+ type_asset: 'sdk.coin',
1850
1895
  traces: [{
1851
1896
  type: 'ibc',
1852
1897
  counterparty: {
@@ -1882,6 +1927,7 @@ const assets = {
1882
1927
  primary_color_hex: '#333333'
1883
1928
  }
1884
1929
  }],
1930
+ type_asset: 'sdk.coin',
1885
1931
  traces: [{
1886
1932
  type: 'ibc',
1887
1933
  counterparty: {
@@ -2000,6 +2046,7 @@ const assets = {
2000
2046
  website: 'https://ondo.finance/usdy',
2001
2047
  twitter: 'https://x.com/OndoFinance'
2002
2048
  },
2049
+ type_asset: 'sdk.coin',
2003
2050
  traces: [{
2004
2051
  type: 'ibc',
2005
2052
  counterparty: {
@@ -2043,6 +2090,7 @@ const assets = {
2043
2090
  primary_color_hex: '#0c0c14'
2044
2091
  }
2045
2092
  }],
2093
+ type_asset: 'sdk.coin',
2046
2094
  traces: [{
2047
2095
  type: 'ibc',
2048
2096
  counterparty: {
@@ -2079,6 +2127,7 @@ const assets = {
2079
2127
  primary_color_hex: '#bbbbbb'
2080
2128
  }
2081
2129
  }],
2130
+ type_asset: 'sdk.coin',
2082
2131
  traces: [{
2083
2132
  type: 'ibc',
2084
2133
  counterparty: {
@@ -2211,6 +2260,7 @@ const assets = {
2211
2260
  website: 'https://persistence.one/',
2212
2261
  twitter: 'https://twitter.com/PersistenceOne'
2213
2262
  },
2263
+ type_asset: 'sdk.coin',
2214
2264
  traces: [{
2215
2265
  type: 'ibc',
2216
2266
  counterparty: {
@@ -2252,6 +2302,7 @@ const assets = {
2252
2302
  website: 'https://quicksilver.zone/',
2253
2303
  twitter: 'https://twitter.com/quicksilverzone'
2254
2304
  },
2305
+ type_asset: 'sdk.coin',
2255
2306
  traces: [{
2256
2307
  type: 'ibc',
2257
2308
  counterparty: {
@@ -2294,6 +2345,7 @@ const assets = {
2294
2345
  website: 'https://scrt.network/',
2295
2346
  twitter: 'https://twitter.com/SecretNetwork'
2296
2347
  },
2348
+ type_asset: 'sdk.coin',
2297
2349
  traces: [{
2298
2350
  type: 'ibc',
2299
2351
  counterparty: {
@@ -2332,6 +2384,7 @@ const assets = {
2332
2384
  primary_color_hex: '#be9926'
2333
2385
  }
2334
2386
  }],
2387
+ type_asset: 'sdk.coin',
2335
2388
  traces: [{
2336
2389
  type: 'ibc',
2337
2390
  counterparty: {
@@ -2374,6 +2427,7 @@ const assets = {
2374
2427
  website: 'https://www.stargaze.zone/',
2375
2428
  twitter: 'https://twitter.com/StargazeZone'
2376
2429
  },
2430
+ type_asset: 'sdk.coin',
2377
2431
  traces: [{
2378
2432
  type: 'ibc',
2379
2433
  counterparty: {
@@ -2416,6 +2470,7 @@ const assets = {
2416
2470
  website: 'https://stride.zone/',
2417
2471
  twitter: 'https://twitter.com/stride_zone'
2418
2472
  },
2473
+ type_asset: 'sdk.coin',
2419
2474
  traces: [{
2420
2475
  type: 'ibc',
2421
2476
  counterparty: {
@@ -2463,6 +2518,7 @@ const assets = {
2463
2518
  primary_color_hex: '#fcdb5b'
2464
2519
  }
2465
2520
  }],
2521
+ type_asset: 'sdk.coin',
2466
2522
  traces: [{
2467
2523
  type: 'ibc',
2468
2524
  counterparty: {
@@ -2510,6 +2566,7 @@ const assets = {
2510
2566
  primary_color_hex: '#5493f2'
2511
2567
  }
2512
2568
  }],
2569
+ type_asset: 'sdk.coin',
2513
2570
  traces: [{
2514
2571
  type: 'ibc',
2515
2572
  counterparty: {
@@ -2556,6 +2613,7 @@ const assets = {
2556
2613
  primary_color_hex: '#4b83e0'
2557
2614
  }
2558
2615
  }],
2616
+ type_asset: 'sdk.coin',
2559
2617
  traces: [{
2560
2618
  type: 'ibc',
2561
2619
  counterparty: {
@@ -2602,6 +2660,7 @@ const assets = {
2602
2660
  primary_color_hex: '#5981d7'
2603
2661
  }
2604
2662
  }],
2663
+ type_asset: 'sdk.coin',
2605
2664
  traces: [{
2606
2665
  type: 'ibc',
2607
2666
  counterparty: {
@@ -2648,6 +2707,7 @@ const assets = {
2648
2707
  primary_color_hex: '#de725b'
2649
2708
  }
2650
2709
  }],
2710
+ type_asset: 'sdk.coin',
2651
2711
  traces: [{
2652
2712
  type: 'ibc',
2653
2713
  counterparty: {
@@ -2694,6 +2754,7 @@ const assets = {
2694
2754
  primary_color_hex: '#c95c41'
2695
2755
  }
2696
2756
  }],
2757
+ type_asset: 'sdk.coin',
2697
2758
  traces: [{
2698
2759
  type: 'ibc',
2699
2760
  counterparty: {
@@ -2740,6 +2801,7 @@ const assets = {
2740
2801
  primary_color_hex: '#d3684c'
2741
2802
  }
2742
2803
  }],
2804
+ type_asset: 'sdk.coin',
2743
2805
  traces: [{
2744
2806
  type: 'ibc',
2745
2807
  counterparty: {
@@ -2786,6 +2848,7 @@ const assets = {
2786
2848
  primary_color_hex: '#db300a'
2787
2849
  }
2788
2850
  }],
2851
+ type_asset: 'sdk.coin',
2789
2852
  traces: [{
2790
2853
  type: 'ibc',
2791
2854
  counterparty: {
@@ -2832,6 +2895,7 @@ const assets = {
2832
2895
  primary_color_hex: '#1535b2'
2833
2896
  }
2834
2897
  }],
2898
+ type_asset: 'sdk.coin',
2835
2899
  traces: [{
2836
2900
  type: 'ibc',
2837
2901
  counterparty: {
@@ -2878,6 +2942,7 @@ const assets = {
2878
2942
  primary_color_hex: '#d49b9c'
2879
2943
  }
2880
2944
  }],
2945
+ type_asset: 'sdk.coin',
2881
2946
  traces: [{
2882
2947
  type: 'ibc',
2883
2948
  counterparty: {
@@ -2924,6 +2989,7 @@ const assets = {
2924
2989
  primary_color_hex: '#dc300a'
2925
2990
  }
2926
2991
  }],
2992
+ type_asset: 'sdk.coin',
2927
2993
  traces: [{
2928
2994
  type: 'ibc',
2929
2995
  counterparty: {
@@ -2970,6 +3036,7 @@ const assets = {
2970
3036
  primary_color_hex: '#5893ed'
2971
3037
  }
2972
3038
  }],
3039
+ type_asset: 'sdk.coin',
2973
3040
  traces: [{
2974
3041
  type: 'ibc',
2975
3042
  counterparty: {
@@ -3016,6 +3083,7 @@ const assets = {
3016
3083
  primary_color_hex: '#4b87e6'
3017
3084
  }
3018
3085
  }],
3086
+ type_asset: 'sdk.coin',
3019
3087
  traces: [{
3020
3088
  type: 'ibc',
3021
3089
  counterparty: {
@@ -3062,6 +3130,7 @@ const assets = {
3062
3130
  primary_color_hex: '#cfcfcf'
3063
3131
  }
3064
3132
  }],
3133
+ type_asset: 'sdk.coin',
3065
3134
  traces: [{
3066
3135
  type: 'ibc',
3067
3136
  counterparty: {
@@ -3108,6 +3177,7 @@ const assets = {
3108
3177
  primary_color_hex: '#4085f0'
3109
3178
  }
3110
3179
  }],
3180
+ type_asset: 'sdk.coin',
3111
3181
  traces: [{
3112
3182
  type: 'ibc',
3113
3183
  counterparty: {
@@ -3154,6 +3224,7 @@ const assets = {
3154
3224
  primary_color_hex: '#5893ed'
3155
3225
  }
3156
3226
  }],
3227
+ type_asset: 'sdk.coin',
3157
3228
  traces: [{
3158
3229
  type: 'ibc',
3159
3230
  counterparty: {
@@ -3200,6 +3271,7 @@ const assets = {
3200
3271
  primary_color_hex: '#5493f3'
3201
3272
  }
3202
3273
  }],
3274
+ type_asset: 'sdk.coin',
3203
3275
  traces: [{
3204
3276
  type: 'ibc',
3205
3277
  counterparty: {
@@ -3246,6 +3318,7 @@ const assets = {
3246
3318
  primary_color_hex: '#e88057'
3247
3319
  }
3248
3320
  }],
3321
+ type_asset: 'sdk.coin',
3249
3322
  traces: [{
3250
3323
  type: 'ibc',
3251
3324
  counterparty: {
@@ -3292,6 +3365,7 @@ const assets = {
3292
3365
  primary_color_hex: '#2fa4f1'
3293
3366
  }
3294
3367
  }],
3368
+ type_asset: 'sdk.coin',
3295
3369
  traces: [{
3296
3370
  type: 'ibc',
3297
3371
  counterparty: {
@@ -3338,6 +3412,7 @@ const assets = {
3338
3412
  primary_color_hex: '#2e71e1'
3339
3413
  }
3340
3414
  }],
3415
+ type_asset: 'sdk.coin',
3341
3416
  traces: [{
3342
3417
  type: 'ibc',
3343
3418
  counterparty: {
@@ -3384,6 +3459,7 @@ const assets = {
3384
3459
  primary_color_hex: '#4886e7'
3385
3460
  }
3386
3461
  }],
3462
+ type_asset: 'sdk.coin',
3387
3463
  traces: [{
3388
3464
  type: 'ibc',
3389
3465
  counterparty: {
@@ -3430,6 +3506,7 @@ const assets = {
3430
3506
  primary_color_hex: '#5493f3'
3431
3507
  }
3432
3508
  }],
3509
+ type_asset: 'sdk.coin',
3433
3510
  traces: [{
3434
3511
  type: 'ibc',
3435
3512
  counterparty: {
@@ -3476,6 +3553,7 @@ const assets = {
3476
3553
  primary_color_hex: '#5493f3'
3477
3554
  }
3478
3555
  }],
3556
+ type_asset: 'sdk.coin',
3479
3557
  traces: [{
3480
3558
  type: 'ibc',
3481
3559
  counterparty: {
@@ -3518,6 +3596,7 @@ const assets = {
3518
3596
  website: 'https://www.terra.money/',
3519
3597
  twitter: 'https://twitter.com/terra_money'
3520
3598
  },
3599
+ type_asset: 'sdk.coin',
3521
3600
  traces: [{
3522
3601
  type: 'ibc',
3523
3602
  counterparty: {
@@ -3560,6 +3639,7 @@ const assets = {
3560
3639
  website: 'https://kujira.network/',
3561
3640
  twitter: 'https://twitter.com/TeamKujira'
3562
3641
  },
3642
+ type_asset: 'sdk.coin',
3563
3643
  traces: [{
3564
3644
  type: 'ibc',
3565
3645
  counterparty: {
@@ -3598,6 +3678,7 @@ const assets = {
3598
3678
  primary_color_hex: '#1c1c1c'
3599
3679
  }
3600
3680
  }],
3681
+ type_asset: 'sdk.coin',
3601
3682
  traces: [{
3602
3683
  type: 'ibc',
3603
3684
  counterparty: {
@@ -3642,6 +3723,7 @@ const assets = {
3642
3723
  website: 'https://neutron.org/',
3643
3724
  twitter: 'https://twitter.com/Neutron_org'
3644
3725
  },
3726
+ type_asset: 'sdk.coin',
3645
3727
  traces: [{
3646
3728
  type: 'ibc',
3647
3729
  counterparty: {
@@ -3677,6 +3759,7 @@ const assets = {
3677
3759
  primary_color_hex: '#1b0847'
3678
3760
  }
3679
3761
  }],
3762
+ type_asset: 'sdk.coin',
3680
3763
  traces: [{
3681
3764
  type: 'ibc',
3682
3765
  counterparty: {
@@ -3712,6 +3795,7 @@ const assets = {
3712
3795
  primary_color_hex: '#dcd5ab'
3713
3796
  }
3714
3797
  }],
3798
+ type_asset: 'sdk.coin',
3715
3799
  traces: [{
3716
3800
  type: 'ibc',
3717
3801
  counterparty: {
@@ -3747,6 +3831,7 @@ const assets = {
3747
3831
  primary_color_hex: '#333333'
3748
3832
  }
3749
3833
  }],
3834
+ type_asset: 'sdk.coin',
3750
3835
  traces: [{
3751
3836
  type: 'ibc',
3752
3837
  counterparty: {
@@ -3865,6 +3950,7 @@ const assets = {
3865
3950
  website: 'https://ondo.finance/usdy',
3866
3951
  twitter: 'https://x.com/OndoFinance'
3867
3952
  },
3953
+ type_asset: 'sdk.coin',
3868
3954
  traces: [{
3869
3955
  type: 'ibc',
3870
3956
  counterparty: {
@@ -3908,6 +3994,7 @@ const assets = {
3908
3994
  primary_color_hex: '#0c0c14'
3909
3995
  }
3910
3996
  }],
3997
+ type_asset: 'sdk.coin',
3911
3998
  traces: [{
3912
3999
  type: 'ibc',
3913
4000
  counterparty: {
@@ -3944,6 +4031,7 @@ const assets = {
3944
4031
  primary_color_hex: '#bbbbbb'
3945
4032
  }
3946
4033
  }],
4034
+ type_asset: 'sdk.coin',
3947
4035
  traces: [{
3948
4036
  type: 'ibc',
3949
4037
  counterparty: {
@@ -4076,6 +4164,7 @@ const assets = {
4076
4164
  website: 'https://persistence.one/',
4077
4165
  twitter: 'https://twitter.com/PersistenceOne'
4078
4166
  },
4167
+ type_asset: 'sdk.coin',
4079
4168
  traces: [{
4080
4169
  type: 'ibc',
4081
4170
  counterparty: {
@@ -4117,6 +4206,7 @@ const assets = {
4117
4206
  website: 'https://quicksilver.zone/',
4118
4207
  twitter: 'https://twitter.com/quicksilverzone'
4119
4208
  },
4209
+ type_asset: 'sdk.coin',
4120
4210
  traces: [{
4121
4211
  type: 'ibc',
4122
4212
  counterparty: {
@@ -4159,6 +4249,7 @@ const assets = {
4159
4249
  website: 'https://scrt.network/',
4160
4250
  twitter: 'https://twitter.com/SecretNetwork'
4161
4251
  },
4252
+ type_asset: 'sdk.coin',
4162
4253
  traces: [{
4163
4254
  type: 'ibc',
4164
4255
  counterparty: {
@@ -4197,6 +4288,7 @@ const assets = {
4197
4288
  primary_color_hex: '#be9926'
4198
4289
  }
4199
4290
  }],
4291
+ type_asset: 'sdk.coin',
4200
4292
  traces: [{
4201
4293
  type: 'ibc',
4202
4294
  counterparty: {
@@ -4239,6 +4331,7 @@ const assets = {
4239
4331
  website: 'https://www.stargaze.zone/',
4240
4332
  twitter: 'https://twitter.com/StargazeZone'
4241
4333
  },
4334
+ type_asset: 'sdk.coin',
4242
4335
  traces: [{
4243
4336
  type: 'ibc',
4244
4337
  counterparty: {
@@ -4281,6 +4374,7 @@ const assets = {
4281
4374
  website: 'https://stride.zone/',
4282
4375
  twitter: 'https://twitter.com/stride_zone'
4283
4376
  },
4377
+ type_asset: 'sdk.coin',
4284
4378
  traces: [{
4285
4379
  type: 'ibc',
4286
4380
  counterparty: {
@@ -4328,6 +4422,7 @@ const assets = {
4328
4422
  primary_color_hex: '#fcdb5b'
4329
4423
  }
4330
4424
  }],
4425
+ type_asset: 'sdk.coin',
4331
4426
  traces: [{
4332
4427
  type: 'ibc',
4333
4428
  counterparty: {
@@ -4375,6 +4470,7 @@ const assets = {
4375
4470
  primary_color_hex: '#5493f2'
4376
4471
  }
4377
4472
  }],
4473
+ type_asset: 'sdk.coin',
4378
4474
  traces: [{
4379
4475
  type: 'ibc',
4380
4476
  counterparty: {
@@ -4421,6 +4517,7 @@ const assets = {
4421
4517
  primary_color_hex: '#4b83e0'
4422
4518
  }
4423
4519
  }],
4520
+ type_asset: 'sdk.coin',
4424
4521
  traces: [{
4425
4522
  type: 'ibc',
4426
4523
  counterparty: {
@@ -4467,6 +4564,7 @@ const assets = {
4467
4564
  primary_color_hex: '#5981d7'
4468
4565
  }
4469
4566
  }],
4567
+ type_asset: 'sdk.coin',
4470
4568
  traces: [{
4471
4569
  type: 'ibc',
4472
4570
  counterparty: {
@@ -4513,6 +4611,7 @@ const assets = {
4513
4611
  primary_color_hex: '#de725b'
4514
4612
  }
4515
4613
  }],
4614
+ type_asset: 'sdk.coin',
4516
4615
  traces: [{
4517
4616
  type: 'ibc',
4518
4617
  counterparty: {
@@ -4559,6 +4658,7 @@ const assets = {
4559
4658
  primary_color_hex: '#c95c41'
4560
4659
  }
4561
4660
  }],
4661
+ type_asset: 'sdk.coin',
4562
4662
  traces: [{
4563
4663
  type: 'ibc',
4564
4664
  counterparty: {
@@ -4605,6 +4705,7 @@ const assets = {
4605
4705
  primary_color_hex: '#d3684c'
4606
4706
  }
4607
4707
  }],
4708
+ type_asset: 'sdk.coin',
4608
4709
  traces: [{
4609
4710
  type: 'ibc',
4610
4711
  counterparty: {
@@ -4651,6 +4752,7 @@ const assets = {
4651
4752
  primary_color_hex: '#db300a'
4652
4753
  }
4653
4754
  }],
4755
+ type_asset: 'sdk.coin',
4654
4756
  traces: [{
4655
4757
  type: 'ibc',
4656
4758
  counterparty: {
@@ -4697,6 +4799,7 @@ const assets = {
4697
4799
  primary_color_hex: '#1535b2'
4698
4800
  }
4699
4801
  }],
4802
+ type_asset: 'sdk.coin',
4700
4803
  traces: [{
4701
4804
  type: 'ibc',
4702
4805
  counterparty: {
@@ -4743,6 +4846,7 @@ const assets = {
4743
4846
  primary_color_hex: '#d49b9c'
4744
4847
  }
4745
4848
  }],
4849
+ type_asset: 'sdk.coin',
4746
4850
  traces: [{
4747
4851
  type: 'ibc',
4748
4852
  counterparty: {
@@ -4789,6 +4893,7 @@ const assets = {
4789
4893
  primary_color_hex: '#dc300a'
4790
4894
  }
4791
4895
  }],
4896
+ type_asset: 'sdk.coin',
4792
4897
  traces: [{
4793
4898
  type: 'ibc',
4794
4899
  counterparty: {
@@ -4835,6 +4940,7 @@ const assets = {
4835
4940
  primary_color_hex: '#5893ed'
4836
4941
  }
4837
4942
  }],
4943
+ type_asset: 'sdk.coin',
4838
4944
  traces: [{
4839
4945
  type: 'ibc',
4840
4946
  counterparty: {
@@ -4881,6 +4987,7 @@ const assets = {
4881
4987
  primary_color_hex: '#4b87e6'
4882
4988
  }
4883
4989
  }],
4990
+ type_asset: 'sdk.coin',
4884
4991
  traces: [{
4885
4992
  type: 'ibc',
4886
4993
  counterparty: {
@@ -4927,6 +5034,7 @@ const assets = {
4927
5034
  primary_color_hex: '#cfcfcf'
4928
5035
  }
4929
5036
  }],
5037
+ type_asset: 'sdk.coin',
4930
5038
  traces: [{
4931
5039
  type: 'ibc',
4932
5040
  counterparty: {
@@ -4973,6 +5081,7 @@ const assets = {
4973
5081
  primary_color_hex: '#4085f0'
4974
5082
  }
4975
5083
  }],
5084
+ type_asset: 'sdk.coin',
4976
5085
  traces: [{
4977
5086
  type: 'ibc',
4978
5087
  counterparty: {
@@ -5019,6 +5128,7 @@ const assets = {
5019
5128
  primary_color_hex: '#5893ed'
5020
5129
  }
5021
5130
  }],
5131
+ type_asset: 'sdk.coin',
5022
5132
  traces: [{
5023
5133
  type: 'ibc',
5024
5134
  counterparty: {
@@ -5065,6 +5175,7 @@ const assets = {
5065
5175
  primary_color_hex: '#5493f3'
5066
5176
  }
5067
5177
  }],
5178
+ type_asset: 'sdk.coin',
5068
5179
  traces: [{
5069
5180
  type: 'ibc',
5070
5181
  counterparty: {
@@ -5111,6 +5222,7 @@ const assets = {
5111
5222
  primary_color_hex: '#e88057'
5112
5223
  }
5113
5224
  }],
5225
+ type_asset: 'sdk.coin',
5114
5226
  traces: [{
5115
5227
  type: 'ibc',
5116
5228
  counterparty: {
@@ -5157,6 +5269,7 @@ const assets = {
5157
5269
  primary_color_hex: '#2fa4f1'
5158
5270
  }
5159
5271
  }],
5272
+ type_asset: 'sdk.coin',
5160
5273
  traces: [{
5161
5274
  type: 'ibc',
5162
5275
  counterparty: {
@@ -5203,6 +5316,7 @@ const assets = {
5203
5316
  primary_color_hex: '#2e71e1'
5204
5317
  }
5205
5318
  }],
5319
+ type_asset: 'sdk.coin',
5206
5320
  traces: [{
5207
5321
  type: 'ibc',
5208
5322
  counterparty: {
@@ -5249,6 +5363,7 @@ const assets = {
5249
5363
  primary_color_hex: '#4886e7'
5250
5364
  }
5251
5365
  }],
5366
+ type_asset: 'sdk.coin',
5252
5367
  traces: [{
5253
5368
  type: 'ibc',
5254
5369
  counterparty: {
@@ -5295,6 +5410,7 @@ const assets = {
5295
5410
  primary_color_hex: '#5493f3'
5296
5411
  }
5297
5412
  }],
5413
+ type_asset: 'sdk.coin',
5298
5414
  traces: [{
5299
5415
  type: 'ibc',
5300
5416
  counterparty: {
@@ -5341,6 +5457,7 @@ const assets = {
5341
5457
  primary_color_hex: '#5493f3'
5342
5458
  }
5343
5459
  }],
5460
+ type_asset: 'sdk.coin',
5344
5461
  traces: [{
5345
5462
  type: 'ibc',
5346
5463
  counterparty: {
@@ -5383,6 +5500,7 @@ const assets = {
5383
5500
  website: 'https://www.terra.money/',
5384
5501
  twitter: 'https://twitter.com/terra_money'
5385
5502
  },
5503
+ type_asset: 'sdk.coin',
5386
5504
  traces: [{
5387
5505
  type: 'ibc',
5388
5506
  counterparty: {
@@ -5651,6 +5769,8 @@ const assets = {
5651
5769
  exponent: 6
5652
5770
  }],
5653
5771
  base: 'ibc/8301F2E358BBCBF0E44DFFCA61889BF21B086B57AC39D48BE3164E68E443CCEF',
5772
+ type_asset: 'snip20',
5773
+ address: 'secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej',
5654
5774
  name: 'Alter',
5655
5775
  display: 'alter',
5656
5776
  symbol: 'ALTER',
@@ -6026,6 +6146,8 @@ const assets = {
6026
6146
  exponent: 6
6027
6147
  }],
6028
6148
  base: 'ibc/8301F2E358BBCBF0E44DFFCA61889BF21B086B57AC39D48BE3164E68E443CCEF',
6149
+ type_asset: 'snip20',
6150
+ address: 'secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej',
6029
6151
  name: 'Alter',
6030
6152
  display: 'alter',
6031
6153
  symbol: 'ALTER',