@chain-registry/assets 1.65.3 → 1.65.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (271) hide show
  1. package/esm/mainnet/acrechain.js +66 -0
  2. package/esm/mainnet/agoric.js +42 -2
  3. package/esm/mainnet/aioz.js +2 -0
  4. package/esm/mainnet/akash.js +36 -0
  5. package/esm/mainnet/andromeda.js +26 -0
  6. package/esm/mainnet/archway.js +58 -2
  7. package/esm/mainnet/assetmantle.js +6 -0
  8. package/esm/mainnet/assets.js +2 -1
  9. package/esm/mainnet/aura.js +22 -2
  10. package/esm/mainnet/axelar.js +266 -0
  11. package/esm/mainnet/bandchain.js +4 -0
  12. package/esm/mainnet/beezee.js +4 -0
  13. package/esm/mainnet/bitcanna.js +6 -0
  14. package/esm/mainnet/bitsong.js +10 -0
  15. package/esm/mainnet/bostrom.js +2 -0
  16. package/esm/mainnet/canto.js +6 -0
  17. package/esm/mainnet/carbon.js +18 -0
  18. package/esm/mainnet/celestia.js +198 -2
  19. package/esm/mainnet/chain4energy.js +2 -0
  20. package/esm/mainnet/cheqd.js +6 -0
  21. package/esm/mainnet/chihuahua.js +20 -0
  22. package/esm/mainnet/cifer.js +2 -0
  23. package/esm/mainnet/comdex.js +18 -0
  24. package/esm/mainnet/composable.js +62 -0
  25. package/esm/mainnet/coreum.js +34 -2
  26. package/esm/mainnet/cosmoshub.js +324 -6
  27. package/esm/mainnet/crescent.js +110 -0
  28. package/esm/mainnet/cronos.js +12 -2
  29. package/esm/mainnet/cryptoorgchain.js +26 -0
  30. package/esm/mainnet/decentr.js +6 -0
  31. package/esm/mainnet/dig.js +2 -0
  32. package/esm/mainnet/doravota.js +36 -0
  33. package/esm/mainnet/dydx.js +186 -2
  34. package/esm/mainnet/dymension.js +40 -2
  35. package/esm/mainnet/emoney.js +6 -0
  36. package/esm/mainnet/empowerchain.js +4 -0
  37. package/esm/mainnet/evmos.js +70 -2
  38. package/esm/mainnet/furya.js +8 -0
  39. package/esm/mainnet/fxcore.js +4 -0
  40. package/esm/mainnet/gateway.js +24 -0
  41. package/esm/mainnet/gravitybridge.js +50 -2
  42. package/esm/mainnet/haqq.js +22 -2
  43. package/esm/mainnet/impacthub.js +8 -0
  44. package/esm/mainnet/index.js +1 -0
  45. package/esm/mainnet/injective.js +214 -2
  46. package/esm/mainnet/irisnet.js +40 -0
  47. package/esm/mainnet/jackal.js +12 -0
  48. package/esm/mainnet/joltify.js +4 -0
  49. package/esm/mainnet/juno.js +122 -0
  50. package/esm/mainnet/kava.js +64 -0
  51. package/esm/mainnet/kichain.js +2 -0
  52. package/esm/mainnet/kujira.js +136 -6
  53. package/esm/mainnet/kyve.js +6 -0
  54. package/esm/mainnet/lava.js +6 -0
  55. package/esm/mainnet/likecoin.js +2 -0
  56. package/esm/mainnet/lumnetwork.js +2 -0
  57. package/esm/mainnet/mars.js +18 -0
  58. package/esm/mainnet/medasdigital.js +2 -0
  59. package/esm/mainnet/migaloo.js +62 -2
  60. package/esm/mainnet/neutron.js +220 -2
  61. package/esm/mainnet/nibiru.js +4 -0
  62. package/esm/mainnet/noble.js +372 -6
  63. package/esm/mainnet/nois.js +38 -0
  64. package/esm/mainnet/nolus.js +14 -0
  65. package/esm/mainnet/nomic.js +10 -0
  66. package/esm/mainnet/nyx.js +2 -0
  67. package/esm/mainnet/odin.js +20 -0
  68. package/esm/mainnet/okexchain.js +10 -0
  69. package/esm/mainnet/omniflixhub.js +16 -0
  70. package/esm/mainnet/onex.js +16 -2
  71. package/esm/mainnet/onomy.js +2 -0
  72. package/esm/mainnet/oraichain.js +30 -0
  73. package/esm/mainnet/osmosis.js +538 -6
  74. package/esm/mainnet/persistence.js +94 -2
  75. package/esm/mainnet/planq.js +18 -0
  76. package/esm/mainnet/point.js +2 -0
  77. package/esm/mainnet/provenance.js +4 -0
  78. package/esm/mainnet/pryzm.js +38 -0
  79. package/esm/mainnet/pundix.js +2 -0
  80. package/esm/mainnet/quicksilver.js +18 -0
  81. package/esm/mainnet/qwoyn.js +2 -0
  82. package/esm/mainnet/realio.js +4 -0
  83. package/esm/mainnet/regen.js +24 -0
  84. package/esm/mainnet/saga.js +14 -0
  85. package/esm/mainnet/secretnetwork.js +144 -2
  86. package/esm/mainnet/sei.js +40 -4
  87. package/esm/mainnet/self.js +4 -0
  88. package/esm/mainnet/sentinel.js +24 -0
  89. package/esm/mainnet/shido.js +4 -0
  90. package/esm/mainnet/sifchain.js +22 -0
  91. package/esm/mainnet/sommelier.js +24 -0
  92. package/esm/mainnet/source.js +10 -2
  93. package/esm/mainnet/stafihub.js +10 -0
  94. package/esm/mainnet/stargaze.js +50 -0
  95. package/esm/mainnet/starname.js +16 -0
  96. package/esm/mainnet/stride.js +232 -0
  97. package/esm/mainnet/teritori.js +8 -0
  98. package/esm/mainnet/terra.js +16 -0
  99. package/esm/mainnet/terra2.js +286 -2
  100. package/esm/mainnet/tgrade.js +4 -0
  101. package/esm/mainnet/titan.js +244 -0
  102. package/esm/mainnet/umee.js +62 -2
  103. package/esm/mainnet/unification.js +2 -0
  104. package/esm/mainnet/uptick.js +4 -0
  105. package/esm/mainnet/vidulum.js +4 -0
  106. package/esm/mainnet/xpla.js +16 -0
  107. package/esm/noncosmos/penumbra.js +8 -0
  108. package/esm/testnet/archwaytestnet.js +4 -0
  109. package/esm/testnet/axelartestnet.js +20 -0
  110. package/esm/testnet/celestiatestnet3.js +2 -0
  111. package/esm/testnet/cosmoshubtestnet.js +20 -0
  112. package/esm/testnet/dydxtestnet.js +2 -0
  113. package/esm/testnet/elystestnet.js +8 -0
  114. package/esm/testnet/empowertestnet.js +4 -0
  115. package/esm/testnet/injectivetestnet.js +4 -0
  116. package/esm/testnet/junotestnet.js +6 -0
  117. package/esm/testnet/kujiratestnet.js +4 -0
  118. package/esm/testnet/lavatestnet.js +2 -0
  119. package/esm/testnet/mantrachaintestnet.js +8 -0
  120. package/esm/testnet/marstestnet.js +4 -0
  121. package/esm/testnet/neutrontestnet.js +4 -0
  122. package/esm/testnet/nobletestnet.js +14 -0
  123. package/esm/testnet/noistestnet.js +8 -0
  124. package/esm/testnet/nolustestnet.js +2 -0
  125. package/esm/testnet/osmosistestnet.js +62 -0
  126. package/esm/testnet/osmosistestnet4.js +12 -0
  127. package/esm/testnet/persistencetestnet2.js +4 -0
  128. package/esm/testnet/sagatestnet.js +2 -0
  129. package/esm/testnet/seitestnet2.js +6 -0
  130. package/esm/testnet/stargazetestnet.js +6 -0
  131. package/esm/testnet/symphonytestnet.js +8 -0
  132. package/esm/testnet/terra2testnet.js +2 -0
  133. package/esm/testnet/titantestnet.js +12 -0
  134. package/esm/testnet/xiontestnet.js +10 -0
  135. package/mainnet/acrechain.js +66 -0
  136. package/mainnet/agoric.js +42 -2
  137. package/mainnet/aioz.js +2 -0
  138. package/mainnet/akash.js +36 -0
  139. package/mainnet/andromeda.js +26 -0
  140. package/mainnet/archway.js +58 -2
  141. package/mainnet/assetmantle.js +6 -0
  142. package/mainnet/assets.js +2 -1
  143. package/mainnet/aura.js +22 -2
  144. package/mainnet/axelar.js +266 -0
  145. package/mainnet/bandchain.js +4 -0
  146. package/mainnet/beezee.js +4 -0
  147. package/mainnet/bitcanna.js +6 -0
  148. package/mainnet/bitsong.js +10 -0
  149. package/mainnet/bostrom.js +2 -0
  150. package/mainnet/canto.js +6 -0
  151. package/mainnet/carbon.js +18 -0
  152. package/mainnet/celestia.js +198 -2
  153. package/mainnet/chain4energy.js +2 -0
  154. package/mainnet/cheqd.js +6 -0
  155. package/mainnet/chihuahua.js +20 -0
  156. package/mainnet/cifer.js +2 -0
  157. package/mainnet/comdex.js +18 -0
  158. package/mainnet/composable.js +62 -0
  159. package/mainnet/coreum.js +34 -2
  160. package/mainnet/cosmoshub.js +324 -6
  161. package/mainnet/crescent.js +110 -0
  162. package/mainnet/cronos.js +12 -2
  163. package/mainnet/cryptoorgchain.js +26 -0
  164. package/mainnet/decentr.js +6 -0
  165. package/mainnet/dig.js +2 -0
  166. package/mainnet/doravota.js +36 -0
  167. package/mainnet/dydx.js +186 -2
  168. package/mainnet/dymension.js +40 -2
  169. package/mainnet/emoney.js +6 -0
  170. package/mainnet/empowerchain.js +4 -0
  171. package/mainnet/evmos.js +70 -2
  172. package/mainnet/furya.js +8 -0
  173. package/mainnet/fxcore.js +4 -0
  174. package/mainnet/gateway.js +24 -0
  175. package/mainnet/gravitybridge.js +50 -2
  176. package/mainnet/haqq.js +22 -2
  177. package/mainnet/impacthub.js +8 -0
  178. package/mainnet/index.d.ts +1 -0
  179. package/mainnet/index.js +2 -1
  180. package/mainnet/injective.js +214 -2
  181. package/mainnet/irisnet.js +40 -0
  182. package/mainnet/jackal.js +12 -0
  183. package/mainnet/joltify.js +4 -0
  184. package/mainnet/juno.js +122 -0
  185. package/mainnet/kava.js +64 -0
  186. package/mainnet/kichain.js +2 -0
  187. package/mainnet/kujira.js +136 -6
  188. package/mainnet/kyve.js +6 -0
  189. package/mainnet/lava.js +6 -0
  190. package/mainnet/likecoin.js +2 -0
  191. package/mainnet/lumnetwork.js +2 -0
  192. package/mainnet/mars.js +18 -0
  193. package/mainnet/medasdigital.js +2 -0
  194. package/mainnet/migaloo.js +62 -2
  195. package/mainnet/neutron.js +220 -2
  196. package/mainnet/nibiru.js +4 -0
  197. package/mainnet/noble.js +372 -6
  198. package/mainnet/nois.js +38 -0
  199. package/mainnet/nolus.js +14 -0
  200. package/mainnet/nomic.js +10 -0
  201. package/mainnet/nyx.js +2 -0
  202. package/mainnet/odin.js +20 -0
  203. package/mainnet/okexchain.js +10 -0
  204. package/mainnet/omniflixhub.js +16 -0
  205. package/mainnet/onex.js +16 -2
  206. package/mainnet/onomy.js +2 -0
  207. package/mainnet/oraichain.js +30 -0
  208. package/mainnet/osmosis.js +538 -6
  209. package/mainnet/persistence.js +94 -2
  210. package/mainnet/planq.js +18 -0
  211. package/mainnet/point.js +2 -0
  212. package/mainnet/provenance.js +4 -0
  213. package/mainnet/pryzm.js +38 -0
  214. package/mainnet/pundix.js +2 -0
  215. package/mainnet/quicksilver.js +18 -0
  216. package/mainnet/qwoyn.js +2 -0
  217. package/mainnet/realio.js +4 -0
  218. package/mainnet/regen.js +24 -0
  219. package/mainnet/saga.js +14 -0
  220. package/mainnet/secretnetwork.js +144 -2
  221. package/mainnet/sei.js +40 -4
  222. package/mainnet/self.js +4 -0
  223. package/mainnet/sentinel.js +24 -0
  224. package/mainnet/shido.js +4 -0
  225. package/mainnet/sifchain.js +22 -0
  226. package/mainnet/sommelier.js +24 -0
  227. package/mainnet/source.js +10 -2
  228. package/mainnet/stafihub.js +10 -0
  229. package/mainnet/stargaze.js +50 -0
  230. package/mainnet/starname.js +16 -0
  231. package/mainnet/stride.js +232 -0
  232. package/mainnet/teritori.js +8 -0
  233. package/mainnet/terra.js +16 -0
  234. package/mainnet/terra2.js +286 -2
  235. package/mainnet/tgrade.js +4 -0
  236. package/mainnet/titan.d.ts +3 -0
  237. package/mainnet/titan.js +246 -0
  238. package/mainnet/umee.js +62 -2
  239. package/mainnet/unification.js +2 -0
  240. package/mainnet/uptick.js +4 -0
  241. package/mainnet/vidulum.js +4 -0
  242. package/mainnet/xpla.js +16 -0
  243. package/noncosmos/penumbra.js +8 -0
  244. package/package.json +5 -5
  245. package/testnet/archwaytestnet.js +4 -0
  246. package/testnet/axelartestnet.js +20 -0
  247. package/testnet/celestiatestnet3.js +2 -0
  248. package/testnet/cosmoshubtestnet.js +20 -0
  249. package/testnet/dydxtestnet.js +2 -0
  250. package/testnet/elystestnet.js +8 -0
  251. package/testnet/empowertestnet.js +4 -0
  252. package/testnet/injectivetestnet.js +4 -0
  253. package/testnet/junotestnet.js +6 -0
  254. package/testnet/kujiratestnet.js +4 -0
  255. package/testnet/lavatestnet.js +2 -0
  256. package/testnet/mantrachaintestnet.js +8 -0
  257. package/testnet/marstestnet.js +4 -0
  258. package/testnet/neutrontestnet.js +4 -0
  259. package/testnet/nobletestnet.js +14 -0
  260. package/testnet/noistestnet.js +8 -0
  261. package/testnet/nolustestnet.js +2 -0
  262. package/testnet/osmosistestnet.js +62 -0
  263. package/testnet/osmosistestnet4.js +12 -0
  264. package/testnet/persistencetestnet2.js +4 -0
  265. package/testnet/sagatestnet.js +2 -0
  266. package/testnet/seitestnet2.js +6 -0
  267. package/testnet/stargazetestnet.js +6 -0
  268. package/testnet/symphonytestnet.js +8 -0
  269. package/testnet/terra2testnet.js +2 -0
  270. package/testnet/titantestnet.js +12 -0
  271. package/testnet/xiontestnet.js +10 -0
