@chain-registry/assets 1.65.3 → 1.65.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (271) hide show
  1. package/esm/mainnet/acrechain.js +66 -0
  2. package/esm/mainnet/agoric.js +42 -2
  3. package/esm/mainnet/aioz.js +2 -0
  4. package/esm/mainnet/akash.js +36 -0
  5. package/esm/mainnet/andromeda.js +26 -0
  6. package/esm/mainnet/archway.js +58 -2
  7. package/esm/mainnet/assetmantle.js +6 -0
  8. package/esm/mainnet/assets.js +2 -1
  9. package/esm/mainnet/aura.js +22 -2
  10. package/esm/mainnet/axelar.js +266 -0
  11. package/esm/mainnet/bandchain.js +4 -0
  12. package/esm/mainnet/beezee.js +4 -0
  13. package/esm/mainnet/bitcanna.js +6 -0
  14. package/esm/mainnet/bitsong.js +10 -0
  15. package/esm/mainnet/bostrom.js +2 -0
  16. package/esm/mainnet/canto.js +6 -0
  17. package/esm/mainnet/carbon.js +18 -0
  18. package/esm/mainnet/celestia.js +198 -2
  19. package/esm/mainnet/chain4energy.js +2 -0
  20. package/esm/mainnet/cheqd.js +6 -0
  21. package/esm/mainnet/chihuahua.js +20 -0
  22. package/esm/mainnet/cifer.js +2 -0
  23. package/esm/mainnet/comdex.js +18 -0
  24. package/esm/mainnet/composable.js +62 -0
  25. package/esm/mainnet/coreum.js +34 -2
  26. package/esm/mainnet/cosmoshub.js +324 -6
  27. package/esm/mainnet/crescent.js +110 -0
  28. package/esm/mainnet/cronos.js +12 -2
  29. package/esm/mainnet/cryptoorgchain.js +26 -0
  30. package/esm/mainnet/decentr.js +6 -0
  31. package/esm/mainnet/dig.js +2 -0
  32. package/esm/mainnet/doravota.js +36 -0
  33. package/esm/mainnet/dydx.js +186 -2
  34. package/esm/mainnet/dymension.js +40 -2
  35. package/esm/mainnet/emoney.js +6 -0
  36. package/esm/mainnet/empowerchain.js +4 -0
  37. package/esm/mainnet/evmos.js +70 -2
  38. package/esm/mainnet/furya.js +8 -0
  39. package/esm/mainnet/fxcore.js +4 -0
  40. package/esm/mainnet/gateway.js +24 -0
  41. package/esm/mainnet/gravitybridge.js +50 -2
  42. package/esm/mainnet/haqq.js +22 -2
  43. package/esm/mainnet/impacthub.js +8 -0
  44. package/esm/mainnet/index.js +1 -0
  45. package/esm/mainnet/injective.js +214 -2
  46. package/esm/mainnet/irisnet.js +40 -0
  47. package/esm/mainnet/jackal.js +12 -0
  48. package/esm/mainnet/joltify.js +4 -0
  49. package/esm/mainnet/juno.js +122 -0
  50. package/esm/mainnet/kava.js +64 -0
  51. package/esm/mainnet/kichain.js +2 -0
  52. package/esm/mainnet/kujira.js +136 -6
  53. package/esm/mainnet/kyve.js +6 -0
  54. package/esm/mainnet/lava.js +6 -0
  55. package/esm/mainnet/likecoin.js +2 -0
  56. package/esm/mainnet/lumnetwork.js +2 -0
  57. package/esm/mainnet/mars.js +18 -0
  58. package/esm/mainnet/medasdigital.js +2 -0
  59. package/esm/mainnet/migaloo.js +62 -2
  60. package/esm/mainnet/neutron.js +220 -2
  61. package/esm/mainnet/nibiru.js +4 -0
  62. package/esm/mainnet/noble.js +372 -6
  63. package/esm/mainnet/nois.js +38 -0
  64. package/esm/mainnet/nolus.js +14 -0
  65. package/esm/mainnet/nomic.js +10 -0
  66. package/esm/mainnet/nyx.js +2 -0
  67. package/esm/mainnet/odin.js +20 -0
  68. package/esm/mainnet/okexchain.js +10 -0
  69. package/esm/mainnet/omniflixhub.js +16 -0
  70. package/esm/mainnet/onex.js +16 -2
  71. package/esm/mainnet/onomy.js +2 -0
  72. package/esm/mainnet/oraichain.js +30 -0
  73. package/esm/mainnet/osmosis.js +538 -6
  74. package/esm/mainnet/persistence.js +94 -2
  75. package/esm/mainnet/planq.js +18 -0
  76. package/esm/mainnet/point.js +2 -0
  77. package/esm/mainnet/provenance.js +4 -0
  78. package/esm/mainnet/pryzm.js +38 -0
  79. package/esm/mainnet/pundix.js +2 -0
  80. package/esm/mainnet/quicksilver.js +18 -0
  81. package/esm/mainnet/qwoyn.js +2 -0
  82. package/esm/mainnet/realio.js +4 -0
  83. package/esm/mainnet/regen.js +24 -0
  84. package/esm/mainnet/saga.js +14 -0
  85. package/esm/mainnet/secretnetwork.js +144 -2
  86. package/esm/mainnet/sei.js +40 -4
  87. package/esm/mainnet/self.js +4 -0
  88. package/esm/mainnet/sentinel.js +24 -0
  89. package/esm/mainnet/shido.js +4 -0
  90. package/esm/mainnet/sifchain.js +22 -0
  91. package/esm/mainnet/sommelier.js +24 -0
  92. package/esm/mainnet/source.js +10 -2
  93. package/esm/mainnet/stafihub.js +10 -0
  94. package/esm/mainnet/stargaze.js +50 -0
  95. package/esm/mainnet/starname.js +16 -0
  96. package/esm/mainnet/stride.js +232 -0
  97. package/esm/mainnet/teritori.js +8 -0
  98. package/esm/mainnet/terra.js +16 -0
  99. package/esm/mainnet/terra2.js +286 -2
  100. package/esm/mainnet/tgrade.js +4 -0
  101. package/esm/mainnet/titan.js +244 -0
  102. package/esm/mainnet/umee.js +62 -2
  103. package/esm/mainnet/unification.js +2 -0
  104. package/esm/mainnet/uptick.js +4 -0
  105. package/esm/mainnet/vidulum.js +4 -0
  106. package/esm/mainnet/xpla.js +16 -0
  107. package/esm/noncosmos/penumbra.js +8 -0
  108. package/esm/testnet/archwaytestnet.js +4 -0
  109. package/esm/testnet/axelartestnet.js +20 -0
  110. package/esm/testnet/celestiatestnet3.js +2 -0
  111. package/esm/testnet/cosmoshubtestnet.js +20 -0
  112. package/esm/testnet/dydxtestnet.js +2 -0
  113. package/esm/testnet/elystestnet.js +8 -0
  114. package/esm/testnet/empowertestnet.js +4 -0
  115. package/esm/testnet/injectivetestnet.js +4 -0
  116. package/esm/testnet/junotestnet.js +6 -0
  117. package/esm/testnet/kujiratestnet.js +4 -0
  118. package/esm/testnet/lavatestnet.js +2 -0
  119. package/esm/testnet/mantrachaintestnet.js +8 -0
  120. package/esm/testnet/marstestnet.js +4 -0
  121. package/esm/testnet/neutrontestnet.js +4 -0
  122. package/esm/testnet/nobletestnet.js +14 -0
  123. package/esm/testnet/noistestnet.js +8 -0
  124. package/esm/testnet/nolustestnet.js +2 -0
  125. package/esm/testnet/osmosistestnet.js +62 -0
  126. package/esm/testnet/osmosistestnet4.js +12 -0
  127. package/esm/testnet/persistencetestnet2.js +4 -0
  128. package/esm/testnet/sagatestnet.js +2 -0
  129. package/esm/testnet/seitestnet2.js +6 -0
  130. package/esm/testnet/stargazetestnet.js +6 -0
  131. package/esm/testnet/symphonytestnet.js +8 -0
  132. package/esm/testnet/terra2testnet.js +2 -0
  133. package/esm/testnet/titantestnet.js +12 -0
  134. package/esm/testnet/xiontestnet.js +10 -0
  135. package/mainnet/acrechain.js +66 -0
  136. package/mainnet/agoric.js +42 -2
  137. package/mainnet/aioz.js +2 -0
  138. package/mainnet/akash.js +36 -0
  139. package/mainnet/andromeda.js +26 -0
  140. package/mainnet/archway.js +58 -2
  141. package/mainnet/assetmantle.js +6 -0
  142. package/mainnet/assets.js +2 -1
  143. package/mainnet/aura.js +22 -2
  144. package/mainnet/axelar.js +266 -0
  145. package/mainnet/bandchain.js +4 -0
  146. package/mainnet/beezee.js +4 -0
  147. package/mainnet/bitcanna.js +6 -0
  148. package/mainnet/bitsong.js +10 -0
  149. package/mainnet/bostrom.js +2 -0
  150. package/mainnet/canto.js +6 -0
  151. package/mainnet/carbon.js +18 -0
  152. package/mainnet/celestia.js +198 -2
  153. package/mainnet/chain4energy.js +2 -0
  154. package/mainnet/cheqd.js +6 -0
  155. package/mainnet/chihuahua.js +20 -0
  156. package/mainnet/cifer.js +2 -0
  157. package/mainnet/comdex.js +18 -0
  158. package/mainnet/composable.js +62 -0
  159. package/mainnet/coreum.js +34 -2
  160. package/mainnet/cosmoshub.js +324 -6
  161. package/mainnet/crescent.js +110 -0
  162. package/mainnet/cronos.js +12 -2
  163. package/mainnet/cryptoorgchain.js +26 -0
  164. package/mainnet/decentr.js +6 -0
  165. package/mainnet/dig.js +2 -0
  166. package/mainnet/doravota.js +36 -0
  167. package/mainnet/dydx.js +186 -2
  168. package/mainnet/dymension.js +40 -2
  169. package/mainnet/emoney.js +6 -0
  170. package/mainnet/empowerchain.js +4 -0
  171. package/mainnet/evmos.js +70 -2
  172. package/mainnet/furya.js +8 -0
  173. package/mainnet/fxcore.js +4 -0
  174. package/mainnet/gateway.js +24 -0
  175. package/mainnet/gravitybridge.js +50 -2
  176. package/mainnet/haqq.js +22 -2
  177. package/mainnet/impacthub.js +8 -0
  178. package/mainnet/index.d.ts +1 -0
  179. package/mainnet/index.js +2 -1
  180. package/mainnet/injective.js +214 -2
  181. package/mainnet/irisnet.js +40 -0
  182. package/mainnet/jackal.js +12 -0
  183. package/mainnet/joltify.js +4 -0
  184. package/mainnet/juno.js +122 -0
  185. package/mainnet/kava.js +64 -0
  186. package/mainnet/kichain.js +2 -0
  187. package/mainnet/kujira.js +136 -6
  188. package/mainnet/kyve.js +6 -0
  189. package/mainnet/lava.js +6 -0
  190. package/mainnet/likecoin.js +2 -0
  191. package/mainnet/lumnetwork.js +2 -0
  192. package/mainnet/mars.js +18 -0
  193. package/mainnet/medasdigital.js +2 -0
  194. package/mainnet/migaloo.js +62 -2
  195. package/mainnet/neutron.js +220 -2
  196. package/mainnet/nibiru.js +4 -0
  197. package/mainnet/noble.js +372 -6
  198. package/mainnet/nois.js +38 -0
  199. package/mainnet/nolus.js +14 -0
  200. package/mainnet/nomic.js +10 -0
  201. package/mainnet/nyx.js +2 -0
  202. package/mainnet/odin.js +20 -0
  203. package/mainnet/okexchain.js +10 -0
  204. package/mainnet/omniflixhub.js +16 -0
  205. package/mainnet/onex.js +16 -2
  206. package/mainnet/onomy.js +2 -0
  207. package/mainnet/oraichain.js +30 -0
  208. package/mainnet/osmosis.js +538 -6
  209. package/mainnet/persistence.js +94 -2
  210. package/mainnet/planq.js +18 -0
  211. package/mainnet/point.js +2 -0
  212. package/mainnet/provenance.js +4 -0
  213. package/mainnet/pryzm.js +38 -0
  214. package/mainnet/pundix.js +2 -0
  215. package/mainnet/quicksilver.js +18 -0
  216. package/mainnet/qwoyn.js +2 -0
  217. package/mainnet/realio.js +4 -0
  218. package/mainnet/regen.js +24 -0
  219. package/mainnet/saga.js +14 -0
  220. package/mainnet/secretnetwork.js +144 -2
  221. package/mainnet/sei.js +40 -4
  222. package/mainnet/self.js +4 -0
  223. package/mainnet/sentinel.js +24 -0
  224. package/mainnet/shido.js +4 -0
  225. package/mainnet/sifchain.js +22 -0
  226. package/mainnet/sommelier.js +24 -0
  227. package/mainnet/source.js +10 -2
  228. package/mainnet/stafihub.js +10 -0
  229. package/mainnet/stargaze.js +50 -0
  230. package/mainnet/starname.js +16 -0
  231. package/mainnet/stride.js +232 -0
  232. package/mainnet/teritori.js +8 -0
  233. package/mainnet/terra.js +16 -0
  234. package/mainnet/terra2.js +286 -2
  235. package/mainnet/tgrade.js +4 -0
  236. package/mainnet/titan.d.ts +3 -0
  237. package/mainnet/titan.js +246 -0
  238. package/mainnet/umee.js +62 -2
  239. package/mainnet/unification.js +2 -0
  240. package/mainnet/uptick.js +4 -0
  241. package/mainnet/vidulum.js +4 -0
  242. package/mainnet/xpla.js +16 -0
  243. package/noncosmos/penumbra.js +8 -0
  244. package/package.json +5 -5
  245. package/testnet/archwaytestnet.js +4 -0
  246. package/testnet/axelartestnet.js +20 -0
  247. package/testnet/celestiatestnet3.js +2 -0
  248. package/testnet/cosmoshubtestnet.js +20 -0
  249. package/testnet/dydxtestnet.js +2 -0
  250. package/testnet/elystestnet.js +8 -0
  251. package/testnet/empowertestnet.js +4 -0
  252. package/testnet/injectivetestnet.js +4 -0
  253. package/testnet/junotestnet.js +6 -0
  254. package/testnet/kujiratestnet.js +4 -0
  255. package/testnet/lavatestnet.js +2 -0
  256. package/testnet/mantrachaintestnet.js +8 -0
  257. package/testnet/marstestnet.js +4 -0
  258. package/testnet/neutrontestnet.js +4 -0
  259. package/testnet/nobletestnet.js +14 -0
  260. package/testnet/noistestnet.js +8 -0
  261. package/testnet/nolustestnet.js +2 -0
  262. package/testnet/osmosistestnet.js +62 -0
  263. package/testnet/osmosistestnet4.js +12 -0
  264. package/testnet/persistencetestnet2.js +4 -0
  265. package/testnet/sagatestnet.js +2 -0
  266. package/testnet/seitestnet2.js +6 -0
  267. package/testnet/stargazetestnet.js +6 -0
  268. package/testnet/symphonytestnet.js +8 -0
  269. package/testnet/terra2testnet.js +2 -0
  270. package/testnet/titantestnet.js +12 -0
  271. package/testnet/xiontestnet.js +10 -0
