@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
package/mainnet/axelar.js CHANGED
@@ -33,6 +33,7 @@ const assets = {
33
33
  website: 'https://arable.finance/',
34
34
  twitter: 'https://twitter.com/ArableProtocol'
35
35
  },
36
+ type_asset: 'sdk.coin',
36
37
  traces: [{
37
38
  type: 'ibc',
38
39
  counterparty: {
@@ -75,6 +76,7 @@ const assets = {
75
76
  website: 'https://arable.finance/',
76
77
  twitter: 'https://twitter.com/ArableProtocol'
77
78
  },
79
+ type_asset: 'sdk.coin',
78
80
  traces: [{
79
81
  type: 'ibc',
80
82
  counterparty: {
@@ -112,6 +114,7 @@ const assets = {
112
114
  primary_color_hex: '#ecc53b'
113
115
  }
114
116
  }],
117
+ type_asset: 'sdk.coin',
115
118
  traces: [{
116
119
  type: 'ibc',
117
120
  counterparty: {
@@ -154,6 +157,7 @@ const assets = {
154
157
  website: 'https://agoric.com/',
155
158
  twitter: 'https://twitter.com/agoric'
156
159
  },
160
+ type_asset: 'sdk.coin',
157
161
  traces: [{
158
162
  type: 'ibc',
159
163
  counterparty: {
@@ -192,6 +196,7 @@ const assets = {
192
196
  primary_color_hex: '#d485e2'
193
197
  }
194
198
  }],
199
+ type_asset: 'sdk.coin',
195
200
  traces: [{
196
201
  type: 'ibc',
197
202
  counterparty: {
@@ -241,6 +246,7 @@ const assets = {
241
246
  website: 'https://archway.io/',
242
247
  twitter: 'https://twitter.com/archwayHQ'
243
248
  },
249
+ type_asset: 'sdk.coin',
244
250
  traces: [{
245
251
  type: 'ibc',
246
252
  counterparty: {
@@ -279,6 +285,7 @@ const assets = {
279
285
  primary_color_hex: '#a7c8d4'
280
286
  }
281
287
  }],
288
+ type_asset: 'sdk.coin',
282
289
  traces: [{
283
290
  type: 'ibc',
284
291
  counterparty: {
@@ -321,6 +328,7 @@ const assets = {
321
328
  website: 'https://arable.finance/',
322
329
  twitter: 'https://twitter.com/ArableProtocol'
323
330
  },
331
+ type_asset: 'sdk.coin',
324
332
  traces: [{
325
333
  type: 'ibc',
326
334
  counterparty: {
@@ -363,6 +371,7 @@ const assets = {
363
371
  website: 'https://arable.finance/',
364
372
  twitter: 'https://twitter.com/ArableProtocol'
365
373
  },
374
+ type_asset: 'sdk.coin',
366
375
  traces: [{
367
376
  type: 'ibc',
368
377
  counterparty: {
@@ -400,6 +409,7 @@ const assets = {
400
409
  primary_color_hex: '#ecc53b'
401
410
  }
402
411
  }],
412
+ type_asset: 'sdk.coin',
403
413
  traces: [{
404
414
  type: 'ibc',
405
415
  counterparty: {
@@ -442,6 +452,7 @@ const assets = {
442
452
  website: 'https://agoric.com/',
443
453
  twitter: 'https://twitter.com/agoric'
444
454
  },
455
+ type_asset: 'sdk.coin',
445
456
  traces: [{
446
457
  type: 'ibc',
447
458
  counterparty: {
@@ -480,6 +491,7 @@ const assets = {
480
491
  primary_color_hex: '#d485e2'
481
492
  }
482
493
  }],
494
+ type_asset: 'sdk.coin',
483
495
  traces: [{
484
496
  type: 'ibc',
485
497
  counterparty: {
@@ -529,6 +541,7 @@ const assets = {
529
541
  website: 'https://archway.io/',
530
542
  twitter: 'https://twitter.com/archwayHQ'
531
543
  },
544
+ type_asset: 'sdk.coin',
532
545
  traces: [{
533
546
  type: 'ibc',
534
547
  counterparty: {
@@ -567,6 +580,7 @@ const assets = {
567
580
  primary_color_hex: '#a7c8d4'
568
581
  }
569
582
  }],
583
+ type_asset: 'sdk.coin',
570
584
  traces: [{
571
585
  type: 'ibc',
572
586
  counterparty: {
@@ -652,6 +666,7 @@ const assets = {
652
666
  website: 'https://celestia.org/',
653
667
  twitter: 'https://twitter.com/CelestiaOrg'
654
668
  },
669
+ type_asset: 'sdk.coin',
655
670
  traces: [{
656
671
  type: 'ibc',
657
672
  counterparty: {
@@ -692,6 +707,7 @@ const assets = {
692
707
  website: 'https://c4e.io/',
693
708
  twitter: 'https://twitter.com/Chain4Energy'
694
709
  },
710
+ type_asset: 'sdk.coin',
695
711
  traces: [{
696
712
  type: 'ibc',
697
713
  counterparty: {
@@ -742,6 +758,7 @@ const assets = {
742
758
  website: 'https://www.coreum.com/',
743
759
  twitter: 'https://twitter.com/CoreumOfficial'
744
760
  },
761
+ type_asset: 'sdk.coin',
745
762
  traces: [{
746
763
  type: 'ibc',
747
764
  counterparty: {
@@ -784,6 +801,7 @@ const assets = {
784
801
  website: 'https://cosmos.network',
785
802
  twitter: 'https://twitter.com/cosmoshub'
786
803
  },
804
+ type_asset: 'sdk.coin',
787
805
  traces: [{
788
806
  type: 'ibc',
789
807
  counterparty: {
@@ -822,6 +840,7 @@ const assets = {
822
840
  primary_color_hex: '#3c2832'
823
841
  }
824
842
  }],
843
+ type_asset: 'sdk.coin',
825
844
  traces: [{
826
845
  type: 'ibc',
827
846
  counterparty: {
@@ -860,6 +879,7 @@ const assets = {
860
879
  primary_color_hex: '#df969f'
861
880
  }
862
881
  }],
882
+ type_asset: 'sdk.coin',
863
883
  traces: [{
864
884
  type: 'ibc',
865
885
  counterparty: {
@@ -947,6 +967,7 @@ const assets = {
947
967
  circle: false
948
968
  }
949
969
  }],
970
+ type_asset: 'sdk.coin',
950
971
  traces: [{
951
972
  type: 'ibc',
952
973
  counterparty: {
@@ -989,6 +1010,7 @@ const assets = {
989
1010
  website: 'https://evmos.org/',
990
1011
  twitter: 'https://twitter.com/EvmosOrg'
991
1012
  },
1013
+ type_asset: 'sdk.coin',
992
1014
  traces: [{
993
1015
  type: 'ibc',
994
1016
  counterparty: {
@@ -1030,6 +1052,7 @@ const assets = {
1030
1052
  website: 'https://www.neokingdom.org/',
1031
1053
  twitter: 'https://twitter.com/NEOKingdomDAO'
1032
1054
  },
1055
+ type_asset: 'sdk.coin',
1033
1056
  traces: [{
1034
1057
  type: 'ibc',
1035
1058
  counterparty: {
@@ -1150,6 +1173,7 @@ const assets = {
1150
1173
  website: 'https://functionx.io',
1151
1174
  twitter: 'https://x.com/functionx_io'
1152
1175
  },
1176
+ type_asset: 'sdk.coin',
1153
1177
  traces: [{
1154
1178
  type: 'ibc',
1155
1179
  counterparty: {
@@ -1192,6 +1216,7 @@ const assets = {
1192
1216
  primary_color_hex: '#04cd80'
1193
1217
  }
1194
1218
  }],
1219
+ type_asset: 'sdk.coin',
1195
1220
  traces: [{
1196
1221
  type: 'ibc',
1197
1222
  counterparty: {
@@ -1275,6 +1300,7 @@ const assets = {
1275
1300
  primary_color_hex: '#2c4484'
1276
1301
  }
1277
1302
  }],
1303
+ type_asset: 'sdk.coin',
1278
1304
  traces: [{
1279
1305
  type: 'ibc',
1280
1306
  counterparty: {
@@ -1317,6 +1343,7 @@ const assets = {
1317
1343
  website: 'https://injective.com/',
1318
1344
  twitter: 'https://twitter.com/Injective_'
1319
1345
  },
1346
+ type_asset: 'sdk.coin',
1320
1347
  traces: [{
1321
1348
  type: 'ibc',
1322
1349
  counterparty: {
@@ -1352,6 +1379,7 @@ const assets = {
1352
1379
  primary_color_hex: '#31292a'
1353
1380
  }
1354
1381
  }],
1382
+ type_asset: 'sdk.coin',
1355
1383
  traces: [{
1356
1384
  type: 'ibc',
1357
1385
  counterparty: {
@@ -1387,6 +1415,7 @@ const assets = {
1387
1415
  primary_color_hex: '#18120f'
1388
1416
  }
1389
1417
  }],
1418
+ type_asset: 'sdk.coin',
1390
1419
  traces: [{
1391
1420
  type: 'ibc',
1392
1421
  counterparty: {
@@ -1419,6 +1448,7 @@ const assets = {
1419
1448
  primary_color_hex: '#293a6f'
1420
1449
  }
1421
1450
  }],
1451
+ type_asset: 'sdk.coin',
1422
1452
  traces: [{
1423
1453
  type: 'ibc',
1424
1454
  counterparty: {
@@ -1451,6 +1481,7 @@ const assets = {
1451
1481
  primary_color_hex: '#272f4b'
1452
1482
  }
1453
1483
  }],
1484
+ type_asset: 'sdk.coin',
1454
1485
  traces: [{
1455
1486
  type: 'ibc',
1456
1487
  counterparty: {
@@ -1483,6 +1514,7 @@ const assets = {
1483
1514
  primary_color_hex: '#2a303f'
1484
1515
  }
1485
1516
  }],
1517
+ type_asset: 'sdk.coin',
1486
1518
  traces: [{
1487
1519
  type: 'ibc',
1488
1520
  counterparty: {
@@ -1515,6 +1547,7 @@ const assets = {
1515
1547
  primary_color_hex: '#54ac94'
1516
1548
  }
1517
1549
  }],
1550
+ type_asset: 'sdk.coin',
1518
1551
  traces: [{
1519
1552
  type: 'ibc',
1520
1553
  counterparty: {
@@ -1547,6 +1580,7 @@ const assets = {
1547
1580
  primary_color_hex: '#7931f9'
1548
1581
  }
1549
1582
  }],
1583
+ type_asset: 'sdk.coin',
1550
1584
  traces: [{
1551
1585
  type: 'ibc',
1552
1586
  counterparty: {
@@ -1585,6 +1619,7 @@ const assets = {
1585
1619
  primary_color_hex: '#dbdbcb'
1586
1620
  }
1587
1621
  }],
1622
+ type_asset: 'sdk.coin',
1588
1623
  traces: [{
1589
1624
  type: 'ibc',
1590
1625
  counterparty: {
@@ -1627,6 +1662,7 @@ const assets = {
1627
1662
  website: 'https://junonetwork.io/',
1628
1663
  twitter: 'https://twitter.com/JunoNetwork'
1629
1664
  },
1665
+ type_asset: 'sdk.coin',
1630
1666
  traces: [{
1631
1667
  type: 'ibc',
1632
1668
  counterparty: {
@@ -1669,6 +1705,7 @@ const assets = {
1669
1705
  website: 'https://kujira.network/',
1670
1706
  twitter: 'https://twitter.com/TeamKujira'
1671
1707
  },
1708
+ type_asset: 'sdk.coin',
1672
1709
  traces: [{
1673
1710
  type: 'ibc',
1674
1711
  counterparty: {
@@ -1711,6 +1748,7 @@ const assets = {
1711
1748
  website: 'https://www.kyve.network/',
1712
1749
  twitter: 'https://twitter.com/KYVENetwork'
1713
1750
  },
1751
+ type_asset: 'sdk.coin',
1714
1752
  traces: [{
1715
1753
  type: 'ibc',
1716
1754
  counterparty: {
@@ -1800,6 +1838,7 @@ const assets = {
1800
1838
  primary_color_hex: '#1c1c1c'
1801
1839
  }
1802
1840
  }],
1841
+ type_asset: 'sdk.coin',
1803
1842
  traces: [{
1804
1843
  type: 'ibc',
1805
1844
  counterparty: {
@@ -1844,6 +1883,7 @@ const assets = {
1844
1883
  website: 'https://neutron.org/',
1845
1884
  twitter: 'https://twitter.com/Neutron_org'
1846
1885
  },
1886
+ type_asset: 'sdk.coin',
1847
1887
  traces: [{
1848
1888
  type: 'ibc',
1849
1889
  counterparty: {
@@ -1879,6 +1919,7 @@ const assets = {
1879
1919
  primary_color_hex: '#1b0847'
1880
1920
  }
1881
1921
  }],
1922
+ type_asset: 'sdk.coin',
1882
1923
  traces: [{
1883
1924
  type: 'ibc',
1884
1925
  counterparty: {
@@ -1914,6 +1955,7 @@ const assets = {
1914
1955
  primary_color_hex: '#dcd5ab'
1915
1956
  }
1916
1957
  }],
1958
+ type_asset: 'sdk.coin',
1917
1959
  traces: [{
1918
1960
  type: 'ibc',
1919
1961
  counterparty: {
@@ -1949,6 +1991,7 @@ const assets = {
1949
1991
  primary_color_hex: '#333333'
1950
1992
  }
1951
1993
  }],
1994
+ type_asset: 'sdk.coin',
1952
1995
  traces: [{
1953
1996
  type: 'ibc',
1954
1997
  counterparty: {
@@ -1998,6 +2041,7 @@ const assets = {
1998
2041
  primary_color_hex: '#14c0ce'
1999
2042
  }
2000
2043
  }],
2044
+ type_asset: 'sdk.coin',
2001
2045
  traces: [{
2002
2046
  type: 'ibc',
2003
2047
  counterparty: {
@@ -2021,6 +2065,7 @@ const assets = {
2021
2065
  name: 'uoprek',
2022
2066
  display: 'tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek',
2023
2067
  symbol: 'UOPREK',
2068
+ type_asset: 'sdk.coin',
2024
2069
  traces: [{
2025
2070
  type: 'ibc',
2026
2071
  counterparty: {
@@ -2044,6 +2089,7 @@ const assets = {
2044
2089
  name: 'utestate',
2045
2090
  display: 'tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate',
2046
2091
  symbol: 'UTESTATE',
2092
+ type_asset: 'sdk.coin',
2047
2093
  traces: [{
2048
2094
  type: 'ibc',
2049
2095
  counterparty: {
@@ -2067,6 +2113,7 @@ const assets = {
2067
2113
  name: 'npp',
2068
2114
  display: 'tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP',
2069
2115
  symbol: 'NPP',
2116
+ type_asset: 'sdk.coin',
2070
2117
  traces: [{
2071
2118
  type: 'ibc',
2072
2119
  counterparty: {
@@ -2109,6 +2156,7 @@ const assets = {
2109
2156
  website: 'https://nolus.io/',
2110
2157
  twitter: 'https://twitter.com/NolusProtocol'
2111
2158
  },
2159
+ type_asset: 'sdk.coin',
2112
2160
  traces: [{
2113
2161
  type: 'ibc',
2114
2162
  counterparty: {
@@ -2148,6 +2196,7 @@ const assets = {
2148
2196
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
2149
2197
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
2150
2198
  }],
2199
+ type_asset: 'sdk.coin',
2151
2200
  traces: [{
2152
2201
  type: 'ibc',
2153
2202
  counterparty: {
@@ -2189,6 +2238,7 @@ const assets = {
2189
2238
  primary_color_hex: '#c3ebf3'
2190
2239
  }
2191
2240
  }],
2241
+ type_asset: 'sdk.coin',
2192
2242
  traces: [{
2193
2243
  type: 'ibc',
2194
2244
  counterparty: {
@@ -2230,6 +2280,7 @@ const assets = {
2230
2280
  primary_color_hex: '#040404'
2231
2281
  }
2232
2282
  }],
2283
+ type_asset: 'sdk.coin',
2233
2284
  traces: [{
2234
2285
  type: 'ibc',
2235
2286
  counterparty: {
@@ -2272,6 +2323,7 @@ const assets = {
2272
2323
  website: 'https://omniflix.network/',
2273
2324
  twitter: 'https://twitter.com/OmniFlixNetwork'
2274
2325
  },
2326
+ type_asset: 'sdk.coin',
2275
2327
  traces: [{
2276
2328
  type: 'ibc',
2277
2329
  counterparty: {
@@ -2398,6 +2450,7 @@ const assets = {
2398
2450
  primary_color_hex: '#4c7cdc'
2399
2451
  }
2400
2452
  }],
2453
+ type_asset: 'sdk.coin',
2401
2454
  traces: [{
2402
2455
  type: 'ibc',
2403
2456
  counterparty: {
@@ -2435,6 +2488,7 @@ const assets = {
2435
2488
  primary_color_hex: '#c6ddf5'
2436
2489
  }
2437
2490
  }],
2491
+ type_asset: 'sdk.coin',
2438
2492
  traces: [{
2439
2493
  type: 'ibc',
2440
2494
  counterparty: {
@@ -2469,6 +2523,7 @@ const assets = {
2469
2523
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
2470
2524
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
2471
2525
  }],
2526
+ type_asset: 'sdk.coin',
2472
2527
  traces: [{
2473
2528
  type: 'ibc',
2474
2529
  counterparty: {
@@ -2503,6 +2558,7 @@ const assets = {
2503
2558
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
2504
2559
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
2505
2560
  }],
2561
+ type_asset: 'sdk.coin',
2506
2562
  traces: [{
2507
2563
  type: 'ibc',
2508
2564
  counterparty: {
@@ -2537,6 +2593,7 @@ const assets = {
2537
2593
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
2538
2594
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
2539
2595
  }],
2596
+ type_asset: 'sdk.coin',
2540
2597
  traces: [{
2541
2598
  type: 'ibc',
2542
2599
  counterparty: {
@@ -2571,6 +2628,7 @@ const assets = {
2571
2628
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
2572
2629
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
2573
2630
  }],
2631
+ type_asset: 'sdk.coin',
2574
2632
  traces: [{
2575
2633
  type: 'ibc',
2576
2634
  counterparty: {
@@ -2605,6 +2663,7 @@ const assets = {
2605
2663
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
2606
2664
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
2607
2665
  }],
2666
+ type_asset: 'sdk.coin',
2608
2667
  traces: [{
2609
2668
  type: 'ibc',
2610
2669
  counterparty: {
@@ -2639,6 +2698,7 @@ const assets = {
2639
2698
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
2640
2699
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
2641
2700
  }],
2701
+ type_asset: 'sdk.coin',
2642
2702
  traces: [{
2643
2703
  type: 'ibc',
2644
2704
  counterparty: {
@@ -2673,6 +2733,7 @@ const assets = {
2673
2733
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
2674
2734
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
2675
2735
  }],
2736
+ type_asset: 'sdk.coin',
2676
2737
  traces: [{
2677
2738
  type: 'ibc',
2678
2739
  counterparty: {
@@ -2707,6 +2768,7 @@ const assets = {
2707
2768
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
2708
2769
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
2709
2770
  }],
2771
+ type_asset: 'sdk.coin',
2710
2772
  traces: [{
2711
2773
  type: 'ibc',
2712
2774
  counterparty: {
@@ -2741,6 +2803,7 @@ const assets = {
2741
2803
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
2742
2804
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
2743
2805
  }],
2806
+ type_asset: 'sdk.coin',
2744
2807
  traces: [{
2745
2808
  type: 'ibc',
2746
2809
  counterparty: {
@@ -2775,6 +2838,7 @@ const assets = {
2775
2838
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2776
2839
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2777
2840
  }],
2841
+ type_asset: 'sdk.coin',
2778
2842
  traces: [{
2779
2843
  type: 'ibc',
2780
2844
  counterparty: {
@@ -2809,6 +2873,7 @@ const assets = {
2809
2873
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2810
2874
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2811
2875
  }],
2876
+ type_asset: 'sdk.coin',
2812
2877
  traces: [{
2813
2878
  type: 'ibc',
2814
2879
  counterparty: {
@@ -2843,6 +2908,7 @@ const assets = {
2843
2908
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2844
2909
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2845
2910
  }],
2911
+ type_asset: 'sdk.coin',
2846
2912
  traces: [{
2847
2913
  type: 'ibc',
2848
2914
  counterparty: {
@@ -2877,6 +2943,7 @@ const assets = {
2877
2943
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2878
2944
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2879
2945
  }],
2946
+ type_asset: 'sdk.coin',
2880
2947
  traces: [{
2881
2948
  type: 'ibc',
2882
2949
  counterparty: {
@@ -2911,6 +2978,7 @@ const assets = {
2911
2978
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2912
2979
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2913
2980
  }],
2981
+ type_asset: 'sdk.coin',
2914
2982
  traces: [{
2915
2983
  type: 'ibc',
2916
2984
  counterparty: {
@@ -2945,6 +3013,7 @@ const assets = {
2945
3013
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2946
3014
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2947
3015
  }],
3016
+ type_asset: 'sdk.coin',
2948
3017
  traces: [{
2949
3018
  type: 'ibc',
2950
3019
  counterparty: {
@@ -2979,6 +3048,7 @@ const assets = {
2979
3048
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2980
3049
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2981
3050
  }],
3051
+ type_asset: 'sdk.coin',
2982
3052
  traces: [{
2983
3053
  type: 'ibc',
2984
3054
  counterparty: {
@@ -3013,6 +3083,7 @@ const assets = {
3013
3083
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
3014
3084
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
3015
3085
  }],
3086
+ type_asset: 'sdk.coin',
3016
3087
  traces: [{
3017
3088
  type: 'ibc',
3018
3089
  counterparty: {
@@ -3047,6 +3118,7 @@ const assets = {
3047
3118
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
3048
3119
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
3049
3120
  }],
3121
+ type_asset: 'sdk.coin',
3050
3122
  traces: [{
3051
3123
  type: 'ibc',
3052
3124
  counterparty: {
@@ -3081,6 +3153,7 @@ const assets = {
3081
3153
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
3082
3154
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
3083
3155
  }],
3156
+ type_asset: 'sdk.coin',
3084
3157
  traces: [{
3085
3158
  type: 'ibc',
3086
3159
  counterparty: {
@@ -3115,6 +3188,7 @@ const assets = {
3115
3188
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
3116
3189
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
3117
3190
  }],
3191
+ type_asset: 'sdk.coin',
3118
3192
  traces: [{
3119
3193
  type: 'ibc',
3120
3194
  counterparty: {
@@ -3149,6 +3223,7 @@ const assets = {
3149
3223
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
3150
3224
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
3151
3225
  }],
3226
+ type_asset: 'sdk.coin',
3152
3227
  traces: [{
3153
3228
  type: 'ibc',
3154
3229
  counterparty: {
@@ -3183,6 +3258,7 @@ const assets = {
3183
3258
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
3184
3259
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
3185
3260
  }],
3261
+ type_asset: 'sdk.coin',
3186
3262
  traces: [{
3187
3263
  type: 'ibc',
3188
3264
  counterparty: {
@@ -3217,6 +3293,7 @@ const assets = {
3217
3293
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
3218
3294
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
3219
3295
  }],
3296
+ type_asset: 'sdk.coin',
3220
3297
  traces: [{
3221
3298
  type: 'ibc',
3222
3299
  counterparty: {
@@ -3251,6 +3328,7 @@ const assets = {
3251
3328
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
3252
3329
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
3253
3330
  }],
3331
+ type_asset: 'sdk.coin',
3254
3332
  traces: [{
3255
3333
  type: 'ibc',
3256
3334
  counterparty: {
@@ -3285,6 +3363,7 @@ const assets = {
3285
3363
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
3286
3364
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
3287
3365
  }],
3366
+ type_asset: 'sdk.coin',
3288
3367
  traces: [{
3289
3368
  type: 'ibc',
3290
3369
  counterparty: {
@@ -3319,6 +3398,7 @@ const assets = {
3319
3398
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
3320
3399
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
3321
3400
  }],
3401
+ type_asset: 'sdk.coin',
3322
3402
  traces: [{
3323
3403
  type: 'ibc',
3324
3404
  counterparty: {
@@ -3353,6 +3433,7 @@ const assets = {
3353
3433
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
3354
3434
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
3355
3435
  }],
3436
+ type_asset: 'sdk.coin',
3356
3437
  traces: [{
3357
3438
  type: 'ibc',
3358
3439
  counterparty: {
@@ -3387,6 +3468,7 @@ const assets = {
3387
3468
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
3388
3469
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
3389
3470
  }],
3471
+ type_asset: 'sdk.coin',
3390
3472
  traces: [{
3391
3473
  type: 'ibc',
3392
3474
  counterparty: {
@@ -3421,6 +3503,7 @@ const assets = {
3421
3503
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
3422
3504
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
3423
3505
  }],
3506
+ type_asset: 'sdk.coin',
3424
3507
  traces: [{
3425
3508
  type: 'ibc',
3426
3509
  counterparty: {
@@ -3455,6 +3538,7 @@ const assets = {
3455
3538
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
3456
3539
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
3457
3540
  }],
3541
+ type_asset: 'sdk.coin',
3458
3542
  traces: [{
3459
3543
  type: 'ibc',
3460
3544
  counterparty: {
@@ -3489,6 +3573,7 @@ const assets = {
3489
3573
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
3490
3574
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
3491
3575
  }],
3576
+ type_asset: 'sdk.coin',
3492
3577
  traces: [{
3493
3578
  type: 'ibc',
3494
3579
  counterparty: {
@@ -3523,6 +3608,7 @@ const assets = {
3523
3608
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
3524
3609
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
3525
3610
  }],
3611
+ type_asset: 'sdk.coin',
3526
3612
  traces: [{
3527
3613
  type: 'ibc',
3528
3614
  counterparty: {
@@ -3557,6 +3643,7 @@ const assets = {
3557
3643
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
3558
3644
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
3559
3645
  }],
3646
+ type_asset: 'sdk.coin',
3560
3647
  traces: [{
3561
3648
  type: 'ibc',
3562
3649
  counterparty: {
@@ -3591,6 +3678,7 @@ const assets = {
3591
3678
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
3592
3679
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
3593
3680
  }],
3681
+ type_asset: 'sdk.coin',
3594
3682
  traces: [{
3595
3683
  type: 'ibc',
3596
3684
  counterparty: {
@@ -3625,6 +3713,7 @@ const assets = {
3625
3713
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
3626
3714
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
3627
3715
  }],
3716
+ type_asset: 'sdk.coin',
3628
3717
  traces: [{
3629
3718
  type: 'ibc',
3630
3719
  counterparty: {
@@ -3659,6 +3748,7 @@ const assets = {
3659
3748
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
3660
3749
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
3661
3750
  }],
3751
+ type_asset: 'sdk.coin',
3662
3752
  traces: [{
3663
3753
  type: 'ibc',
3664
3754
  counterparty: {
@@ -3693,6 +3783,7 @@ const assets = {
3693
3783
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3694
3784
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3695
3785
  }],
3786
+ type_asset: 'sdk.coin',
3696
3787
  traces: [{
3697
3788
  type: 'ibc',
3698
3789
  counterparty: {
@@ -3727,6 +3818,7 @@ const assets = {
3727
3818
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3728
3819
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3729
3820
  }],
3821
+ type_asset: 'sdk.coin',
3730
3822
  traces: [{
3731
3823
  type: 'ibc',
3732
3824
  counterparty: {
@@ -3761,6 +3853,7 @@ const assets = {
3761
3853
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3762
3854
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3763
3855
  }],
3856
+ type_asset: 'sdk.coin',
3764
3857
  traces: [{
3765
3858
  type: 'ibc',
3766
3859
  counterparty: {
@@ -3795,6 +3888,7 @@ const assets = {
3795
3888
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3796
3889
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3797
3890
  }],
3891
+ type_asset: 'sdk.coin',
3798
3892
  traces: [{
3799
3893
  type: 'ibc',
3800
3894
  counterparty: {
@@ -3829,6 +3923,7 @@ const assets = {
3829
3923
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3830
3924
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3831
3925
  }],
3926
+ type_asset: 'sdk.coin',
3832
3927
  traces: [{
3833
3928
  type: 'ibc',
3834
3929
  counterparty: {
@@ -3863,6 +3958,7 @@ const assets = {
3863
3958
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3864
3959
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3865
3960
  }],
3961
+ type_asset: 'sdk.coin',
3866
3962
  traces: [{
3867
3963
  type: 'ibc',
3868
3964
  counterparty: {
@@ -3897,6 +3993,7 @@ const assets = {
3897
3993
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3898
3994
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3899
3995
  }],
3996
+ type_asset: 'sdk.coin',
3900
3997
  traces: [{
3901
3998
  type: 'ibc',
3902
3999
  counterparty: {
@@ -3931,6 +4028,7 @@ const assets = {
3931
4028
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3932
4029
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3933
4030
  }],
4031
+ type_asset: 'sdk.coin',
3934
4032
  traces: [{
3935
4033
  type: 'ibc',
3936
4034
  counterparty: {
@@ -3965,6 +4063,7 @@ const assets = {
3965
4063
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3966
4064
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3967
4065
  }],
4066
+ type_asset: 'sdk.coin',
3968
4067
  traces: [{
3969
4068
  type: 'ibc',
3970
4069
  counterparty: {
@@ -3999,6 +4098,7 @@ const assets = {
3999
4098
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
4000
4099
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
4001
4100
  }],
4101
+ type_asset: 'sdk.coin',
4002
4102
  traces: [{
4003
4103
  type: 'ibc',
4004
4104
  counterparty: {
@@ -4033,6 +4133,7 @@ const assets = {
4033
4133
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
4034
4134
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
4035
4135
  }],
4136
+ type_asset: 'sdk.coin',
4036
4137
  traces: [{
4037
4138
  type: 'ibc',
4038
4139
  counterparty: {
@@ -4067,6 +4168,7 @@ const assets = {
4067
4168
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
4068
4169
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
4069
4170
  }],
4171
+ type_asset: 'sdk.coin',
4070
4172
  traces: [{
4071
4173
  type: 'ibc',
4072
4174
  counterparty: {
@@ -4101,6 +4203,7 @@ const assets = {
4101
4203
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4102
4204
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4103
4205
  }],
4206
+ type_asset: 'sdk.coin',
4104
4207
  traces: [{
4105
4208
  type: 'ibc',
4106
4209
  counterparty: {
@@ -4135,6 +4238,7 @@ const assets = {
4135
4238
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4136
4239
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4137
4240
  }],
4241
+ type_asset: 'sdk.coin',
4138
4242
  traces: [{
4139
4243
  type: 'ibc',
4140
4244
  counterparty: {
@@ -4169,6 +4273,7 @@ const assets = {
4169
4273
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4170
4274
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4171
4275
  }],
4276
+ type_asset: 'sdk.coin',
4172
4277
  traces: [{
4173
4278
  type: 'ibc',
4174
4279
  counterparty: {
@@ -4203,6 +4308,7 @@ const assets = {
4203
4308
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4204
4309
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4205
4310
  }],
4311
+ type_asset: 'sdk.coin',
4206
4312
  traces: [{
4207
4313
  type: 'ibc',
4208
4314
  counterparty: {
@@ -4237,6 +4343,7 @@ const assets = {
4237
4343
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4238
4344
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4239
4345
  }],
4346
+ type_asset: 'sdk.coin',
4240
4347
  traces: [{
4241
4348
  type: 'ibc',
4242
4349
  counterparty: {
@@ -4271,6 +4378,7 @@ const assets = {
4271
4378
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4272
4379
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4273
4380
  }],
4381
+ type_asset: 'sdk.coin',
4274
4382
  traces: [{
4275
4383
  type: 'ibc',
4276
4384
  counterparty: {
@@ -4305,6 +4413,7 @@ const assets = {
4305
4413
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4306
4414
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4307
4415
  }],
4416
+ type_asset: 'sdk.coin',
4308
4417
  traces: [{
4309
4418
  type: 'ibc',
4310
4419
  counterparty: {
@@ -4339,6 +4448,7 @@ const assets = {
4339
4448
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4340
4449
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4341
4450
  }],
4451
+ type_asset: 'sdk.coin',
4342
4452
  traces: [{
4343
4453
  type: 'ibc',
4344
4454
  counterparty: {
@@ -4373,6 +4483,7 @@ const assets = {
4373
4483
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4374
4484
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4375
4485
  }],
4486
+ type_asset: 'sdk.coin',
4376
4487
  traces: [{
4377
4488
  type: 'ibc',
4378
4489
  counterparty: {
@@ -4407,6 +4518,7 @@ const assets = {
4407
4518
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4408
4519
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4409
4520
  }],
4521
+ type_asset: 'sdk.coin',
4410
4522
  traces: [{
4411
4523
  type: 'ibc',
4412
4524
  counterparty: {
@@ -4441,6 +4553,7 @@ const assets = {
4441
4553
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4442
4554
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4443
4555
  }],
4556
+ type_asset: 'sdk.coin',
4444
4557
  traces: [{
4445
4558
  type: 'ibc',
4446
4559
  counterparty: {
@@ -4475,6 +4588,7 @@ const assets = {
4475
4588
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4476
4589
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4477
4590
  }],
4591
+ type_asset: 'sdk.coin',
4478
4592
  traces: [{
4479
4593
  type: 'ibc',
4480
4594
  counterparty: {
@@ -4509,6 +4623,7 @@ const assets = {
4509
4623
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4510
4624
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4511
4625
  }],
4626
+ type_asset: 'sdk.coin',
4512
4627
  traces: [{
4513
4628
  type: 'ibc',
4514
4629
  counterparty: {
@@ -4543,6 +4658,7 @@ const assets = {
4543
4658
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4544
4659
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4545
4660
  }],
4661
+ type_asset: 'sdk.coin',
4546
4662
  traces: [{
4547
4663
  type: 'ibc',
4548
4664
  counterparty: {
@@ -4577,6 +4693,7 @@ const assets = {
4577
4693
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4578
4694
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4579
4695
  }],
4696
+ type_asset: 'sdk.coin',
4580
4697
  traces: [{
4581
4698
  type: 'ibc',
4582
4699
  counterparty: {
@@ -4611,6 +4728,7 @@ const assets = {
4611
4728
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4612
4729
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4613
4730
  }],
4731
+ type_asset: 'sdk.coin',
4614
4732
  traces: [{
4615
4733
  type: 'ibc',
4616
4734
  counterparty: {
@@ -4645,6 +4763,7 @@ const assets = {
4645
4763
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4646
4764
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4647
4765
  }],
4766
+ type_asset: 'sdk.coin',
4648
4767
  traces: [{
4649
4768
  type: 'ibc',
4650
4769
  counterparty: {
@@ -4679,6 +4798,7 @@ const assets = {
4679
4798
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4680
4799
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4681
4800
  }],
4801
+ type_asset: 'sdk.coin',
4682
4802
  traces: [{
4683
4803
  type: 'ibc',
4684
4804
  counterparty: {
@@ -4713,6 +4833,7 @@ const assets = {
4713
4833
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4714
4834
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4715
4835
  }],
4836
+ type_asset: 'sdk.coin',
4716
4837
  traces: [{
4717
4838
  type: 'ibc',
4718
4839
  counterparty: {
@@ -4747,6 +4868,7 @@ const assets = {
4747
4868
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4748
4869
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4749
4870
  }],
4871
+ type_asset: 'sdk.coin',
4750
4872
  traces: [{
4751
4873
  type: 'ibc',
4752
4874
  counterparty: {
@@ -4781,6 +4903,7 @@ const assets = {
4781
4903
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4782
4904
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4783
4905
  }],
4906
+ type_asset: 'sdk.coin',
4784
4907
  traces: [{
4785
4908
  type: 'ibc',
4786
4909
  counterparty: {
@@ -4815,6 +4938,7 @@ const assets = {
4815
4938
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4816
4939
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4817
4940
  }],
4941
+ type_asset: 'sdk.coin',
4818
4942
  traces: [{
4819
4943
  type: 'ibc',
4820
4944
  counterparty: {
@@ -4849,6 +4973,7 @@ const assets = {
4849
4973
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4850
4974
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4851
4975
  }],
4976
+ type_asset: 'sdk.coin',
4852
4977
  traces: [{
4853
4978
  type: 'ibc',
4854
4979
  counterparty: {
@@ -4883,6 +5008,7 @@ const assets = {
4883
5008
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4884
5009
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4885
5010
  }],
5011
+ type_asset: 'sdk.coin',
4886
5012
  traces: [{
4887
5013
  type: 'ibc',
4888
5014
  counterparty: {
@@ -4933,6 +5059,7 @@ const assets = {
4933
5059
  website: 'https://www.saga.xyz/',
4934
5060
  twitter: 'https://twitter.com/Sagaxyz__'
4935
5061
  },
5062
+ type_asset: 'sdk.coin',
4936
5063
  traces: [{
4937
5064
  type: 'ibc',
4938
5065
  counterparty: {
@@ -4975,6 +5102,7 @@ const assets = {
4975
5102
  website: 'https://scrt.network/',
4976
5103
  twitter: 'https://twitter.com/SecretNetwork'
4977
5104
  },
5105
+ type_asset: 'sdk.coin',
4978
5106
  traces: [{
4979
5107
  type: 'ibc',
4980
5108
  counterparty: {
@@ -5017,6 +5145,7 @@ const assets = {
5017
5145
  website: 'https://www.sei.io/',
5018
5146
  twitter: 'https://twitter.com/SeiNetwork'
5019
5147
  },
5148
+ type_asset: 'sdk.coin',
5020
5149
  traces: [{
5021
5150
  type: 'ibc',
5022
5151
  counterparty: {
@@ -5039,6 +5168,8 @@ const assets = {
5039
5168
  denom: 'oozaru',
5040
5169
  exponent: 6
5041
5170
  }],
5171
+ type_asset: 'cw20',
5172
+ address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
5042
5173
  base: 'ibc/097C7F089CC601CDDB8AF64B2F5C81171619B28967F44D7E5B70F50D5CC8903E',
5043
5174
  name: 'Oozaru',
5044
5175
  display: 'oozaru',
@@ -5092,6 +5223,7 @@ const assets = {
5092
5223
  website: 'https://selfchain.xyz',
5093
5224
  twitter: 'https://x.com/selfchainxyz'
5094
5225
  },
5226
+ type_asset: 'sdk.coin',
5095
5227
  traces: [{
5096
5228
  type: 'ibc',
5097
5229
  counterparty: {
@@ -5134,6 +5266,7 @@ const assets = {
5134
5266
  website: 'https://shido.io/',
5135
5267
  twitter: 'https://twitter.com/ShidoGlobal'
5136
5268
  },
5269
+ type_asset: 'sdk.coin',
5137
5270
  traces: [{
5138
5271
  type: 'ibc',
5139
5272
  counterparty: {
@@ -5184,6 +5317,7 @@ const assets = {
5184
5317
  website: 'https://www.sommelier.finance/',
5185
5318
  twitter: 'https://twitter.com/sommfinance'
5186
5319
  },
5320
+ type_asset: 'sdk.coin',
5187
5321
  traces: [{
5188
5322
  type: 'ibc',
5189
5323
  counterparty: {
@@ -5226,6 +5360,7 @@ const assets = {
5226
5360
  website: 'https://www.sourceprotocol.io/',
5227
5361
  twitter: 'https://twitter.com/sourceprotocol_'
5228
5362
  },
5363
+ type_asset: 'sdk.coin',
5229
5364
  traces: [{
5230
5365
  type: 'ibc',
5231
5366
  counterparty: {
@@ -5268,6 +5403,7 @@ const assets = {
5268
5403
  website: 'https://stride.zone/',
5269
5404
  twitter: 'https://twitter.com/stride_zone'
5270
5405
  },
5406
+ type_asset: 'sdk.coin',
5271
5407
  traces: [{
5272
5408
  type: 'ibc',
5273
5409
  counterparty: {
@@ -5310,6 +5446,7 @@ const assets = {
5310
5446
  website: 'https://www.terra.money/',
5311
5447
  twitter: 'https://twitter.com/terra_money'
5312
5448
  },
5449
+ type_asset: 'sdk.coin',
5313
5450
  traces: [{
5314
5451
  type: 'ibc',
5315
5452
  counterparty: {
@@ -5348,6 +5485,7 @@ const assets = {
5348
5485
  primary_color_hex: '#22f2e9'
5349
5486
  }
5350
5487
  }],
5488
+ type_asset: 'sdk.coin',
5351
5489
  traces: [{
5352
5490
  type: 'ibc',
5353
5491
  counterparty: {
@@ -5433,6 +5571,7 @@ const assets = {
5433
5571
  website: 'https://celestia.org/',
5434
5572
  twitter: 'https://twitter.com/CelestiaOrg'
5435
5573
  },
5574
+ type_asset: 'sdk.coin',
5436
5575
  traces: [{
5437
5576
  type: 'ibc',
5438
5577
  counterparty: {
@@ -5473,6 +5612,7 @@ const assets = {
5473
5612
  website: 'https://c4e.io/',
5474
5613
  twitter: 'https://twitter.com/Chain4Energy'
5475
5614
  },
5615
+ type_asset: 'sdk.coin',
5476
5616
  traces: [{
5477
5617
  type: 'ibc',
5478
5618
  counterparty: {
@@ -5523,6 +5663,7 @@ const assets = {
5523
5663
  website: 'https://www.coreum.com/',
5524
5664
  twitter: 'https://twitter.com/CoreumOfficial'
5525
5665
  },
5666
+ type_asset: 'sdk.coin',
5526
5667
  traces: [{
5527
5668
  type: 'ibc',
5528
5669
  counterparty: {
@@ -5565,6 +5706,7 @@ const assets = {
5565
5706
  website: 'https://cosmos.network',
5566
5707
  twitter: 'https://twitter.com/cosmoshub'
5567
5708
  },
5709
+ type_asset: 'sdk.coin',
5568
5710
  traces: [{
5569
5711
  type: 'ibc',
5570
5712
  counterparty: {
@@ -5603,6 +5745,7 @@ const assets = {
5603
5745
  primary_color_hex: '#3c2832'
5604
5746
  }
5605
5747
  }],
5748
+ type_asset: 'sdk.coin',
5606
5749
  traces: [{
5607
5750
  type: 'ibc',
5608
5751
  counterparty: {
@@ -5641,6 +5784,7 @@ const assets = {
5641
5784
  primary_color_hex: '#df969f'
5642
5785
  }
5643
5786
  }],
5787
+ type_asset: 'sdk.coin',
5644
5788
  traces: [{
5645
5789
  type: 'ibc',
5646
5790
  counterparty: {
@@ -5728,6 +5872,7 @@ const assets = {
5728
5872
  circle: false
5729
5873
  }
5730
5874
  }],
5875
+ type_asset: 'sdk.coin',
5731
5876
  traces: [{
5732
5877
  type: 'ibc',
5733
5878
  counterparty: {
@@ -5770,6 +5915,7 @@ const assets = {
5770
5915
  website: 'https://evmos.org/',
5771
5916
  twitter: 'https://twitter.com/EvmosOrg'
5772
5917
  },
5918
+ type_asset: 'sdk.coin',
5773
5919
  traces: [{
5774
5920
  type: 'ibc',
5775
5921
  counterparty: {
@@ -5811,6 +5957,7 @@ const assets = {
5811
5957
  website: 'https://www.neokingdom.org/',
5812
5958
  twitter: 'https://twitter.com/NEOKingdomDAO'
5813
5959
  },
5960
+ type_asset: 'sdk.coin',
5814
5961
  traces: [{
5815
5962
  type: 'ibc',
5816
5963
  counterparty: {
@@ -5931,6 +6078,7 @@ const assets = {
5931
6078
  website: 'https://functionx.io',
5932
6079
  twitter: 'https://x.com/functionx_io'
5933
6080
  },
6081
+ type_asset: 'sdk.coin',
5934
6082
  traces: [{
5935
6083
  type: 'ibc',
5936
6084
  counterparty: {
@@ -5973,6 +6121,7 @@ const assets = {
5973
6121
  primary_color_hex: '#04cd80'
5974
6122
  }
5975
6123
  }],
6124
+ type_asset: 'sdk.coin',
5976
6125
  traces: [{
5977
6126
  type: 'ibc',
5978
6127
  counterparty: {
@@ -6056,6 +6205,7 @@ const assets = {
6056
6205
  primary_color_hex: '#2c4484'
6057
6206
  }
6058
6207
  }],
6208
+ type_asset: 'sdk.coin',
6059
6209
  traces: [{
6060
6210
  type: 'ibc',
6061
6211
  counterparty: {
@@ -6098,6 +6248,7 @@ const assets = {
6098
6248
  website: 'https://injective.com/',
6099
6249
  twitter: 'https://twitter.com/Injective_'
6100
6250
  },
6251
+ type_asset: 'sdk.coin',
6101
6252
  traces: [{
6102
6253
  type: 'ibc',
6103
6254
  counterparty: {
@@ -6133,6 +6284,7 @@ const assets = {
6133
6284
  primary_color_hex: '#31292a'
6134
6285
  }
6135
6286
  }],
6287
+ type_asset: 'sdk.coin',
6136
6288
  traces: [{
6137
6289
  type: 'ibc',
6138
6290
  counterparty: {
@@ -6168,6 +6320,7 @@ const assets = {
6168
6320
  primary_color_hex: '#18120f'
6169
6321
  }
6170
6322
  }],
6323
+ type_asset: 'sdk.coin',
6171
6324
  traces: [{
6172
6325
  type: 'ibc',
6173
6326
  counterparty: {
@@ -6200,6 +6353,7 @@ const assets = {
6200
6353
  primary_color_hex: '#293a6f'
6201
6354
  }
6202
6355
  }],
6356
+ type_asset: 'sdk.coin',
6203
6357
  traces: [{
6204
6358
  type: 'ibc',
6205
6359
  counterparty: {
@@ -6232,6 +6386,7 @@ const assets = {
6232
6386
  primary_color_hex: '#272f4b'
6233
6387
  }
6234
6388
  }],
6389
+ type_asset: 'sdk.coin',
6235
6390
  traces: [{
6236
6391
  type: 'ibc',
6237
6392
  counterparty: {
@@ -6264,6 +6419,7 @@ const assets = {
6264
6419
  primary_color_hex: '#2a303f'
6265
6420
  }
6266
6421
  }],
6422
+ type_asset: 'sdk.coin',
6267
6423
  traces: [{
6268
6424
  type: 'ibc',
6269
6425
  counterparty: {
@@ -6296,6 +6452,7 @@ const assets = {
6296
6452
  primary_color_hex: '#54ac94'
6297
6453
  }
6298
6454
  }],
6455
+ type_asset: 'sdk.coin',
6299
6456
  traces: [{
6300
6457
  type: 'ibc',
6301
6458
  counterparty: {
@@ -6328,6 +6485,7 @@ const assets = {
6328
6485
  primary_color_hex: '#7931f9'
6329
6486
  }
6330
6487
  }],
6488
+ type_asset: 'sdk.coin',
6331
6489
  traces: [{
6332
6490
  type: 'ibc',
6333
6491
  counterparty: {
@@ -6366,6 +6524,7 @@ const assets = {
6366
6524
  primary_color_hex: '#dbdbcb'
6367
6525
  }
6368
6526
  }],
6527
+ type_asset: 'sdk.coin',
6369
6528
  traces: [{
6370
6529
  type: 'ibc',
6371
6530
  counterparty: {
@@ -6408,6 +6567,7 @@ const assets = {
6408
6567
  website: 'https://junonetwork.io/',
6409
6568
  twitter: 'https://twitter.com/JunoNetwork'
6410
6569
  },
6570
+ type_asset: 'sdk.coin',
6411
6571
  traces: [{
6412
6572
  type: 'ibc',
6413
6573
  counterparty: {
@@ -6450,6 +6610,7 @@ const assets = {
6450
6610
  website: 'https://kujira.network/',
6451
6611
  twitter: 'https://twitter.com/TeamKujira'
6452
6612
  },
6613
+ type_asset: 'sdk.coin',
6453
6614
  traces: [{
6454
6615
  type: 'ibc',
6455
6616
  counterparty: {
@@ -6492,6 +6653,7 @@ const assets = {
6492
6653
  website: 'https://www.kyve.network/',
6493
6654
  twitter: 'https://twitter.com/KYVENetwork'
6494
6655
  },
6656
+ type_asset: 'sdk.coin',
6495
6657
  traces: [{
6496
6658
  type: 'ibc',
6497
6659
  counterparty: {
@@ -6581,6 +6743,7 @@ const assets = {
6581
6743
  primary_color_hex: '#1c1c1c'
6582
6744
  }
6583
6745
  }],
6746
+ type_asset: 'sdk.coin',
6584
6747
  traces: [{
6585
6748
  type: 'ibc',
6586
6749
  counterparty: {
@@ -6625,6 +6788,7 @@ const assets = {
6625
6788
  website: 'https://neutron.org/',
6626
6789
  twitter: 'https://twitter.com/Neutron_org'
6627
6790
  },
6791
+ type_asset: 'sdk.coin',
6628
6792
  traces: [{
6629
6793
  type: 'ibc',
6630
6794
  counterparty: {
@@ -6660,6 +6824,7 @@ const assets = {
6660
6824
  primary_color_hex: '#1b0847'
6661
6825
  }
6662
6826
  }],
6827
+ type_asset: 'sdk.coin',
6663
6828
  traces: [{
6664
6829
  type: 'ibc',
6665
6830
  counterparty: {
@@ -6695,6 +6860,7 @@ const assets = {
6695
6860
  primary_color_hex: '#dcd5ab'
6696
6861
  }
6697
6862
  }],
6863
+ type_asset: 'sdk.coin',
6698
6864
  traces: [{
6699
6865
  type: 'ibc',
6700
6866
  counterparty: {
@@ -6730,6 +6896,7 @@ const assets = {
6730
6896
  primary_color_hex: '#333333'
6731
6897
  }
6732
6898
  }],
6899
+ type_asset: 'sdk.coin',
6733
6900
  traces: [{
6734
6901
  type: 'ibc',
6735
6902
  counterparty: {
@@ -6779,6 +6946,7 @@ const assets = {
6779
6946
  primary_color_hex: '#14c0ce'
6780
6947
  }
6781
6948
  }],
6949
+ type_asset: 'sdk.coin',
6782
6950
  traces: [{
6783
6951
  type: 'ibc',
6784
6952
  counterparty: {
@@ -6802,6 +6970,7 @@ const assets = {
6802
6970
  name: 'uoprek',
6803
6971
  display: 'tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek',
6804
6972
  symbol: 'UOPREK',
6973
+ type_asset: 'sdk.coin',
6805
6974
  traces: [{
6806
6975
  type: 'ibc',
6807
6976
  counterparty: {
@@ -6825,6 +6994,7 @@ const assets = {
6825
6994
  name: 'utestate',
6826
6995
  display: 'tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate',
6827
6996
  symbol: 'UTESTATE',
6997
+ type_asset: 'sdk.coin',
6828
6998
  traces: [{
6829
6999
  type: 'ibc',
6830
7000
  counterparty: {
@@ -6848,6 +7018,7 @@ const assets = {
6848
7018
  name: 'npp',
6849
7019
  display: 'tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP',
6850
7020
  symbol: 'NPP',
7021
+ type_asset: 'sdk.coin',
6851
7022
  traces: [{
6852
7023
  type: 'ibc',
6853
7024
  counterparty: {
@@ -6890,6 +7061,7 @@ const assets = {
6890
7061
  website: 'https://nolus.io/',
6891
7062
  twitter: 'https://twitter.com/NolusProtocol'
6892
7063
  },
7064
+ type_asset: 'sdk.coin',
6893
7065
  traces: [{
6894
7066
  type: 'ibc',
6895
7067
  counterparty: {
@@ -6929,6 +7101,7 @@ const assets = {
6929
7101
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.png',
6930
7102
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg'
6931
7103
  }],
7104
+ type_asset: 'sdk.coin',
6932
7105
  traces: [{
6933
7106
  type: 'ibc',
6934
7107
  counterparty: {
@@ -6970,6 +7143,7 @@ const assets = {
6970
7143
  primary_color_hex: '#c3ebf3'
6971
7144
  }
6972
7145
  }],
7146
+ type_asset: 'sdk.coin',
6973
7147
  traces: [{
6974
7148
  type: 'ibc',
6975
7149
  counterparty: {
@@ -7011,6 +7185,7 @@ const assets = {
7011
7185
  primary_color_hex: '#040404'
7012
7186
  }
7013
7187
  }],
7188
+ type_asset: 'sdk.coin',
7014
7189
  traces: [{
7015
7190
  type: 'ibc',
7016
7191
  counterparty: {
@@ -7053,6 +7228,7 @@ const assets = {
7053
7228
  website: 'https://omniflix.network/',
7054
7229
  twitter: 'https://twitter.com/OmniFlixNetwork'
7055
7230
  },
7231
+ type_asset: 'sdk.coin',
7056
7232
  traces: [{
7057
7233
  type: 'ibc',
7058
7234
  counterparty: {
@@ -7179,6 +7355,7 @@ const assets = {
7179
7355
  primary_color_hex: '#4c7cdc'
7180
7356
  }
7181
7357
  }],
7358
+ type_asset: 'sdk.coin',
7182
7359
  traces: [{
7183
7360
  type: 'ibc',
7184
7361
  counterparty: {
@@ -7216,6 +7393,7 @@ const assets = {
7216
7393
  primary_color_hex: '#c6ddf5'
7217
7394
  }
7218
7395
  }],
7396
+ type_asset: 'sdk.coin',
7219
7397
  traces: [{
7220
7398
  type: 'ibc',
7221
7399
  counterparty: {
@@ -7250,6 +7428,7 @@ const assets = {
7250
7428
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
7251
7429
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
7252
7430
  }],
7431
+ type_asset: 'sdk.coin',
7253
7432
  traces: [{
7254
7433
  type: 'ibc',
7255
7434
  counterparty: {
@@ -7284,6 +7463,7 @@ const assets = {
7284
7463
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
7285
7464
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
7286
7465
  }],
7466
+ type_asset: 'sdk.coin',
7287
7467
  traces: [{
7288
7468
  type: 'ibc',
7289
7469
  counterparty: {
@@ -7318,6 +7498,7 @@ const assets = {
7318
7498
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
7319
7499
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
7320
7500
  }],
7501
+ type_asset: 'sdk.coin',
7321
7502
  traces: [{
7322
7503
  type: 'ibc',
7323
7504
  counterparty: {
@@ -7352,6 +7533,7 @@ const assets = {
7352
7533
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
7353
7534
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
7354
7535
  }],
7536
+ type_asset: 'sdk.coin',
7355
7537
  traces: [{
7356
7538
  type: 'ibc',
7357
7539
  counterparty: {
@@ -7386,6 +7568,7 @@ const assets = {
7386
7568
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
7387
7569
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
7388
7570
  }],
7571
+ type_asset: 'sdk.coin',
7389
7572
  traces: [{
7390
7573
  type: 'ibc',
7391
7574
  counterparty: {
@@ -7420,6 +7603,7 @@ const assets = {
7420
7603
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
7421
7604
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
7422
7605
  }],
7606
+ type_asset: 'sdk.coin',
7423
7607
  traces: [{
7424
7608
  type: 'ibc',
7425
7609
  counterparty: {
@@ -7454,6 +7638,7 @@ const assets = {
7454
7638
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
7455
7639
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
7456
7640
  }],
7641
+ type_asset: 'sdk.coin',
7457
7642
  traces: [{
7458
7643
  type: 'ibc',
7459
7644
  counterparty: {
@@ -7488,6 +7673,7 @@ const assets = {
7488
7673
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
7489
7674
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
7490
7675
  }],
7676
+ type_asset: 'sdk.coin',
7491
7677
  traces: [{
7492
7678
  type: 'ibc',
7493
7679
  counterparty: {
@@ -7522,6 +7708,7 @@ const assets = {
7522
7708
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
7523
7709
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
7524
7710
  }],
7711
+ type_asset: 'sdk.coin',
7525
7712
  traces: [{
7526
7713
  type: 'ibc',
7527
7714
  counterparty: {
@@ -7556,6 +7743,7 @@ const assets = {
7556
7743
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
7557
7744
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
7558
7745
  }],
7746
+ type_asset: 'sdk.coin',
7559
7747
  traces: [{
7560
7748
  type: 'ibc',
7561
7749
  counterparty: {
@@ -7590,6 +7778,7 @@ const assets = {
7590
7778
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
7591
7779
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
7592
7780
  }],
7781
+ type_asset: 'sdk.coin',
7593
7782
  traces: [{
7594
7783
  type: 'ibc',
7595
7784
  counterparty: {
@@ -7624,6 +7813,7 @@ const assets = {
7624
7813
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
7625
7814
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
7626
7815
  }],
7816
+ type_asset: 'sdk.coin',
7627
7817
  traces: [{
7628
7818
  type: 'ibc',
7629
7819
  counterparty: {
@@ -7658,6 +7848,7 @@ const assets = {
7658
7848
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
7659
7849
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
7660
7850
  }],
7851
+ type_asset: 'sdk.coin',
7661
7852
  traces: [{
7662
7853
  type: 'ibc',
7663
7854
  counterparty: {
@@ -7692,6 +7883,7 @@ const assets = {
7692
7883
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
7693
7884
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
7694
7885
  }],
7886
+ type_asset: 'sdk.coin',
7695
7887
  traces: [{
7696
7888
  type: 'ibc',
7697
7889
  counterparty: {
@@ -7726,6 +7918,7 @@ const assets = {
7726
7918
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
7727
7919
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
7728
7920
  }],
7921
+ type_asset: 'sdk.coin',
7729
7922
  traces: [{
7730
7923
  type: 'ibc',
7731
7924
  counterparty: {
@@ -7760,6 +7953,7 @@ const assets = {
7760
7953
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
7761
7954
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
7762
7955
  }],
7956
+ type_asset: 'sdk.coin',
7763
7957
  traces: [{
7764
7958
  type: 'ibc',
7765
7959
  counterparty: {
@@ -7794,6 +7988,7 @@ const assets = {
7794
7988
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
7795
7989
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
7796
7990
  }],
7991
+ type_asset: 'sdk.coin',
7797
7992
  traces: [{
7798
7993
  type: 'ibc',
7799
7994
  counterparty: {
@@ -7828,6 +8023,7 @@ const assets = {
7828
8023
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
7829
8024
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
7830
8025
  }],
8026
+ type_asset: 'sdk.coin',
7831
8027
  traces: [{
7832
8028
  type: 'ibc',
7833
8029
  counterparty: {
@@ -7862,6 +8058,7 @@ const assets = {
7862
8058
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
7863
8059
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
7864
8060
  }],
8061
+ type_asset: 'sdk.coin',
7865
8062
  traces: [{
7866
8063
  type: 'ibc',
7867
8064
  counterparty: {
@@ -7896,6 +8093,7 @@ const assets = {
7896
8093
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
7897
8094
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
7898
8095
  }],
8096
+ type_asset: 'sdk.coin',
7899
8097
  traces: [{
7900
8098
  type: 'ibc',
7901
8099
  counterparty: {
@@ -7930,6 +8128,7 @@ const assets = {
7930
8128
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
7931
8129
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
7932
8130
  }],
8131
+ type_asset: 'sdk.coin',
7933
8132
  traces: [{
7934
8133
  type: 'ibc',
7935
8134
  counterparty: {
@@ -7964,6 +8163,7 @@ const assets = {
7964
8163
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
7965
8164
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
7966
8165
  }],
8166
+ type_asset: 'sdk.coin',
7967
8167
  traces: [{
7968
8168
  type: 'ibc',
7969
8169
  counterparty: {
@@ -7998,6 +8198,7 @@ const assets = {
7998
8198
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
7999
8199
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
8000
8200
  }],
8201
+ type_asset: 'sdk.coin',
8001
8202
  traces: [{
8002
8203
  type: 'ibc',
8003
8204
  counterparty: {
@@ -8032,6 +8233,7 @@ const assets = {
8032
8233
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
8033
8234
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
8034
8235
  }],
8236
+ type_asset: 'sdk.coin',
8035
8237
  traces: [{
8036
8238
  type: 'ibc',
8037
8239
  counterparty: {
@@ -8066,6 +8268,7 @@ const assets = {
8066
8268
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
8067
8269
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
8068
8270
  }],
8271
+ type_asset: 'sdk.coin',
8069
8272
  traces: [{
8070
8273
  type: 'ibc',
8071
8274
  counterparty: {
@@ -8100,6 +8303,7 @@ const assets = {
8100
8303
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
8101
8304
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
8102
8305
  }],
8306
+ type_asset: 'sdk.coin',
8103
8307
  traces: [{
8104
8308
  type: 'ibc',
8105
8309
  counterparty: {
@@ -8134,6 +8338,7 @@ const assets = {
8134
8338
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
8135
8339
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
8136
8340
  }],
8341
+ type_asset: 'sdk.coin',
8137
8342
  traces: [{
8138
8343
  type: 'ibc',
8139
8344
  counterparty: {
@@ -8168,6 +8373,7 @@ const assets = {
8168
8373
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
8169
8374
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
8170
8375
  }],
8376
+ type_asset: 'sdk.coin',
8171
8377
  traces: [{
8172
8378
  type: 'ibc',
8173
8379
  counterparty: {
@@ -8202,6 +8408,7 @@ const assets = {
8202
8408
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
8203
8409
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
8204
8410
  }],
8411
+ type_asset: 'sdk.coin',
8205
8412
  traces: [{
8206
8413
  type: 'ibc',
8207
8414
  counterparty: {
@@ -8236,6 +8443,7 @@ const assets = {
8236
8443
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
8237
8444
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
8238
8445
  }],
8446
+ type_asset: 'sdk.coin',
8239
8447
  traces: [{
8240
8448
  type: 'ibc',
8241
8449
  counterparty: {
@@ -8270,6 +8478,7 @@ const assets = {
8270
8478
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
8271
8479
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
8272
8480
  }],
8481
+ type_asset: 'sdk.coin',
8273
8482
  traces: [{
8274
8483
  type: 'ibc',
8275
8484
  counterparty: {
@@ -8304,6 +8513,7 @@ const assets = {
8304
8513
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
8305
8514
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
8306
8515
  }],
8516
+ type_asset: 'sdk.coin',
8307
8517
  traces: [{
8308
8518
  type: 'ibc',
8309
8519
  counterparty: {
@@ -8338,6 +8548,7 @@ const assets = {
8338
8548
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
8339
8549
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
8340
8550
  }],
8551
+ type_asset: 'sdk.coin',
8341
8552
  traces: [{
8342
8553
  type: 'ibc',
8343
8554
  counterparty: {
@@ -8372,6 +8583,7 @@ const assets = {
8372
8583
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
8373
8584
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
8374
8585
  }],
8586
+ type_asset: 'sdk.coin',
8375
8587
  traces: [{
8376
8588
  type: 'ibc',
8377
8589
  counterparty: {
@@ -8406,6 +8618,7 @@ const assets = {
8406
8618
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
8407
8619
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
8408
8620
  }],
8621
+ type_asset: 'sdk.coin',
8409
8622
  traces: [{
8410
8623
  type: 'ibc',
8411
8624
  counterparty: {
@@ -8440,6 +8653,7 @@ const assets = {
8440
8653
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
8441
8654
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
8442
8655
  }],
8656
+ type_asset: 'sdk.coin',
8443
8657
  traces: [{
8444
8658
  type: 'ibc',
8445
8659
  counterparty: {
@@ -8474,6 +8688,7 @@ const assets = {
8474
8688
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
8475
8689
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
8476
8690
  }],
8691
+ type_asset: 'sdk.coin',
8477
8692
  traces: [{
8478
8693
  type: 'ibc',
8479
8694
  counterparty: {
@@ -8508,6 +8723,7 @@ const assets = {
8508
8723
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
8509
8724
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
8510
8725
  }],
8726
+ type_asset: 'sdk.coin',
8511
8727
  traces: [{
8512
8728
  type: 'ibc',
8513
8729
  counterparty: {
@@ -8542,6 +8758,7 @@ const assets = {
8542
8758
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
8543
8759
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
8544
8760
  }],
8761
+ type_asset: 'sdk.coin',
8545
8762
  traces: [{
8546
8763
  type: 'ibc',
8547
8764
  counterparty: {
@@ -8576,6 +8793,7 @@ const assets = {
8576
8793
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
8577
8794
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
8578
8795
  }],
8796
+ type_asset: 'sdk.coin',
8579
8797
  traces: [{
8580
8798
  type: 'ibc',
8581
8799
  counterparty: {
@@ -8610,6 +8828,7 @@ const assets = {
8610
8828
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
8611
8829
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
8612
8830
  }],
8831
+ type_asset: 'sdk.coin',
8613
8832
  traces: [{
8614
8833
  type: 'ibc',
8615
8834
  counterparty: {
@@ -8644,6 +8863,7 @@ const assets = {
8644
8863
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
8645
8864
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
8646
8865
  }],
8866
+ type_asset: 'sdk.coin',
8647
8867
  traces: [{
8648
8868
  type: 'ibc',
8649
8869
  counterparty: {
@@ -8678,6 +8898,7 @@ const assets = {
8678
8898
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
8679
8899
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
8680
8900
  }],
8901
+ type_asset: 'sdk.coin',
8681
8902
  traces: [{
8682
8903
  type: 'ibc',
8683
8904
  counterparty: {
@@ -8712,6 +8933,7 @@ const assets = {
8712
8933
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
8713
8934
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
8714
8935
  }],
8936
+ type_asset: 'sdk.coin',
8715
8937
  traces: [{
8716
8938
  type: 'ibc',
8717
8939
  counterparty: {
@@ -8746,6 +8968,7 @@ const assets = {
8746
8968
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
8747
8969
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
8748
8970
  }],
8971
+ type_asset: 'sdk.coin',
8749
8972
  traces: [{
8750
8973
  type: 'ibc',
8751
8974
  counterparty: {
@@ -8780,6 +9003,7 @@ const assets = {
8780
9003
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8781
9004
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8782
9005
  }],
9006
+ type_asset: 'sdk.coin',
8783
9007
  traces: [{
8784
9008
  type: 'ibc',
8785
9009
  counterparty: {
@@ -8814,6 +9038,7 @@ const assets = {
8814
9038
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8815
9039
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8816
9040
  }],
9041
+ type_asset: 'sdk.coin',
8817
9042
  traces: [{
8818
9043
  type: 'ibc',
8819
9044
  counterparty: {
@@ -8848,6 +9073,7 @@ const assets = {
8848
9073
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8849
9074
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8850
9075
  }],
9076
+ type_asset: 'sdk.coin',
8851
9077
  traces: [{
8852
9078
  type: 'ibc',
8853
9079
  counterparty: {
@@ -8882,6 +9108,7 @@ const assets = {
8882
9108
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8883
9109
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8884
9110
  }],
9111
+ type_asset: 'sdk.coin',
8885
9112
  traces: [{
8886
9113
  type: 'ibc',
8887
9114
  counterparty: {
@@ -8916,6 +9143,7 @@ const assets = {
8916
9143
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8917
9144
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8918
9145
  }],
9146
+ type_asset: 'sdk.coin',
8919
9147
  traces: [{
8920
9148
  type: 'ibc',
8921
9149
  counterparty: {
@@ -8950,6 +9178,7 @@ const assets = {
8950
9178
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8951
9179
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8952
9180
  }],
9181
+ type_asset: 'sdk.coin',
8953
9182
  traces: [{
8954
9183
  type: 'ibc',
8955
9184
  counterparty: {
@@ -8984,6 +9213,7 @@ const assets = {
8984
9213
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8985
9214
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8986
9215
  }],
9216
+ type_asset: 'sdk.coin',
8987
9217
  traces: [{
8988
9218
  type: 'ibc',
8989
9219
  counterparty: {
@@ -9018,6 +9248,7 @@ const assets = {
9018
9248
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9019
9249
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9020
9250
  }],
9251
+ type_asset: 'sdk.coin',
9021
9252
  traces: [{
9022
9253
  type: 'ibc',
9023
9254
  counterparty: {
@@ -9052,6 +9283,7 @@ const assets = {
9052
9283
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9053
9284
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9054
9285
  }],
9286
+ type_asset: 'sdk.coin',
9055
9287
  traces: [{
9056
9288
  type: 'ibc',
9057
9289
  counterparty: {
@@ -9086,6 +9318,7 @@ const assets = {
9086
9318
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9087
9319
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9088
9320
  }],
9321
+ type_asset: 'sdk.coin',
9089
9322
  traces: [{
9090
9323
  type: 'ibc',
9091
9324
  counterparty: {
@@ -9120,6 +9353,7 @@ const assets = {
9120
9353
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9121
9354
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9122
9355
  }],
9356
+ type_asset: 'sdk.coin',
9123
9357
  traces: [{
9124
9358
  type: 'ibc',
9125
9359
  counterparty: {
@@ -9154,6 +9388,7 @@ const assets = {
9154
9388
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9155
9389
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9156
9390
  }],
9391
+ type_asset: 'sdk.coin',
9157
9392
  traces: [{
9158
9393
  type: 'ibc',
9159
9394
  counterparty: {
@@ -9188,6 +9423,7 @@ const assets = {
9188
9423
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9189
9424
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9190
9425
  }],
9426
+ type_asset: 'sdk.coin',
9191
9427
  traces: [{
9192
9428
  type: 'ibc',
9193
9429
  counterparty: {
@@ -9222,6 +9458,7 @@ const assets = {
9222
9458
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9223
9459
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9224
9460
  }],
9461
+ type_asset: 'sdk.coin',
9225
9462
  traces: [{
9226
9463
  type: 'ibc',
9227
9464
  counterparty: {
@@ -9256,6 +9493,7 @@ const assets = {
9256
9493
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9257
9494
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9258
9495
  }],
9496
+ type_asset: 'sdk.coin',
9259
9497
  traces: [{
9260
9498
  type: 'ibc',
9261
9499
  counterparty: {
@@ -9290,6 +9528,7 @@ const assets = {
9290
9528
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9291
9529
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9292
9530
  }],
9531
+ type_asset: 'sdk.coin',
9293
9532
  traces: [{
9294
9533
  type: 'ibc',
9295
9534
  counterparty: {
@@ -9324,6 +9563,7 @@ const assets = {
9324
9563
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9325
9564
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9326
9565
  }],
9566
+ type_asset: 'sdk.coin',
9327
9567
  traces: [{
9328
9568
  type: 'ibc',
9329
9569
  counterparty: {
@@ -9358,6 +9598,7 @@ const assets = {
9358
9598
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9359
9599
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9360
9600
  }],
9601
+ type_asset: 'sdk.coin',
9361
9602
  traces: [{
9362
9603
  type: 'ibc',
9363
9604
  counterparty: {
@@ -9392,6 +9633,7 @@ const assets = {
9392
9633
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9393
9634
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9394
9635
  }],
9636
+ type_asset: 'sdk.coin',
9395
9637
  traces: [{
9396
9638
  type: 'ibc',
9397
9639
  counterparty: {
@@ -9426,6 +9668,7 @@ const assets = {
9426
9668
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9427
9669
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9428
9670
  }],
9671
+ type_asset: 'sdk.coin',
9429
9672
  traces: [{
9430
9673
  type: 'ibc',
9431
9674
  counterparty: {
@@ -9460,6 +9703,7 @@ const assets = {
9460
9703
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9461
9704
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9462
9705
  }],
9706
+ type_asset: 'sdk.coin',
9463
9707
  traces: [{
9464
9708
  type: 'ibc',
9465
9709
  counterparty: {
@@ -9494,6 +9738,7 @@ const assets = {
9494
9738
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9495
9739
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9496
9740
  }],
9741
+ type_asset: 'sdk.coin',
9497
9742
  traces: [{
9498
9743
  type: 'ibc',
9499
9744
  counterparty: {
@@ -9528,6 +9773,7 @@ const assets = {
9528
9773
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9529
9774
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9530
9775
  }],
9776
+ type_asset: 'sdk.coin',
9531
9777
  traces: [{
9532
9778
  type: 'ibc',
9533
9779
  counterparty: {
@@ -9562,6 +9808,7 @@ const assets = {
9562
9808
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9563
9809
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9564
9810
  }],
9811
+ type_asset: 'sdk.coin',
9565
9812
  traces: [{
9566
9813
  type: 'ibc',
9567
9814
  counterparty: {
@@ -9596,6 +9843,7 @@ const assets = {
9596
9843
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9597
9844
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9598
9845
  }],
9846
+ type_asset: 'sdk.coin',
9599
9847
  traces: [{
9600
9848
  type: 'ibc',
9601
9849
  counterparty: {
@@ -9630,6 +9878,7 @@ const assets = {
9630
9878
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9631
9879
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9632
9880
  }],
9881
+ type_asset: 'sdk.coin',
9633
9882
  traces: [{
9634
9883
  type: 'ibc',
9635
9884
  counterparty: {
@@ -9664,6 +9913,7 @@ const assets = {
9664
9913
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9665
9914
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9666
9915
  }],
9916
+ type_asset: 'sdk.coin',
9667
9917
  traces: [{
9668
9918
  type: 'ibc',
9669
9919
  counterparty: {
@@ -9714,6 +9964,7 @@ const assets = {
9714
9964
  website: 'https://www.saga.xyz/',
9715
9965
  twitter: 'https://twitter.com/Sagaxyz__'
9716
9966
  },
9967
+ type_asset: 'sdk.coin',
9717
9968
  traces: [{
9718
9969
  type: 'ibc',
9719
9970
  counterparty: {
@@ -9756,6 +10007,7 @@ const assets = {
9756
10007
  website: 'https://scrt.network/',
9757
10008
  twitter: 'https://twitter.com/SecretNetwork'
9758
10009
  },
10010
+ type_asset: 'sdk.coin',
9759
10011
  traces: [{
9760
10012
  type: 'ibc',
9761
10013
  counterparty: {
@@ -9798,6 +10050,7 @@ const assets = {
9798
10050
  website: 'https://www.sei.io/',
9799
10051
  twitter: 'https://twitter.com/SeiNetwork'
9800
10052
  },
10053
+ type_asset: 'sdk.coin',
9801
10054
  traces: [{
9802
10055
  type: 'ibc',
9803
10056
  counterparty: {
@@ -9820,6 +10073,8 @@ const assets = {
9820
10073
  denom: 'oozaru',
9821
10074
  exponent: 6
9822
10075
  }],
10076
+ type_asset: 'cw20',
10077
+ address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
9823
10078
  base: 'ibc/097C7F089CC601CDDB8AF64B2F5C81171619B28967F44D7E5B70F50D5CC8903E',
9824
10079
  name: 'Oozaru',
9825
10080
  display: 'oozaru',
@@ -9873,6 +10128,7 @@ const assets = {
9873
10128
  website: 'https://selfchain.xyz',
9874
10129
  twitter: 'https://x.com/selfchainxyz'
9875
10130
  },
10131
+ type_asset: 'sdk.coin',
9876
10132
  traces: [{
9877
10133
  type: 'ibc',
9878
10134
  counterparty: {
@@ -9915,6 +10171,7 @@ const assets = {
9915
10171
  website: 'https://shido.io/',
9916
10172
  twitter: 'https://twitter.com/ShidoGlobal'
9917
10173
  },
10174
+ type_asset: 'sdk.coin',
9918
10175
  traces: [{
9919
10176
  type: 'ibc',
9920
10177
  counterparty: {
@@ -9965,6 +10222,7 @@ const assets = {
9965
10222
  website: 'https://www.sommelier.finance/',
9966
10223
  twitter: 'https://twitter.com/sommfinance'
9967
10224
  },
10225
+ type_asset: 'sdk.coin',
9968
10226
  traces: [{
9969
10227
  type: 'ibc',
9970
10228
  counterparty: {
@@ -10007,6 +10265,7 @@ const assets = {
10007
10265
  website: 'https://www.sourceprotocol.io/',
10008
10266
  twitter: 'https://twitter.com/sourceprotocol_'
10009
10267
  },
10268
+ type_asset: 'sdk.coin',
10010
10269
  traces: [{
10011
10270
  type: 'ibc',
10012
10271
  counterparty: {
@@ -10049,6 +10308,7 @@ const assets = {
10049
10308
  website: 'https://stride.zone/',
10050
10309
  twitter: 'https://twitter.com/stride_zone'
10051
10310
  },
10311
+ type_asset: 'sdk.coin',
10052
10312
  traces: [{
10053
10313
  type: 'ibc',
10054
10314
  counterparty: {
@@ -10091,6 +10351,7 @@ const assets = {
10091
10351
  website: 'https://www.terra.money/',
10092
10352
  twitter: 'https://twitter.com/terra_money'
10093
10353
  },
10354
+ type_asset: 'sdk.coin',
10094
10355
  traces: [{
10095
10356
  type: 'ibc',
10096
10357
  counterparty: {
@@ -10129,6 +10390,7 @@ const assets = {
10129
10390
  primary_color_hex: '#22f2e9'
10130
10391
  }
10131
10392
  }],
10393
+ type_asset: 'sdk.coin',
10132
10394
  traces: [{
10133
10395
  type: 'ibc',
10134
10396
  counterparty: {
@@ -10397,6 +10659,8 @@ const assets = {
10397
10659
  exponent: 6
10398
10660
  }],
10399
10661
  base: 'ibc/241AAB9964EFC970E8029119B395491AA1772E42F077BFE7EE2E5BABF1D223FF',
10662
+ type_asset: 'snip20',
10663
+ address: 'secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej',
10400
10664
  name: 'Alter',
10401
10665
  display: 'alter',
10402
10666
  symbol: 'ALTER',
@@ -10772,6 +11036,8 @@ const assets = {
10772
11036
  exponent: 6
10773
11037
  }],
10774
11038
  base: 'ibc/241AAB9964EFC970E8029119B395491AA1772E42F077BFE7EE2E5BABF1D223FF',
11039
+ type_asset: 'snip20',
11040
+ address: 'secret12rcvz0umvk875kd6a803txhtlu7y0pnd73kcej',
10775
11041
  name: 'Alter',
10776
11042
  display: 'alter',
10777
11043
  symbol: 'ALTER',