package/mainnet/noble.js CHANGED
@@ -33,6 +33,7 @@ const assets = {
33
33
  website: 'https://agoric.com/',
34
34
  twitter: 'https://twitter.com/agoric'
35
35
  },
36
+ type_asset: 'sdk.coin',
36
37
  traces: [{
37
38
  type: 'ibc',
38
39
  counterparty: {
@@ -71,6 +72,7 @@ const assets = {
71
72
  primary_color_hex: '#d485e2'
72
73
  }
73
74
  }],
75
+ type_asset: 'sdk.coin',
74
76
  traces: [{
75
77
  type: 'ibc',
76
78
  counterparty: {
@@ -120,6 +122,7 @@ const assets = {
120
122
  website: 'https://archway.io/',
121
123
  twitter: 'https://twitter.com/archwayHQ'
122
124
  },
125
+ type_asset: 'sdk.coin',
123
126
  traces: [{
124
127
  type: 'ibc',
125
128
  counterparty: {
@@ -158,6 +161,7 @@ const assets = {
158
161
  primary_color_hex: '#a7c8d4'
159
162
  }
160
163
  }],
164
+ type_asset: 'sdk.coin',
161
165
  traces: [{
162
166
  type: 'ibc',
163
167
  counterparty: {
@@ -196,6 +200,7 @@ const assets = {
196
200
  primary_color_hex: '#079fd7'
197
201
  }
198
202
  }],
203
+ type_asset: 'sdk.coin',
199
204
  traces: [{
200
205
  type: 'ibc',
201
206
  counterparty: {
@@ -246,6 +251,7 @@ const assets = {
246
251
  website: 'https://www.coreum.com/',
247
252
  twitter: 'https://twitter.com/CoreumOfficial'
248
253
  },
254
+ type_asset: 'sdk.coin',
249
255
  traces: [{
250
256
  type: 'ibc',
251
257
  counterparty: {
@@ -288,6 +294,7 @@ const assets = {
288
294
  website: 'https://cosmos.network',
289
295
  twitter: 'https://twitter.com/cosmoshub'
290
296
  },
297
+ type_asset: 'sdk.coin',
291
298
  traces: [{
292
299
  type: 'ibc',
293
300
  counterparty: {
@@ -326,6 +333,7 @@ const assets = {
326
333
  primary_color_hex: '#3c2832'
327
334
  }
328
335
  }],
336
+ type_asset: 'sdk.coin',
329
337
  traces: [{
330
338
  type: 'ibc',
331
339
  counterparty: {
@@ -364,6 +372,7 @@ const assets = {
364
372
  primary_color_hex: '#df969f'
365
373
  }
366
374
  }],
375
+ type_asset: 'sdk.coin',
367
376
  traces: [{
368
377
  type: 'ibc',
369
378
  counterparty: {
@@ -401,6 +410,7 @@ const assets = {
401
410
  primary_color_hex: '#fba214'
402
411
  }
403
412
  }],
413
+ type_asset: 'sdk.coin',
404
414
  traces: [{
405
415
  type: 'ibc',
406
416
  counterparty: {
@@ -448,6 +458,7 @@ const assets = {
448
458
  website: 'https://dydx.trade/',
449
459
  twitter: 'https://twitter.com/dYdX'
450
460
  },
461
+ type_asset: 'sdk.coin',
451
462
  traces: [{
452
463
  type: 'ibc',
453
464
  counterparty: {
@@ -533,6 +544,7 @@ const assets = {
533
544
  website: 'https://evmos.org/',
534
545
  twitter: 'https://twitter.com/EvmosOrg'
535
546
  },
547
+ type_asset: 'sdk.coin',
536
548
  traces: [{
537
549
  type: 'ibc',
538
550
  counterparty: {
@@ -574,6 +586,7 @@ const assets = {
574
586
  website: 'https://www.neokingdom.org/',
575
587
  twitter: 'https://twitter.com/NEOKingdomDAO'
576
588
  },
589
+ type_asset: 'sdk.coin',
577
590
  traces: [{
578
591
  type: 'ibc',
579
592
  counterparty: {
@@ -694,6 +707,7 @@ const assets = {
694
707
  socials: {
695
708
  twitter: 'https://twitter.com/furyachain'
696
709
  },
710
+ type_asset: 'sdk.coin',
697
711
  traces: [{
698
712
  type: 'ibc',
699
713
  counterparty: {
@@ -736,6 +750,7 @@ const assets = {
736
750
  primary_color_hex: '#04cd80'
737
751
  }
738
752
  }],
753
+ type_asset: 'sdk.coin',
739
754
  traces: [{
740
755
  type: 'ibc',
741
756
  counterparty: {
@@ -819,6 +834,7 @@ const assets = {
819
834
  primary_color_hex: '#2c4484'
820
835
  }
821
836
  }],
837
+ type_asset: 'sdk.coin',
822
838
  traces: [{
823
839
  type: 'ibc',
824
840
  counterparty: {
@@ -861,6 +877,7 @@ const assets = {
861
877
  website: 'https://injective.com/',
862
878
  twitter: 'https://twitter.com/Injective_'
863
879
  },
880
+ type_asset: 'sdk.coin',
864
881
  traces: [{
865
882
  type: 'ibc',
866
883
  counterparty: {
@@ -896,6 +913,7 @@ const assets = {
896
913
  primary_color_hex: '#31292a'
897
914
  }
898
915
  }],
916
+ type_asset: 'sdk.coin',
899
917
  traces: [{
900
918
  type: 'ibc',
901
919
  counterparty: {
@@ -931,6 +949,7 @@ const assets = {
931
949
  primary_color_hex: '#18120f'
932
950
  }
933
951
  }],
952
+ type_asset: 'sdk.coin',
934
953
  traces: [{
935
954
  type: 'ibc',
936
955
  counterparty: {
@@ -963,6 +982,7 @@ const assets = {
963
982
  primary_color_hex: '#293a6f'
964
983
  }
965
984
  }],
985
+ type_asset: 'sdk.coin',
966
986
  traces: [{
967
987
  type: 'ibc',
968
988
  counterparty: {
@@ -995,6 +1015,7 @@ const assets = {
995
1015
  primary_color_hex: '#272f4b'
996
1016
  }
997
1017
  }],
1018
+ type_asset: 'sdk.coin',
998
1019
  traces: [{
999
1020
  type: 'ibc',
1000
1021
  counterparty: {
@@ -1027,6 +1048,7 @@ const assets = {
1027
1048
  primary_color_hex: '#2a303f'
1028
1049
  }
1029
1050
  }],
1051
+ type_asset: 'sdk.coin',
1030
1052
  traces: [{
1031
1053
  type: 'ibc',
1032
1054
  counterparty: {
@@ -1059,6 +1081,7 @@ const assets = {
1059
1081
  primary_color_hex: '#54ac94'
1060
1082
  }
1061
1083
  }],
1084
+ type_asset: 'sdk.coin',
1062
1085
  traces: [{
1063
1086
  type: 'ibc',
1064
1087
  counterparty: {
@@ -1091,6 +1114,7 @@ const assets = {
1091
1114
  primary_color_hex: '#7931f9'
1092
1115
  }
1093
1116
  }],
1117
+ type_asset: 'sdk.coin',
1094
1118
  traces: [{
1095
1119
  type: 'ibc',
1096
1120
  counterparty: {
@@ -1130,6 +1154,7 @@ const assets = {
1130
1154
  website: 'https://www.joltify.io/',
1131
1155
  twitter: 'https://twitter.com/joltify_finance'
1132
1156
  },
1157
+ type_asset: 'sdk.coin',
1133
1158
  traces: [{
1134
1159
  type: 'ibc',
1135
1160
  counterparty: {
@@ -1172,6 +1197,7 @@ const assets = {
1172
1197
  website: 'https://junonetwork.io/',
1173
1198
  twitter: 'https://twitter.com/JunoNetwork'
1174
1199
  },
1200
+ type_asset: 'sdk.coin',
1175
1201
  traces: [{
1176
1202
  type: 'ibc',
1177
1203
  counterparty: {
@@ -1214,6 +1240,7 @@ const assets = {
1214
1240
  website: 'https://www.kava.io/',
1215
1241
  twitter: 'https://twitter.com/KAVA_CHAIN'
1216
1242
  },
1243
+ type_asset: 'sdk.coin',
1217
1244
  traces: [{
1218
1245
  type: 'ibc',
1219
1246
  counterparty: {
@@ -1252,6 +1279,7 @@ const assets = {
1252
1279
  primary_color_hex: '#7b34ac'
1253
1280
  }
1254
1281
  }],
1282
+ type_asset: 'sdk.coin',
1255
1283
  traces: [{
1256
1284
  type: 'ibc',
1257
1285
  counterparty: {
@@ -1290,6 +1318,7 @@ const assets = {
1290
1318
  primary_color_hex: '#544cfc'
1291
1319
  }
1292
1320
  }],
1321
+ type_asset: 'sdk.coin',
1293
1322
  traces: [{
1294
1323
  type: 'ibc',
1295
1324
  counterparty: {
@@ -1328,6 +1357,7 @@ const assets = {
1328
1357
  primary_color_hex: '#04d4a3'
1329
1358
  }
1330
1359
  }],
1360
+ type_asset: 'sdk.coin',
1331
1361
  traces: [{
1332
1362
  type: 'ibc',
1333
1363
  counterparty: {
@@ -1381,7 +1411,8 @@ const assets = {
1381
1411
  logo_URIs: {
1382
1412
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1383
1413
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1384
- }
1414
+ },
1415
+ type_asset: 'sdk.coin'
1385
1416
  },
1386
1417
  {
1387
1418
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
@@ -1413,6 +1444,7 @@ const assets = {
1413
1444
  website: 'https://kujira.network/',
1414
1445
  twitter: 'https://twitter.com/TeamKujira'
1415
1446
  },
1447
+ type_asset: 'sdk.coin',
1416
1448
  traces: [{
1417
1449
  type: 'ibc',
1418
1450
  counterparty: {
@@ -1451,6 +1483,7 @@ const assets = {
1451
1483
  primary_color_hex: '#1c1c1c'
1452
1484
  }
1453
1485
  }],
1486
+ type_asset: 'sdk.coin',
1454
1487
  traces: [{
1455
1488
  type: 'ibc',
1456
1489
  counterparty: {
@@ -1495,6 +1528,7 @@ const assets = {
1495
1528
  website: 'https://neutron.org/',
1496
1529
  twitter: 'https://twitter.com/Neutron_org'
1497
1530
  },
1531
+ type_asset: 'sdk.coin',
1498
1532
  traces: [{
1499
1533
  type: 'ibc',
1500
1534
  counterparty: {
@@ -1530,6 +1564,7 @@ const assets = {
1530
1564
  primary_color_hex: '#1b0847'
1531
1565
  }
1532
1566
  }],
1567
+ type_asset: 'sdk.coin',
1533
1568
  traces: [{
1534
1569
  type: 'ibc',
1535
1570
  counterparty: {
@@ -1565,6 +1600,7 @@ const assets = {
1565
1600
  primary_color_hex: '#dcd5ab'
1566
1601
  }
1567
1602
  }],
1603
+ type_asset: 'sdk.coin',
1568
1604
  traces: [{
1569
1605
  type: 'ibc',
1570
1606
  counterparty: {
@@ -1600,6 +1636,7 @@ const assets = {
1600
1636
  primary_color_hex: '#333333'
1601
1637
  }
1602
1638
  }],
1639
+ type_asset: 'sdk.coin',
1603
1640
  traces: [{
1604
1641
  type: 'ibc',
1605
1642
  counterparty: {
@@ -1649,6 +1686,7 @@ const assets = {
1649
1686
  primary_color_hex: '#14c0ce'
1650
1687
  }
1651
1688
  }],
1689
+ type_asset: 'sdk.coin',
1652
1690
  traces: [{
1653
1691
  type: 'ibc',
1654
1692
  counterparty: {
@@ -1672,6 +1710,7 @@ const assets = {
1672
1710
  name: 'uoprek',
1673
1711
  display: 'tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek',
1674
1712
  symbol: 'UOPREK',
1713
+ type_asset: 'sdk.coin',
1675
1714
  traces: [{
1676
1715
  type: 'ibc',
1677
1716
  counterparty: {
@@ -1695,6 +1734,7 @@ const assets = {
1695
1734
  name: 'utestate',
1696
1735
  display: 'tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate',
1697
1736
  symbol: 'UTESTATE',
1737
+ type_asset: 'sdk.coin',
1698
1738
  traces: [{
1699
1739
  type: 'ibc',
1700
1740
  counterparty: {
@@ -1718,6 +1758,7 @@ const assets = {
1718
1758
  name: 'npp',
1719
1759
  display: 'tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP',
1720
1760
  symbol: 'NPP',
1761
+ type_asset: 'sdk.coin',
1721
1762
  traces: [{
1722
1763
  type: 'ibc',
1723
1764
  counterparty: {
@@ -1760,6 +1801,7 @@ const assets = {
1760
1801
  website: 'https://agoric.com/',
1761
1802
  twitter: 'https://twitter.com/agoric'
1762
1803
  },
1804
+ type_asset: 'sdk.coin',
1763
1805
  traces: [{
1764
1806
  type: 'ibc',
1765
1807
  counterparty: {
@@ -1798,6 +1840,7 @@ const assets = {
1798
1840
  primary_color_hex: '#d485e2'
1799
1841
  }
1800
1842
  }],
1843
+ type_asset: 'sdk.coin',
1801
1844
  traces: [{
1802
1845
  type: 'ibc',
1803
1846
  counterparty: {
@@ -1847,6 +1890,7 @@ const assets = {
1847
1890
  website: 'https://archway.io/',
1848
1891
  twitter: 'https://twitter.com/archwayHQ'
1849
1892
  },
1893
+ type_asset: 'sdk.coin',
1850
1894
  traces: [{
1851
1895
  type: 'ibc',
1852
1896
  counterparty: {
@@ -1885,6 +1929,7 @@ const assets = {
1885
1929
  primary_color_hex: '#a7c8d4'
1886
1930
  }
1887
1931
  }],
1932
+ type_asset: 'sdk.coin',
1888
1933
  traces: [{
1889
1934
  type: 'ibc',
1890
1935
  counterparty: {
@@ -1923,6 +1968,7 @@ const assets = {
1923
1968
  primary_color_hex: '#079fd7'
1924
1969
  }
1925
1970
  }],
1971
+ type_asset: 'sdk.coin',
1926
1972
  traces: [{
1927
1973
  type: 'ibc',
1928
1974
  counterparty: {
@@ -1973,6 +2019,7 @@ const assets = {
1973
2019
  website: 'https://www.coreum.com/',
1974
2020
  twitter: 'https://twitter.com/CoreumOfficial'
1975
2021
  },
2022
+ type_asset: 'sdk.coin',
1976
2023
  traces: [{
1977
2024
  type: 'ibc',
1978
2025
  counterparty: {
@@ -2015,6 +2062,7 @@ const assets = {
2015
2062
  website: 'https://cosmos.network',
2016
2063
  twitter: 'https://twitter.com/cosmoshub'
2017
2064
  },
2065
+ type_asset: 'sdk.coin',
2018
2066
  traces: [{
2019
2067
  type: 'ibc',
2020
2068
  counterparty: {
@@ -2053,6 +2101,7 @@ const assets = {
2053
2101
  primary_color_hex: '#3c2832'
2054
2102
  }
2055
2103
  }],
2104
+ type_asset: 'sdk.coin',
2056
2105
  traces: [{
2057
2106
  type: 'ibc',
2058
2107
  counterparty: {
@@ -2091,6 +2140,7 @@ const assets = {
2091
2140
  primary_color_hex: '#df969f'
2092
2141
  }
2093
2142
  }],
2143
+ type_asset: 'sdk.coin',
2094
2144
  traces: [{
2095
2145
  type: 'ibc',
2096
2146
  counterparty: {
@@ -2128,6 +2178,7 @@ const assets = {
2128
2178
  primary_color_hex: '#fba214'
2129
2179
  }
2130
2180
  }],
2181
+ type_asset: 'sdk.coin',
2131
2182
  traces: [{
2132
2183
  type: 'ibc',
2133
2184
  counterparty: {
@@ -2175,6 +2226,7 @@ const assets = {
2175
2226
  website: 'https://dydx.trade/',
2176
2227
  twitter: 'https://twitter.com/dYdX'
2177
2228
  },
2229
+ type_asset: 'sdk.coin',
2178
2230
  traces: [{
2179
2231
  type: 'ibc',
2180
2232
  counterparty: {
@@ -2260,6 +2312,7 @@ const assets = {
2260
2312
  website: 'https://evmos.org/',
2261
2313
  twitter: 'https://twitter.com/EvmosOrg'
2262
2314
  },
2315
+ type_asset: 'sdk.coin',
2263
2316
  traces: [{
2264
2317
  type: 'ibc',
2265
2318
  counterparty: {
@@ -2301,6 +2354,7 @@ const assets = {
2301
2354
  website: 'https://www.neokingdom.org/',
2302
2355
  twitter: 'https://twitter.com/NEOKingdomDAO'
2303
2356
  },
2357
+ type_asset: 'sdk.coin',
2304
2358
  traces: [{
2305
2359
  type: 'ibc',
2306
2360
  counterparty: {
@@ -2421,6 +2475,7 @@ const assets = {
2421
2475
  socials: {
2422
2476
  twitter: 'https://twitter.com/furyachain'
2423
2477
  },
2478
+ type_asset: 'sdk.coin',
2424
2479
  traces: [{
2425
2480
  type: 'ibc',
2426
2481
  counterparty: {
@@ -2463,6 +2518,7 @@ const assets = {
2463
2518
  primary_color_hex: '#04cd80'
2464
2519
  }
2465
2520
  }],
2521
+ type_asset: 'sdk.coin',
2466
2522
  traces: [{
2467
2523
  type: 'ibc',
2468
2524
  counterparty: {
@@ -2546,6 +2602,7 @@ const assets = {
2546
2602
  primary_color_hex: '#2c4484'
2547
2603
  }
2548
2604
  }],
2605
+ type_asset: 'sdk.coin',
2549
2606
  traces: [{
2550
2607
  type: 'ibc',
2551
2608
  counterparty: {
@@ -2588,6 +2645,7 @@ const assets = {
2588
2645
  website: 'https://injective.com/',
2589
2646
  twitter: 'https://twitter.com/Injective_'
2590
2647
  },
2648
+ type_asset: 'sdk.coin',
2591
2649
  traces: [{
2592
2650
  type: 'ibc',
2593
2651
  counterparty: {
@@ -2623,6 +2681,7 @@ const assets = {
2623
2681
  primary_color_hex: '#31292a'
2624
2682
  }
2625
2683
  }],
2684
+ type_asset: 'sdk.coin',
2626
2685
  traces: [{
2627
2686
  type: 'ibc',
2628
2687
  counterparty: {
@@ -2658,6 +2717,7 @@ const assets = {
2658
2717
  primary_color_hex: '#18120f'
2659
2718
  }
2660
2719
  }],
2720
+ type_asset: 'sdk.coin',
2661
2721
  traces: [{
2662
2722
  type: 'ibc',
2663
2723
  counterparty: {
@@ -2690,6 +2750,7 @@ const assets = {
2690
2750
  primary_color_hex: '#293a6f'
2691
2751
  }
2692
2752
  }],
2753
+ type_asset: 'sdk.coin',
2693
2754
  traces: [{
2694
2755
  type: 'ibc',
2695
2756
  counterparty: {
@@ -2722,6 +2783,7 @@ const assets = {
2722
2783
  primary_color_hex: '#272f4b'
2723
2784
  }
2724
2785
  }],
2786
+ type_asset: 'sdk.coin',
2725
2787
  traces: [{
2726
2788
  type: 'ibc',
2727
2789
  counterparty: {
@@ -2754,6 +2816,7 @@ const assets = {
2754
2816
  primary_color_hex: '#2a303f'
2755
2817
  }
2756
2818
  }],
2819
+ type_asset: 'sdk.coin',
2757
2820
  traces: [{
2758
2821
  type: 'ibc',
2759
2822
  counterparty: {
@@ -2786,6 +2849,7 @@ const assets = {
2786
2849
  primary_color_hex: '#54ac94'
2787
2850
  }
2788
2851
  }],
2852
+ type_asset: 'sdk.coin',
2789
2853
  traces: [{
2790
2854
  type: 'ibc',
2791
2855
  counterparty: {
@@ -2818,6 +2882,7 @@ const assets = {
2818
2882
  primary_color_hex: '#7931f9'
2819
2883
  }
2820
2884
  }],
2885
+ type_asset: 'sdk.coin',
2821
2886
  traces: [{
2822
2887
  type: 'ibc',
2823
2888
  counterparty: {
@@ -2857,6 +2922,7 @@ const assets = {
2857
2922
  website: 'https://www.joltify.io/',
2858
2923
  twitter: 'https://twitter.com/joltify_finance'
2859
2924
  },
2925
+ type_asset: 'sdk.coin',
2860
2926
  traces: [{
2861
2927
  type: 'ibc',
2862
2928
  counterparty: {
@@ -2899,6 +2965,7 @@ const assets = {
2899
2965
  website: 'https://junonetwork.io/',
2900
2966
  twitter: 'https://twitter.com/JunoNetwork'
2901
2967
  },
2968
+ type_asset: 'sdk.coin',
2902
2969
  traces: [{
2903
2970
  type: 'ibc',
2904
2971
  counterparty: {
@@ -2941,6 +3008,7 @@ const assets = {
2941
3008
  website: 'https://www.kava.io/',
2942
3009
  twitter: 'https://twitter.com/KAVA_CHAIN'
2943
3010
  },
3011
+ type_asset: 'sdk.coin',
2944
3012
  traces: [{
2945
3013
  type: 'ibc',
2946
3014
  counterparty: {
@@ -2979,6 +3047,7 @@ const assets = {
2979
3047
  primary_color_hex: '#7b34ac'
2980
3048
  }
2981
3049
  }],
3050
+ type_asset: 'sdk.coin',
2982
3051
  traces: [{
2983
3052
  type: 'ibc',
2984
3053
  counterparty: {
@@ -3017,6 +3086,7 @@ const assets = {
3017
3086
  primary_color_hex: '#544cfc'
3018
3087
  }
3019
3088
  }],
3089
+ type_asset: 'sdk.coin',
3020
3090
  traces: [{
3021
3091
  type: 'ibc',
3022
3092
  counterparty: {
@@ -3055,6 +3125,7 @@ const assets = {
3055
3125
  primary_color_hex: '#04d4a3'
3056
3126
  }
3057
3127
  }],
3128
+ type_asset: 'sdk.coin',
3058
3129
  traces: [{
3059
3130
  type: 'ibc',
3060
3131
  counterparty: {
@@ -3108,7 +3179,8 @@ const assets = {
3108
3179
  logo_URIs: {
3109
3180
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
3110
3181
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
3111
- }
3182
+ },
3183
+ type_asset: 'sdk.coin'
3112
3184
  },
3113
3185
  {
3114
3186
  description: 'Kujira is a decentralized finance (DeFi) platform offering a suite of tools and services for managing and optimizing digital assets and investments.',
@@ -3140,6 +3212,7 @@ const assets = {
3140
3212
  website: 'https://kujira.network/',
3141
3213
  twitter: 'https://twitter.com/TeamKujira'
3142
3214
  },
3215
+ type_asset: 'sdk.coin',
3143
3216
  traces: [{
3144
3217
  type: 'ibc',
3145
3218
  counterparty: {
@@ -3178,6 +3251,7 @@ const assets = {
3178
3251
  primary_color_hex: '#1c1c1c'
3179
3252
  }
3180
3253
  }],
3254
+ type_asset: 'sdk.coin',
3181
3255
  traces: [{
3182
3256
  type: 'ibc',
3183
3257
  counterparty: {
@@ -3222,6 +3296,7 @@ const assets = {
3222
3296
  website: 'https://neutron.org/',
3223
3297
  twitter: 'https://twitter.com/Neutron_org'
3224
3298
  },
3299
+ type_asset: 'sdk.coin',
3225
3300
  traces: [{
3226
3301
  type: 'ibc',
3227
3302
  counterparty: {
@@ -3257,6 +3332,7 @@ const assets = {
3257
3332
  primary_color_hex: '#1b0847'
3258
3333
  }
3259
3334
  }],
3335
+ type_asset: 'sdk.coin',
3260
3336
  traces: [{
3261
3337
  type: 'ibc',
3262
3338
  counterparty: {
@@ -3292,6 +3368,7 @@ const assets = {
3292
3368
  primary_color_hex: '#dcd5ab'
3293
3369
  }
3294
3370
  }],
3371
+ type_asset: 'sdk.coin',
3295
3372
  traces: [{
3296
3373
  type: 'ibc',
3297
3374
  counterparty: {
@@ -3327,6 +3404,7 @@ const assets = {
3327
3404
  primary_color_hex: '#333333'
3328
3405
  }
3329
3406
  }],
3407
+ type_asset: 'sdk.coin',
3330
3408
  traces: [{
3331
3409
  type: 'ibc',
3332
3410
  counterparty: {
@@ -3376,6 +3454,7 @@ const assets = {
3376
3454
  primary_color_hex: '#14c0ce'
3377
3455
  }
3378
3456
  }],
3457
+ type_asset: 'sdk.coin',
3379
3458
  traces: [{
3380
3459
  type: 'ibc',
3381
3460
  counterparty: {
@@ -3399,6 +3478,7 @@ const assets = {
3399
3478
  name: 'uoprek',
3400
3479
  display: 'tf/nibi149m52kn7nvsg5nftvv4fh85scsavpdfxp5nr7zasz97dum89dp5qkyhy0t/uoprek',
3401
3480
  symbol: 'UOPREK',
3481
+ type_asset: 'sdk.coin',
3402
3482
  traces: [{
3403
3483
  type: 'ibc',
3404
3484
  counterparty: {
@@ -3422,6 +3502,7 @@ const assets = {
3422
3502
  name: 'utestate',
3423
3503
  display: 'tf/nibi1lp28kx3gz0prsztl024z730ufkg3alahaq3e7a6gae22nk0dqdvsyrrgqw/utestate',
3424
3504
  symbol: 'UTESTATE',
3505
+ type_asset: 'sdk.coin',
3425
3506
  traces: [{
3426
3507
  type: 'ibc',
3427
3508
  counterparty: {
@@ -3445,6 +3526,7 @@ const assets = {
3445
3526
  name: 'npp',
3446
3527
  display: 'tf/nibi1xpp7yn0tce62ffattws3gpd6v0tah0mlevef3ej3r4pnfvsehcgqk3jvxq/NPP',
3447
3528
  symbol: 'NPP',
3529
+ type_asset: 'sdk.coin',
3448
3530
  traces: [{
3449
3531
  type: 'ibc',
3450
3532
  counterparty: {
@@ -3487,6 +3569,7 @@ const assets = {
3487
3569
  website: 'https://omniflix.network/',
3488
3570
  twitter: 'https://twitter.com/OmniFlixNetwork'
3489
3571
  },
3572
+ type_asset: 'sdk.coin',
3490
3573
  traces: [{
3491
3574
  type: 'ibc',
3492
3575
  counterparty: {
@@ -3522,6 +3605,7 @@ const assets = {
3522
3605
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
3523
3606
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
3524
3607
  }],
3608
+ type_asset: 'sdk.coin',
3525
3609
  traces: [{
3526
3610
  type: 'ibc',
3527
3611
  counterparty: {
@@ -3654,6 +3738,7 @@ const assets = {
3654
3738
  website: 'https://persistence.one/',
3655
3739
  twitter: 'https://twitter.com/PersistenceOne'
3656
3740
  },
3741
+ type_asset: 'sdk.coin',
3657
3742
  traces: [{
3658
3743
  type: 'ibc',
3659
3744
  counterparty: {
@@ -3696,6 +3781,7 @@ const assets = {
3696
3781
  website: 'https://planq.network',
3697
3782
  twitter: 'https://twitter.com/planqfoundation'
3698
3783
  },
3784
+ type_asset: 'sdk.coin',
3699
3785
  traces: [{
3700
3786
  type: 'ibc',
3701
3787
  counterparty: {
@@ -3745,7 +3831,8 @@ const assets = {
3745
3831
  }],
3746
3832
  logo_URIs: {
3747
3833
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
3748
- }
3834
+ },
3835
+ type_asset: 'sdk.coin'
3749
3836
  },
3750
3837
  {
3751
3838
  description: 'Hash is the staking token of the Provenance Blockchain',
@@ -3773,6 +3860,7 @@ const assets = {
3773
3860
  primary_color_hex: '#4c7cdc'
3774
3861
  }
3775
3862
  }],
3863
+ type_asset: 'sdk.coin',
3776
3864
  traces: [{
3777
3865
  type: 'ibc',
3778
3866
  counterparty: {
@@ -3810,6 +3898,7 @@ const assets = {
3810
3898
  primary_color_hex: '#c6ddf5'
3811
3899
  }
3812
3900
  }],
3901
+ type_asset: 'sdk.coin',
3813
3902
  traces: [{
3814
3903
  type: 'ibc',
3815
3904
  counterparty: {
@@ -3844,6 +3933,7 @@ const assets = {
3844
3933
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
3845
3934
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
3846
3935
  }],
3936
+ type_asset: 'sdk.coin',
3847
3937
  traces: [{
3848
3938
  type: 'ibc',
3849
3939
  counterparty: {
@@ -3878,6 +3968,7 @@ const assets = {
3878
3968
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
3879
3969
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
3880
3970
  }],
3971
+ type_asset: 'sdk.coin',
3881
3972
  traces: [{
3882
3973
  type: 'ibc',
3883
3974
  counterparty: {
@@ -3912,6 +4003,7 @@ const assets = {
3912
4003
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
3913
4004
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
3914
4005
  }],
4006
+ type_asset: 'sdk.coin',
3915
4007
  traces: [{
3916
4008
  type: 'ibc',
3917
4009
  counterparty: {
@@ -3946,6 +4038,7 @@ const assets = {
3946
4038
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
3947
4039
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
3948
4040
  }],
4041
+ type_asset: 'sdk.coin',
3949
4042
  traces: [{
3950
4043
  type: 'ibc',
3951
4044
  counterparty: {
@@ -3980,6 +4073,7 @@ const assets = {
3980
4073
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
3981
4074
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
3982
4075
  }],
4076
+ type_asset: 'sdk.coin',
3983
4077
  traces: [{
3984
4078
  type: 'ibc',
3985
4079
  counterparty: {
@@ -4014,6 +4108,7 @@ const assets = {
4014
4108
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
4015
4109
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
4016
4110
  }],
4111
+ type_asset: 'sdk.coin',
4017
4112
  traces: [{
4018
4113
  type: 'ibc',
4019
4114
  counterparty: {
@@ -4048,6 +4143,7 @@ const assets = {
4048
4143
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
4049
4144
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
4050
4145
  }],
4146
+ type_asset: 'sdk.coin',
4051
4147
  traces: [{
4052
4148
  type: 'ibc',
4053
4149
  counterparty: {
@@ -4082,6 +4178,7 @@ const assets = {
4082
4178
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
4083
4179
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
4084
4180
  }],
4181
+ type_asset: 'sdk.coin',
4085
4182
  traces: [{
4086
4183
  type: 'ibc',
4087
4184
  counterparty: {
@@ -4116,6 +4213,7 @@ const assets = {
4116
4213
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
4117
4214
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
4118
4215
  }],
4216
+ type_asset: 'sdk.coin',
4119
4217
  traces: [{
4120
4218
  type: 'ibc',
4121
4219
  counterparty: {
@@ -4150,6 +4248,7 @@ const assets = {
4150
4248
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
4151
4249
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
4152
4250
  }],
4251
+ type_asset: 'sdk.coin',
4153
4252
  traces: [{
4154
4253
  type: 'ibc',
4155
4254
  counterparty: {
@@ -4184,6 +4283,7 @@ const assets = {
4184
4283
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
4185
4284
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
4186
4285
  }],
4286
+ type_asset: 'sdk.coin',
4187
4287
  traces: [{
4188
4288
  type: 'ibc',
4189
4289
  counterparty: {
@@ -4218,6 +4318,7 @@ const assets = {
4218
4318
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
4219
4319
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
4220
4320
  }],
4321
+ type_asset: 'sdk.coin',
4221
4322
  traces: [{
4222
4323
  type: 'ibc',
4223
4324
  counterparty: {
@@ -4252,6 +4353,7 @@ const assets = {
4252
4353
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
4253
4354
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
4254
4355
  }],
4356
+ type_asset: 'sdk.coin',
4255
4357
  traces: [{
4256
4358
  type: 'ibc',
4257
4359
  counterparty: {
@@ -4286,6 +4388,7 @@ const assets = {
4286
4388
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
4287
4389
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
4288
4390
  }],
4391
+ type_asset: 'sdk.coin',
4289
4392
  traces: [{
4290
4393
  type: 'ibc',
4291
4394
  counterparty: {
@@ -4320,6 +4423,7 @@ const assets = {
4320
4423
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
4321
4424
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
4322
4425
  }],
4426
+ type_asset: 'sdk.coin',
4323
4427
  traces: [{
4324
4428
  type: 'ibc',
4325
4429
  counterparty: {
@@ -4354,6 +4458,7 @@ const assets = {
4354
4458
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
4355
4459
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
4356
4460
  }],
4461
+ type_asset: 'sdk.coin',
4357
4462
  traces: [{
4358
4463
  type: 'ibc',
4359
4464
  counterparty: {
@@ -4388,6 +4493,7 @@ const assets = {
4388
4493
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
4389
4494
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
4390
4495
  }],
4496
+ type_asset: 'sdk.coin',
4391
4497
  traces: [{
4392
4498
  type: 'ibc',
4393
4499
  counterparty: {
@@ -4422,6 +4528,7 @@ const assets = {
4422
4528
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
4423
4529
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
4424
4530
  }],
4531
+ type_asset: 'sdk.coin',
4425
4532
  traces: [{
4426
4533
  type: 'ibc',
4427
4534
  counterparty: {
@@ -4456,6 +4563,7 @@ const assets = {
4456
4563
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
4457
4564
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
4458
4565
  }],
4566
+ type_asset: 'sdk.coin',
4459
4567
  traces: [{
4460
4568
  type: 'ibc',
4461
4569
  counterparty: {
@@ -4490,6 +4598,7 @@ const assets = {
4490
4598
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
4491
4599
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
4492
4600
  }],
4601
+ type_asset: 'sdk.coin',
4493
4602
  traces: [{
4494
4603
  type: 'ibc',
4495
4604
  counterparty: {
@@ -4524,6 +4633,7 @@ const assets = {
4524
4633
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
4525
4634
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
4526
4635
  }],
4636
+ type_asset: 'sdk.coin',
4527
4637
  traces: [{
4528
4638
  type: 'ibc',
4529
4639
  counterparty: {
@@ -4558,6 +4668,7 @@ const assets = {
4558
4668
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
4559
4669
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
4560
4670
  }],
4671
+ type_asset: 'sdk.coin',
4561
4672
  traces: [{
4562
4673
  type: 'ibc',
4563
4674
  counterparty: {
@@ -4592,6 +4703,7 @@ const assets = {
4592
4703
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
4593
4704
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
4594
4705
  }],
4706
+ type_asset: 'sdk.coin',
4595
4707
  traces: [{
4596
4708
  type: 'ibc',
4597
4709
  counterparty: {
@@ -4626,6 +4738,7 @@ const assets = {
4626
4738
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
4627
4739
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
4628
4740
  }],
4741
+ type_asset: 'sdk.coin',
4629
4742
  traces: [{
4630
4743
  type: 'ibc',
4631
4744
  counterparty: {
@@ -4660,6 +4773,7 @@ const assets = {
4660
4773
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
4661
4774
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
4662
4775
  }],
4776
+ type_asset: 'sdk.coin',
4663
4777
  traces: [{
4664
4778
  type: 'ibc',
4665
4779
  counterparty: {
@@ -4694,6 +4808,7 @@ const assets = {
4694
4808
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
4695
4809
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
4696
4810
  }],
4811
+ type_asset: 'sdk.coin',
4697
4812
  traces: [{
4698
4813
  type: 'ibc',
4699
4814
  counterparty: {
@@ -4728,6 +4843,7 @@ const assets = {
4728
4843
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
4729
4844
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
4730
4845
  }],
4846
+ type_asset: 'sdk.coin',
4731
4847
  traces: [{
4732
4848
  type: 'ibc',
4733
4849
  counterparty: {
@@ -4762,6 +4878,7 @@ const assets = {
4762
4878
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
4763
4879
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
4764
4880
  }],
4881
+ type_asset: 'sdk.coin',
4765
4882
  traces: [{
4766
4883
  type: 'ibc',
4767
4884
  counterparty: {
@@ -4796,6 +4913,7 @@ const assets = {
4796
4913
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
4797
4914
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
4798
4915
  }],
4916
+ type_asset: 'sdk.coin',
4799
4917
  traces: [{
4800
4918
  type: 'ibc',
4801
4919
  counterparty: {
@@ -4830,6 +4948,7 @@ const assets = {
4830
4948
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
4831
4949
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
4832
4950
  }],
4951
+ type_asset: 'sdk.coin',
4833
4952
  traces: [{
4834
4953
  type: 'ibc',
4835
4954
  counterparty: {
@@ -4864,6 +4983,7 @@ const assets = {
4864
4983
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
4865
4984
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
4866
4985
  }],
4986
+ type_asset: 'sdk.coin',
4867
4987
  traces: [{
4868
4988
  type: 'ibc',
4869
4989
  counterparty: {
@@ -4898,6 +5018,7 @@ const assets = {
4898
5018
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
4899
5019
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
4900
5020
  }],
5021
+ type_asset: 'sdk.coin',
4901
5022
  traces: [{
4902
5023
  type: 'ibc',
4903
5024
  counterparty: {
@@ -4932,6 +5053,7 @@ const assets = {
4932
5053
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
4933
5054
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
4934
5055
  }],
5056
+ type_asset: 'sdk.coin',
4935
5057
  traces: [{
4936
5058
  type: 'ibc',
4937
5059
  counterparty: {
@@ -4966,6 +5088,7 @@ const assets = {
4966
5088
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
4967
5089
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
4968
5090
  }],
5091
+ type_asset: 'sdk.coin',
4969
5092
  traces: [{
4970
5093
  type: 'ibc',
4971
5094
  counterparty: {
@@ -5000,6 +5123,7 @@ const assets = {
5000
5123
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
5001
5124
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
5002
5125
  }],
5126
+ type_asset: 'sdk.coin',
5003
5127
  traces: [{
5004
5128
  type: 'ibc',
5005
5129
  counterparty: {
@@ -5034,6 +5158,7 @@ const assets = {
5034
5158
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
5035
5159
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
5036
5160
  }],
5161
+ type_asset: 'sdk.coin',
5037
5162
  traces: [{
5038
5163
  type: 'ibc',
5039
5164
  counterparty: {
@@ -5068,6 +5193,7 @@ const assets = {
5068
5193
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
5069
5194
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
5070
5195
  }],
5196
+ type_asset: 'sdk.coin',
5071
5197
  traces: [{
5072
5198
  type: 'ibc',
5073
5199
  counterparty: {
@@ -5102,6 +5228,7 @@ const assets = {
5102
5228
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
5103
5229
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
5104
5230
  }],
5231
+ type_asset: 'sdk.coin',
5105
5232
  traces: [{
5106
5233
  type: 'ibc',
5107
5234
  counterparty: {
@@ -5136,6 +5263,7 @@ const assets = {
5136
5263
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
5137
5264
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
5138
5265
  }],
5266
+ type_asset: 'sdk.coin',
5139
5267
  traces: [{
5140
5268
  type: 'ibc',
5141
5269
  counterparty: {
@@ -5170,6 +5298,7 @@ const assets = {
5170
5298
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
5171
5299
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
5172
5300
  }],
5301
+ type_asset: 'sdk.coin',
5173
5302
  traces: [{
5174
5303
  type: 'ibc',
5175
5304
  counterparty: {
@@ -5204,6 +5333,7 @@ const assets = {
5204
5333
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
5205
5334
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
5206
5335
  }],
5336
+ type_asset: 'sdk.coin',
5207
5337
  traces: [{
5208
5338
  type: 'ibc',
5209
5339
  counterparty: {
@@ -5238,6 +5368,7 @@ const assets = {
5238
5368
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
5239
5369
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
5240
5370
  }],
5371
+ type_asset: 'sdk.coin',
5241
5372
  traces: [{
5242
5373
  type: 'ibc',
5243
5374
  counterparty: {
@@ -5272,6 +5403,7 @@ const assets = {
5272
5403
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
5273
5404
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
5274
5405
  }],
5406
+ type_asset: 'sdk.coin',
5275
5407
  traces: [{
5276
5408
  type: 'ibc',
5277
5409
  counterparty: {
@@ -5306,6 +5438,7 @@ const assets = {
5306
5438
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
5307
5439
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
5308
5440
  }],
5441
+ type_asset: 'sdk.coin',
5309
5442
  traces: [{
5310
5443
  type: 'ibc',
5311
5444
  counterparty: {
@@ -5340,6 +5473,7 @@ const assets = {
5340
5473
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
5341
5474
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
5342
5475
  }],
5476
+ type_asset: 'sdk.coin',
5343
5477
  traces: [{
5344
5478
  type: 'ibc',
5345
5479
  counterparty: {
@@ -5374,6 +5508,7 @@ const assets = {
5374
5508
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
5375
5509
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
5376
5510
  }],
5511
+ type_asset: 'sdk.coin',
5377
5512
  traces: [{
5378
5513
  type: 'ibc',
5379
5514
  counterparty: {
@@ -5408,6 +5543,7 @@ const assets = {
5408
5543
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
5409
5544
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
5410
5545
  }],
5546
+ type_asset: 'sdk.coin',
5411
5547
  traces: [{
5412
5548
  type: 'ibc',
5413
5549
  counterparty: {
@@ -5442,6 +5578,7 @@ const assets = {
5442
5578
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
5443
5579
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
5444
5580
  }],
5581
+ type_asset: 'sdk.coin',
5445
5582
  traces: [{
5446
5583
  type: 'ibc',
5447
5584
  counterparty: {
@@ -5476,6 +5613,7 @@ const assets = {
5476
5613
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5477
5614
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5478
5615
  }],
5616
+ type_asset: 'sdk.coin',
5479
5617
  traces: [{
5480
5618
  type: 'ibc',
5481
5619
  counterparty: {
@@ -5510,6 +5648,7 @@ const assets = {
5510
5648
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5511
5649
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5512
5650
  }],
5651
+ type_asset: 'sdk.coin',
5513
5652
  traces: [{
5514
5653
  type: 'ibc',
5515
5654
  counterparty: {
@@ -5544,6 +5683,7 @@ const assets = {
5544
5683
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5545
5684
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5546
5685
  }],
5686
+ type_asset: 'sdk.coin',
5547
5687
  traces: [{
5548
5688
  type: 'ibc',
5549
5689
  counterparty: {
@@ -5578,6 +5718,7 @@ const assets = {
5578
5718
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5579
5719
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5580
5720
  }],
5721
+ type_asset: 'sdk.coin',
5581
5722
  traces: [{
5582
5723
  type: 'ibc',
5583
5724
  counterparty: {
@@ -5612,6 +5753,7 @@ const assets = {
5612
5753
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5613
5754
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5614
5755
  }],
5756
+ type_asset: 'sdk.coin',
5615
5757
  traces: [{
5616
5758
  type: 'ibc',
5617
5759
  counterparty: {
@@ -5646,6 +5788,7 @@ const assets = {
5646
5788
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5647
5789
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5648
5790
  }],
5791
+ type_asset: 'sdk.coin',
5649
5792
  traces: [{
5650
5793
  type: 'ibc',
5651
5794
  counterparty: {
@@ -5680,6 +5823,7 @@ const assets = {
5680
5823
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5681
5824
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5682
5825
  }],
5826
+ type_asset: 'sdk.coin',
5683
5827
  traces: [{
5684
5828
  type: 'ibc',
5685
5829
  counterparty: {
@@ -5714,6 +5858,7 @@ const assets = {
5714
5858
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5715
5859
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5716
5860
  }],
5861
+ type_asset: 'sdk.coin',
5717
5862
  traces: [{
5718
5863
  type: 'ibc',
5719
5864
  counterparty: {
@@ -5748,6 +5893,7 @@ const assets = {
5748
5893
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5749
5894
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5750
5895
  }],
5896
+ type_asset: 'sdk.coin',
5751
5897
  traces: [{
5752
5898
  type: 'ibc',
5753
5899
  counterparty: {
@@ -5782,6 +5928,7 @@ const assets = {
5782
5928
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5783
5929
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5784
5930
  }],
5931
+ type_asset: 'sdk.coin',
5785
5932
  traces: [{
5786
5933
  type: 'ibc',
5787
5934
  counterparty: {
@@ -5816,6 +5963,7 @@ const assets = {
5816
5963
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5817
5964
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5818
5965
  }],
5966
+ type_asset: 'sdk.coin',
5819
5967
  traces: [{
5820
5968
  type: 'ibc',
5821
5969
  counterparty: {
@@ -5850,6 +5998,7 @@ const assets = {
5850
5998
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5851
5999
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5852
6000
  }],
6001
+ type_asset: 'sdk.coin',
5853
6002
  traces: [{
5854
6003
  type: 'ibc',
5855
6004
  counterparty: {
@@ -5884,6 +6033,7 @@ const assets = {
5884
6033
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5885
6034
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5886
6035
  }],
6036
+ type_asset: 'sdk.coin',
5887
6037
  traces: [{
5888
6038
  type: 'ibc',
5889
6039
  counterparty: {
@@ -5918,6 +6068,7 @@ const assets = {
5918
6068
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5919
6069
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5920
6070
  }],
6071
+ type_asset: 'sdk.coin',
5921
6072
  traces: [{
5922
6073
  type: 'ibc',
5923
6074
  counterparty: {
@@ -5952,6 +6103,7 @@ const assets = {
5952
6103
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5953
6104
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5954
6105
  }],
6106
+ type_asset: 'sdk.coin',
5955
6107
  traces: [{
5956
6108
  type: 'ibc',
5957
6109
  counterparty: {
@@ -5986,6 +6138,7 @@ const assets = {
5986
6138
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
5987
6139
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
5988
6140
  }],
6141
+ type_asset: 'sdk.coin',
5989
6142
  traces: [{
5990
6143
  type: 'ibc',
5991
6144
  counterparty: {
@@ -6020,6 +6173,7 @@ const assets = {
6020
6173
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6021
6174
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6022
6175
  }],
6176
+ type_asset: 'sdk.coin',
6023
6177
  traces: [{
6024
6178
  type: 'ibc',
6025
6179
  counterparty: {
@@ -6054,6 +6208,7 @@ const assets = {
6054
6208
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6055
6209
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6056
6210
  }],
6211
+ type_asset: 'sdk.coin',
6057
6212
  traces: [{
6058
6213
  type: 'ibc',
6059
6214
  counterparty: {
@@ -6088,6 +6243,7 @@ const assets = {
6088
6243
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6089
6244
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6090
6245
  }],
6246
+ type_asset: 'sdk.coin',
6091
6247
  traces: [{
6092
6248
  type: 'ibc',
6093
6249
  counterparty: {
@@ -6122,6 +6278,7 @@ const assets = {
6122
6278
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6123
6279
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6124
6280
  }],
6281
+ type_asset: 'sdk.coin',
6125
6282
  traces: [{
6126
6283
  type: 'ibc',
6127
6284
  counterparty: {
@@ -6156,6 +6313,7 @@ const assets = {
6156
6313
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6157
6314
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6158
6315
  }],
6316
+ type_asset: 'sdk.coin',
6159
6317
  traces: [{
6160
6318
  type: 'ibc',
6161
6319
  counterparty: {
@@ -6190,6 +6348,7 @@ const assets = {
6190
6348
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6191
6349
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6192
6350
  }],
6351
+ type_asset: 'sdk.coin',
6193
6352
  traces: [{
6194
6353
  type: 'ibc',
6195
6354
  counterparty: {
@@ -6224,6 +6383,7 @@ const assets = {
6224
6383
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6225
6384
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6226
6385
  }],
6386
+ type_asset: 'sdk.coin',
6227
6387
  traces: [{
6228
6388
  type: 'ibc',
6229
6389
  counterparty: {
@@ -6258,6 +6418,7 @@ const assets = {
6258
6418
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
6259
6419
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
6260
6420
  }],
6421
+ type_asset: 'sdk.coin',
6261
6422
  traces: [{
6262
6423
  type: 'ibc',
6263
6424
  counterparty: {
@@ -6300,6 +6461,7 @@ const assets = {
6300
6461
  website: 'https://www.regen.network/',
6301
6462
  twitter: 'https://twitter.com/regen_network'
6302
6463
  },
6464
+ type_asset: 'sdk.coin',
6303
6465
  traces: [{
6304
6466
  type: 'ibc',
6305
6467
  counterparty: {
@@ -6338,6 +6500,7 @@ const assets = {
6338
6500
  primary_color_hex: '#171c25'
6339
6501
  }
6340
6502
  }],
6503
+ type_asset: 'sdk.coin',
6341
6504
  traces: [{
6342
6505
  type: 'ibc',
6343
6506
  counterparty: {
@@ -6380,6 +6543,7 @@ const assets = {
6380
6543
  website: 'https://scrt.network/',
6381
6544
  twitter: 'https://twitter.com/SecretNetwork'
6382
6545
  },
6546
+ type_asset: 'sdk.coin',
6383
6547
  traces: [{
6384
6548
  type: 'ibc',
6385
6549
  counterparty: {
@@ -6422,6 +6586,7 @@ const assets = {
6422
6586
  website: 'https://www.sei.io/',
6423
6587
  twitter: 'https://twitter.com/SeiNetwork'
6424
6588
  },
6589
+ type_asset: 'sdk.coin',
6425
6590
  traces: [{
6426
6591
  type: 'ibc',
6427
6592
  counterparty: {
@@ -6444,6 +6609,8 @@ const assets = {
6444
6609
  denom: 'oozaru',
6445
6610
  exponent: 6
6446
6611
  }],
6612
+ type_asset: 'cw20',
6613
+ address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
6447
6614
  base: 'ibc/9F058162A280B51EA31256997963B1F93DF5BCF024C5B141606C605478691D3A',
6448
6615
  name: 'Oozaru',
6449
6616
  display: 'oozaru',
@@ -6499,6 +6666,7 @@ const assets = {
6499
6666
  website: 'https://shido.io/',
6500
6667
  twitter: 'https://twitter.com/ShidoGlobal'
6501
6668
  },
6669
+ type_asset: 'sdk.coin',
6502
6670
  traces: [{
6503
6671
  type: 'ibc',
6504
6672
  counterparty: {
@@ -6541,6 +6709,7 @@ const assets = {
6541
6709
  website: 'https://www.stargaze.zone/',
6542
6710
  twitter: 'https://twitter.com/StargazeZone'
6543
6711
  },
6712
+ type_asset: 'sdk.coin',
6544
6713
  traces: [{
6545
6714
  type: 'ibc',
6546
6715
  counterparty: {
@@ -6579,6 +6748,7 @@ const assets = {
6579
6748
  primary_color_hex: '#040404'
6580
6749
  }
6581
6750
  }],
6751
+ type_asset: 'sdk.coin',
6582
6752
  traces: [{
6583
6753
  type: 'ibc',
6584
6754
  counterparty: {
@@ -6621,6 +6791,7 @@ const assets = {
6621
6791
  website: 'https://www.terra.money/',
6622
6792
  twitter: 'https://twitter.com/terra_money'
6623
6793
  },
6794
+ type_asset: 'sdk.coin',
6624
6795
  traces: [{
6625
6796
  type: 'ibc',
6626
6797
  counterparty: {
@@ -6633,6 +6804,58 @@ const assets = {
6633
6804
  }
6634
6805
  }]
6635
6806
  },
6807
+ {
6808
+ description: 'The native token of the Titan network.',
6809
+ denom_units: [
6810
+ {
6811
+ denom: 'ibc/3485BBB356BE4227DEC383C84B78D3D0673DF6DEF80AE41348FCCC7C38B37C44',
6812
+ exponent: 0,
6813
+ aliases: ['atkx']
6814
+ },
6815
+ {
6816
+ denom: 'utkx',
6817
+ exponent: 12,
6818
+ aliases: ['microtkx']
6819
+ },
6820
+ {
6821
+ denom: 'mtkx',
6822
+ exponent: 15,
6823
+ aliases: ['millitkx']
6824
+ },
6825
+ {
6826
+ denom: 'tkx',
6827
+ exponent: 18,
6828
+ aliases: []
6829
+ }
6830
+ ],
6831
+ base: 'ibc/3485BBB356BE4227DEC383C84B78D3D0673DF6DEF80AE41348FCCC7C38B37C44',
6832
+ display: 'tkx',
6833
+ name: 'titan tkx',
6834
+ symbol: 'TKX',
6835
+ coingecko_id: 'tokenize-xchange',
6836
+ images: [{
6837
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/titan/images/tkx.png',
6838
+ theme: {
6839
+ primary_color_hex: '#fc641c'
6840
+ }
6841
+ }],
6842
+ keywords: ['staking'],
6843
+ logo_URIs: {
6844
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/titan/images/tkx.png'
6845
+ },
6846
+ type_asset: 'sdk.coin',
6847
+ traces: [{
6848
+ type: 'ibc',
6849
+ counterparty: {
6850
+ channel_id: 'channel-0',
6851
+ base_denom: 'atkx',
6852
+ chain_name: 'titan'
6853
+ },
6854
+ chain: {
6855
+ channel_id: 'channel-99'
6856
+ }
6857
+ }]
6858
+ },
6636
6859
  {
6637
6860
  description: 'The native token of Umee',
6638
6861
  denom_units: [{
@@ -6659,6 +6882,7 @@ const assets = {
6659
6882
  primary_color_hex: '#22f2e9'
6660
6883
  }
6661
6884
  }],
6885
+ type_asset: 'sdk.coin',
6662
6886
  traces: [{
6663
6887
  type: 'ibc',
6664
6888
  counterparty: {
@@ -6701,6 +6925,7 @@ const assets = {
6701
6925
  website: 'https://omniflix.network/',
6702
6926
  twitter: 'https://twitter.com/OmniFlixNetwork'
6703
6927
  },
6928
+ type_asset: 'sdk.coin',
6704
6929
  traces: [{
6705
6930
  type: 'ibc',
6706
6931
  counterparty: {
@@ -6736,6 +6961,7 @@ const assets = {
6736
6961
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.png',
6737
6962
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/onex/images/onex.svg'
6738
6963
  }],
6964
+ type_asset: 'sdk.coin',
6739
6965
  traces: [{
6740
6966
  type: 'ibc',
6741
6967
  counterparty: {
@@ -6868,6 +7094,7 @@ const assets = {
6868
7094
  website: 'https://persistence.one/',
6869
7095
  twitter: 'https://twitter.com/PersistenceOne'
6870
7096
  },
7097
+ type_asset: 'sdk.coin',
6871
7098
  traces: [{
6872
7099
  type: 'ibc',
6873
7100
  counterparty: {
@@ -6910,6 +7137,7 @@ const assets = {
6910
7137
  website: 'https://planq.network',
6911
7138
  twitter: 'https://twitter.com/planqfoundation'
6912
7139
  },
7140
+ type_asset: 'sdk.coin',
6913
7141
  traces: [{
6914
7142
  type: 'ibc',
6915
7143
  counterparty: {
@@ -6959,7 +7187,8 @@ const assets = {
6959
7187
  }],
6960
7188
  logo_URIs: {
6961
7189
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
6962
- }
7190
+ },
7191
+ type_asset: 'sdk.coin'
6963
7192
  },
6964
7193
  {
6965
7194
  description: 'Hash is the staking token of the Provenance Blockchain',
@@ -6987,6 +7216,7 @@ const assets = {
6987
7216
  primary_color_hex: '#4c7cdc'
6988
7217
  }
6989
7218
  }],
7219
+ type_asset: 'sdk.coin',
6990
7220
  traces: [{
6991
7221
  type: 'ibc',
6992
7222
  counterparty: {
@@ -7024,6 +7254,7 @@ const assets = {
7024
7254
  primary_color_hex: '#c6ddf5'
7025
7255
  }
7026
7256
  }],
7257
+ type_asset: 'sdk.coin',
7027
7258
  traces: [{
7028
7259
  type: 'ibc',
7029
7260
  counterparty: {
@@ -7058,6 +7289,7 @@ const assets = {
7058
7289
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
7059
7290
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
7060
7291
  }],
7292
+ type_asset: 'sdk.coin',
7061
7293
  traces: [{
7062
7294
  type: 'ibc',
7063
7295
  counterparty: {
@@ -7092,6 +7324,7 @@ const assets = {
7092
7324
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
7093
7325
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
7094
7326
  }],
7327
+ type_asset: 'sdk.coin',
7095
7328
  traces: [{
7096
7329
  type: 'ibc',
7097
7330
  counterparty: {
@@ -7126,6 +7359,7 @@ const assets = {
7126
7359
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
7127
7360
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
7128
7361
  }],
7362
+ type_asset: 'sdk.coin',
7129
7363
  traces: [{
7130
7364
  type: 'ibc',
7131
7365
  counterparty: {
@@ -7160,6 +7394,7 @@ const assets = {
7160
7394
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
7161
7395
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
7162
7396
  }],
7397
+ type_asset: 'sdk.coin',
7163
7398
  traces: [{
7164
7399
  type: 'ibc',
7165
7400
  counterparty: {
@@ -7194,6 +7429,7 @@ const assets = {
7194
7429
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
7195
7430
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
7196
7431
  }],
7432
+ type_asset: 'sdk.coin',
7197
7433
  traces: [{
7198
7434
  type: 'ibc',
7199
7435
  counterparty: {
@@ -7228,6 +7464,7 @@ const assets = {
7228
7464
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
7229
7465
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
7230
7466
  }],
7467
+ type_asset: 'sdk.coin',
7231
7468
  traces: [{
7232
7469
  type: 'ibc',
7233
7470
  counterparty: {
@@ -7262,6 +7499,7 @@ const assets = {
7262
7499
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
7263
7500
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
7264
7501
  }],
7502
+ type_asset: 'sdk.coin',
7265
7503
  traces: [{
7266
7504
  type: 'ibc',
7267
7505
  counterparty: {
@@ -7296,6 +7534,7 @@ const assets = {
7296
7534
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
7297
7535
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
7298
7536
  }],
7537
+ type_asset: 'sdk.coin',
7299
7538
  traces: [{
7300
7539
  type: 'ibc',
7301
7540
  counterparty: {
@@ -7330,6 +7569,7 @@ const assets = {
7330
7569
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
7331
7570
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
7332
7571
  }],
7572
+ type_asset: 'sdk.coin',
7333
7573
  traces: [{
7334
7574
  type: 'ibc',
7335
7575
  counterparty: {
@@ -7364,6 +7604,7 @@ const assets = {
7364
7604
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
7365
7605
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
7366
7606
  }],
7607
+ type_asset: 'sdk.coin',
7367
7608
  traces: [{
7368
7609
  type: 'ibc',
7369
7610
  counterparty: {
@@ -7398,6 +7639,7 @@ const assets = {
7398
7639
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
7399
7640
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
7400
7641
  }],
7642
+ type_asset: 'sdk.coin',
7401
7643
  traces: [{
7402
7644
  type: 'ibc',
7403
7645
  counterparty: {
@@ -7432,6 +7674,7 @@ const assets = {
7432
7674
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
7433
7675
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
7434
7676
  }],
7677
+ type_asset: 'sdk.coin',
7435
7678
  traces: [{
7436
7679
  type: 'ibc',
7437
7680
  counterparty: {
@@ -7466,6 +7709,7 @@ const assets = {
7466
7709
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
7467
7710
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
7468
7711
  }],
7712
+ type_asset: 'sdk.coin',
7469
7713
  traces: [{
7470
7714
  type: 'ibc',
7471
7715
  counterparty: {
@@ -7500,6 +7744,7 @@ const assets = {
7500
7744
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
7501
7745
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
7502
7746
  }],
7747
+ type_asset: 'sdk.coin',
7503
7748
  traces: [{
7504
7749
  type: 'ibc',
7505
7750
  counterparty: {
@@ -7534,6 +7779,7 @@ const assets = {
7534
7779
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
7535
7780
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
7536
7781
  }],
7782
+ type_asset: 'sdk.coin',
7537
7783
  traces: [{
7538
7784
  type: 'ibc',
7539
7785
  counterparty: {
@@ -7568,6 +7814,7 @@ const assets = {
7568
7814
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
7569
7815
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
7570
7816
  }],
7817
+ type_asset: 'sdk.coin',
7571
7818
  traces: [{
7572
7819
  type: 'ibc',
7573
7820
  counterparty: {
@@ -7602,6 +7849,7 @@ const assets = {
7602
7849
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
7603
7850
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
7604
7851
  }],
7852
+ type_asset: 'sdk.coin',
7605
7853
  traces: [{
7606
7854
  type: 'ibc',
7607
7855
  counterparty: {
@@ -7636,6 +7884,7 @@ const assets = {
7636
7884
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
7637
7885
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
7638
7886
  }],
7887
+ type_asset: 'sdk.coin',
7639
7888
  traces: [{
7640
7889
  type: 'ibc',
7641
7890
  counterparty: {
@@ -7670,6 +7919,7 @@ const assets = {
7670
7919
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
7671
7920
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
7672
7921
  }],
7922
+ type_asset: 'sdk.coin',
7673
7923
  traces: [{
7674
7924
  type: 'ibc',
7675
7925
  counterparty: {
@@ -7704,6 +7954,7 @@ const assets = {
7704
7954
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
7705
7955
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
7706
7956
  }],
7957
+ type_asset: 'sdk.coin',
7707
7958
  traces: [{
7708
7959
  type: 'ibc',
7709
7960
  counterparty: {
@@ -7738,6 +7989,7 @@ const assets = {
7738
7989
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
7739
7990
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
7740
7991
  }],
7992
+ type_asset: 'sdk.coin',
7741
7993
  traces: [{
7742
7994
  type: 'ibc',
7743
7995
  counterparty: {
@@ -7772,6 +8024,7 @@ const assets = {
7772
8024
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
7773
8025
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
7774
8026
  }],
8027
+ type_asset: 'sdk.coin',
7775
8028
  traces: [{
7776
8029
  type: 'ibc',
7777
8030
  counterparty: {
@@ -7806,6 +8059,7 @@ const assets = {
7806
8059
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
7807
8060
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
7808
8061
  }],
8062
+ type_asset: 'sdk.coin',
7809
8063
  traces: [{
7810
8064
  type: 'ibc',
7811
8065
  counterparty: {
@@ -7840,6 +8094,7 @@ const assets = {
7840
8094
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
7841
8095
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
7842
8096
  }],
8097
+ type_asset: 'sdk.coin',
7843
8098
  traces: [{
7844
8099
  type: 'ibc',
7845
8100
  counterparty: {
@@ -7874,6 +8129,7 @@ const assets = {
7874
8129
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
7875
8130
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
7876
8131
  }],
8132
+ type_asset: 'sdk.coin',
7877
8133
  traces: [{
7878
8134
  type: 'ibc',
7879
8135
  counterparty: {
@@ -7908,6 +8164,7 @@ const assets = {
7908
8164
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
7909
8165
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
7910
8166
  }],
8167
+ type_asset: 'sdk.coin',
7911
8168
  traces: [{
7912
8169
  type: 'ibc',
7913
8170
  counterparty: {
@@ -7942,6 +8199,7 @@ const assets = {
7942
8199
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
7943
8200
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
7944
8201
  }],
8202
+ type_asset: 'sdk.coin',
7945
8203
  traces: [{
7946
8204
  type: 'ibc',
7947
8205
  counterparty: {
@@ -7976,6 +8234,7 @@ const assets = {
7976
8234
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
7977
8235
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
7978
8236
  }],
8237
+ type_asset: 'sdk.coin',
7979
8238
  traces: [{
7980
8239
  type: 'ibc',
7981
8240
  counterparty: {
@@ -8010,6 +8269,7 @@ const assets = {
8010
8269
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
8011
8270
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
8012
8271
  }],
8272
+ type_asset: 'sdk.coin',
8013
8273
  traces: [{
8014
8274
  type: 'ibc',
8015
8275
  counterparty: {
@@ -8044,6 +8304,7 @@ const assets = {
8044
8304
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
8045
8305
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
8046
8306
  }],
8307
+ type_asset: 'sdk.coin',
8047
8308
  traces: [{
8048
8309
  type: 'ibc',
8049
8310
  counterparty: {
@@ -8078,6 +8339,7 @@ const assets = {
8078
8339
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
8079
8340
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
8080
8341
  }],
8342
+ type_asset: 'sdk.coin',
8081
8343
  traces: [{
8082
8344
  type: 'ibc',
8083
8345
  counterparty: {
@@ -8112,6 +8374,7 @@ const assets = {
8112
8374
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
8113
8375
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
8114
8376
  }],
8377
+ type_asset: 'sdk.coin',
8115
8378
  traces: [{
8116
8379
  type: 'ibc',
8117
8380
  counterparty: {
@@ -8146,6 +8409,7 @@ const assets = {
8146
8409
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
8147
8410
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
8148
8411
  }],
8412
+ type_asset: 'sdk.coin',
8149
8413
  traces: [{
8150
8414
  type: 'ibc',
8151
8415
  counterparty: {
@@ -8180,6 +8444,7 @@ const assets = {
8180
8444
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
8181
8445
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
8182
8446
  }],
8447
+ type_asset: 'sdk.coin',
8183
8448
  traces: [{
8184
8449
  type: 'ibc',
8185
8450
  counterparty: {
@@ -8214,6 +8479,7 @@ const assets = {
8214
8479
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
8215
8480
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
8216
8481
  }],
8482
+ type_asset: 'sdk.coin',
8217
8483
  traces: [{
8218
8484
  type: 'ibc',
8219
8485
  counterparty: {
@@ -8248,6 +8514,7 @@ const assets = {
8248
8514
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
8249
8515
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
8250
8516
  }],
8517
+ type_asset: 'sdk.coin',
8251
8518
  traces: [{
8252
8519
  type: 'ibc',
8253
8520
  counterparty: {
@@ -8282,6 +8549,7 @@ const assets = {
8282
8549
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
8283
8550
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
8284
8551
  }],
8552
+ type_asset: 'sdk.coin',
8285
8553
  traces: [{
8286
8554
  type: 'ibc',
8287
8555
  counterparty: {
@@ -8316,6 +8584,7 @@ const assets = {
8316
8584
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
8317
8585
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
8318
8586
  }],
8587
+ type_asset: 'sdk.coin',
8319
8588
  traces: [{
8320
8589
  type: 'ibc',
8321
8590
  counterparty: {
@@ -8350,6 +8619,7 @@ const assets = {
8350
8619
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
8351
8620
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
8352
8621
  }],
8622
+ type_asset: 'sdk.coin',
8353
8623
  traces: [{
8354
8624
  type: 'ibc',
8355
8625
  counterparty: {
@@ -8384,6 +8654,7 @@ const assets = {
8384
8654
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
8385
8655
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
8386
8656
  }],
8657
+ type_asset: 'sdk.coin',
8387
8658
  traces: [{
8388
8659
  type: 'ibc',
8389
8660
  counterparty: {
@@ -8418,6 +8689,7 @@ const assets = {
8418
8689
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
8419
8690
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
8420
8691
  }],
8692
+ type_asset: 'sdk.coin',
8421
8693
  traces: [{
8422
8694
  type: 'ibc',
8423
8695
  counterparty: {
@@ -8452,6 +8724,7 @@ const assets = {
8452
8724
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
8453
8725
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
8454
8726
  }],
8727
+ type_asset: 'sdk.coin',
8455
8728
  traces: [{
8456
8729
  type: 'ibc',
8457
8730
  counterparty: {
@@ -8486,6 +8759,7 @@ const assets = {
8486
8759
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
8487
8760
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
8488
8761
  }],
8762
+ type_asset: 'sdk.coin',
8489
8763
  traces: [{
8490
8764
  type: 'ibc',
8491
8765
  counterparty: {
@@ -8520,6 +8794,7 @@ const assets = {
8520
8794
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
8521
8795
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
8522
8796
  }],
8797
+ type_asset: 'sdk.coin',
8523
8798
  traces: [{
8524
8799
  type: 'ibc',
8525
8800
  counterparty: {
@@ -8554,6 +8829,7 @@ const assets = {
8554
8829
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
8555
8830
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
8556
8831
  }],
8832
+ type_asset: 'sdk.coin',
8557
8833
  traces: [{
8558
8834
  type: 'ibc',
8559
8835
  counterparty: {
@@ -8588,6 +8864,7 @@ const assets = {
8588
8864
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8589
8865
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8590
8866
  }],
8867
+ type_asset: 'sdk.coin',
8591
8868
  traces: [{
8592
8869
  type: 'ibc',
8593
8870
  counterparty: {
@@ -8622,6 +8899,7 @@ const assets = {
8622
8899
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8623
8900
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8624
8901
  }],
8902
+ type_asset: 'sdk.coin',
8625
8903
  traces: [{
8626
8904
  type: 'ibc',
8627
8905
  counterparty: {
@@ -8656,6 +8934,7 @@ const assets = {
8656
8934
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
8657
8935
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
8658
8936
  }],
8937
+ type_asset: 'sdk.coin',
8659
8938
  traces: [{
8660
8939
  type: 'ibc',
8661
8940
  counterparty: {
@@ -8690,6 +8969,7 @@ const assets = {
8690
8969
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8691
8970
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8692
8971
  }],
8972
+ type_asset: 'sdk.coin',
8693
8973
  traces: [{
8694
8974
  type: 'ibc',
8695
8975
  counterparty: {
@@ -8724,6 +9004,7 @@ const assets = {
8724
9004
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8725
9005
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8726
9006
  }],
9007
+ type_asset: 'sdk.coin',
8727
9008
  traces: [{
8728
9009
  type: 'ibc',
8729
9010
  counterparty: {
@@ -8758,6 +9039,7 @@ const assets = {
8758
9039
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8759
9040
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8760
9041
  }],
9042
+ type_asset: 'sdk.coin',
8761
9043
  traces: [{
8762
9044
  type: 'ibc',
8763
9045
  counterparty: {
@@ -8792,6 +9074,7 @@ const assets = {
8792
9074
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8793
9075
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8794
9076
  }],
9077
+ type_asset: 'sdk.coin',
8795
9078
  traces: [{
8796
9079
  type: 'ibc',
8797
9080
  counterparty: {
@@ -8826,6 +9109,7 @@ const assets = {
8826
9109
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8827
9110
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8828
9111
  }],
9112
+ type_asset: 'sdk.coin',
8829
9113
  traces: [{
8830
9114
  type: 'ibc',
8831
9115
  counterparty: {
@@ -8860,6 +9144,7 @@ const assets = {
8860
9144
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8861
9145
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8862
9146
  }],
9147
+ type_asset: 'sdk.coin',
8863
9148
  traces: [{
8864
9149
  type: 'ibc',
8865
9150
  counterparty: {
@@ -8894,6 +9179,7 @@ const assets = {
8894
9179
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8895
9180
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8896
9181
  }],
9182
+ type_asset: 'sdk.coin',
8897
9183
  traces: [{
8898
9184
  type: 'ibc',
8899
9185
  counterparty: {
@@ -8928,6 +9214,7 @@ const assets = {
8928
9214
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8929
9215
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8930
9216
  }],
9217
+ type_asset: 'sdk.coin',
8931
9218
  traces: [{
8932
9219
  type: 'ibc',
8933
9220
  counterparty: {
@@ -8962,6 +9249,7 @@ const assets = {
8962
9249
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8963
9250
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8964
9251
  }],
9252
+ type_asset: 'sdk.coin',
8965
9253
  traces: [{
8966
9254
  type: 'ibc',
8967
9255
  counterparty: {
@@ -8996,6 +9284,7 @@ const assets = {
8996
9284
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8997
9285
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8998
9286
  }],
9287
+ type_asset: 'sdk.coin',
8999
9288
  traces: [{
9000
9289
  type: 'ibc',
9001
9290
  counterparty: {
@@ -9030,6 +9319,7 @@ const assets = {
9030
9319
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9031
9320
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9032
9321
  }],
9322
+ type_asset: 'sdk.coin',
9033
9323
  traces: [{
9034
9324
  type: 'ibc',
9035
9325
  counterparty: {
@@ -9064,6 +9354,7 @@ const assets = {
9064
9354
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9065
9355
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9066
9356
  }],
9357
+ type_asset: 'sdk.coin',
9067
9358
  traces: [{
9068
9359
  type: 'ibc',
9069
9360
  counterparty: {
@@ -9098,6 +9389,7 @@ const assets = {
9098
9389
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9099
9390
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9100
9391
  }],
9392
+ type_asset: 'sdk.coin',
9101
9393
  traces: [{
9102
9394
  type: 'ibc',
9103
9395
  counterparty: {
@@ -9132,6 +9424,7 @@ const assets = {
9132
9424
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9133
9425
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9134
9426
  }],
9427
+ type_asset: 'sdk.coin',
9135
9428
  traces: [{
9136
9429
  type: 'ibc',
9137
9430
  counterparty: {
@@ -9166,6 +9459,7 @@ const assets = {
9166
9459
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9167
9460
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9168
9461
  }],
9462
+ type_asset: 'sdk.coin',
9169
9463
  traces: [{
9170
9464
  type: 'ibc',
9171
9465
  counterparty: {
@@ -9200,6 +9494,7 @@ const assets = {
9200
9494
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9201
9495
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9202
9496
  }],
9497
+ type_asset: 'sdk.coin',
9203
9498
  traces: [{
9204
9499
  type: 'ibc',
9205
9500
  counterparty: {
@@ -9234,6 +9529,7 @@ const assets = {
9234
9529
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9235
9530
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9236
9531
  }],
9532
+ type_asset: 'sdk.coin',
9237
9533
  traces: [{
9238
9534
  type: 'ibc',
9239
9535
  counterparty: {
@@ -9268,6 +9564,7 @@ const assets = {
9268
9564
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9269
9565
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9270
9566
  }],
9567
+ type_asset: 'sdk.coin',
9271
9568
  traces: [{
9272
9569
  type: 'ibc',
9273
9570
  counterparty: {
@@ -9302,6 +9599,7 @@ const assets = {
9302
9599
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9303
9600
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9304
9601
  }],
9602
+ type_asset: 'sdk.coin',
9305
9603
  traces: [{
9306
9604
  type: 'ibc',
9307
9605
  counterparty: {
@@ -9336,6 +9634,7 @@ const assets = {
9336
9634
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9337
9635
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9338
9636
  }],
9637
+ type_asset: 'sdk.coin',
9339
9638
  traces: [{
9340
9639
  type: 'ibc',
9341
9640
  counterparty: {
@@ -9370,6 +9669,7 @@ const assets = {
9370
9669
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9371
9670
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9372
9671
  }],
9672
+ type_asset: 'sdk.coin',
9373
9673
  traces: [{
9374
9674
  type: 'ibc',
9375
9675
  counterparty: {
@@ -9404,6 +9704,7 @@ const assets = {
9404
9704
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9405
9705
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9406
9706
  }],
9707
+ type_asset: 'sdk.coin',
9407
9708
  traces: [{
9408
9709
  type: 'ibc',
9409
9710
  counterparty: {
@@ -9438,6 +9739,7 @@ const assets = {
9438
9739
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9439
9740
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9440
9741
  }],
9742
+ type_asset: 'sdk.coin',
9441
9743
  traces: [{
9442
9744
  type: 'ibc',
9443
9745
  counterparty: {
@@ -9472,6 +9774,7 @@ const assets = {
9472
9774
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
9473
9775
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
9474
9776
  }],
9777
+ type_asset: 'sdk.coin',
9475
9778
  traces: [{
9476
9779
  type: 'ibc',
9477
9780
  counterparty: {
@@ -9514,6 +9817,7 @@ const assets = {
9514
9817
  website: 'https://www.regen.network/',
9515
9818
  twitter: 'https://twitter.com/regen_network'
9516
9819
  },
9820
+ type_asset: 'sdk.coin',
9517
9821
  traces: [{
9518
9822
  type: 'ibc',
9519
9823
  counterparty: {
@@ -9552,6 +9856,7 @@ const assets = {
9552
9856
  primary_color_hex: '#171c25'
9553
9857
  }
9554
9858
  }],
9859
+ type_asset: 'sdk.coin',
9555
9860
  traces: [{
9556
9861
  type: 'ibc',
9557
9862
  counterparty: {
@@ -9594,6 +9899,7 @@ const assets = {
9594
9899
  website: 'https://scrt.network/',
9595
9900
  twitter: 'https://twitter.com/SecretNetwork'
9596
9901
  },
9902
+ type_asset: 'sdk.coin',
9597
9903
  traces: [{
9598
9904
  type: 'ibc',
9599
9905
  counterparty: {
@@ -9636,6 +9942,7 @@ const assets = {
9636
9942
  website: 'https://www.sei.io/',
9637
9943
  twitter: 'https://twitter.com/SeiNetwork'
9638
9944
  },
9945
+ type_asset: 'sdk.coin',
9639
9946
  traces: [{
9640
9947
  type: 'ibc',
9641
9948
  counterparty: {
@@ -9658,6 +9965,8 @@ const assets = {
9658
9965
  denom: 'oozaru',
9659
9966
  exponent: 6
9660
9967
  }],
9968
+ type_asset: 'cw20',
9969
+ address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
9661
9970
  base: 'ibc/9F058162A280B51EA31256997963B1F93DF5BCF024C5B141606C605478691D3A',
9662
9971
  name: 'Oozaru',
9663
9972
  display: 'oozaru',
@@ -9713,6 +10022,7 @@ const assets = {
9713
10022
  website: 'https://shido.io/',
9714
10023
  twitter: 'https://twitter.com/ShidoGlobal'
9715
10024
  },
10025
+ type_asset: 'sdk.coin',
9716
10026
  traces: [{
9717
10027
  type: 'ibc',
9718
10028
  counterparty: {
@@ -9755,6 +10065,7 @@ const assets = {
9755
10065
  website: 'https://www.stargaze.zone/',
9756
10066
  twitter: 'https://twitter.com/StargazeZone'
9757
10067
  },
10068
+ type_asset: 'sdk.coin',
9758
10069
  traces: [{
9759
10070
  type: 'ibc',
9760
10071
  counterparty: {
@@ -9793,6 +10104,7 @@ const assets = {
9793
10104
  primary_color_hex: '#040404'
9794
10105
  }
9795
10106
  }],
10107
+ type_asset: 'sdk.coin',
9796
10108
  traces: [{
9797
10109
  type: 'ibc',
9798
10110
  counterparty: {
@@ -9835,6 +10147,7 @@ const assets = {
9835
10147
  website: 'https://www.terra.money/',
9836
10148
  twitter: 'https://twitter.com/terra_money'
9837
10149
  },
10150
+ type_asset: 'sdk.coin',
9838
10151
  traces: [{
9839
10152
  type: 'ibc',
9840
10153
  counterparty: {
@@ -9847,6 +10160,58 @@ const assets = {
9847
10160
  }
9848
10161
  }]
9849
10162
  },
10163
+ {
10164
+ description: 'The native token of the Titan network.',
10165
+ denom_units: [
10166
+ {
10167
+ denom: 'ibc/3485BBB356BE4227DEC383C84B78D3D0673DF6DEF80AE41348FCCC7C38B37C44',
10168
+ exponent: 0,
10169
+ aliases: ['atkx']
10170
+ },
10171
+ {
10172
+ denom: 'utkx',
10173
+ exponent: 12,
10174
+ aliases: ['microtkx']
10175
+ },
10176
+ {
10177
+ denom: 'mtkx',
10178
+ exponent: 15,
10179
+ aliases: ['millitkx']
10180
+ },
10181
+ {
10182
+ denom: 'tkx',
10183
+ exponent: 18,
10184
+ aliases: []
10185
+ }
10186
+ ],
10187
+ base: 'ibc/3485BBB356BE4227DEC383C84B78D3D0673DF6DEF80AE41348FCCC7C38B37C44',
10188
+ display: 'tkx',
10189
+ name: 'titan tkx',
10190
+ symbol: 'TKX',
10191
+ coingecko_id: 'tokenize-xchange',
10192
+ images: [{
10193
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/titan/images/tkx.png',
10194
+ theme: {
10195
+ primary_color_hex: '#fc641c'
10196
+ }
10197
+ }],
10198
+ keywords: ['staking'],
10199
+ logo_URIs: {
10200
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/titan/images/tkx.png'
10201
+ },
10202
+ type_asset: 'sdk.coin',
10203
+ traces: [{
10204
+ type: 'ibc',
10205
+ counterparty: {
10206
+ channel_id: 'channel-0',
10207
+ base_denom: 'atkx',
10208
+ chain_name: 'titan'
10209
+ },
10210
+ chain: {
10211
+ channel_id: 'channel-99'
10212
+ }
10213
+ }]
10214
+ },
9850
10215
  {
9851
10216
  description: 'The native token of Umee',
9852
10217
  denom_units: [{
@@ -9873,6 +10238,7 @@ const assets = {
9873
10238
  primary_color_hex: '#22f2e9'
9874
10239
  }
9875
10240
  }],
10241
+ type_asset: 'sdk.coin',
9876
10242
  traces: [{
9877
10243
  type: 'ibc',
9878
10244
  counterparty: {
@@ -9887,7 +10253,7 @@ const assets = {
9887
10253
  },
9888
10254
  {
9889
10255
  description: 'The Wrapped INJ token for the Oraichain.',
9890
- type_asset: 'sdk.coin',
10256
+ type_asset: 'cw20',
9891
10257
  address: 'orai19rtmkk6sn4tppvjmp5d5zj6gfsdykrl5rw2euu5gwur3luheuuusesqn49',
9892
10258
  denom_units: [{
9893
10259
  denom: 'ibc/7D4162A63DB6140F058B63277AEFE18E401EADDFC801C04981AC74647058AF84',
@@ -10456,7 +10822,7 @@ const assets = {
10456
10822
  },
10457
10823
  {
10458
10824
  description: 'The Wrapped INJ token for the Oraichain.',
10459
- type_asset: 'sdk.coin',
10825
+ type_asset: 'cw20',
10460
10826
  address: 'orai19rtmkk6sn4tppvjmp5d5zj6gfsdykrl5rw2euu5gwur3luheuuusesqn49',
10461
10827
  denom_units: [{
10462
10828
  denom: 'ibc/7D4162A63DB6140F058B63277AEFE18E401EADDFC801C04981AC74647058AF84',