@@ -31,6 +31,7 @@ const assets = {
31
31
  website: 'https://agoric.com/',
32
32
  twitter: 'https://twitter.com/agoric'
33
33
  },
34
+ type_asset: 'sdk.coin',
34
35
  traces: [{
35
36
  type: 'ibc',
36
37
  counterparty: {
@@ -69,6 +70,7 @@ const assets = {
69
70
  primary_color_hex: '#d485e2'
70
71
  }
71
72
  }],
73
+ type_asset: 'sdk.coin',
72
74
  traces: [{
73
75
  type: 'ibc',
74
76
  counterparty: {
@@ -118,6 +120,7 @@ const assets = {
118
120
  website: 'https://archway.io/',
119
121
  twitter: 'https://twitter.com/archwayHQ'
120
122
  },
123
+ type_asset: 'sdk.coin',
121
124
  traces: [{
122
125
  type: 'ibc',
123
126
  counterparty: {
@@ -156,6 +159,7 @@ const assets = {
156
159
  primary_color_hex: '#a7c8d4'
157
160
  }
158
161
  }],
162
+ type_asset: 'sdk.coin',
159
163
  traces: [{
160
164
  type: 'ibc',
161
165
  counterparty: {
@@ -194,6 +198,7 @@ const assets = {
194
198
  primary_color_hex: '#079fd7'
195
199
  }
196
200
  }],
201
+ type_asset: 'sdk.coin',
197
202
  traces: [{
198
203
  type: 'ibc',
199
204
  counterparty: {
@@ -244,6 +249,7 @@ const assets = {
244
249
  website: 'https://www.coreum.com/',
245
250
  twitter: 'https://twitter.com/CoreumOfficial'
246
251
  },
252
+ type_asset: 'sdk.coin',
247
253
  traces: [{
248
254
  type: 'ibc',
249
255
  counterparty: {
@@ -286,6 +292,7 @@ const assets = {
286
292
  website: 'https://cosmos.network',
287
293
  twitter: 'https://twitter.com/cosmoshub'
288
294
  },
295
+ type_asset: 'sdk.coin',
289
296
  traces: [{
290
297
  type: 'ibc',
291
298
  counterparty: {
@@ -324,6 +331,7 @@ const assets = {
324
331
  primary_color_hex: '#3c2832'
325
332
  }
326
333
  }],
334
+ type_asset: 'sdk.coin',
327
335
  traces: [{
328
336
  type: 'ibc',
329
337
  counterparty: {
@@ -362,6 +370,7 @@ const assets = {
362
370
  primary_color_hex: '#df969f'
363
371
  }
364
372
  }],
373
+ type_asset: 'sdk.coin',
365
374
  traces: [{
366
375
  type: 'ibc',
367
376
  counterparty: {
@@ -399,6 +408,7 @@ const assets = {
399
408
  primary_color_hex: '#fba214'
400
409
  }
401
410
  }],
411
+ type_asset: 'sdk.coin',
402
412
  traces: [{
403
413
  type: 'ibc',
404
414
  counterparty: {
@@ -446,6 +456,7 @@ const assets = {
446
456
  website: 'https://dydx.trade/',
447
457
  twitter: 'https://twitter.com/dYdX'
448
458
  },
459
+ type_asset: 'sdk.coin',
449
460
  traces: [{
450
461
  type: 'ibc',
451
462
  counterparty: {
@@ -531,6 +542,7 @@ const assets = {
531
542
  website: 'https://evmos.org/',
532
543
  twitter: 'https://twitter.com/EvmosOrg'
533
544
  },
545
+ type_asset: 'sdk.coin',
534
546
  traces: [{
535
547
  type: 'ibc',
536
548
  counterparty: {
@@ -572,6 +584,7 @@ const assets = {
572
584
  website: 'https://www.neokingdom.org/',
573
585
  twitter: 'https://twitter.com/NEOKingdomDAO'
574
586
  },
587
+ type_asset: 'sdk.coin',
575
588
  traces: [{
576
589
  type: 'ibc',
577
590
  counterparty: {
@@ -692,6 +705,7 @@ const assets = {
692
705
  socials: {
693
706
  twitter: 'https://twitter.com/furyachain'
694
707
  },
708
+ type_asset: 'sdk.coin',
695
709
  traces: [{
696
710
  type: 'ibc',
697
711
  counterparty: {
@@ -734,6 +748,7 @@ const assets = {
734
748
  primary_color_hex: '#04cd80'
735
749
  }
736
750
  }],
751
+ type_asset: 'sdk.coin',
737
752
  traces: [{
738
753
  type: 'ibc',
739
754
  counterparty: {
@@ -817,6 +832,7 @@ const assets = {
817
832
  primary_color_hex: '#2c4484'
818
833
  }
819
834
  }],
835
+ type_asset: 'sdk.coin',
820
836
  traces: [{
821
837
  type: 'ibc',
822
838
  counterparty: {
@@ -859,6 +875,7 @@ const assets = {
859
875
  website: 'https://injective.com/',
860
876
  twitter: 'https://twitter.com/Injective_'
861
877
  },
878
+ type_asset: 'sdk.coin',
862
879
  traces: [{
863
880
  type: 'ibc',
864
881
  counterparty: {
@@ -894,6 +911,7 @@ const assets = {
894
911
  primary_color_hex: '#31292a'
895
912
  }
896
913
  }],
914
+ type_asset: 'sdk.coin',
897
915
  traces: [{
898
916
  type: 'ibc',
899
917
  counterparty: {
@@ -929,6 +947,7 @@ const assets = {
929
947
  primary_color_hex: '#18120f'
930
948
  }
931
949
  }],
950
+ type_asset: 'sdk.coin',
932
951
  traces: [{
933
952
  type: 'ibc',
934
953
  counterparty: {
@@ -961,6 +980,7 @@ const assets = {
961
980
  primary_color_hex: '#293a6f'
962
981
  }
963
982
  }],
983
+ type_asset: 'sdk.coin',
964
984
  traces: [{
965
985
  type: 'ibc',
966
986
  counterparty: {
@@ -993,6 +1013,7 @@ const assets = {
993
1013
  primary_color_hex: '#272f4b'
994
1014
  }
995
1015
  }],
1016
+ type_asset: 'sdk.coin',
996
1017
  traces: [{
997
1018
  type: 'ibc',
998
1019
  counterparty: {
@@ -1025,6 +1046,7 @@ const assets = {
1025
1046
  primary_color_hex: '#2a303f'
1026
1047
  }
1027
1048
  }],
1049
+ type_asset: 'sdk.coin',
1028
1050
  traces: [{
1029
1051
  type: 'ibc',
1030
1052
  counterparty: {
@@ -1057,6 +1079,7 @@ const assets = {
1057
1079
  primary_color_hex: '#54ac94'
1058
1080
  }
1059
1081
  }],
1082
+ type_asset: 'sdk.coin',
1060
1083
  traces: [{
1061
1084
  type: 'ibc',
1062
1085
  counterparty: {
@@ -1089,6 +1112,7 @@ const assets = {
1089
1112
  primary_color_hex: '#7931f9'
1090
1113
  }
1091
1114
  }],
1115
+ type_asset: 'sdk.coin',
1092
1116
  traces: [{
1093
1117
  type: 'ibc',
1094
1118
  counterparty: {
@@ -1128,6 +1152,7 @@ const assets = {
1128
1152
  website: 'https://www.joltify.io/',
1129
1153
  twitter: 'https://twitter.com/joltify_finance'
1130
1154
  },
1155
+ type_asset: 'sdk.coin',
1131
1156
  traces: [{
1132
1157
  type: 'ibc',
1133
1158
  counterparty: {
@@ -1170,6 +1195,7 @@ const assets = {
1170
1195
  website: 'https://junonetwork.io/',
1171
1196
  twitter: 'https://twitter.com/JunoNetwork'
1172
1197
  },
1198
+ type_asset: 'sdk.coin',
1173
1199
  traces: [{
1174
1200
  type: 'ibc',
1175
1201
  counterparty: {
@@ -1212,6 +1238,7 @@ const assets = {
1212
1238
  website: 'https://www.kava.io/',
1213
1239
  twitter: 'https://twitter.com/KAVA_CHAIN'
1214
1240
  },
1241
+ type_asset: 'sdk.coin',
1215
1242
  traces: [{
1216
1243
  type: 'ibc',
1217
1244
  counterparty: {
@@ -1250,6 +1277,7 @@ const assets = {
1250
1277
  primary_color_hex: '#7b34ac'
1251
1278
  }
1252
1279
  }],
1280
+ type_asset: 'sdk.coin',
1253
1281
  traces: [{
1254
1282
  type: 'ibc',
1255
1283
  counterparty: {
@@ -1288,6 +1316,7 @@ const assets = {
1288
1316
  primary_color_hex: '#544cfc'
1289
1317
  }
1290
1318
  }],
1319
+ type_asset: 'sdk.coin',
1291
1320
  traces: [{
1292
1321
  type: 'ibc',
1293
1322
  counterparty: {
@@ -1326,6 +1355,7 @@ const assets = {
1326
1355
  primary_color_hex: '#04d4a3'
1327
1356
  }
1328
1357
  }],
1358
+ type_asset: 'sdk.coin',
1329
1359
  traces: [{
1330
1360
  type: 'ibc',
1331
1361
  counterparty: {
@@ -1379,7 +1409,8 @@ const assets = {
1379
1409
  logo_URIs: {
1380
1410
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1381
1411
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1382
- }
1412
+ },
1413
+ type_asset: 'sdk.coin'
1383
1414
  },
1384
1415
  {
1385
1416
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
@@ -1411,6 +1442,7 @@ const assets = {
1411
1442
  website: 'https://kujira.network/',
1412
1443
  twitter: 'https://twitter.com/TeamKujira'
1413
1444
  },
1445
+ type_asset: 'sdk.coin',
1414
1446
  traces: [{
1415
1447
  type: 'ibc',
1416
1448
  counterparty: {
@@ -1449,6 +1481,7 @@ const assets = {
1449
1481
  primary_color_hex: '#1c1c1c'
1450
1482
  }
1451
1483
  }],
1484
+ type_asset: 'sdk.coin',
1452
1485
  traces: [{
1453
1486
  type: 'ibc',
1454
1487
  counterparty: {
@@ -1493,6 +1526,7 @@ const assets = {
1493
1526
  website: 'https://neutron.org/',
1494
1527
  twitter: 'https://twitter.com/Neutron_org'
1495
1528
  },
1529
+ type_asset: 'sdk.coin',
1496
1530
  traces: [{
1497
1531
  type: 'ibc',
1498
1532
  counterparty: {
@@ -1528,6 +1562,7 @@ const assets = {
1528
1562
  primary_color_hex: '#1b0847'
1529
1563
  }
1530
1564
  }],
1565
+ type_asset: 'sdk.coin',
1531
1566
  traces: [{
1532
1567
  type: 'ibc',
1533
1568
  counterparty: {
@@ -1563,6 +1598,7 @@ const assets = {
1563
1598
  primary_color_hex: '#dcd5ab'
1564
1599
  }
1565
1600
  }],
1601
+ type_asset: 'sdk.coin',
1566
1602
  traces: [{
1567
1603
  type: 'ibc',
1568
1604
  counterparty: {
@@ -1598,6 +1634,7 @@ const assets = {
1598
1634
  primary_color_hex: '#333333'
1599
1635
  }
1600
1636
  }],
1637
+ type_asset: 'sdk.coin',
1601
1638
  traces: [{
1602
1639
  type: 'ibc',
1603
1640
  counterparty: {
@@ -1647,6 +1684,7 @@ const assets = {
1647
1684
  primary_color_hex: '#14c0ce'
1648
1685
  }
1649
1686
  }],
1687
+ type_asset: 'sdk.coin',
1650
1688
  traces: [{
1651
1689
  type: 'ibc',
1652
1690
  counterparty: {
@@ -1670,6 +1708,7 @@ const assets = {
1670
1708
  name: 'uoprek',
1671
1709
  display: 'tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek',
1672
1710
  symbol: 'UOPREK',
1711
+ type_asset: 'sdk.coin',
1673
1712
  traces: [{
1674
1713
  type: 'ibc',
1675
1714
  counterparty: {
@@ -1693,6 +1732,7 @@ const assets = {
1693
1732
  name: 'utestate',
1694
1733
  display: 'tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate',
1695
1734
  symbol: 'UTESTATE',
1735
+ type_asset: 'sdk.coin',
1696
1736
  traces: [{
1697
1737
  type: 'ibc',
1698
1738
  counterparty: {
@@ -1716,6 +1756,7 @@ const assets = {
1716
1756
  name: 'npp',
1717
1757
  display: 'tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP',
1718
1758
  symbol: 'NPP',
1759
+ type_asset: 'sdk.coin',
1719
1760
  traces: [{
1720
1761
  type: 'ibc',
1721
1762
  counterparty: {
@@ -1758,6 +1799,7 @@ const assets = {
1758
1799
  website: 'https://agoric.com/',
1759
1800
  twitter: 'https://twitter.com/agoric'
1760
1801
  },
1802
+ type_asset: 'sdk.coin',
1761
1803
  traces: [{
1762
1804
  type: 'ibc',
1763
1805
  counterparty: {
@@ -1796,6 +1838,7 @@ const assets = {
1796
1838
  primary_color_hex: '#d485e2'
1797
1839
  }
1798
1840
  }],
1841
+ type_asset: 'sdk.coin',
1799
1842
  traces: [{
1800
1843
  type: 'ibc',
1801
1844
  counterparty: {
@@ -1845,6 +1888,7 @@ const assets = {
1845
1888
  website: 'https://archway.io/',
1846
1889
  twitter: 'https://twitter.com/archwayHQ'
1847
1890
  },
1891
+ type_asset: 'sdk.coin',
1848
1892
  traces: [{
1849
1893
  type: 'ibc',
1850
1894
  counterparty: {
@@ -1883,6 +1927,7 @@ const assets = {
1883
1927
  primary_color_hex: '#a7c8d4'
1884
1928
  }
1885
1929
  }],
1930
+ type_asset: 'sdk.coin',
1886
1931
  traces: [{
1887
1932
  type: 'ibc',
1888
1933
  counterparty: {
@@ -1921,6 +1966,7 @@ const assets = {
1921
1966
  primary_color_hex: '#079fd7'
1922
1967
  }
1923
1968
  }],
1969
+ type_asset: 'sdk.coin',
1924
1970
  traces: [{
1925
1971
  type: 'ibc',
1926
1972
  counterparty: {
@@ -1971,6 +2017,7 @@ const assets = {
1971
2017
  website: 'https://www.coreum.com/',
1972
2018
  twitter: 'https://twitter.com/CoreumOfficial'
1973
2019
  },
2020
+ type_asset: 'sdk.coin',
1974
2021
  traces: [{
1975
2022
  type: 'ibc',
1976
2023
  counterparty: {
@@ -2013,6 +2060,7 @@ const assets = {
2013
2060
  website: 'https://cosmos.network',
2014
2061
  twitter: 'https://twitter.com/cosmoshub'
2015
2062
  },
2063
+ type_asset: 'sdk.coin',
2016
2064
  traces: [{
2017
2065
  type: 'ibc',
2018
2066
  counterparty: {
@@ -2051,6 +2099,7 @@ const assets = {
2051
2099
  primary_color_hex: '#3c2832'
2052
2100
  }
2053
2101
  }],
2102
+ type_asset: 'sdk.coin',
2054
2103
  traces: [{
2055
2104
  type: 'ibc',
2056
2105
  counterparty: {
@@ -2089,6 +2138,7 @@ const assets = {
2089
2138
  primary_color_hex: '#df969f'
2090
2139
  }
2091
2140
  }],
2141
+ type_asset: 'sdk.coin',
2092
2142
  traces: [{
2093
2143
  type: 'ibc',
2094
2144
  counterparty: {
@@ -2126,6 +2176,7 @@ const assets = {
2126
2176
  primary_color_hex: '#fba214'
2127
2177
  }
2128
2178
  }],
2179
+ type_asset: 'sdk.coin',
2129
2180
  traces: [{
2130
2181
  type: 'ibc',
2131
2182
  counterparty: {
@@ -2173,6 +2224,7 @@ const assets = {
2173
2224
  website: 'https://dydx.trade/',
2174
2225
  twitter: 'https://twitter.com/dYdX'
2175
2226
  },
2227
+ type_asset: 'sdk.coin',
2176
2228
  traces: [{
2177
2229
  type: 'ibc',
2178
2230
  counterparty: {
@@ -2258,6 +2310,7 @@ const assets = {
2258
2310
  website: 'https://evmos.org/',
2259
2311
  twitter: 'https://twitter.com/EvmosOrg'
2260
2312
  },
2313
+ type_asset: 'sdk.coin',
2261
2314
  traces: [{
2262
2315
  type: 'ibc',
2263
2316
  counterparty: {
@@ -2299,6 +2352,7 @@ const assets = {
2299
2352
  website: 'https://www.neokingdom.org/',
2300
2353
  twitter: 'https://twitter.com/NEOKingdomDAO'
2301
2354
  },
2355
+ type_asset: 'sdk.coin',
2302
2356
  traces: [{
2303
2357
  type: 'ibc',
2304
2358
  counterparty: {
@@ -2419,6 +2473,7 @@ const assets = {
2419
2473
  socials: {
2420
2474
  twitter: 'https://twitter.com/furyachain'
2421
2475
  },
2476
+ type_asset: 'sdk.coin',
2422
2477
  traces: [{
2423
2478
  type: 'ibc',
2424
2479
  counterparty: {
@@ -2461,6 +2516,7 @@ const assets = {
2461
2516
  primary_color_hex: '#04cd80'
2462
2517
  }
2463
2518
  }],
2519
+ type_asset: 'sdk.coin',
2464
2520
  traces: [{
2465
2521
  type: 'ibc',
2466
2522
  counterparty: {
@@ -2544,6 +2600,7 @@ const assets = {
2544
2600
  primary_color_hex: '#2c4484'
2545
2601
  }
2546
2602
  }],
2603
+ type_asset: 'sdk.coin',
2547
2604
  traces: [{
2548
2605
  type: 'ibc',
2549
2606
  counterparty: {
@@ -2586,6 +2643,7 @@ const assets = {
2586
2643
  website: 'https://injective.com/',
2587
2644
  twitter: 'https://twitter.com/Injective_'
2588
2645
  },
2646
+ type_asset: 'sdk.coin',
2589
2647
  traces: [{
2590
2648
  type: 'ibc',
2591
2649
  counterparty: {
@@ -2621,6 +2679,7 @@ const assets = {
2621
2679
  primary_color_hex: '#31292a'
2622
2680
  }
2623
2681
  }],
2682
+ type_asset: 'sdk.coin',
2624
2683
  traces: [{
2625
2684
  type: 'ibc',
2626
2685
  counterparty: {
@@ -2656,6 +2715,7 @@ const assets = {
2656
2715
  primary_color_hex: '#18120f'
2657
2716
  }
2658
2717
  }],
2718
+ type_asset: 'sdk.coin',
2659
2719
  traces: [{
2660
2720
  type: 'ibc',
2661
2721
  counterparty: {
@@ -2688,6 +2748,7 @@ const assets = {
2688
2748
  primary_color_hex: '#293a6f'
2689
2749
  }
2690
2750
  }],
2751
+ type_asset: 'sdk.coin',
2691
2752
  traces: [{
2692
2753
  type: 'ibc',
2693
2754
  counterparty: {
@@ -2720,6 +2781,7 @@ const assets = {
2720
2781
  primary_color_hex: '#272f4b'
2721
2782
  }
2722
2783
  }],
2784
+ type_asset: 'sdk.coin',
2723
2785
  traces: [{
2724
2786
  type: 'ibc',
2725
2787
  counterparty: {
@@ -2752,6 +2814,7 @@ const assets = {
2752
2814
  primary_color_hex: '#2a303f'
2753
2815
  }
2754
2816
  }],
2817
+ type_asset: 'sdk.coin',
2755
2818
  traces: [{
2756
2819
  type: 'ibc',
2757
2820
  counterparty: {
@@ -2784,6 +2847,7 @@ const assets = {
2784
2847
  primary_color_hex: '#54ac94'
2785
2848
  }
2786
2849
  }],
2850
+ type_asset: 'sdk.coin',
2787
2851
  traces: [{
2788
2852
  type: 'ibc',
2789
2853
  counterparty: {
@@ -2816,6 +2880,7 @@ const assets = {
2816
2880
  primary_color_hex: '#7931f9'
2817
2881
  }
2818
2882
  }],
2883
+ type_asset: 'sdk.coin',
2819
2884
  traces: [{
2820
2885
  type: 'ibc',
2821
2886
  counterparty: {
@@ -2855,6 +2920,7 @@ const assets = {
2855
2920
  website: 'https://www.joltify.io/',
2856
2921
  twitter: 'https://twitter.com/joltify_finance'
2857
2922
  },
2923
+ type_asset: 'sdk.coin',
2858
2924
  traces: [{
2859
2925
  type: 'ibc',
2860
2926
  counterparty: {
@@ -2897,6 +2963,7 @@ const assets = {
2897
2963
  website: 'https://junonetwork.io/',
2898
2964
  twitter: 'https://twitter.com/JunoNetwork'
2899
2965
  },
2966
+ type_asset: 'sdk.coin',
2900
2967
  traces: [{
2901
2968
  type: 'ibc',
2902
2969
  counterparty: {
@@ -2939,6 +3006,7 @@ const assets = {
2939
3006
  website: 'https://www.kava.io/',
2940
3007
  twitter: 'https://twitter.com/KAVA_CHAIN'
2941
3008
  },
3009
+ type_asset: 'sdk.coin',
2942
3010
  traces: [{
2943
3011
  type: 'ibc',
2944
3012
  counterparty: {
@@ -2977,6 +3045,7 @@ const assets = {
2977
3045
  primary_color_hex: '#7b34ac'
2978
3046
  }
2979
3047
  }],
3048
+ type_asset: 'sdk.coin',
2980
3049
  traces: [{
2981
3050
  type: 'ibc',
2982
3051
  counterparty: {
@@ -3015,6 +3084,7 @@ const assets = {
3015
3084
  primary_color_hex: '#544cfc'
3016
3085
  }
3017
3086
  }],
3087
+ type_asset: 'sdk.coin',
3018
3088
  traces: [{
3019
3089
  type: 'ibc',
3020
3090
  counterparty: {
@@ -3053,6 +3123,7 @@ const assets = {
3053
3123
  primary_color_hex: '#04d4a3'
3054
3124
  }
3055
3125
  }],
3126
+ type_asset: 'sdk.coin',
3056
3127
  traces: [{
3057
3128
  type: 'ibc',
3058
3129
  counterparty: {
@@ -3106,7 +3177,8 @@ const assets = {
3106
3177
  logo_URIs: {
3107
3178
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
3108
3179
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
3109
- }
3180
+ },
3181
+ type_asset: 'sdk.coin'
3110
3182
  },
3111
3183
  {
3112
3184
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
@@ -3138,6 +3210,7 @@ const assets = {
3138
3210
  website: 'https://kujira.network/',
3139
3211
  twitter: 'https://twitter.com/TeamKujira'
3140
3212
  },
3213
+ type_asset: 'sdk.coin',
3141
3214
  traces: [{
3142
3215
  type: 'ibc',
3143
3216
  counterparty: {
@@ -3176,6 +3249,7 @@ const assets = {
3176
3249
  primary_color_hex: '#1c1c1c'
3177
3250
  }
3178
3251
  }],
3252
+ type_asset: 'sdk.coin',
3179
3253
  traces: [{
3180
3254
  type: 'ibc',
3181
3255
  counterparty: {
@@ -3220,6 +3294,7 @@ const assets = {
3220
3294
  website: 'https://neutron.org/',
3221
3295
  twitter: 'https://twitter.com/Neutron_org'
3222
3296
  },
3297
+ type_asset: 'sdk.coin',
3223
3298
  traces: [{
3224
3299
  type: 'ibc',
3225
3300
  counterparty: {
@@ -3255,6 +3330,7 @@ const assets = {
3255
3330
  primary_color_hex: '#1b0847'
3256
3331
  }
3257
3332
  }],
3333
+ type_asset: 'sdk.coin',
3258
3334
  traces: [{
3259
3335
  type: 'ibc',
3260
3336
  counterparty: {
@@ -3290,6 +3366,7 @@ const assets = {
3290
3366
  primary_color_hex: '#dcd5ab'
3291
3367
  }
3292
3368
  }],
3369
+ type_asset: 'sdk.coin',
3293
3370
  traces: [{
3294
3371
  type: 'ibc',
3295
3372
  counterparty: {
@@ -3325,6 +3402,7 @@ const assets = {
3325
3402
  primary_color_hex: '#333333'
3326
3403
  }
3327
3404
  }],
3405
+ type_asset: 'sdk.coin',
3328
3406
  traces: [{
3329
3407
  type: 'ibc',
3330
3408
  counterparty: {
@@ -3374,6 +3452,7 @@ const assets = {
3374
3452
  primary_color_hex: '#14c0ce'
3375
3453
  }
3376
3454
  }],
3455
+ type_asset: 'sdk.coin',
3377
3456
  traces: [{
3378
3457
  type: 'ibc',
3379
3458
  counterparty: {
@@ -3397,6 +3476,7 @@ const assets = {
3397
3476
  name: 'uoprek',
3398
3477
  display: 'tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek',
3399
3478
  symbol: 'UOPREK',
3479
+ type_asset: 'sdk.coin',
3400
3480
  traces: [{
3401
3481
  type: 'ibc',
3402
3482
  counterparty: {
@@ -3420,6 +3500,7 @@ const assets = {
3420
3500
  name: 'utestate',
3421
3501
  display: 'tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate',
3422
3502
  symbol: 'UTESTATE',
3503
+ type_asset: 'sdk.coin',
3423
3504
  traces: [{
3424
3505
  type: 'ibc',
3425
3506
  counterparty: {
@@ -3443,6 +3524,7 @@ const assets = {
3443
3524
  name: 'npp',
3444
3525
  display: 'tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP',
3445
3526
  symbol: 'NPP',
3527
+ type_asset: 'sdk.coin',
3446
3528
  traces: [{
3447
3529
  type: 'ibc',
3448
3530
  counterparty: {
@@ -3485,6 +3567,7 @@ const assets = {
3485
3567
  website: 'https://omniflix.network/',
3486
3568
  twitter: 'https://twitter.com/OmniFlixNetwork'
3487
3569
  },
3570
+ type_asset: 'sdk.coin',
3488
3571
  traces: [{
3489
3572
  type: 'ibc',
3490
3573
  counterparty: {
@@ -3520,6 +3603,7 @@ const assets = {
3520
3603
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
3521
3604
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
3522
3605
  }],
3606
+ type_asset: 'sdk.coin',
3523
3607
  traces: [{
3524
3608
  type: 'ibc',
3525
3609
  counterparty: {
@@ -3652,6 +3736,7 @@ const assets = {
3652
3736
  website: 'https://persistence.one/',
3653
3737
  twitter: 'https://twitter.com/PersistenceOne'
3654
3738
  },
3739
+ type_asset: 'sdk.coin',
3655
3740
  traces: [{
3656
3741
  type: 'ibc',
3657
3742
  counterparty: {
@@ -3694,6 +3779,7 @@ const assets = {
3694
3779
  website: 'https://planq.network',
3695
3780
  twitter: 'https://twitter.com/planqfoundation'
3696
3781
  },
3782
+ type_asset: 'sdk.coin',
3697
3783
  traces: [{
3698
3784
  type: 'ibc',
3699
3785
  counterparty: {
@@ -3743,7 +3829,8 @@ const assets = {
3743
3829
  }],
3744
3830
  logo_URIs: {
3745
3831
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
3746
- }
3832
+ },
3833
+ type_asset: 'sdk.coin'
3747
3834
  },
3748
3835
  {
3749
3836
  description: 'Hash is the staking token of the Provenance Blockchain',
@@ -3771,6 +3858,7 @@ const assets = {
3771
3858
  primary_color_hex: '#4c7cdc'
3772
3859
  }
3773
3860
  }],
3861
+ type_asset: 'sdk.coin',
3774
3862
  traces: [{
3775
3863
  type: 'ibc',
3776
3864
  counterparty: {
@@ -3808,6 +3896,7 @@ const assets = {
3808
3896
  primary_color_hex: '#c6ddf5'
3809
3897
  }
3810
3898
  }],
3899
+ type_asset: 'sdk.coin',
3811
3900
  traces: [{
3812
3901
  type: 'ibc',
3813
3902
  counterparty: {
@@ -3842,6 +3931,7 @@ const assets = {
3842
3931
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
3843
3932
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
3844
3933
  }],
3934
+ type_asset: 'sdk.coin',
3845
3935
  traces: [{
3846
3936
  type: 'ibc',
3847
3937
  counterparty: {
@@ -3876,6 +3966,7 @@ const assets = {
3876
3966
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
3877
3967
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
3878
3968
  }],
3969
+ type_asset: 'sdk.coin',
3879
3970
  traces: [{
3880
3971
  type: 'ibc',
3881
3972
  counterparty: {
@@ -3910,6 +4001,7 @@ const assets = {
3910
4001
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
3911
4002
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
3912
4003
  }],
4004
+ type_asset: 'sdk.coin',
3913
4005
  traces: [{
3914
4006
  type: 'ibc',
3915
4007
  counterparty: {
@@ -3944,6 +4036,7 @@ const assets = {
3944
4036
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
3945
4037
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
3946
4038
  }],
4039
+ type_asset: 'sdk.coin',
3947
4040
  traces: [{
3948
4041
  type: 'ibc',
3949
4042
  counterparty: {
@@ -3978,6 +4071,7 @@ const assets = {
3978
4071
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
3979
4072
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
3980
4073
  }],
4074
+ type_asset: 'sdk.coin',
3981
4075
  traces: [{
3982
4076
  type: 'ibc',
3983
4077
  counterparty: {
@@ -4012,6 +4106,7 @@ const assets = {
4012
4106
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
4013
4107
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
4014
4108
  }],
4109
+ type_asset: 'sdk.coin',
4015
4110
  traces: [{
4016
4111
  type: 'ibc',
4017
4112
  counterparty: {
@@ -4046,6 +4141,7 @@ const assets = {
4046
4141
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
4047
4142
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
4048
4143
  }],
4144
+ type_asset: 'sdk.coin',
4049
4145
  traces: [{
4050
4146
  type: 'ibc',
4051
4147
  counterparty: {
@@ -4080,6 +4176,7 @@ const assets = {
4080
4176
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
4081
4177
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
4082
4178
  }],
4179
+ type_asset: 'sdk.coin',
4083
4180
  traces: [{
4084
4181
  type: 'ibc',
4085
4182
  counterparty: {
@@ -4114,6 +4211,7 @@ const assets = {
4114
4211
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
4115
4212
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
4116
4213
  }],
4214
+ type_asset: 'sdk.coin',
4117
4215
  traces: [{
4118
4216
  type: 'ibc',
4119
4217
  counterparty: {
@@ -4148,6 +4246,7 @@ const assets = {
4148
4246
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
4149
4247
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
4150
4248
  }],
4249
+ type_asset: 'sdk.coin',
4151
4250
  traces: [{
4152
4251
  type: 'ibc',
4153
4252
  counterparty: {
@@ -4182,6 +4281,7 @@ const assets = {
4182
4281
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
4183
4282
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
4184
4283
  }],
4284
+ type_asset: 'sdk.coin',
4185
4285
  traces: [{
4186
4286
  type: 'ibc',
4187
4287
  counterparty: {
@@ -4216,6 +4316,7 @@ const assets = {
4216
4316
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
4217
4317
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
4218
4318
  }],
4319
+ type_asset: 'sdk.coin',
4219
4320
  traces: [{
4220
4321
  type: 'ibc',
4221
4322
  counterparty: {
@@ -4250,6 +4351,7 @@ const assets = {
4250
4351
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
4251
4352
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
4252
4353
  }],
4354
+ type_asset: 'sdk.coin',
4253
4355
  traces: [{
4254
4356
  type: 'ibc',
4255
4357
  counterparty: {
@@ -4284,6 +4386,7 @@ const assets = {
4284
4386
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
4285
4387
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
4286
4388
  }],
4389
+ type_asset: 'sdk.coin',
4287
4390
  traces: [{
4288
4391
  type: 'ibc',
4289
4392
  counterparty: {
@@ -4318,6 +4421,7 @@ const assets = {
4318
4421
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
4319
4422
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
4320
4423
  }],
4424
+ type_asset: 'sdk.coin',
4321
4425
  traces: [{
4322
4426
  type: 'ibc',
4323
4427
  counterparty: {
@@ -4352,6 +4456,7 @@ const assets = {
4352
4456
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
4353
4457
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
4354
4458
  }],
4459
+ type_asset: 'sdk.coin',
4355
4460
  traces: [{
4356
4461
  type: 'ibc',
4357
4462
  counterparty: {
@@ -4386,6 +4491,7 @@ const assets = {
4386
4491
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
4387
4492
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
4388
4493
  }],
4494
+ type_asset: 'sdk.coin',
4389
4495
  traces: [{
4390
4496
  type: 'ibc',
4391
4497
  counterparty: {
@@ -4420,6 +4526,7 @@ const assets = {
4420
4526
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
4421
4527
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
4422
4528
  }],
4529
+ type_asset: 'sdk.coin',
4423
4530
  traces: [{
4424
4531
  type: 'ibc',
4425
4532
  counterparty: {
@@ -4454,6 +4561,7 @@ const assets = {
4454
4561
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
4455
4562
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
4456
4563
  }],
4564
+ type_asset: 'sdk.coin',
4457
4565
  traces: [{
4458
4566
  type: 'ibc',
4459
4567
  counterparty: {
@@ -4488,6 +4596,7 @@ const assets = {
4488
4596
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
4489
4597
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
4490
4598
  }],
4599
+ type_asset: 'sdk.coin',
4491
4600
  traces: [{
4492
4601
  type: 'ibc',
4493
4602
  counterparty: {
@@ -4522,6 +4631,7 @@ const assets = {
4522
4631
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
4523
4632
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
4524
4633
  }],
4634
+ type_asset: 'sdk.coin',
4525
4635
  traces: [{
4526
4636
  type: 'ibc',
4527
4637
  counterparty: {
@@ -4556,6 +4666,7 @@ const assets = {
4556
4666
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
4557
4667
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
4558
4668
  }],
4669
+ type_asset: 'sdk.coin',
4559
4670
  traces: [{
4560
4671
  type: 'ibc',
4561
4672
  counterparty: {
@@ -4590,6 +4701,7 @@ const assets = {
4590
4701
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
4591
4702
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
4592
4703
  }],
4704
+ type_asset: 'sdk.coin',
4593
4705
  traces: [{
4594
4706
  type: 'ibc',
4595
4707
  counterparty: {
@@ -4624,6 +4736,7 @@ const assets = {
4624
4736
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
4625
4737
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
4626
4738
  }],
4739
+ type_asset: 'sdk.coin',
4627
4740
  traces: [{
4628
4741
  type: 'ibc',
4629
4742
  counterparty: {
@@ -4658,6 +4771,7 @@ const assets = {
4658
4771
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
4659
4772
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
4660
4773
  }],
4774
+ type_asset: 'sdk.coin',
4661
4775
  traces: [{
4662
4776
  type: 'ibc',
4663
4777
  counterparty: {
@@ -4692,6 +4806,7 @@ const assets = {
4692
4806
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
4693
4807
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
4694
4808
  }],
4809
+ type_asset: 'sdk.coin',
4695
4810
  traces: [{
4696
4811
  type: 'ibc',
4697
4812
  counterparty: {
@@ -4726,6 +4841,7 @@ const assets = {
4726
4841
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
4727
4842
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
4728
4843
  }],
4844
+ type_asset: 'sdk.coin',
4729
4845
  traces: [{
4730
4846
  type: 'ibc',
4731
4847
  counterparty: {
@@ -4760,6 +4876,7 @@ const assets = {
4760
4876
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
4761
4877
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
4762
4878
  }],
4879
+ type_asset: 'sdk.coin',
4763
4880
  traces: [{
4764
4881
  type: 'ibc',
4765
4882
  counterparty: {
@@ -4794,6 +4911,7 @@ const assets = {
4794
4911
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
4795
4912
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
4796
4913
  }],
4914
+ type_asset: 'sdk.coin',
4797
4915
  traces: [{
4798
4916
  type: 'ibc',
4799
4917
  counterparty: {
@@ -4828,6 +4946,7 @@ const assets = {
4828
4946
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
4829
4947
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
4830
4948
  }],
4949
+ type_asset: 'sdk.coin',
4831
4950
  traces: [{
4832
4951
  type: 'ibc',
4833
4952
  counterparty: {
@@ -4862,6 +4981,7 @@ const assets = {
4862
4981
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
4863
4982
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
4864
4983
  }],
4984
+ type_asset: 'sdk.coin',
4865
4985
  traces: [{
4866
4986
  type: 'ibc',
4867
4987
  counterparty: {
@@ -4896,6 +5016,7 @@ const assets = {
4896
5016
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
4897
5017
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
4898
5018
  }],
5019
+ type_asset: 'sdk.coin',
4899
5020
  traces: [{
4900
5021
  type: 'ibc',
4901
5022
  counterparty: {
@@ -4930,6 +5051,7 @@ const assets = {
4930
5051
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
4931
5052
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
4932
5053
  }],
5054
+ type_asset: 'sdk.coin',
4933
5055
  traces: [{
4934
5056
  type: 'ibc',
4935
5057
  counterparty: {
@@ -4964,6 +5086,7 @@ const assets = {
4964
5086
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
4965
5087
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
4966
5088
  }],
5089
+ type_asset: 'sdk.coin',
4967
5090
  traces: [{
4968
5091
  type: 'ibc',
4969
5092
  counterparty: {
@@ -4998,6 +5121,7 @@ const assets = {
4998
5121
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
4999
5122
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
5000
5123
  }],
5124
+ type_asset: 'sdk.coin',
5001
5125
  traces: [{
5002
5126
  type: 'ibc',
5003
5127
  counterparty: {
@@ -5032,6 +5156,7 @@ const assets = {
5032
5156
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
5033
5157
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
5034
5158
  }],
5159
+ type_asset: 'sdk.coin',
5035
5160
  traces: [{
5036
5161
  type: 'ibc',
5037
5162
  counterparty: {
@@ -5066,6 +5191,7 @@ const assets = {
5066
5191
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
5067
5192
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
5068
5193
  }],
5194
+ type_asset: 'sdk.coin',
5069
5195
  traces: [{
5070
5196
  type: 'ibc',
5071
5197
  counterparty: {
@@ -5100,6 +5226,7 @@ const assets = {
5100
5226
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
5101
5227
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
5102
5228
  }],
5229
+ type_asset: 'sdk.coin',
5103
5230
  traces: [{
5104
5231
  type: 'ibc',
5105
5232
  counterparty: {
@@ -5134,6 +5261,7 @@ const assets = {
5134
5261
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
5135
5262
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
5136
5263
  }],
5264
+ type_asset: 'sdk.coin',
5137
5265
  traces: [{
5138
5266
  type: 'ibc',
5139
5267
  counterparty: {
@@ -5168,6 +5296,7 @@ const assets = {
5168
5296
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
5169
5297
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
5170
5298
  }],
5299
+ type_asset: 'sdk.coin',
5171
5300
  traces: [{
5172
5301
  type: 'ibc',
5173
5302
  counterparty: {
@@ -5202,6 +5331,7 @@ const assets = {
5202
5331
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
5203
5332
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
5204
5333
  }],
5334
+ type_asset: 'sdk.coin',
5205
5335
  traces: [{
5206
5336
  type: 'ibc',
5207
5337
  counterparty: {
@@ -5236,6 +5366,7 @@ const assets = {
5236
5366
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
5237
5367
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
5238
5368
  }],
5369
+ type_asset: 'sdk.coin',
5239
5370
  traces: [{
5240
5371
  type: 'ibc',
5241
5372
  counterparty: {
@@ -5270,6 +5401,7 @@ const assets = {
5270
5401
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
5271
5402
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
5272
5403
  }],
5404
+ type_asset: 'sdk.coin',
5273
5405
  traces: [{
5274
5406
  type: 'ibc',
5275
5407
  counterparty: {
@@ -5304,6 +5436,7 @@ const assets = {
5304
5436
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
5305
5437
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
5306
5438
  }],
5439
+ type_asset: 'sdk.coin',
5307
5440
  traces: [{
5308
5441
  type: 'ibc',
5309
5442
  counterparty: {
@@ -5338,6 +5471,7 @@ const assets = {
5338
5471
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
5339
5472
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
5340
5473
  }],
5474
+ type_asset: 'sdk.coin',
5341
5475
  traces: [{
5342
5476
  type: 'ibc',
5343
5477
  counterparty: {
@@ -5372,6 +5506,7 @@ const assets = {
5372
5506
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
5373
5507
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
5374
5508
  }],
5509
+ type_asset: 'sdk.coin',
5375
5510
  traces: [{
5376
5511
  type: 'ibc',
5377
5512
  counterparty: {
@@ -5406,6 +5541,7 @@ const assets = {
5406
5541
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
5407
5542
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
5408
5543
  }],
5544
+ type_asset: 'sdk.coin',
5409
5545
  traces: [{
5410
5546
  type: 'ibc',
5411
5547
  counterparty: {
@@ -5440,6 +5576,7 @@ const assets = {
5440
5576
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
5441
5577
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
5442
5578
  }],
5579
+ type_asset: 'sdk.coin',
5443
5580
  traces: [{
5444
5581
  type: 'ibc',
5445
5582
  counterparty: {
@@ -5474,6 +5611,7 @@ const assets = {
5474
5611
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5475
5612
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5476
5613
  }],
5614
+ type_asset: 'sdk.coin',
5477
5615
  traces: [{
5478
5616
  type: 'ibc',
5479
5617
  counterparty: {
@@ -5508,6 +5646,7 @@ const assets = {
5508
5646
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5509
5647
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5510
5648
  }],
5649
+ type_asset: 'sdk.coin',
5511
5650
  traces: [{
5512
5651
  type: 'ibc',
5513
5652
  counterparty: {
@@ -5542,6 +5681,7 @@ const assets = {
5542
5681
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5543
5682
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5544
5683
  }],
5684
+ type_asset: 'sdk.coin',
5545
5685
  traces: [{
5546
5686
  type: 'ibc',
5547
5687
  counterparty: {
@@ -5576,6 +5716,7 @@ const assets = {
5576
5716
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5577
5717
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5578
5718
  }],
5719
+ type_asset: 'sdk.coin',
5579
5720
  traces: [{
5580
5721
  type: 'ibc',
5581
5722
  counterparty: {
@@ -5610,6 +5751,7 @@ const assets = {
5610
5751
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5611
5752
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5612
5753
  }],
5754
+ type_asset: 'sdk.coin',
5613
5755
  traces: [{
5614
5756
  type: 'ibc',
5615
5757
  counterparty: {
@@ -5644,6 +5786,7 @@ const assets = {
5644
5786
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5645
5787
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5646
5788
  }],
5789
+ type_asset: 'sdk.coin',
5647
5790
  traces: [{
5648
5791
  type: 'ibc',
5649
5792
  counterparty: {
@@ -5678,6 +5821,7 @@ const assets = {
5678
5821
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5679
5822
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5680
5823
  }],
5824
+ type_asset: 'sdk.coin',
5681
5825
  traces: [{
5682
5826
  type: 'ibc',
5683
5827
  counterparty: {
@@ -5712,6 +5856,7 @@ const assets = {
5712
5856
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5713
5857
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5714
5858
  }],
5859
+ type_asset: 'sdk.coin',
5715
5860
  traces: [{
5716
5861
  type: 'ibc',
5717
5862
  counterparty: {
@@ -5746,6 +5891,7 @@ const assets = {
5746
5891
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5747
5892
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5748
5893
  }],
5894
+ type_asset: 'sdk.coin',
5749
5895
  traces: [{
5750
5896
  type: 'ibc',
5751
5897
  counterparty: {
@@ -5780,6 +5926,7 @@ const assets = {
5780
5926
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5781
5927
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5782
5928
  }],
5929
+ type_asset: 'sdk.coin',
5783
5930
  traces: [{
5784
5931
  type: 'ibc',
5785
5932
  counterparty: {
@@ -5814,6 +5961,7 @@ const assets = {
5814
5961
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5815
5962
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5816
5963
  }],
5964
+ type_asset: 'sdk.coin',
5817
5965
  traces: [{
5818
5966
  type: 'ibc',
5819
5967
  counterparty: {
@@ -5848,6 +5996,7 @@ const assets = {
5848
5996
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5849
5997
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5850
5998
  }],
5999
+ type_asset: 'sdk.coin',
5851
6000
  traces: [{
5852
6001
  type: 'ibc',
5853
6002
  counterparty: {
@@ -5882,6 +6031,7 @@ const assets = {
5882
6031
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5883
6032
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5884
6033
  }],
6034
+ type_asset: 'sdk.coin',
5885
6035
  traces: [{
5886
6036
  type: 'ibc',
5887
6037
  counterparty: {
@@ -5916,6 +6066,7 @@ const assets = {
5916
6066
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5917
6067
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5918
6068
  }],
6069
+ type_asset: 'sdk.coin',
5919
6070
  traces: [{
5920
6071
  type: 'ibc',
5921
6072
  counterparty: {
@@ -5950,6 +6101,7 @@ const assets = {
5950
6101
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5951
6102
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5952
6103
  }],
6104
+ type_asset: 'sdk.coin',
5953
6105
  traces: [{
5954
6106
  type: 'ibc',
5955
6107
  counterparty: {
@@ -5984,6 +6136,7 @@ const assets = {
5984
6136
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5985
6137
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5986
6138
  }],
6139
+ type_asset: 'sdk.coin',
5987
6140
  traces: [{
5988
6141
  type: 'ibc',
5989
6142
  counterparty: {
@@ -6018,6 +6171,7 @@ const assets = {
6018
6171
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6019
6172
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6020
6173
  }],
6174
+ type_asset: 'sdk.coin',
6021
6175
  traces: [{
6022
6176
  type: 'ibc',
6023
6177
  counterparty: {
@@ -6052,6 +6206,7 @@ const assets = {
6052
6206
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6053
6207
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6054
6208
  }],
6209
+ type_asset: 'sdk.coin',
6055
6210
  traces: [{
6056
6211
  type: 'ibc',
6057
6212
  counterparty: {
@@ -6086,6 +6241,7 @@ const assets = {
6086
6241
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6087
6242
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6088
6243
  }],
6244
+ type_asset: 'sdk.coin',
6089
6245
  traces: [{
6090
6246
  type: 'ibc',
6091
6247
  counterparty: {
@@ -6120,6 +6276,7 @@ const assets = {
6120
6276
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6121
6277
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6122
6278
  }],
6279
+ type_asset: 'sdk.coin',
6123
6280
  traces: [{
6124
6281
  type: 'ibc',
6125
6282
  counterparty: {
@@ -6154,6 +6311,7 @@ const assets = {
6154
6311
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6155
6312
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6156
6313
  }],
6314
+ type_asset: 'sdk.coin',
6157
6315
  traces: [{
6158
6316
  type: 'ibc',
6159
6317
  counterparty: {
@@ -6188,6 +6346,7 @@ const assets = {
6188
6346
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6189
6347
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6190
6348
  }],
6349
+ type_asset: 'sdk.coin',
6191
6350
  traces: [{
6192
6351
  type: 'ibc',
6193
6352
  counterparty: {
@@ -6222,6 +6381,7 @@ const assets = {
6222
6381
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6223
6382
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6224
6383
  }],
6384
+ type_asset: 'sdk.coin',
6225
6385
  traces: [{
6226
6386
  type: 'ibc',
6227
6387
  counterparty: {
@@ -6256,6 +6416,7 @@ const assets = {
6256
6416
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6257
6417
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6258
6418
  }],
6419
+ type_asset: 'sdk.coin',
6259
6420
  traces: [{
6260
6421
  type: 'ibc',
6261
6422
  counterparty: {
@@ -6298,6 +6459,7 @@ const assets = {
6298
6459
  website: 'https://www.regen.network/',
6299
6460
  twitter: 'https://twitter.com/regen_network'
6300
6461
  },
6462
+ type_asset: 'sdk.coin',
6301
6463
  traces: [{
6302
6464
  type: 'ibc',
6303
6465
  counterparty: {
@@ -6336,6 +6498,7 @@ const assets = {
6336
6498
  primary_color_hex: '#171c25'
6337
6499
  }
6338
6500
  }],
6501
+ type_asset: 'sdk.coin',
6339
6502
  traces: [{
6340
6503
  type: 'ibc',
6341
6504
  counterparty: {
@@ -6378,6 +6541,7 @@ const assets = {
6378
6541
  website: 'https://scrt.network/',
6379
6542
  twitter: 'https://twitter.com/SecretNetwork'
6380
6543
  },
6544
+ type_asset: 'sdk.coin',
6381
6545
  traces: [{
6382
6546
  type: 'ibc',
6383
6547
  counterparty: {
@@ -6420,6 +6584,7 @@ const assets = {
6420
6584
  website: 'https://www.sei.io/',
6421
6585
  twitter: 'https://twitter.com/SeiNetwork'
6422
6586
  },
6587
+ type_asset: 'sdk.coin',
6423
6588
  traces: [{
6424
6589
  type: 'ibc',
6425
6590
  counterparty: {
@@ -6442,6 +6607,8 @@ const assets = {
6442
6607
  denom: 'oozaru',
6443
6608
  exponent: 6
6444
6609
  }],
6610
+ type_asset: 'cw20',
6611
+ address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
6445
6612
  base: 'ibc/9F058162A280B51EA31256997963B1F93DF5BCF024C5B141606C605478691D3A',
6446
6613
  name: 'Oozaru',
6447
6614
  display: 'oozaru',
@@ -6497,6 +6664,7 @@ const assets = {
6497
6664
  website: 'https://shido.io/',
6498
6665
  twitter: 'https://twitter.com/ShidoGlobal'
6499
6666
  },
6667
+ type_asset: 'sdk.coin',
6500
6668
  traces: [{
6501
6669
  type: 'ibc',
6502
6670
  counterparty: {
@@ -6539,6 +6707,7 @@ const assets = {
6539
6707
  website: 'https://www.stargaze.zone/',
6540
6708
  twitter: 'https://twitter.com/StargazeZone'
6541
6709
  },
6710
+ type_asset: 'sdk.coin',
6542
6711
  traces: [{
6543
6712
  type: 'ibc',
6544
6713
  counterparty: {
@@ -6577,6 +6746,7 @@ const assets = {
6577
6746
  primary_color_hex: '#040404'
6578
6747
  }
6579
6748
  }],
6749
+ type_asset: 'sdk.coin',
6580
6750
  traces: [{
6581
6751
  type: 'ibc',
6582
6752
  counterparty: {
@@ -6619,6 +6789,7 @@ const assets = {
6619
6789
  website: 'https://www.terra.money/',
6620
6790
  twitter: 'https://twitter.com/terra_money'
6621
6791
  },
6792
+ type_asset: 'sdk.coin',
6622
6793
  traces: [{
6623
6794
  type: 'ibc',
6624
6795
  counterparty: {
@@ -6631,6 +6802,58 @@ const assets = {
6631
6802
  }
6632
6803
  }]
6633
6804
  },
6805
+ {
6806
+ description: 'The native token of the Titan network.',
6807
+ denom_units: [
6808
+ {
6809
+ denom: 'ibc/3485BBB356BE4227DEC383C84B78D3D0673DF6DEF80AE41348FCCC7C38B37C44',
6810
+ exponent: 0,
6811
+ aliases: ['atkx']
6812
+ },
6813
+ {
6814
+ denom: 'utkx',
6815
+ exponent: 12,
6816
+ aliases: ['microtkx']
6817
+ },
6818
+ {
6819
+ denom: 'mtkx',
6820
+ exponent: 15,
6821
+ aliases: ['millitkx']
6822
+ },
6823
+ {
6824
+ denom: 'tkx',
6825
+ exponent: 18,
6826
+ aliases: []
6827
+ }
6828
+ ],
6829
+ base: 'ibc/3485BBB356BE4227DEC383C84B78D3D0673DF6DEF80AE41348FCCC7C38B37C44',
6830
+ display: 'tkx',
6831
+ name: 'titan tkx',
6832
+ symbol: 'TKX',
6833
+ coingecko_id: 'tokenize-xchange',
6834
+ images: [{
6835
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/titan/images/tkx.png',
6836
+ theme: {
6837
+ primary_color_hex: '#fc641c'
6838
+ }
6839
+ }],
6840
+ keywords: ['staking'],
6841
+ logo_URIs: {
6842
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/titan/images/tkx.png'
6843
+ },
6844
+ type_asset: 'sdk.coin',
6845
+ traces: [{
6846
+ type: 'ibc',
6847
+ counterparty: {
6848
+ channel_id: 'channel-0',
6849
+ base_denom: 'atkx',
6850
+ chain_name: 'titan'
6851
+ },
6852
+ chain: {
6853
+ channel_id: 'channel-99'
6854
+ }
6855
+ }]
6856
+ },
6634
6857
  {
6635
6858
  description: 'The native token of Umee',
6636
6859
  denom_units: [{
@@ -6657,6 +6880,7 @@ const assets = {
6657
6880
  primary_color_hex: '#22f2e9'
6658
6881
  }
6659
6882
  }],
6883
+ type_asset: 'sdk.coin',
6660
6884
  traces: [{
6661
6885
  type: 'ibc',
6662
6886
  counterparty: {
@@ -6699,6 +6923,7 @@ const assets = {
6699
6923
  website: 'https://omniflix.network/',
6700
6924
  twitter: 'https://twitter.com/OmniFlixNetwork'
6701
6925
  },
6926
+ type_asset: 'sdk.coin',
6702
6927
  traces: [{
6703
6928
  type: 'ibc',
6704
6929
  counterparty: {
@@ -6734,6 +6959,7 @@ const assets = {
6734
6959
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
6735
6960
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
6736
6961
  }],
6962
+ type_asset: 'sdk.coin',
6737
6963
  traces: [{
6738
6964
  type: 'ibc',
6739
6965
  counterparty: {
@@ -6866,6 +7092,7 @@ const assets = {
6866
7092
  website: 'https://persistence.one/',
6867
7093
  twitter: 'https://twitter.com/PersistenceOne'
6868
7094
  },
7095
+ type_asset: 'sdk.coin',
6869
7096
  traces: [{
6870
7097
  type: 'ibc',
6871
7098
  counterparty: {
@@ -6908,6 +7135,7 @@ const assets = {
6908
7135
  website: 'https://planq.network',
6909
7136
  twitter: 'https://twitter.com/planqfoundation'
6910
7137
  },
7138
+ type_asset: 'sdk.coin',
6911
7139
  traces: [{
6912
7140
  type: 'ibc',
6913
7141
  counterparty: {
@@ -6957,7 +7185,8 @@ const assets = {
6957
7185
  }],
6958
7186
  logo_URIs: {
6959
7187
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
6960
- }
7188
+ },
7189
+ type_asset: 'sdk.coin'
6961
7190
  },
6962
7191
  {
6963
7192
  description: 'Hash is the staking token of the Provenance Blockchain',
@@ -6985,6 +7214,7 @@ const assets = {
6985
7214
  primary_color_hex: '#4c7cdc'
6986
7215
  }
6987
7216
  }],
7217
+ type_asset: 'sdk.coin',
6988
7218
  traces: [{
6989
7219
  type: 'ibc',
6990
7220
  counterparty: {
@@ -7022,6 +7252,7 @@ const assets = {
7022
7252
  primary_color_hex: '#c6ddf5'
7023
7253
  }
7024
7254
  }],
7255
+ type_asset: 'sdk.coin',
7025
7256
  traces: [{
7026
7257
  type: 'ibc',
7027
7258
  counterparty: {
@@ -7056,6 +7287,7 @@ const assets = {
7056
7287
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
7057
7288
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
7058
7289
  }],
7290
+ type_asset: 'sdk.coin',
7059
7291
  traces: [{
7060
7292
  type: 'ibc',
7061
7293
  counterparty: {
@@ -7090,6 +7322,7 @@ const assets = {
7090
7322
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
7091
7323
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
7092
7324
  }],
7325
+ type_asset: 'sdk.coin',
7093
7326
  traces: [{
7094
7327
  type: 'ibc',
7095
7328
  counterparty: {
@@ -7124,6 +7357,7 @@ const assets = {
7124
7357
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
7125
7358
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
7126
7359
  }],
7360
+ type_asset: 'sdk.coin',
7127
7361
  traces: [{
7128
7362
  type: 'ibc',
7129
7363
  counterparty: {
@@ -7158,6 +7392,7 @@ const assets = {
7158
7392
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
7159
7393
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
7160
7394
  }],
7395
+ type_asset: 'sdk.coin',
7161
7396
  traces: [{
7162
7397
  type: 'ibc',
7163
7398
  counterparty: {
@@ -7192,6 +7427,7 @@ const assets = {
7192
7427
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
7193
7428
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
7194
7429
  }],
7430
+ type_asset: 'sdk.coin',
7195
7431
  traces: [{
7196
7432
  type: 'ibc',
7197
7433
  counterparty: {
@@ -7226,6 +7462,7 @@ const assets = {
7226
7462
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
7227
7463
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
7228
7464
  }],
7465
+ type_asset: 'sdk.coin',
7229
7466
  traces: [{
7230
7467
  type: 'ibc',
7231
7468
  counterparty: {
@@ -7260,6 +7497,7 @@ const assets = {
7260
7497
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
7261
7498
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
7262
7499
  }],
7500
+ type_asset: 'sdk.coin',
7263
7501
  traces: [{
7264
7502
  type: 'ibc',
7265
7503
  counterparty: {
@@ -7294,6 +7532,7 @@ const assets = {
7294
7532
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
7295
7533
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
7296
7534
  }],
7535
+ type_asset: 'sdk.coin',
7297
7536
  traces: [{
7298
7537
  type: 'ibc',
7299
7538
  counterparty: {
@@ -7328,6 +7567,7 @@ const assets = {
7328
7567
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
7329
7568
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
7330
7569
  }],
7570
+ type_asset: 'sdk.coin',
7331
7571
  traces: [{
7332
7572
  type: 'ibc',
7333
7573
  counterparty: {
@@ -7362,6 +7602,7 @@ const assets = {
7362
7602
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
7363
7603
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
7364
7604
  }],
7605
+ type_asset: 'sdk.coin',
7365
7606
  traces: [{
7366
7607
  type: 'ibc',
7367
7608
  counterparty: {
@@ -7396,6 +7637,7 @@ const assets = {
7396
7637
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
7397
7638
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
7398
7639
  }],
7640
+ type_asset: 'sdk.coin',
7399
7641
  traces: [{
7400
7642
  type: 'ibc',
7401
7643
  counterparty: {
@@ -7430,6 +7672,7 @@ const assets = {
7430
7672
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
7431
7673
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
7432
7674
  }],
7675
+ type_asset: 'sdk.coin',
7433
7676
  traces: [{
7434
7677
  type: 'ibc',
7435
7678
  counterparty: {
@@ -7464,6 +7707,7 @@ const assets = {
7464
7707
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
7465
7708
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
7466
7709
  }],
7710
+ type_asset: 'sdk.coin',
7467
7711
  traces: [{
7468
7712
  type: 'ibc',
7469
7713
  counterparty: {
@@ -7498,6 +7742,7 @@ const assets = {
7498
7742
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
7499
7743
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
7500
7744
  }],
7745
+ type_asset: 'sdk.coin',
7501
7746
  traces: [{
7502
7747
  type: 'ibc',
7503
7748
  counterparty: {
@@ -7532,6 +7777,7 @@ const assets = {
7532
7777
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
7533
7778
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
7534
7779
  }],
7780
+ type_asset: 'sdk.coin',
7535
7781
  traces: [{
7536
7782
  type: 'ibc',
7537
7783
  counterparty: {
@@ -7566,6 +7812,7 @@ const assets = {
7566
7812
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
7567
7813
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
7568
7814
  }],
7815
+ type_asset: 'sdk.coin',
7569
7816
  traces: [{
7570
7817
  type: 'ibc',
7571
7818
  counterparty: {
@@ -7600,6 +7847,7 @@ const assets = {
7600
7847
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
7601
7848
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
7602
7849
  }],
7850
+ type_asset: 'sdk.coin',
7603
7851
  traces: [{
7604
7852
  type: 'ibc',
7605
7853
  counterparty: {
@@ -7634,6 +7882,7 @@ const assets = {
7634
7882
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
7635
7883
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
7636
7884
  }],
7885
+ type_asset: 'sdk.coin',
7637
7886
  traces: [{
7638
7887
  type: 'ibc',
7639
7888
  counterparty: {
@@ -7668,6 +7917,7 @@ const assets = {
7668
7917
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
7669
7918
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
7670
7919
  }],
7920
+ type_asset: 'sdk.coin',
7671
7921
  traces: [{
7672
7922
  type: 'ibc',
7673
7923
  counterparty: {
@@ -7702,6 +7952,7 @@ const assets = {
7702
7952
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
7703
7953
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
7704
7954
  }],
7955
+ type_asset: 'sdk.coin',
7705
7956
  traces: [{
7706
7957
  type: 'ibc',
7707
7958
  counterparty: {
@@ -7736,6 +7987,7 @@ const assets = {
7736
7987
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
7737
7988
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
7738
7989
  }],
7990
+ type_asset: 'sdk.coin',
7739
7991
  traces: [{
7740
7992
  type: 'ibc',
7741
7993
  counterparty: {
@@ -7770,6 +8022,7 @@ const assets = {
7770
8022
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
7771
8023
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
7772
8024
  }],
8025
+ type_asset: 'sdk.coin',
7773
8026
  traces: [{
7774
8027
  type: 'ibc',
7775
8028
  counterparty: {
@@ -7804,6 +8057,7 @@ const assets = {
7804
8057
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
7805
8058
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
7806
8059
  }],
8060
+ type_asset: 'sdk.coin',
7807
8061
  traces: [{
7808
8062
  type: 'ibc',
7809
8063
  counterparty: {
@@ -7838,6 +8092,7 @@ const assets = {
7838
8092
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
7839
8093
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
7840
8094
  }],
8095
+ type_asset: 'sdk.coin',
7841
8096
  traces: [{
7842
8097
  type: 'ibc',
7843
8098
  counterparty: {
@@ -7872,6 +8127,7 @@ const assets = {
7872
8127
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
7873
8128
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
7874
8129
  }],
8130
+ type_asset: 'sdk.coin',
7875
8131
  traces: [{
7876
8132
  type: 'ibc',
7877
8133
  counterparty: {
@@ -7906,6 +8162,7 @@ const assets = {
7906
8162
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
7907
8163
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
7908
8164
  }],
8165
+ type_asset: 'sdk.coin',
7909
8166
  traces: [{
7910
8167
  type: 'ibc',
7911
8168
  counterparty: {
@@ -7940,6 +8197,7 @@ const assets = {
7940
8197
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
7941
8198
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
7942
8199
  }],
8200
+ type_asset: 'sdk.coin',
7943
8201
  traces: [{
7944
8202
  type: 'ibc',
7945
8203
  counterparty: {
@@ -7974,6 +8232,7 @@ const assets = {
7974
8232
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
7975
8233
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
7976
8234
  }],
8235
+ type_asset: 'sdk.coin',
7977
8236
  traces: [{
7978
8237
  type: 'ibc',
7979
8238
  counterparty: {
@@ -8008,6 +8267,7 @@ const assets = {
8008
8267
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
8009
8268
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
8010
8269
  }],
8270
+ type_asset: 'sdk.coin',
8011
8271
  traces: [{
8012
8272
  type: 'ibc',
8013
8273
  counterparty: {
@@ -8042,6 +8302,7 @@ const assets = {
8042
8302
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
8043
8303
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
8044
8304
  }],
8305
+ type_asset: 'sdk.coin',
8045
8306
  traces: [{
8046
8307
  type: 'ibc',
8047
8308
  counterparty: {
@@ -8076,6 +8337,7 @@ const assets = {
8076
8337
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
8077
8338
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
8078
8339
  }],
8340
+ type_asset: 'sdk.coin',
8079
8341
  traces: [{
8080
8342
  type: 'ibc',
8081
8343
  counterparty: {
@@ -8110,6 +8372,7 @@ const assets = {
8110
8372
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
8111
8373
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
8112
8374
  }],
8375
+ type_asset: 'sdk.coin',
8113
8376
  traces: [{
8114
8377
  type: 'ibc',
8115
8378
  counterparty: {
@@ -8144,6 +8407,7 @@ const assets = {
8144
8407
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
8145
8408
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
8146
8409
  }],
8410
+ type_asset: 'sdk.coin',
8147
8411
  traces: [{
8148
8412
  type: 'ibc',
8149
8413
  counterparty: {
@@ -8178,6 +8442,7 @@ const assets = {
8178
8442
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
8179
8443
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
8180
8444
  }],
8445
+ type_asset: 'sdk.coin',
8181
8446
  traces: [{
8182
8447
  type: 'ibc',
8183
8448
  counterparty: {
@@ -8212,6 +8477,7 @@ const assets = {
8212
8477
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
8213
8478
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
8214
8479
  }],
8480
+ type_asset: 'sdk.coin',
8215
8481
  traces: [{
8216
8482
  type: 'ibc',
8217
8483
  counterparty: {
@@ -8246,6 +8512,7 @@ const assets = {
8246
8512
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
8247
8513
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
8248
8514
  }],
8515
+ type_asset: 'sdk.coin',
8249
8516
  traces: [{
8250
8517
  type: 'ibc',
8251
8518
  counterparty: {
@@ -8280,6 +8547,7 @@ const assets = {
8280
8547
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
8281
8548
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
8282
8549
  }],
8550
+ type_asset: 'sdk.coin',
8283
8551
  traces: [{
8284
8552
  type: 'ibc',
8285
8553
  counterparty: {
@@ -8314,6 +8582,7 @@ const assets = {
8314
8582
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
8315
8583
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
8316
8584
  }],
8585
+ type_asset: 'sdk.coin',
8317
8586
  traces: [{
8318
8587
  type: 'ibc',
8319
8588
  counterparty: {
@@ -8348,6 +8617,7 @@ const assets = {
8348
8617
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
8349
8618
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
8350
8619
  }],
8620
+ type_asset: 'sdk.coin',
8351
8621
  traces: [{
8352
8622
  type: 'ibc',
8353
8623
  counterparty: {
@@ -8382,6 +8652,7 @@ const assets = {
8382
8652
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
8383
8653
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
8384
8654
  }],
8655
+ type_asset: 'sdk.coin',
8385
8656
  traces: [{
8386
8657
  type: 'ibc',
8387
8658
  counterparty: {
@@ -8416,6 +8687,7 @@ const assets = {
8416
8687
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
8417
8688
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
8418
8689
  }],
8690
+ type_asset: 'sdk.coin',
8419
8691
  traces: [{
8420
8692
  type: 'ibc',
8421
8693
  counterparty: {
@@ -8450,6 +8722,7 @@ const assets = {
8450
8722
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
8451
8723
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
8452
8724
  }],
8725
+ type_asset: 'sdk.coin',
8453
8726
  traces: [{
8454
8727
  type: 'ibc',
8455
8728
  counterparty: {
@@ -8484,6 +8757,7 @@ const assets = {
8484
8757
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
8485
8758
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
8486
8759
  }],
8760
+ type_asset: 'sdk.coin',
8487
8761
  traces: [{
8488
8762
  type: 'ibc',
8489
8763
  counterparty: {
@@ -8518,6 +8792,7 @@ const assets = {
8518
8792
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
8519
8793
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
8520
8794
  }],
8795
+ type_asset: 'sdk.coin',
8521
8796
  traces: [{
8522
8797
  type: 'ibc',
8523
8798
  counterparty: {
@@ -8552,6 +8827,7 @@ const assets = {
8552
8827
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
8553
8828
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
8554
8829
  }],
8830
+ type_asset: 'sdk.coin',
8555
8831
  traces: [{
8556
8832
  type: 'ibc',
8557
8833
  counterparty: {
@@ -8586,6 +8862,7 @@ const assets = {
8586
8862
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8587
8863
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8588
8864
  }],
8865
+ type_asset: 'sdk.coin',
8589
8866
  traces: [{
8590
8867
  type: 'ibc',
8591
8868
  counterparty: {
@@ -8620,6 +8897,7 @@ const assets = {
8620
8897
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8621
8898
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8622
8899
  }],
8900
+ type_asset: 'sdk.coin',
8623
8901
  traces: [{
8624
8902
  type: 'ibc',
8625
8903
  counterparty: {
@@ -8654,6 +8932,7 @@ const assets = {
8654
8932
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8655
8933
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8656
8934
  }],
8935
+ type_asset: 'sdk.coin',
8657
8936
  traces: [{
8658
8937
  type: 'ibc',
8659
8938
  counterparty: {
@@ -8688,6 +8967,7 @@ const assets = {
8688
8967
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8689
8968
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8690
8969
  }],
8970
+ type_asset: 'sdk.coin',
8691
8971
  traces: [{
8692
8972
  type: 'ibc',
8693
8973
  counterparty: {
@@ -8722,6 +9002,7 @@ const assets = {
8722
9002
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8723
9003
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8724
9004
  }],
9005
+ type_asset: 'sdk.coin',
8725
9006
  traces: [{
8726
9007
  type: 'ibc',
8727
9008
  counterparty: {
@@ -8756,6 +9037,7 @@ const assets = {
8756
9037
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8757
9038
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8758
9039
  }],
9040
+ type_asset: 'sdk.coin',
8759
9041
  traces: [{
8760
9042
  type: 'ibc',
8761
9043
  counterparty: {
@@ -8790,6 +9072,7 @@ const assets = {
8790
9072
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8791
9073
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8792
9074
  }],
9075
+ type_asset: 'sdk.coin',
8793
9076
  traces: [{
8794
9077
  type: 'ibc',
8795
9078
  counterparty: {
@@ -8824,6 +9107,7 @@ const assets = {
8824
9107
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8825
9108
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8826
9109
  }],
9110
+ type_asset: 'sdk.coin',
8827
9111
  traces: [{
8828
9112
  type: 'ibc',
8829
9113
  counterparty: {
@@ -8858,6 +9142,7 @@ const assets = {
8858
9142
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8859
9143
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8860
9144
  }],
9145
+ type_asset: 'sdk.coin',
8861
9146
  traces: [{
8862
9147
  type: 'ibc',
8863
9148
  counterparty: {
@@ -8892,6 +9177,7 @@ const assets = {
8892
9177
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8893
9178
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8894
9179
  }],
9180
+ type_asset: 'sdk.coin',
8895
9181
  traces: [{
8896
9182
  type: 'ibc',
8897
9183
  counterparty: {
@@ -8926,6 +9212,7 @@ const assets = {
8926
9212
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8927
9213
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8928
9214
  }],
9215
+ type_asset: 'sdk.coin',
8929
9216
  traces: [{
8930
9217
  type: 'ibc',
8931
9218
  counterparty: {
@@ -8960,6 +9247,7 @@ const assets = {
8960
9247
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8961
9248
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8962
9249
  }],
9250
+ type_asset: 'sdk.coin',
8963
9251
  traces: [{
8964
9252
  type: 'ibc',
8965
9253
  counterparty: {
@@ -8994,6 +9282,7 @@ const assets = {
8994
9282
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8995
9283
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8996
9284
  }],
9285
+ type_asset: 'sdk.coin',
8997
9286
  traces: [{
8998
9287
  type: 'ibc',
8999
9288
  counterparty: {
@@ -9028,6 +9317,7 @@ const assets = {
9028
9317
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9029
9318
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9030
9319
  }],
9320
+ type_asset: 'sdk.coin',
9031
9321
  traces: [{
9032
9322
  type: 'ibc',
9033
9323
  counterparty: {
@@ -9062,6 +9352,7 @@ const assets = {
9062
9352
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9063
9353
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9064
9354
  }],
9355
+ type_asset: 'sdk.coin',
9065
9356
  traces: [{
9066
9357
  type: 'ibc',
9067
9358
  counterparty: {
@@ -9096,6 +9387,7 @@ const assets = {
9096
9387
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9097
9388
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9098
9389
  }],
9390
+ type_asset: 'sdk.coin',
9099
9391
  traces: [{
9100
9392
  type: 'ibc',
9101
9393
  counterparty: {
@@ -9130,6 +9422,7 @@ const assets = {
9130
9422
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9131
9423
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9132
9424
  }],
9425
+ type_asset: 'sdk.coin',
9133
9426
  traces: [{
9134
9427
  type: 'ibc',
9135
9428
  counterparty: {
@@ -9164,6 +9457,7 @@ const assets = {
9164
9457
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9165
9458
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9166
9459
  }],
9460
+ type_asset: 'sdk.coin',
9167
9461
  traces: [{
9168
9462
  type: 'ibc',
9169
9463
  counterparty: {
@@ -9198,6 +9492,7 @@ const assets = {
9198
9492
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9199
9493
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9200
9494
  }],
9495
+ type_asset: 'sdk.coin',
9201
9496
  traces: [{
9202
9497
  type: 'ibc',
9203
9498
  counterparty: {
@@ -9232,6 +9527,7 @@ const assets = {
9232
9527
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9233
9528
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9234
9529
  }],
9530
+ type_asset: 'sdk.coin',
9235
9531
  traces: [{
9236
9532
  type: 'ibc',
9237
9533
  counterparty: {
@@ -9266,6 +9562,7 @@ const assets = {
9266
9562
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9267
9563
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9268
9564
  }],
9565
+ type_asset: 'sdk.coin',
9269
9566
  traces: [{
9270
9567
  type: 'ibc',
9271
9568
  counterparty: {
@@ -9300,6 +9597,7 @@ const assets = {
9300
9597
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9301
9598
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9302
9599
  }],
9600
+ type_asset: 'sdk.coin',
9303
9601
  traces: [{
9304
9602
  type: 'ibc',
9305
9603
  counterparty: {
@@ -9334,6 +9632,7 @@ const assets = {
9334
9632
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9335
9633
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9336
9634
  }],
9635
+ type_asset: 'sdk.coin',
9337
9636
  traces: [{
9338
9637
  type: 'ibc',
9339
9638
  counterparty: {
@@ -9368,6 +9667,7 @@ const assets = {
9368
9667
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9369
9668
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9370
9669
  }],
9670
+ type_asset: 'sdk.coin',
9371
9671
  traces: [{
9372
9672
  type: 'ibc',
9373
9673
  counterparty: {
@@ -9402,6 +9702,7 @@ const assets = {
9402
9702
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9403
9703
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9404
9704
  }],
9705
+ type_asset: 'sdk.coin',
9405
9706
  traces: [{
9406
9707
  type: 'ibc',
9407
9708
  counterparty: {
@@ -9436,6 +9737,7 @@ const assets = {
9436
9737
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9437
9738
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9438
9739
  }],
9740
+ type_asset: 'sdk.coin',
9439
9741
  traces: [{
9440
9742
  type: 'ibc',
9441
9743
  counterparty: {
@@ -9470,6 +9772,7 @@ const assets = {
9470
9772
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9471
9773
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9472
9774
  }],
9775
+ type_asset: 'sdk.coin',
9473
9776
  traces: [{
9474
9777
  type: 'ibc',
9475
9778
  counterparty: {
@@ -9512,6 +9815,7 @@ const assets = {
9512
9815
  website: 'https://www.regen.network/',
9513
9816
  twitter: 'https://twitter.com/regen_network'
9514
9817
  },
9818
+ type_asset: 'sdk.coin',
9515
9819
  traces: [{
9516
9820
  type: 'ibc',
9517
9821
  counterparty: {
@@ -9550,6 +9854,7 @@ const assets = {
9550
9854
  primary_color_hex: '#171c25'
9551
9855
  }
9552
9856
  }],
9857
+ type_asset: 'sdk.coin',
9553
9858
  traces: [{
9554
9859
  type: 'ibc',
9555
9860
  counterparty: {
@@ -9592,6 +9897,7 @@ const assets = {
9592
9897
  website: 'https://scrt.network/',
9593
9898
  twitter: 'https://twitter.com/SecretNetwork'
9594
9899
  },
9900
+ type_asset: 'sdk.coin',
9595
9901
  traces: [{
9596
9902
  type: 'ibc',
9597
9903
  counterparty: {
@@ -9634,6 +9940,7 @@ const assets = {
9634
9940
  website: 'https://www.sei.io/',
9635
9941
  twitter: 'https://twitter.com/SeiNetwork'
9636
9942
  },
9943
+ type_asset: 'sdk.coin',
9637
9944
  traces: [{
9638
9945
  type: 'ibc',
9639
9946
  counterparty: {
@@ -9656,6 +9963,8 @@ const assets = {
9656
9963
  denom: 'oozaru',
9657
9964
  exponent: 6
9658
9965
  }],
9966
+ type_asset: 'cw20',
9967
+ address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
9659
9968
  base: 'ibc/9F058162A280B51EA31256997963B1F93DF5BCF024C5B141606C605478691D3A',
9660
9969
  name: 'Oozaru',
9661
9970
  display: 'oozaru',
@@ -9711,6 +10020,7 @@ const assets = {
9711
10020
  website: 'https://shido.io/',
9712
10021
  twitter: 'https://twitter.com/ShidoGlobal'
9713
10022
  },
10023
+ type_asset: 'sdk.coin',
9714
10024
  traces: [{
9715
10025
  type: 'ibc',
9716
10026
  counterparty: {
@@ -9753,6 +10063,7 @@ const assets = {
9753
10063
  website: 'https://www.stargaze.zone/',
9754
10064
  twitter: 'https://twitter.com/StargazeZone'
9755
10065
  },
10066
+ type_asset: 'sdk.coin',
9756
10067
  traces: [{
9757
10068
  type: 'ibc',
9758
10069
  counterparty: {
@@ -9791,6 +10102,7 @@ const assets = {
9791
10102
  primary_color_hex: '#040404'
9792
10103
  }
9793
10104
  }],
10105
+ type_asset: 'sdk.coin',
9794
10106
  traces: [{
9795
10107
  type: 'ibc',
9796
10108
  counterparty: {
@@ -9833,6 +10145,7 @@ const assets = {
9833
10145
  website: 'https://www.terra.money/',
9834
10146
  twitter: 'https://twitter.com/terra_money'
9835
10147
  },
10148
+ type_asset: 'sdk.coin',
9836
10149
  traces: [{
9837
10150
  type: 'ibc',
9838
10151
  counterparty: {
@@ -9845,6 +10158,58 @@ const assets = {
9845
10158
  }
9846
10159
  }]
9847
10160
  },
10161
+ {
10162
+ description: 'The native token of the Titan network.',
10163
+ denom_units: [
10164
+ {
10165
+ denom: 'ibc/3485BBB356BE4227DEC383C84B78D3D0673DF6DEF80AE41348FCCC7C38B37C44',
10166
+ exponent: 0,
10167
+ aliases: ['atkx']
10168
+ },
10169
+ {
10170
+ denom: 'utkx',
10171
+ exponent: 12,
10172
+ aliases: ['microtkx']
10173
+ },
10174
+ {
10175
+ denom: 'mtkx',
10176
+ exponent: 15,
10177
+ aliases: ['millitkx']
10178
+ },
10179
+ {
10180
+ denom: 'tkx',
10181
+ exponent: 18,
10182
+ aliases: []
10183
+ }
10184
+ ],
10185
+ base: 'ibc/3485BBB356BE4227DEC383C84B78D3D0673DF6DEF80AE41348FCCC7C38B37C44',
10186
+ display: 'tkx',
10187
+ name: 'titan tkx',
10188
+ symbol: 'TKX',
10189
+ coingecko_id: 'tokenize-xchange',
10190
+ images: [{
10191
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/titan/images/tkx.png',
10192
+ theme: {
10193
+ primary_color_hex: '#fc641c'
10194
+ }
10195
+ }],
10196
+ keywords: ['staking'],
10197
+ logo_URIs: {
10198
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/titan/images/tkx.png'
10199
+ },
10200
+ type_asset: 'sdk.coin',
10201
+ traces: [{
10202
+ type: 'ibc',
10203
+ counterparty: {
10204
+ channel_id: 'channel-0',
10205
+ base_denom: 'atkx',
10206
+ chain_name: 'titan'
10207
+ },
10208
+ chain: {
10209
+ channel_id: 'channel-99'
10210
+ }
10211
+ }]
10212
+ },
9848
10213
  {
9849
10214
  description: 'The native token of Umee',
9850
10215
  denom_units: [{
@@ -9871,6 +10236,7 @@ const assets = {
9871
10236
  primary_color_hex: '#22f2e9'
9872
10237
  }
9873
10238
  }],
10239
+ type_asset: 'sdk.coin',
9874
10240
  traces: [{
9875
10241
  type: 'ibc',
9876
10242
  counterparty: {
@@ -9885,7 +10251,7 @@ const assets = {
9885
10251
  },
9886
10252
  {
9887
10253
  description: 'The Wrapped INJ token for the Oraichain.',
9888
- type_asset: 'sdk.coin',
10254
+ type_asset: 'cw20',
9889
10255
  address: 'orai19rtmkk6sn4tppvjmp5d5zj6gfsdykrl5rw2euu5gwur3luheuuusesqn49',
9890
10256
  denom_units: [{
9891
10257
  denom: 'ibc/7D4162A63DB6140F058B63277AEFE18E401EADDFC801C04981AC74647058AF84',
@@ -10454,7 +10820,7 @@ const assets = {
10454
10820
  },
10455
10821
  {
10456
10822
  description: 'The Wrapped INJ token for the Oraichain.',
10457
- type_asset: 'sdk.coin',
10823
+ type_asset: 'cw20',
10458
10824
  address: 'orai19rtmkk6sn4tppvjmp5d5zj6gfsdykrl5rw2euu5gwur3luheuuusesqn49',
10459
10825
  denom_units: [{
10460
10826
  denom: 'ibc/7D4162A63DB6140F058B63277AEFE18E401EADDFC801C04981AC74647058AF84',