@chain-registry/assets 1.65.3 → 1.65.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (271) hide show
  1. package/esm/mainnet/acrechain.js +66 -0
  2. package/esm/mainnet/agoric.js +42 -2
  3. package/esm/mainnet/aioz.js +2 -0
  4. package/esm/mainnet/akash.js +36 -0
  5. package/esm/mainnet/andromeda.js +26 -0
  6. package/esm/mainnet/archway.js +58 -2
  7. package/esm/mainnet/assetmantle.js +6 -0
  8. package/esm/mainnet/assets.js +2 -1
  9. package/esm/mainnet/aura.js +22 -2
  10. package/esm/mainnet/axelar.js +266 -0
  11. package/esm/mainnet/bandchain.js +4 -0
  12. package/esm/mainnet/beezee.js +4 -0
  13. package/esm/mainnet/bitcanna.js +6 -0
  14. package/esm/mainnet/bitsong.js +10 -0
  15. package/esm/mainnet/bostrom.js +2 -0
  16. package/esm/mainnet/canto.js +6 -0
  17. package/esm/mainnet/carbon.js +18 -0
  18. package/esm/mainnet/celestia.js +198 -2
  19. package/esm/mainnet/chain4energy.js +2 -0
  20. package/esm/mainnet/cheqd.js +6 -0
  21. package/esm/mainnet/chihuahua.js +20 -0
  22. package/esm/mainnet/cifer.js +2 -0
  23. package/esm/mainnet/comdex.js +18 -0
  24. package/esm/mainnet/composable.js +62 -0
  25. package/esm/mainnet/coreum.js +34 -2
  26. package/esm/mainnet/cosmoshub.js +324 -6
  27. package/esm/mainnet/crescent.js +110 -0
  28. package/esm/mainnet/cronos.js +12 -2
  29. package/esm/mainnet/cryptoorgchain.js +26 -0
  30. package/esm/mainnet/decentr.js +6 -0
  31. package/esm/mainnet/dig.js +2 -0
  32. package/esm/mainnet/doravota.js +36 -0
  33. package/esm/mainnet/dydx.js +186 -2
  34. package/esm/mainnet/dymension.js +40 -2
  35. package/esm/mainnet/emoney.js +6 -0
  36. package/esm/mainnet/empowerchain.js +4 -0
  37. package/esm/mainnet/evmos.js +70 -2
  38. package/esm/mainnet/furya.js +8 -0
  39. package/esm/mainnet/fxcore.js +4 -0
  40. package/esm/mainnet/gateway.js +24 -0
  41. package/esm/mainnet/gravitybridge.js +50 -2
  42. package/esm/mainnet/haqq.js +22 -2
  43. package/esm/mainnet/impacthub.js +8 -0
  44. package/esm/mainnet/index.js +1 -0
  45. package/esm/mainnet/injective.js +214 -2
  46. package/esm/mainnet/irisnet.js +40 -0
  47. package/esm/mainnet/jackal.js +12 -0
  48. package/esm/mainnet/joltify.js +4 -0
  49. package/esm/mainnet/juno.js +122 -0
  50. package/esm/mainnet/kava.js +64 -0
  51. package/esm/mainnet/kichain.js +2 -0
  52. package/esm/mainnet/kujira.js +136 -6
  53. package/esm/mainnet/kyve.js +6 -0
  54. package/esm/mainnet/lava.js +6 -0
  55. package/esm/mainnet/likecoin.js +2 -0
  56. package/esm/mainnet/lumnetwork.js +2 -0
  57. package/esm/mainnet/mars.js +18 -0
  58. package/esm/mainnet/medasdigital.js +2 -0
  59. package/esm/mainnet/migaloo.js +62 -2
  60. package/esm/mainnet/neutron.js +220 -2
  61. package/esm/mainnet/nibiru.js +4 -0
  62. package/esm/mainnet/noble.js +372 -6
  63. package/esm/mainnet/nois.js +38 -0
  64. package/esm/mainnet/nolus.js +14 -0
  65. package/esm/mainnet/nomic.js +10 -0
  66. package/esm/mainnet/nyx.js +2 -0
  67. package/esm/mainnet/odin.js +20 -0
  68. package/esm/mainnet/okexchain.js +10 -0
  69. package/esm/mainnet/omniflixhub.js +16 -0
  70. package/esm/mainnet/onex.js +16 -2
  71. package/esm/mainnet/onomy.js +2 -0
  72. package/esm/mainnet/oraichain.js +30 -0
  73. package/esm/mainnet/osmosis.js +538 -6
  74. package/esm/mainnet/persistence.js +94 -2
  75. package/esm/mainnet/planq.js +18 -0
  76. package/esm/mainnet/point.js +2 -0
  77. package/esm/mainnet/provenance.js +4 -0
  78. package/esm/mainnet/pryzm.js +38 -0
  79. package/esm/mainnet/pundix.js +2 -0
  80. package/esm/mainnet/quicksilver.js +18 -0
  81. package/esm/mainnet/qwoyn.js +2 -0
  82. package/esm/mainnet/realio.js +4 -0
  83. package/esm/mainnet/regen.js +24 -0
  84. package/esm/mainnet/saga.js +14 -0
  85. package/esm/mainnet/secretnetwork.js +144 -2
  86. package/esm/mainnet/sei.js +40 -4
  87. package/esm/mainnet/self.js +4 -0
  88. package/esm/mainnet/sentinel.js +24 -0
  89. package/esm/mainnet/shido.js +4 -0
  90. package/esm/mainnet/sifchain.js +22 -0
  91. package/esm/mainnet/sommelier.js +24 -0
  92. package/esm/mainnet/source.js +10 -2
  93. package/esm/mainnet/stafihub.js +10 -0
  94. package/esm/mainnet/stargaze.js +50 -0
  95. package/esm/mainnet/starname.js +16 -0
  96. package/esm/mainnet/stride.js +232 -0
  97. package/esm/mainnet/teritori.js +8 -0
  98. package/esm/mainnet/terra.js +16 -0
  99. package/esm/mainnet/terra2.js +286 -2
  100. package/esm/mainnet/tgrade.js +4 -0
  101. package/esm/mainnet/titan.js +244 -0
  102. package/esm/mainnet/umee.js +62 -2
  103. package/esm/mainnet/unification.js +2 -0
  104. package/esm/mainnet/uptick.js +4 -0
  105. package/esm/mainnet/vidulum.js +4 -0
  106. package/esm/mainnet/xpla.js +16 -0
  107. package/esm/noncosmos/penumbra.js +8 -0
  108. package/esm/testnet/archwaytestnet.js +4 -0
  109. package/esm/testnet/axelartestnet.js +20 -0
  110. package/esm/testnet/celestiatestnet3.js +2 -0
  111. package/esm/testnet/cosmoshubtestnet.js +20 -0
  112. package/esm/testnet/dydxtestnet.js +2 -0
  113. package/esm/testnet/elystestnet.js +8 -0
  114. package/esm/testnet/empowertestnet.js +4 -0
  115. package/esm/testnet/injectivetestnet.js +4 -0
  116. package/esm/testnet/junotestnet.js +6 -0
  117. package/esm/testnet/kujiratestnet.js +4 -0
  118. package/esm/testnet/lavatestnet.js +2 -0
  119. package/esm/testnet/mantrachaintestnet.js +8 -0
  120. package/esm/testnet/marstestnet.js +4 -0
  121. package/esm/testnet/neutrontestnet.js +4 -0
  122. package/esm/testnet/nobletestnet.js +14 -0
  123. package/esm/testnet/noistestnet.js +8 -0
  124. package/esm/testnet/nolustestnet.js +2 -0
  125. package/esm/testnet/osmosistestnet.js +62 -0
  126. package/esm/testnet/osmosistestnet4.js +12 -0
  127. package/esm/testnet/persistencetestnet2.js +4 -0
  128. package/esm/testnet/sagatestnet.js +2 -0
  129. package/esm/testnet/seitestnet2.js +6 -0
  130. package/esm/testnet/stargazetestnet.js +6 -0
  131. package/esm/testnet/symphonytestnet.js +8 -0
  132. package/esm/testnet/terra2testnet.js +2 -0
  133. package/esm/testnet/titantestnet.js +12 -0
  134. package/esm/testnet/xiontestnet.js +10 -0
  135. package/mainnet/acrechain.js +66 -0
  136. package/mainnet/agoric.js +42 -2
  137. package/mainnet/aioz.js +2 -0
  138. package/mainnet/akash.js +36 -0
  139. package/mainnet/andromeda.js +26 -0
  140. package/mainnet/archway.js +58 -2
  141. package/mainnet/assetmantle.js +6 -0
  142. package/mainnet/assets.js +2 -1
  143. package/mainnet/aura.js +22 -2
  144. package/mainnet/axelar.js +266 -0
  145. package/mainnet/bandchain.js +4 -0
  146. package/mainnet/beezee.js +4 -0
  147. package/mainnet/bitcanna.js +6 -0
  148. package/mainnet/bitsong.js +10 -0
  149. package/mainnet/bostrom.js +2 -0
  150. package/mainnet/canto.js +6 -0
  151. package/mainnet/carbon.js +18 -0
  152. package/mainnet/celestia.js +198 -2
  153. package/mainnet/chain4energy.js +2 -0
  154. package/mainnet/cheqd.js +6 -0
  155. package/mainnet/chihuahua.js +20 -0
  156. package/mainnet/cifer.js +2 -0
  157. package/mainnet/comdex.js +18 -0
  158. package/mainnet/composable.js +62 -0
  159. package/mainnet/coreum.js +34 -2
  160. package/mainnet/cosmoshub.js +324 -6
  161. package/mainnet/crescent.js +110 -0
  162. package/mainnet/cronos.js +12 -2
  163. package/mainnet/cryptoorgchain.js +26 -0
  164. package/mainnet/decentr.js +6 -0
  165. package/mainnet/dig.js +2 -0
  166. package/mainnet/doravota.js +36 -0
  167. package/mainnet/dydx.js +186 -2
  168. package/mainnet/dymension.js +40 -2
  169. package/mainnet/emoney.js +6 -0
  170. package/mainnet/empowerchain.js +4 -0
  171. package/mainnet/evmos.js +70 -2
  172. package/mainnet/furya.js +8 -0
  173. package/mainnet/fxcore.js +4 -0
  174. package/mainnet/gateway.js +24 -0
  175. package/mainnet/gravitybridge.js +50 -2
  176. package/mainnet/haqq.js +22 -2
  177. package/mainnet/impacthub.js +8 -0
  178. package/mainnet/index.d.ts +1 -0
  179. package/mainnet/index.js +2 -1
  180. package/mainnet/injective.js +214 -2
  181. package/mainnet/irisnet.js +40 -0
  182. package/mainnet/jackal.js +12 -0
  183. package/mainnet/joltify.js +4 -0
  184. package/mainnet/juno.js +122 -0
  185. package/mainnet/kava.js +64 -0
  186. package/mainnet/kichain.js +2 -0
  187. package/mainnet/kujira.js +136 -6
  188. package/mainnet/kyve.js +6 -0
  189. package/mainnet/lava.js +6 -0
  190. package/mainnet/likecoin.js +2 -0
  191. package/mainnet/lumnetwork.js +2 -0
  192. package/mainnet/mars.js +18 -0
  193. package/mainnet/medasdigital.js +2 -0
  194. package/mainnet/migaloo.js +62 -2
  195. package/mainnet/neutron.js +220 -2
  196. package/mainnet/nibiru.js +4 -0
  197. package/mainnet/noble.js +372 -6
  198. package/mainnet/nois.js +38 -0
  199. package/mainnet/nolus.js +14 -0
  200. package/mainnet/nomic.js +10 -0
  201. package/mainnet/nyx.js +2 -0
  202. package/mainnet/odin.js +20 -0
  203. package/mainnet/okexchain.js +10 -0
  204. package/mainnet/omniflixhub.js +16 -0
  205. package/mainnet/onex.js +16 -2
  206. package/mainnet/onomy.js +2 -0
  207. package/mainnet/oraichain.js +30 -0
  208. package/mainnet/osmosis.js +538 -6
  209. package/mainnet/persistence.js +94 -2
  210. package/mainnet/planq.js +18 -0
  211. package/mainnet/point.js +2 -0
  212. package/mainnet/provenance.js +4 -0
  213. package/mainnet/pryzm.js +38 -0
  214. package/mainnet/pundix.js +2 -0
  215. package/mainnet/quicksilver.js +18 -0
  216. package/mainnet/qwoyn.js +2 -0
  217. package/mainnet/realio.js +4 -0
  218. package/mainnet/regen.js +24 -0
  219. package/mainnet/saga.js +14 -0
  220. package/mainnet/secretnetwork.js +144 -2
  221. package/mainnet/sei.js +40 -4
  222. package/mainnet/self.js +4 -0
  223. package/mainnet/sentinel.js +24 -0
  224. package/mainnet/shido.js +4 -0
  225. package/mainnet/sifchain.js +22 -0
  226. package/mainnet/sommelier.js +24 -0
  227. package/mainnet/source.js +10 -2
  228. package/mainnet/stafihub.js +10 -0
  229. package/mainnet/stargaze.js +50 -0
  230. package/mainnet/starname.js +16 -0
  231. package/mainnet/stride.js +232 -0
  232. package/mainnet/teritori.js +8 -0
  233. package/mainnet/terra.js +16 -0
  234. package/mainnet/terra2.js +286 -2
  235. package/mainnet/tgrade.js +4 -0
  236. package/mainnet/titan.d.ts +3 -0
  237. package/mainnet/titan.js +246 -0
  238. package/mainnet/umee.js +62 -2
  239. package/mainnet/unification.js +2 -0
  240. package/mainnet/uptick.js +4 -0
  241. package/mainnet/vidulum.js +4 -0
  242. package/mainnet/xpla.js +16 -0
  243. package/noncosmos/penumbra.js +8 -0
  244. package/package.json +5 -5
  245. package/testnet/archwaytestnet.js +4 -0
  246. package/testnet/axelartestnet.js +20 -0
  247. package/testnet/celestiatestnet3.js +2 -0
  248. package/testnet/cosmoshubtestnet.js +20 -0
  249. package/testnet/dydxtestnet.js +2 -0
  250. package/testnet/elystestnet.js +8 -0
  251. package/testnet/empowertestnet.js +4 -0
  252. package/testnet/injectivetestnet.js +4 -0
  253. package/testnet/junotestnet.js +6 -0
  254. package/testnet/kujiratestnet.js +4 -0
  255. package/testnet/lavatestnet.js +2 -0
  256. package/testnet/mantrachaintestnet.js +8 -0
  257. package/testnet/marstestnet.js +4 -0
  258. package/testnet/neutrontestnet.js +4 -0
  259. package/testnet/nobletestnet.js +14 -0
  260. package/testnet/noistestnet.js +8 -0
  261. package/testnet/nolustestnet.js +2 -0
  262. package/testnet/osmosistestnet.js +62 -0
  263. package/testnet/osmosistestnet4.js +12 -0
  264. package/testnet/persistencetestnet2.js +4 -0
  265. package/testnet/sagatestnet.js +2 -0
  266. package/testnet/seitestnet2.js +6 -0
  267. package/testnet/stargazetestnet.js +6 -0
  268. package/testnet/symphonytestnet.js +8 -0
  269. package/testnet/terra2testnet.js +2 -0
  270. package/testnet/titantestnet.js +12 -0
  271. package/testnet/xiontestnet.js +10 -0
@@ -31,6 +31,7 @@ const assets = {
31
31
  website: 'https://arable.finance/',
32
32
  twitter: 'https://twitter.com/ArableProtocol'
33
33
  },
34
+ type_asset: 'sdk.coin',
34
35
  traces: [{
35
36
  type: 'ibc',
36
37
  counterparty: {
@@ -73,6 +74,7 @@ const assets = {
73
74
  website: 'https://arable.finance/',
74
75
  twitter: 'https://twitter.com/ArableProtocol'
75
76
  },
77
+ type_asset: 'sdk.coin',
76
78
  traces: [{
77
79
  type: 'ibc',
78
80
  counterparty: {
@@ -110,6 +112,7 @@ const assets = {
110
112
  primary_color_hex: '#ecc53b'
111
113
  }
112
114
  }],
115
+ type_asset: 'sdk.coin',
113
116
  traces: [{
114
117
  type: 'ibc',
115
118
  counterparty: {
@@ -152,6 +155,7 @@ const assets = {
152
155
  website: 'https://agoric.com/',
153
156
  twitter: 'https://twitter.com/agoric'
154
157
  },
158
+ type_asset: 'sdk.coin',
155
159
  traces: [{
156
160
  type: 'ibc',
157
161
  counterparty: {
@@ -190,6 +194,7 @@ const assets = {
190
194
  primary_color_hex: '#d485e2'
191
195
  }
192
196
  }],
197
+ type_asset: 'sdk.coin',
193
198
  traces: [{
194
199
  type: 'ibc',
195
200
  counterparty: {
@@ -232,6 +237,7 @@ const assets = {
232
237
  website: 'https://axelar.network/',
233
238
  twitter: 'https://twitter.com/axelarnetwork'
234
239
  },
240
+ type_asset: 'sdk.coin',
235
241
  traces: [{
236
242
  type: 'ibc',
237
243
  counterparty: {
@@ -274,6 +280,7 @@ const assets = {
274
280
  website: 'https://www.bandprotocol.com/',
275
281
  twitter: 'https://twitter.com/BandProtocol'
276
282
  },
283
+ type_asset: 'sdk.coin',
277
284
  traces: [{
278
285
  type: 'ibc',
279
286
  counterparty: {
@@ -392,6 +399,7 @@ const assets = {
392
399
  primary_color_hex: '#043d4d'
393
400
  }
394
401
  }],
402
+ type_asset: 'sdk.coin',
395
403
  traces: [{
396
404
  type: 'ibc',
397
405
  counterparty: {
@@ -434,6 +442,7 @@ const assets = {
434
442
  website: 'https://celestia.org/',
435
443
  twitter: 'https://twitter.com/CelestiaOrg'
436
444
  },
445
+ type_asset: 'sdk.coin',
437
446
  traces: [{
438
447
  type: 'ibc',
439
448
  counterparty: {
@@ -472,6 +481,7 @@ const assets = {
472
481
  primary_color_hex: '#fc4454'
473
482
  }
474
483
  }],
484
+ type_asset: 'sdk.coin',
475
485
  traces: [{
476
486
  type: 'ibc',
477
487
  counterparty: {
@@ -510,6 +520,7 @@ const assets = {
510
520
  primary_color_hex: '#645ca4'
511
521
  }
512
522
  }],
523
+ type_asset: 'sdk.coin',
513
524
  traces: [{
514
525
  type: 'ibc',
515
526
  counterparty: {
@@ -548,6 +559,7 @@ const assets = {
548
559
  primary_color_hex: '#040404'
549
560
  }
550
561
  }],
562
+ type_asset: 'sdk.coin',
551
563
  traces: [{
552
564
  type: 'ibc',
553
565
  counterparty: {
@@ -590,6 +602,7 @@ const assets = {
590
602
  website: 'https://cosmos.network',
591
603
  twitter: 'https://twitter.com/cosmoshub'
592
604
  },
605
+ type_asset: 'sdk.coin',
593
606
  traces: [{
594
607
  type: 'ibc',
595
608
  counterparty: {
@@ -628,6 +641,7 @@ const assets = {
628
641
  primary_color_hex: '#3c2832'
629
642
  }
630
643
  }],
644
+ type_asset: 'sdk.coin',
631
645
  traces: [{
632
646
  type: 'ibc',
633
647
  counterparty: {
@@ -666,6 +680,7 @@ const assets = {
666
680
  primary_color_hex: '#df969f'
667
681
  }
668
682
  }],
683
+ type_asset: 'sdk.coin',
669
684
  traces: [{
670
685
  type: 'ibc',
671
686
  counterparty: {
@@ -713,6 +728,7 @@ const assets = {
713
728
  website: 'https://dydx.trade/',
714
729
  twitter: 'https://twitter.com/dYdX'
715
730
  },
731
+ type_asset: 'sdk.coin',
716
732
  traces: [{
717
733
  type: 'ibc',
718
734
  counterparty: {
@@ -798,6 +814,7 @@ const assets = {
798
814
  website: 'https://evmos.org/',
799
815
  twitter: 'https://twitter.com/EvmosOrg'
800
816
  },
817
+ type_asset: 'sdk.coin',
801
818
  traces: [{
802
819
  type: 'ibc',
803
820
  counterparty: {
@@ -839,6 +856,7 @@ const assets = {
839
856
  website: 'https://www.neokingdom.org/',
840
857
  twitter: 'https://twitter.com/NEOKingdomDAO'
841
858
  },
859
+ type_asset: 'sdk.coin',
842
860
  traces: [{
843
861
  type: 'ibc',
844
862
  counterparty: {
@@ -959,6 +977,7 @@ const assets = {
959
977
  primary_color_hex: '#04cd80'
960
978
  }
961
979
  }],
980
+ type_asset: 'sdk.coin',
962
981
  traces: [{
963
982
  type: 'ibc',
964
983
  counterparty: {
@@ -1046,6 +1065,7 @@ const assets = {
1046
1065
  website: 'https://injective.com/',
1047
1066
  twitter: 'https://twitter.com/Injective_'
1048
1067
  },
1068
+ type_asset: 'sdk.coin',
1049
1069
  traces: [{
1050
1070
  type: 'ibc',
1051
1071
  counterparty: {
@@ -1081,6 +1101,7 @@ const assets = {
1081
1101
  primary_color_hex: '#31292a'
1082
1102
  }
1083
1103
  }],
1104
+ type_asset: 'sdk.coin',
1084
1105
  traces: [{
1085
1106
  type: 'ibc',
1086
1107
  counterparty: {
@@ -1116,6 +1137,7 @@ const assets = {
1116
1137
  primary_color_hex: '#18120f'
1117
1138
  }
1118
1139
  }],
1140
+ type_asset: 'sdk.coin',
1119
1141
  traces: [{
1120
1142
  type: 'ibc',
1121
1143
  counterparty: {
@@ -1148,6 +1170,7 @@ const assets = {
1148
1170
  primary_color_hex: '#293a6f'
1149
1171
  }
1150
1172
  }],
1173
+ type_asset: 'sdk.coin',
1151
1174
  traces: [{
1152
1175
  type: 'ibc',
1153
1176
  counterparty: {
@@ -1180,6 +1203,7 @@ const assets = {
1180
1203
  primary_color_hex: '#272f4b'
1181
1204
  }
1182
1205
  }],
1206
+ type_asset: 'sdk.coin',
1183
1207
  traces: [{
1184
1208
  type: 'ibc',
1185
1209
  counterparty: {
@@ -1212,6 +1236,7 @@ const assets = {
1212
1236
  primary_color_hex: '#2a303f'
1213
1237
  }
1214
1238
  }],
1239
+ type_asset: 'sdk.coin',
1215
1240
  traces: [{
1216
1241
  type: 'ibc',
1217
1242
  counterparty: {
@@ -1244,6 +1269,7 @@ const assets = {
1244
1269
  primary_color_hex: '#54ac94'
1245
1270
  }
1246
1271
  }],
1272
+ type_asset: 'sdk.coin',
1247
1273
  traces: [{
1248
1274
  type: 'ibc',
1249
1275
  counterparty: {
@@ -1276,6 +1302,7 @@ const assets = {
1276
1302
  primary_color_hex: '#7931f9'
1277
1303
  }
1278
1304
  }],
1305
+ type_asset: 'sdk.coin',
1279
1306
  traces: [{
1280
1307
  type: 'ibc',
1281
1308
  counterparty: {
@@ -1318,6 +1345,7 @@ const assets = {
1318
1345
  website: 'https://junonetwork.io/',
1319
1346
  twitter: 'https://twitter.com/JunoNetwork'
1320
1347
  },
1348
+ type_asset: 'sdk.coin',
1321
1349
  traces: [{
1322
1350
  type: 'ibc',
1323
1351
  counterparty: {
@@ -1360,6 +1388,7 @@ const assets = {
1360
1388
  website: 'https://kujira.network/',
1361
1389
  twitter: 'https://twitter.com/TeamKujira'
1362
1390
  },
1391
+ type_asset: 'sdk.coin',
1363
1392
  traces: [{
1364
1393
  type: 'ibc',
1365
1394
  counterparty: {
@@ -1404,6 +1433,7 @@ const assets = {
1404
1433
  website: 'https://neutron.org/',
1405
1434
  twitter: 'https://twitter.com/Neutron_org'
1406
1435
  },
1436
+ type_asset: 'sdk.coin',
1407
1437
  traces: [{
1408
1438
  type: 'ibc',
1409
1439
  counterparty: {
@@ -1439,6 +1469,7 @@ const assets = {
1439
1469
  primary_color_hex: '#1b0847'
1440
1470
  }
1441
1471
  }],
1472
+ type_asset: 'sdk.coin',
1442
1473
  traces: [{
1443
1474
  type: 'ibc',
1444
1475
  counterparty: {
@@ -1474,6 +1505,7 @@ const assets = {
1474
1505
  primary_color_hex: '#dcd5ab'
1475
1506
  }
1476
1507
  }],
1508
+ type_asset: 'sdk.coin',
1477
1509
  traces: [{
1478
1510
  type: 'ibc',
1479
1511
  counterparty: {
@@ -1509,6 +1541,7 @@ const assets = {
1509
1541
  primary_color_hex: '#333333'
1510
1542
  }
1511
1543
  }],
1544
+ type_asset: 'sdk.coin',
1512
1545
  traces: [{
1513
1546
  type: 'ibc',
1514
1547
  counterparty: {
@@ -1641,6 +1674,7 @@ const assets = {
1641
1674
  website: 'https://persistence.one/',
1642
1675
  twitter: 'https://twitter.com/PersistenceOne'
1643
1676
  },
1677
+ type_asset: 'sdk.coin',
1644
1678
  traces: [{
1645
1679
  type: 'ibc',
1646
1680
  counterparty: {
@@ -1678,6 +1712,7 @@ const assets = {
1678
1712
  primary_color_hex: '#c6ddf5'
1679
1713
  }
1680
1714
  }],
1715
+ type_asset: 'sdk.coin',
1681
1716
  traces: [{
1682
1717
  type: 'ibc',
1683
1718
  counterparty: {
@@ -1712,6 +1747,7 @@ const assets = {
1712
1747
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1713
1748
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1714
1749
  }],
1750
+ type_asset: 'sdk.coin',
1715
1751
  traces: [{
1716
1752
  type: 'ibc',
1717
1753
  counterparty: {
@@ -1746,6 +1782,7 @@ const assets = {
1746
1782
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1747
1783
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1748
1784
  }],
1785
+ type_asset: 'sdk.coin',
1749
1786
  traces: [{
1750
1787
  type: 'ibc',
1751
1788
  counterparty: {
@@ -1780,6 +1817,7 @@ const assets = {
1780
1817
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
1781
1818
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
1782
1819
  }],
1820
+ type_asset: 'sdk.coin',
1783
1821
  traces: [{
1784
1822
  type: 'ibc',
1785
1823
  counterparty: {
@@ -1814,6 +1852,7 @@ const assets = {
1814
1852
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
1815
1853
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
1816
1854
  }],
1855
+ type_asset: 'sdk.coin',
1817
1856
  traces: [{
1818
1857
  type: 'ibc',
1819
1858
  counterparty: {
@@ -1848,6 +1887,7 @@ const assets = {
1848
1887
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
1849
1888
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
1850
1889
  }],
1890
+ type_asset: 'sdk.coin',
1851
1891
  traces: [{
1852
1892
  type: 'ibc',
1853
1893
  counterparty: {
@@ -1882,6 +1922,7 @@ const assets = {
1882
1922
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
1883
1923
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
1884
1924
  }],
1925
+ type_asset: 'sdk.coin',
1885
1926
  traces: [{
1886
1927
  type: 'ibc',
1887
1928
  counterparty: {
@@ -1916,6 +1957,7 @@ const assets = {
1916
1957
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
1917
1958
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
1918
1959
  }],
1960
+ type_asset: 'sdk.coin',
1919
1961
  traces: [{
1920
1962
  type: 'ibc',
1921
1963
  counterparty: {
@@ -1950,6 +1992,7 @@ const assets = {
1950
1992
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
1951
1993
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
1952
1994
  }],
1995
+ type_asset: 'sdk.coin',
1953
1996
  traces: [{
1954
1997
  type: 'ibc',
1955
1998
  counterparty: {
@@ -1984,6 +2027,7 @@ const assets = {
1984
2027
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
1985
2028
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
1986
2029
  }],
2030
+ type_asset: 'sdk.coin',
1987
2031
  traces: [{
1988
2032
  type: 'ibc',
1989
2033
  counterparty: {
@@ -2018,6 +2062,7 @@ const assets = {
2018
2062
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2019
2063
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2020
2064
  }],
2065
+ type_asset: 'sdk.coin',
2021
2066
  traces: [{
2022
2067
  type: 'ibc',
2023
2068
  counterparty: {
@@ -2052,6 +2097,7 @@ const assets = {
2052
2097
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2053
2098
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2054
2099
  }],
2100
+ type_asset: 'sdk.coin',
2055
2101
  traces: [{
2056
2102
  type: 'ibc',
2057
2103
  counterparty: {
@@ -2086,6 +2132,7 @@ const assets = {
2086
2132
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
2087
2133
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
2088
2134
  }],
2135
+ type_asset: 'sdk.coin',
2089
2136
  traces: [{
2090
2137
  type: 'ibc',
2091
2138
  counterparty: {
@@ -2120,6 +2167,7 @@ const assets = {
2120
2167
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2121
2168
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2122
2169
  }],
2170
+ type_asset: 'sdk.coin',
2123
2171
  traces: [{
2124
2172
  type: 'ibc',
2125
2173
  counterparty: {
@@ -2154,6 +2202,7 @@ const assets = {
2154
2202
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2155
2203
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2156
2204
  }],
2205
+ type_asset: 'sdk.coin',
2157
2206
  traces: [{
2158
2207
  type: 'ibc',
2159
2208
  counterparty: {
@@ -2188,6 +2237,7 @@ const assets = {
2188
2237
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
2189
2238
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
2190
2239
  }],
2240
+ type_asset: 'sdk.coin',
2191
2241
  traces: [{
2192
2242
  type: 'ibc',
2193
2243
  counterparty: {
@@ -2222,6 +2272,7 @@ const assets = {
2222
2272
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2223
2273
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2224
2274
  }],
2275
+ type_asset: 'sdk.coin',
2225
2276
  traces: [{
2226
2277
  type: 'ibc',
2227
2278
  counterparty: {
@@ -2256,6 +2307,7 @@ const assets = {
2256
2307
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2257
2308
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2258
2309
  }],
2310
+ type_asset: 'sdk.coin',
2259
2311
  traces: [{
2260
2312
  type: 'ibc',
2261
2313
  counterparty: {
@@ -2290,6 +2342,7 @@ const assets = {
2290
2342
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
2291
2343
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
2292
2344
  }],
2345
+ type_asset: 'sdk.coin',
2293
2346
  traces: [{
2294
2347
  type: 'ibc',
2295
2348
  counterparty: {
@@ -2324,6 +2377,7 @@ const assets = {
2324
2377
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2325
2378
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2326
2379
  }],
2380
+ type_asset: 'sdk.coin',
2327
2381
  traces: [{
2328
2382
  type: 'ibc',
2329
2383
  counterparty: {
@@ -2358,6 +2412,7 @@ const assets = {
2358
2412
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2359
2413
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2360
2414
  }],
2415
+ type_asset: 'sdk.coin',
2361
2416
  traces: [{
2362
2417
  type: 'ibc',
2363
2418
  counterparty: {
@@ -2392,6 +2447,7 @@ const assets = {
2392
2447
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
2393
2448
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
2394
2449
  }],
2450
+ type_asset: 'sdk.coin',
2395
2451
  traces: [{
2396
2452
  type: 'ibc',
2397
2453
  counterparty: {
@@ -2426,6 +2482,7 @@ const assets = {
2426
2482
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2427
2483
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2428
2484
  }],
2485
+ type_asset: 'sdk.coin',
2429
2486
  traces: [{
2430
2487
  type: 'ibc',
2431
2488
  counterparty: {
@@ -2460,6 +2517,7 @@ const assets = {
2460
2517
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2461
2518
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2462
2519
  }],
2520
+ type_asset: 'sdk.coin',
2463
2521
  traces: [{
2464
2522
  type: 'ibc',
2465
2523
  counterparty: {
@@ -2494,6 +2552,7 @@ const assets = {
2494
2552
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
2495
2553
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
2496
2554
  }],
2555
+ type_asset: 'sdk.coin',
2497
2556
  traces: [{
2498
2557
  type: 'ibc',
2499
2558
  counterparty: {
@@ -2528,6 +2587,7 @@ const assets = {
2528
2587
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
2529
2588
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
2530
2589
  }],
2590
+ type_asset: 'sdk.coin',
2531
2591
  traces: [{
2532
2592
  type: 'ibc',
2533
2593
  counterparty: {
@@ -2562,6 +2622,7 @@ const assets = {
2562
2622
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
2563
2623
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
2564
2624
  }],
2625
+ type_asset: 'sdk.coin',
2565
2626
  traces: [{
2566
2627
  type: 'ibc',
2567
2628
  counterparty: {
@@ -2596,6 +2657,7 @@ const assets = {
2596
2657
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
2597
2658
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
2598
2659
  }],
2660
+ type_asset: 'sdk.coin',
2599
2661
  traces: [{
2600
2662
  type: 'ibc',
2601
2663
  counterparty: {
@@ -2630,6 +2692,7 @@ const assets = {
2630
2692
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2631
2693
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2632
2694
  }],
2695
+ type_asset: 'sdk.coin',
2633
2696
  traces: [{
2634
2697
  type: 'ibc',
2635
2698
  counterparty: {
@@ -2664,6 +2727,7 @@ const assets = {
2664
2727
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2665
2728
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2666
2729
  }],
2730
+ type_asset: 'sdk.coin',
2667
2731
  traces: [{
2668
2732
  type: 'ibc',
2669
2733
  counterparty: {
@@ -2698,6 +2762,7 @@ const assets = {
2698
2762
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
2699
2763
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
2700
2764
  }],
2765
+ type_asset: 'sdk.coin',
2701
2766
  traces: [{
2702
2767
  type: 'ibc',
2703
2768
  counterparty: {
@@ -2732,6 +2797,7 @@ const assets = {
2732
2797
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2733
2798
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2734
2799
  }],
2800
+ type_asset: 'sdk.coin',
2735
2801
  traces: [{
2736
2802
  type: 'ibc',
2737
2803
  counterparty: {
@@ -2766,6 +2832,7 @@ const assets = {
2766
2832
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2767
2833
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2768
2834
  }],
2835
+ type_asset: 'sdk.coin',
2769
2836
  traces: [{
2770
2837
  type: 'ibc',
2771
2838
  counterparty: {
@@ -2800,6 +2867,7 @@ const assets = {
2800
2867
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
2801
2868
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
2802
2869
  }],
2870
+ type_asset: 'sdk.coin',
2803
2871
  traces: [{
2804
2872
  type: 'ibc',
2805
2873
  counterparty: {
@@ -2834,6 +2902,7 @@ const assets = {
2834
2902
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
2835
2903
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
2836
2904
  }],
2905
+ type_asset: 'sdk.coin',
2837
2906
  traces: [{
2838
2907
  type: 'ibc',
2839
2908
  counterparty: {
@@ -2868,6 +2937,7 @@ const assets = {
2868
2937
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
2869
2938
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
2870
2939
  }],
2940
+ type_asset: 'sdk.coin',
2871
2941
  traces: [{
2872
2942
  type: 'ibc',
2873
2943
  counterparty: {
@@ -2902,6 +2972,7 @@ const assets = {
2902
2972
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
2903
2973
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
2904
2974
  }],
2975
+ type_asset: 'sdk.coin',
2905
2976
  traces: [{
2906
2977
  type: 'ibc',
2907
2978
  counterparty: {
@@ -2936,6 +3007,7 @@ const assets = {
2936
3007
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
2937
3008
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
2938
3009
  }],
3010
+ type_asset: 'sdk.coin',
2939
3011
  traces: [{
2940
3012
  type: 'ibc',
2941
3013
  counterparty: {
@@ -2970,6 +3042,7 @@ const assets = {
2970
3042
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
2971
3043
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
2972
3044
  }],
3045
+ type_asset: 'sdk.coin',
2973
3046
  traces: [{
2974
3047
  type: 'ibc',
2975
3048
  counterparty: {
@@ -3004,6 +3077,7 @@ const assets = {
3004
3077
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
3005
3078
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
3006
3079
  }],
3080
+ type_asset: 'sdk.coin',
3007
3081
  traces: [{
3008
3082
  type: 'ibc',
3009
3083
  counterparty: {
@@ -3038,6 +3112,7 @@ const assets = {
3038
3112
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3039
3113
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3040
3114
  }],
3115
+ type_asset: 'sdk.coin',
3041
3116
  traces: [{
3042
3117
  type: 'ibc',
3043
3118
  counterparty: {
@@ -3072,6 +3147,7 @@ const assets = {
3072
3147
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3073
3148
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3074
3149
  }],
3150
+ type_asset: 'sdk.coin',
3075
3151
  traces: [{
3076
3152
  type: 'ibc',
3077
3153
  counterparty: {
@@ -3106,6 +3182,7 @@ const assets = {
3106
3182
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
3107
3183
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
3108
3184
  }],
3185
+ type_asset: 'sdk.coin',
3109
3186
  traces: [{
3110
3187
  type: 'ibc',
3111
3188
  counterparty: {
@@ -3140,6 +3217,7 @@ const assets = {
3140
3217
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3141
3218
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3142
3219
  }],
3220
+ type_asset: 'sdk.coin',
3143
3221
  traces: [{
3144
3222
  type: 'ibc',
3145
3223
  counterparty: {
@@ -3174,6 +3252,7 @@ const assets = {
3174
3252
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3175
3253
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3176
3254
  }],
3255
+ type_asset: 'sdk.coin',
3177
3256
  traces: [{
3178
3257
  type: 'ibc',
3179
3258
  counterparty: {
@@ -3208,6 +3287,7 @@ const assets = {
3208
3287
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
3209
3288
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
3210
3289
  }],
3290
+ type_asset: 'sdk.coin',
3211
3291
  traces: [{
3212
3292
  type: 'ibc',
3213
3293
  counterparty: {
@@ -3242,6 +3322,7 @@ const assets = {
3242
3322
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3243
3323
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3244
3324
  }],
3325
+ type_asset: 'sdk.coin',
3245
3326
  traces: [{
3246
3327
  type: 'ibc',
3247
3328
  counterparty: {
@@ -3276,6 +3357,7 @@ const assets = {
3276
3357
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3277
3358
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3278
3359
  }],
3360
+ type_asset: 'sdk.coin',
3279
3361
  traces: [{
3280
3362
  type: 'ibc',
3281
3363
  counterparty: {
@@ -3310,6 +3392,7 @@ const assets = {
3310
3392
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
3311
3393
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
3312
3394
  }],
3395
+ type_asset: 'sdk.coin',
3313
3396
  traces: [{
3314
3397
  type: 'ibc',
3315
3398
  counterparty: {
@@ -3344,6 +3427,7 @@ const assets = {
3344
3427
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3345
3428
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3346
3429
  }],
3430
+ type_asset: 'sdk.coin',
3347
3431
  traces: [{
3348
3432
  type: 'ibc',
3349
3433
  counterparty: {
@@ -3378,6 +3462,7 @@ const assets = {
3378
3462
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3379
3463
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3380
3464
  }],
3465
+ type_asset: 'sdk.coin',
3381
3466
  traces: [{
3382
3467
  type: 'ibc',
3383
3468
  counterparty: {
@@ -3412,6 +3497,7 @@ const assets = {
3412
3497
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3413
3498
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3414
3499
  }],
3500
+ type_asset: 'sdk.coin',
3415
3501
  traces: [{
3416
3502
  type: 'ibc',
3417
3503
  counterparty: {
@@ -3446,6 +3532,7 @@ const assets = {
3446
3532
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3447
3533
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3448
3534
  }],
3535
+ type_asset: 'sdk.coin',
3449
3536
  traces: [{
3450
3537
  type: 'ibc',
3451
3538
  counterparty: {
@@ -3480,6 +3567,7 @@ const assets = {
3480
3567
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3481
3568
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3482
3569
  }],
3570
+ type_asset: 'sdk.coin',
3483
3571
  traces: [{
3484
3572
  type: 'ibc',
3485
3573
  counterparty: {
@@ -3514,6 +3602,7 @@ const assets = {
3514
3602
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3515
3603
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3516
3604
  }],
3605
+ type_asset: 'sdk.coin',
3517
3606
  traces: [{
3518
3607
  type: 'ibc',
3519
3608
  counterparty: {
@@ -3548,6 +3637,7 @@ const assets = {
3548
3637
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3549
3638
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3550
3639
  }],
3640
+ type_asset: 'sdk.coin',
3551
3641
  traces: [{
3552
3642
  type: 'ibc',
3553
3643
  counterparty: {
@@ -3582,6 +3672,7 @@ const assets = {
3582
3672
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3583
3673
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3584
3674
  }],
3675
+ type_asset: 'sdk.coin',
3585
3676
  traces: [{
3586
3677
  type: 'ibc',
3587
3678
  counterparty: {
@@ -3616,6 +3707,7 @@ const assets = {
3616
3707
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3617
3708
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3618
3709
  }],
3710
+ type_asset: 'sdk.coin',
3619
3711
  traces: [{
3620
3712
  type: 'ibc',
3621
3713
  counterparty: {
@@ -3650,6 +3742,7 @@ const assets = {
3650
3742
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3651
3743
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3652
3744
  }],
3745
+ type_asset: 'sdk.coin',
3653
3746
  traces: [{
3654
3747
  type: 'ibc',
3655
3748
  counterparty: {
@@ -3684,6 +3777,7 @@ const assets = {
3684
3777
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3685
3778
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3686
3779
  }],
3780
+ type_asset: 'sdk.coin',
3687
3781
  traces: [{
3688
3782
  type: 'ibc',
3689
3783
  counterparty: {
@@ -3718,6 +3812,7 @@ const assets = {
3718
3812
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3719
3813
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3720
3814
  }],
3815
+ type_asset: 'sdk.coin',
3721
3816
  traces: [{
3722
3817
  type: 'ibc',
3723
3818
  counterparty: {
@@ -3752,6 +3847,7 @@ const assets = {
3752
3847
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3753
3848
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3754
3849
  }],
3850
+ type_asset: 'sdk.coin',
3755
3851
  traces: [{
3756
3852
  type: 'ibc',
3757
3853
  counterparty: {
@@ -3786,6 +3882,7 @@ const assets = {
3786
3882
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3787
3883
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3788
3884
  }],
3885
+ type_asset: 'sdk.coin',
3789
3886
  traces: [{
3790
3887
  type: 'ibc',
3791
3888
  counterparty: {
@@ -3820,6 +3917,7 @@ const assets = {
3820
3917
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3821
3918
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3822
3919
  }],
3920
+ type_asset: 'sdk.coin',
3823
3921
  traces: [{
3824
3922
  type: 'ibc',
3825
3923
  counterparty: {
@@ -3854,6 +3952,7 @@ const assets = {
3854
3952
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3855
3953
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3856
3954
  }],
3955
+ type_asset: 'sdk.coin',
3857
3956
  traces: [{
3858
3957
  type: 'ibc',
3859
3958
  counterparty: {
@@ -3888,6 +3987,7 @@ const assets = {
3888
3987
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3889
3988
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3890
3989
  }],
3990
+ type_asset: 'sdk.coin',
3891
3991
  traces: [{
3892
3992
  type: 'ibc',
3893
3993
  counterparty: {
@@ -3922,6 +4022,7 @@ const assets = {
3922
4022
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3923
4023
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3924
4024
  }],
4025
+ type_asset: 'sdk.coin',
3925
4026
  traces: [{
3926
4027
  type: 'ibc',
3927
4028
  counterparty: {
@@ -3956,6 +4057,7 @@ const assets = {
3956
4057
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3957
4058
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3958
4059
  }],
4060
+ type_asset: 'sdk.coin',
3959
4061
  traces: [{
3960
4062
  type: 'ibc',
3961
4063
  counterparty: {
@@ -3990,6 +4092,7 @@ const assets = {
3990
4092
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
3991
4093
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
3992
4094
  }],
4095
+ type_asset: 'sdk.coin',
3993
4096
  traces: [{
3994
4097
  type: 'ibc',
3995
4098
  counterparty: {
@@ -4024,6 +4127,7 @@ const assets = {
4024
4127
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4025
4128
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4026
4129
  }],
4130
+ type_asset: 'sdk.coin',
4027
4131
  traces: [{
4028
4132
  type: 'ibc',
4029
4133
  counterparty: {
@@ -4058,6 +4162,7 @@ const assets = {
4058
4162
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4059
4163
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4060
4164
  }],
4165
+ type_asset: 'sdk.coin',
4061
4166
  traces: [{
4062
4167
  type: 'ibc',
4063
4168
  counterparty: {
@@ -4092,6 +4197,7 @@ const assets = {
4092
4197
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4093
4198
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4094
4199
  }],
4200
+ type_asset: 'sdk.coin',
4095
4201
  traces: [{
4096
4202
  type: 'ibc',
4097
4203
  counterparty: {
@@ -4126,6 +4232,7 @@ const assets = {
4126
4232
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
4127
4233
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
4128
4234
  }],
4235
+ type_asset: 'sdk.coin',
4129
4236
  traces: [{
4130
4237
  type: 'ibc',
4131
4238
  counterparty: {
@@ -4176,6 +4283,7 @@ const assets = {
4176
4283
  website: 'https://www.saga.xyz/',
4177
4284
  twitter: 'https://twitter.com/Sagaxyz__'
4178
4285
  },
4286
+ type_asset: 'sdk.coin',
4179
4287
  traces: [{
4180
4288
  type: 'ibc',
4181
4289
  counterparty: {
@@ -4218,6 +4326,7 @@ const assets = {
4218
4326
  website: 'https://scrt.network/',
4219
4327
  twitter: 'https://twitter.com/SecretNetwork'
4220
4328
  },
4329
+ type_asset: 'sdk.coin',
4221
4330
  traces: [{
4222
4331
  type: 'ibc',
4223
4332
  counterparty: {
@@ -4260,6 +4369,7 @@ const assets = {
4260
4369
  website: 'https://www.sei.io/',
4261
4370
  twitter: 'https://twitter.com/SeiNetwork'
4262
4371
  },
4372
+ type_asset: 'sdk.coin',
4263
4373
  traces: [{
4264
4374
  type: 'ibc',
4265
4375
  counterparty: {
@@ -4282,6 +4392,8 @@ const assets = {
4282
4392
  denom: 'oozaru',
4283
4393
  exponent: 6
4284
4394
  }],
4395
+ type_asset: 'cw20',
4396
+ address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
4285
4397
  base: 'ibc/C19E6B6212A5DCF8293D3CD440D5C8F9EA05E559834AB21E71A3BDBAB907994C',
4286
4398
  name: 'Oozaru',
4287
4399
  display: 'oozaru',
@@ -4345,6 +4457,7 @@ const assets = {
4345
4457
  website: 'https://www.sommelier.finance/',
4346
4458
  twitter: 'https://twitter.com/sommfinance'
4347
4459
  },
4460
+ type_asset: 'sdk.coin',
4348
4461
  traces: [{
4349
4462
  type: 'ibc',
4350
4463
  counterparty: {
@@ -4387,6 +4500,7 @@ const assets = {
4387
4500
  website: 'https://www.stargaze.zone/',
4388
4501
  twitter: 'https://twitter.com/StargazeZone'
4389
4502
  },
4503
+ type_asset: 'sdk.coin',
4390
4504
  traces: [{
4391
4505
  type: 'ibc',
4392
4506
  counterparty: {
@@ -4429,6 +4543,7 @@ const assets = {
4429
4543
  website: 'https://arable.finance/',
4430
4544
  twitter: 'https://twitter.com/ArableProtocol'
4431
4545
  },
4546
+ type_asset: 'sdk.coin',
4432
4547
  traces: [{
4433
4548
  type: 'ibc',
4434
4549
  counterparty: {
@@ -4471,6 +4586,7 @@ const assets = {
4471
4586
  website: 'https://arable.finance/',
4472
4587
  twitter: 'https://twitter.com/ArableProtocol'
4473
4588
  },
4589
+ type_asset: 'sdk.coin',
4474
4590
  traces: [{
4475
4591
  type: 'ibc',
4476
4592
  counterparty: {
@@ -4508,6 +4624,7 @@ const assets = {
4508
4624
  primary_color_hex: '#ecc53b'
4509
4625
  }
4510
4626
  }],
4627
+ type_asset: 'sdk.coin',
4511
4628
  traces: [{
4512
4629
  type: 'ibc',
4513
4630
  counterparty: {
@@ -4550,6 +4667,7 @@ const assets = {
4550
4667
  website: 'https://agoric.com/',
4551
4668
  twitter: 'https://twitter.com/agoric'
4552
4669
  },
4670
+ type_asset: 'sdk.coin',
4553
4671
  traces: [{
4554
4672
  type: 'ibc',
4555
4673
  counterparty: {
@@ -4588,6 +4706,7 @@ const assets = {
4588
4706
  primary_color_hex: '#d485e2'
4589
4707
  }
4590
4708
  }],
4709
+ type_asset: 'sdk.coin',
4591
4710
  traces: [{
4592
4711
  type: 'ibc',
4593
4712
  counterparty: {
@@ -4630,6 +4749,7 @@ const assets = {
4630
4749
  website: 'https://axelar.network/',
4631
4750
  twitter: 'https://twitter.com/axelarnetwork'
4632
4751
  },
4752
+ type_asset: 'sdk.coin',
4633
4753
  traces: [{
4634
4754
  type: 'ibc',
4635
4755
  counterparty: {
@@ -4672,6 +4792,7 @@ const assets = {
4672
4792
  website: 'https://www.bandprotocol.com/',
4673
4793
  twitter: 'https://twitter.com/BandProtocol'
4674
4794
  },
4795
+ type_asset: 'sdk.coin',
4675
4796
  traces: [{
4676
4797
  type: 'ibc',
4677
4798
  counterparty: {
@@ -4790,6 +4911,7 @@ const assets = {
4790
4911
  primary_color_hex: '#043d4d'
4791
4912
  }
4792
4913
  }],
4914
+ type_asset: 'sdk.coin',
4793
4915
  traces: [{
4794
4916
  type: 'ibc',
4795
4917
  counterparty: {
@@ -4832,6 +4954,7 @@ const assets = {
4832
4954
  website: 'https://celestia.org/',
4833
4955
  twitter: 'https://twitter.com/CelestiaOrg'
4834
4956
  },
4957
+ type_asset: 'sdk.coin',
4835
4958
  traces: [{
4836
4959
  type: 'ibc',
4837
4960
  counterparty: {
@@ -4870,6 +4993,7 @@ const assets = {
4870
4993
  primary_color_hex: '#fc4454'
4871
4994
  }
4872
4995
  }],
4996
+ type_asset: 'sdk.coin',
4873
4997
  traces: [{
4874
4998
  type: 'ibc',
4875
4999
  counterparty: {
@@ -4908,6 +5032,7 @@ const assets = {
4908
5032
  primary_color_hex: '#645ca4'
4909
5033
  }
4910
5034
  }],
5035
+ type_asset: 'sdk.coin',
4911
5036
  traces: [{
4912
5037
  type: 'ibc',
4913
5038
  counterparty: {
@@ -4946,6 +5071,7 @@ const assets = {
4946
5071
  primary_color_hex: '#040404'
4947
5072
  }
4948
5073
  }],
5074
+ type_asset: 'sdk.coin',
4949
5075
  traces: [{
4950
5076
  type: 'ibc',
4951
5077
  counterparty: {
@@ -4988,6 +5114,7 @@ const assets = {
4988
5114
  website: 'https://cosmos.network',
4989
5115
  twitter: 'https://twitter.com/cosmoshub'
4990
5116
  },
5117
+ type_asset: 'sdk.coin',
4991
5118
  traces: [{
4992
5119
  type: 'ibc',
4993
5120
  counterparty: {
@@ -5026,6 +5153,7 @@ const assets = {
5026
5153
  primary_color_hex: '#3c2832'
5027
5154
  }
5028
5155
  }],
5156
+ type_asset: 'sdk.coin',
5029
5157
  traces: [{
5030
5158
  type: 'ibc',
5031
5159
  counterparty: {
@@ -5064,6 +5192,7 @@ const assets = {
5064
5192
  primary_color_hex: '#df969f'
5065
5193
  }
5066
5194
  }],
5195
+ type_asset: 'sdk.coin',
5067
5196
  traces: [{
5068
5197
  type: 'ibc',
5069
5198
  counterparty: {
@@ -5111,6 +5240,7 @@ const assets = {
5111
5240
  website: 'https://dydx.trade/',
5112
5241
  twitter: 'https://twitter.com/dYdX'
5113
5242
  },
5243
+ type_asset: 'sdk.coin',
5114
5244
  traces: [{
5115
5245
  type: 'ibc',
5116
5246
  counterparty: {
@@ -5196,6 +5326,7 @@ const assets = {
5196
5326
  website: 'https://evmos.org/',
5197
5327
  twitter: 'https://twitter.com/EvmosOrg'
5198
5328
  },
5329
+ type_asset: 'sdk.coin',
5199
5330
  traces: [{
5200
5331
  type: 'ibc',
5201
5332
  counterparty: {
@@ -5237,6 +5368,7 @@ const assets = {
5237
5368
  website: 'https://www.neokingdom.org/',
5238
5369
  twitter: 'https://twitter.com/NEOKingdomDAO'
5239
5370
  },
5371
+ type_asset: 'sdk.coin',
5240
5372
  traces: [{
5241
5373
  type: 'ibc',
5242
5374
  counterparty: {
@@ -5357,6 +5489,7 @@ const assets = {
5357
5489
  primary_color_hex: '#04cd80'
5358
5490
  }
5359
5491
  }],
5492
+ type_asset: 'sdk.coin',
5360
5493
  traces: [{
5361
5494
  type: 'ibc',
5362
5495
  counterparty: {
@@ -5444,6 +5577,7 @@ const assets = {
5444
5577
  website: 'https://injective.com/',
5445
5578
  twitter: 'https://twitter.com/Injective_'
5446
5579
  },
5580
+ type_asset: 'sdk.coin',
5447
5581
  traces: [{
5448
5582
  type: 'ibc',
5449
5583
  counterparty: {
@@ -5479,6 +5613,7 @@ const assets = {
5479
5613
  primary_color_hex: '#31292a'
5480
5614
  }
5481
5615
  }],
5616
+ type_asset: 'sdk.coin',
5482
5617
  traces: [{
5483
5618
  type: 'ibc',
5484
5619
  counterparty: {
@@ -5514,6 +5649,7 @@ const assets = {
5514
5649
  primary_color_hex: '#18120f'
5515
5650
  }
5516
5651
  }],
5652
+ type_asset: 'sdk.coin',
5517
5653
  traces: [{
5518
5654
  type: 'ibc',
5519
5655
  counterparty: {
@@ -5546,6 +5682,7 @@ const assets = {
5546
5682
  primary_color_hex: '#293a6f'
5547
5683
  }
5548
5684
  }],
5685
+ type_asset: 'sdk.coin',
5549
5686
  traces: [{
5550
5687
  type: 'ibc',
5551
5688
  counterparty: {
@@ -5578,6 +5715,7 @@ const assets = {
5578
5715
  primary_color_hex: '#272f4b'
5579
5716
  }
5580
5717
  }],
5718
+ type_asset: 'sdk.coin',
5581
5719
  traces: [{
5582
5720
  type: 'ibc',
5583
5721
  counterparty: {
@@ -5610,6 +5748,7 @@ const assets = {
5610
5748
  primary_color_hex: '#2a303f'
5611
5749
  }
5612
5750
  }],
5751
+ type_asset: 'sdk.coin',
5613
5752
  traces: [{
5614
5753
  type: 'ibc',
5615
5754
  counterparty: {
@@ -5642,6 +5781,7 @@ const assets = {
5642
5781
  primary_color_hex: '#54ac94'
5643
5782
  }
5644
5783
  }],
5784
+ type_asset: 'sdk.coin',
5645
5785
  traces: [{
5646
5786
  type: 'ibc',
5647
5787
  counterparty: {
@@ -5674,6 +5814,7 @@ const assets = {
5674
5814
  primary_color_hex: '#7931f9'
5675
5815
  }
5676
5816
  }],
5817
+ type_asset: 'sdk.coin',
5677
5818
  traces: [{
5678
5819
  type: 'ibc',
5679
5820
  counterparty: {
@@ -5716,6 +5857,7 @@ const assets = {
5716
5857
  website: 'https://junonetwork.io/',
5717
5858
  twitter: 'https://twitter.com/JunoNetwork'
5718
5859
  },
5860
+ type_asset: 'sdk.coin',
5719
5861
  traces: [{
5720
5862
  type: 'ibc',
5721
5863
  counterparty: {
@@ -5758,6 +5900,7 @@ const assets = {
5758
5900
  website: 'https://kujira.network/',
5759
5901
  twitter: 'https://twitter.com/TeamKujira'
5760
5902
  },
5903
+ type_asset: 'sdk.coin',
5761
5904
  traces: [{
5762
5905
  type: 'ibc',
5763
5906
  counterparty: {
@@ -5802,6 +5945,7 @@ const assets = {
5802
5945
  website: 'https://neutron.org/',
5803
5946
  twitter: 'https://twitter.com/Neutron_org'
5804
5947
  },
5948
+ type_asset: 'sdk.coin',
5805
5949
  traces: [{
5806
5950
  type: 'ibc',
5807
5951
  counterparty: {
@@ -5837,6 +5981,7 @@ const assets = {
5837
5981
  primary_color_hex: '#1b0847'
5838
5982
  }
5839
5983
  }],
5984
+ type_asset: 'sdk.coin',
5840
5985
  traces: [{
5841
5986
  type: 'ibc',
5842
5987
  counterparty: {
@@ -5872,6 +6017,7 @@ const assets = {
5872
6017
  primary_color_hex: '#dcd5ab'
5873
6018
  }
5874
6019
  }],
6020
+ type_asset: 'sdk.coin',
5875
6021
  traces: [{
5876
6022
  type: 'ibc',
5877
6023
  counterparty: {
@@ -5907,6 +6053,7 @@ const assets = {
5907
6053
  primary_color_hex: '#333333'
5908
6054
  }
5909
6055
  }],
6056
+ type_asset: 'sdk.coin',
5910
6057
  traces: [{
5911
6058
  type: 'ibc',
5912
6059
  counterparty: {
@@ -6039,6 +6186,7 @@ const assets = {
6039
6186
  website: 'https://persistence.one/',
6040
6187
  twitter: 'https://twitter.com/PersistenceOne'
6041
6188
  },
6189
+ type_asset: 'sdk.coin',
6042
6190
  traces: [{
6043
6191
  type: 'ibc',
6044
6192
  counterparty: {
@@ -6076,6 +6224,7 @@ const assets = {
6076
6224
  primary_color_hex: '#c6ddf5'
6077
6225
  }
6078
6226
  }],
6227
+ type_asset: 'sdk.coin',
6079
6228
  traces: [{
6080
6229
  type: 'ibc',
6081
6230
  counterparty: {
@@ -6110,6 +6259,7 @@ const assets = {
6110
6259
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
6111
6260
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
6112
6261
  }],
6262
+ type_asset: 'sdk.coin',
6113
6263
  traces: [{
6114
6264
  type: 'ibc',
6115
6265
  counterparty: {
@@ -6144,6 +6294,7 @@ const assets = {
6144
6294
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
6145
6295
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
6146
6296
  }],
6297
+ type_asset: 'sdk.coin',
6147
6298
  traces: [{
6148
6299
  type: 'ibc',
6149
6300
  counterparty: {
@@ -6178,6 +6329,7 @@ const assets = {
6178
6329
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.png',
6179
6330
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAtom.svg'
6180
6331
  }],
6332
+ type_asset: 'sdk.coin',
6181
6333
  traces: [{
6182
6334
  type: 'ibc',
6183
6335
  counterparty: {
@@ -6212,6 +6364,7 @@ const assets = {
6212
6364
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
6213
6365
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
6214
6366
  }],
6367
+ type_asset: 'sdk.coin',
6215
6368
  traces: [{
6216
6369
  type: 'ibc',
6217
6370
  counterparty: {
@@ -6246,6 +6399,7 @@ const assets = {
6246
6399
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
6247
6400
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
6248
6401
  }],
6402
+ type_asset: 'sdk.coin',
6249
6403
  traces: [{
6250
6404
  type: 'ibc',
6251
6405
  counterparty: {
@@ -6280,6 +6434,7 @@ const assets = {
6280
6434
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.png',
6281
6435
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pOsmo.svg'
6282
6436
  }],
6437
+ type_asset: 'sdk.coin',
6283
6438
  traces: [{
6284
6439
  type: 'ibc',
6285
6440
  counterparty: {
@@ -6314,6 +6469,7 @@ const assets = {
6314
6469
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
6315
6470
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
6316
6471
  }],
6472
+ type_asset: 'sdk.coin',
6317
6473
  traces: [{
6318
6474
  type: 'ibc',
6319
6475
  counterparty: {
@@ -6348,6 +6504,7 @@ const assets = {
6348
6504
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
6349
6505
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
6350
6506
  }],
6507
+ type_asset: 'sdk.coin',
6351
6508
  traces: [{
6352
6509
  type: 'ibc',
6353
6510
  counterparty: {
@@ -6382,6 +6539,7 @@ const assets = {
6382
6539
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.png',
6383
6540
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pInj.svg'
6384
6541
  }],
6542
+ type_asset: 'sdk.coin',
6385
6543
  traces: [{
6386
6544
  type: 'ibc',
6387
6545
  counterparty: {
@@ -6416,6 +6574,7 @@ const assets = {
6416
6574
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
6417
6575
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
6418
6576
  }],
6577
+ type_asset: 'sdk.coin',
6419
6578
  traces: [{
6420
6579
  type: 'ibc',
6421
6580
  counterparty: {
@@ -6450,6 +6609,7 @@ const assets = {
6450
6609
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
6451
6610
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
6452
6611
  }],
6612
+ type_asset: 'sdk.coin',
6453
6613
  traces: [{
6454
6614
  type: 'ibc',
6455
6615
  counterparty: {
@@ -6484,6 +6644,7 @@ const assets = {
6484
6644
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.png',
6485
6645
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pLuna.svg'
6486
6646
  }],
6647
+ type_asset: 'sdk.coin',
6487
6648
  traces: [{
6488
6649
  type: 'ibc',
6489
6650
  counterparty: {
@@ -6518,6 +6679,7 @@ const assets = {
6518
6679
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
6519
6680
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
6520
6681
  }],
6682
+ type_asset: 'sdk.coin',
6521
6683
  traces: [{
6522
6684
  type: 'ibc',
6523
6685
  counterparty: {
@@ -6552,6 +6714,7 @@ const assets = {
6552
6714
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
6553
6715
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
6554
6716
  }],
6717
+ type_asset: 'sdk.coin',
6555
6718
  traces: [{
6556
6719
  type: 'ibc',
6557
6720
  counterparty: {
@@ -6586,6 +6749,7 @@ const assets = {
6586
6749
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.png',
6587
6750
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pAuuu.svg'
6588
6751
  }],
6752
+ type_asset: 'sdk.coin',
6589
6753
  traces: [{
6590
6754
  type: 'ibc',
6591
6755
  counterparty: {
@@ -6620,6 +6784,7 @@ const assets = {
6620
6784
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
6621
6785
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
6622
6786
  }],
6787
+ type_asset: 'sdk.coin',
6623
6788
  traces: [{
6624
6789
  type: 'ibc',
6625
6790
  counterparty: {
@@ -6654,6 +6819,7 @@ const assets = {
6654
6819
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
6655
6820
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
6656
6821
  }],
6822
+ type_asset: 'sdk.coin',
6657
6823
  traces: [{
6658
6824
  type: 'ibc',
6659
6825
  counterparty: {
@@ -6688,6 +6854,7 @@ const assets = {
6688
6854
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.png',
6689
6855
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstTia.svg'
6690
6856
  }],
6857
+ type_asset: 'sdk.coin',
6691
6858
  traces: [{
6692
6859
  type: 'ibc',
6693
6860
  counterparty: {
@@ -6722,6 +6889,7 @@ const assets = {
6722
6889
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
6723
6890
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
6724
6891
  }],
6892
+ type_asset: 'sdk.coin',
6725
6893
  traces: [{
6726
6894
  type: 'ibc',
6727
6895
  counterparty: {
@@ -6756,6 +6924,7 @@ const assets = {
6756
6924
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
6757
6925
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
6758
6926
  }],
6927
+ type_asset: 'sdk.coin',
6759
6928
  traces: [{
6760
6929
  type: 'ibc',
6761
6930
  counterparty: {
@@ -6790,6 +6959,7 @@ const assets = {
6790
6959
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.png',
6791
6960
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pstDydx.svg'
6792
6961
  }],
6962
+ type_asset: 'sdk.coin',
6793
6963
  traces: [{
6794
6964
  type: 'ibc',
6795
6965
  counterparty: {
@@ -6824,6 +6994,7 @@ const assets = {
6824
6994
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6825
6995
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6826
6996
  }],
6997
+ type_asset: 'sdk.coin',
6827
6998
  traces: [{
6828
6999
  type: 'ibc',
6829
7000
  counterparty: {
@@ -6858,6 +7029,7 @@ const assets = {
6858
7029
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6859
7030
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6860
7031
  }],
7032
+ type_asset: 'sdk.coin',
6861
7033
  traces: [{
6862
7034
  type: 'ibc',
6863
7035
  counterparty: {
@@ -6892,6 +7064,7 @@ const assets = {
6892
7064
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.png',
6893
7065
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pdAtom.svg'
6894
7066
  }],
7067
+ type_asset: 'sdk.coin',
6895
7068
  traces: [{
6896
7069
  type: 'ibc',
6897
7070
  counterparty: {
@@ -6926,6 +7099,7 @@ const assets = {
6926
7099
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
6927
7100
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
6928
7101
  }],
7102
+ type_asset: 'sdk.coin',
6929
7103
  traces: [{
6930
7104
  type: 'ibc',
6931
7105
  counterparty: {
@@ -6960,6 +7134,7 @@ const assets = {
6960
7134
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
6961
7135
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
6962
7136
  }],
7137
+ type_asset: 'sdk.coin',
6963
7138
  traces: [{
6964
7139
  type: 'ibc',
6965
7140
  counterparty: {
@@ -6994,6 +7169,7 @@ const assets = {
6994
7169
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.png',
6995
7170
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAtom.svg'
6996
7171
  }],
7172
+ type_asset: 'sdk.coin',
6997
7173
  traces: [{
6998
7174
  type: 'ibc',
6999
7175
  counterparty: {
@@ -7028,6 +7204,7 @@ const assets = {
7028
7204
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
7029
7205
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
7030
7206
  }],
7207
+ type_asset: 'sdk.coin',
7031
7208
  traces: [{
7032
7209
  type: 'ibc',
7033
7210
  counterparty: {
@@ -7062,6 +7239,7 @@ const assets = {
7062
7239
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
7063
7240
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
7064
7241
  }],
7242
+ type_asset: 'sdk.coin',
7065
7243
  traces: [{
7066
7244
  type: 'ibc',
7067
7245
  counterparty: {
@@ -7096,6 +7274,7 @@ const assets = {
7096
7274
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.png',
7097
7275
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yOsmo.svg'
7098
7276
  }],
7277
+ type_asset: 'sdk.coin',
7099
7278
  traces: [{
7100
7279
  type: 'ibc',
7101
7280
  counterparty: {
@@ -7130,6 +7309,7 @@ const assets = {
7130
7309
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
7131
7310
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
7132
7311
  }],
7312
+ type_asset: 'sdk.coin',
7133
7313
  traces: [{
7134
7314
  type: 'ibc',
7135
7315
  counterparty: {
@@ -7164,6 +7344,7 @@ const assets = {
7164
7344
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
7165
7345
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
7166
7346
  }],
7347
+ type_asset: 'sdk.coin',
7167
7348
  traces: [{
7168
7349
  type: 'ibc',
7169
7350
  counterparty: {
@@ -7198,6 +7379,7 @@ const assets = {
7198
7379
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.png',
7199
7380
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yInj.svg'
7200
7381
  }],
7382
+ type_asset: 'sdk.coin',
7201
7383
  traces: [{
7202
7384
  type: 'ibc',
7203
7385
  counterparty: {
@@ -7232,6 +7414,7 @@ const assets = {
7232
7414
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
7233
7415
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
7234
7416
  }],
7417
+ type_asset: 'sdk.coin',
7235
7418
  traces: [{
7236
7419
  type: 'ibc',
7237
7420
  counterparty: {
@@ -7266,6 +7449,7 @@ const assets = {
7266
7449
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
7267
7450
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
7268
7451
  }],
7452
+ type_asset: 'sdk.coin',
7269
7453
  traces: [{
7270
7454
  type: 'ibc',
7271
7455
  counterparty: {
@@ -7300,6 +7484,7 @@ const assets = {
7300
7484
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.png',
7301
7485
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yLuna.svg'
7302
7486
  }],
7487
+ type_asset: 'sdk.coin',
7303
7488
  traces: [{
7304
7489
  type: 'ibc',
7305
7490
  counterparty: {
@@ -7334,6 +7519,7 @@ const assets = {
7334
7519
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
7335
7520
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
7336
7521
  }],
7522
+ type_asset: 'sdk.coin',
7337
7523
  traces: [{
7338
7524
  type: 'ibc',
7339
7525
  counterparty: {
@@ -7368,6 +7554,7 @@ const assets = {
7368
7554
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
7369
7555
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
7370
7556
  }],
7557
+ type_asset: 'sdk.coin',
7371
7558
  traces: [{
7372
7559
  type: 'ibc',
7373
7560
  counterparty: {
@@ -7402,6 +7589,7 @@ const assets = {
7402
7589
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.png',
7403
7590
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/yAuuu.svg'
7404
7591
  }],
7592
+ type_asset: 'sdk.coin',
7405
7593
  traces: [{
7406
7594
  type: 'ibc',
7407
7595
  counterparty: {
@@ -7436,6 +7624,7 @@ const assets = {
7436
7624
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
7437
7625
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
7438
7626
  }],
7627
+ type_asset: 'sdk.coin',
7439
7628
  traces: [{
7440
7629
  type: 'ibc',
7441
7630
  counterparty: {
@@ -7470,6 +7659,7 @@ const assets = {
7470
7659
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
7471
7660
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
7472
7661
  }],
7662
+ type_asset: 'sdk.coin',
7473
7663
  traces: [{
7474
7664
  type: 'ibc',
7475
7665
  counterparty: {
@@ -7504,6 +7694,7 @@ const assets = {
7504
7694
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.png',
7505
7695
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystTia.svg'
7506
7696
  }],
7697
+ type_asset: 'sdk.coin',
7507
7698
  traces: [{
7508
7699
  type: 'ibc',
7509
7700
  counterparty: {
@@ -7538,6 +7729,7 @@ const assets = {
7538
7729
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
7539
7730
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
7540
7731
  }],
7732
+ type_asset: 'sdk.coin',
7541
7733
  traces: [{
7542
7734
  type: 'ibc',
7543
7735
  counterparty: {
@@ -7572,6 +7764,7 @@ const assets = {
7572
7764
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
7573
7765
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
7574
7766
  }],
7767
+ type_asset: 'sdk.coin',
7575
7768
  traces: [{
7576
7769
  type: 'ibc',
7577
7770
  counterparty: {
@@ -7606,6 +7799,7 @@ const assets = {
7606
7799
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.png',
7607
7800
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ystDydx.svg'
7608
7801
  }],
7802
+ type_asset: 'sdk.coin',
7609
7803
  traces: [{
7610
7804
  type: 'ibc',
7611
7805
  counterparty: {
@@ -7640,6 +7834,7 @@ const assets = {
7640
7834
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
7641
7835
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
7642
7836
  }],
7837
+ type_asset: 'sdk.coin',
7643
7838
  traces: [{
7644
7839
  type: 'ibc',
7645
7840
  counterparty: {
@@ -7674,6 +7869,7 @@ const assets = {
7674
7869
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
7675
7870
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
7676
7871
  }],
7872
+ type_asset: 'sdk.coin',
7677
7873
  traces: [{
7678
7874
  type: 'ibc',
7679
7875
  counterparty: {
@@ -7708,6 +7904,7 @@ const assets = {
7708
7904
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.png',
7709
7905
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ydAtom.svg'
7710
7906
  }],
7907
+ type_asset: 'sdk.coin',
7711
7908
  traces: [{
7712
7909
  type: 'ibc',
7713
7910
  counterparty: {
@@ -7742,6 +7939,7 @@ const assets = {
7742
7939
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7743
7940
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7744
7941
  }],
7942
+ type_asset: 'sdk.coin',
7745
7943
  traces: [{
7746
7944
  type: 'ibc',
7747
7945
  counterparty: {
@@ -7776,6 +7974,7 @@ const assets = {
7776
7974
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7777
7975
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7778
7976
  }],
7977
+ type_asset: 'sdk.coin',
7779
7978
  traces: [{
7780
7979
  type: 'ibc',
7781
7980
  counterparty: {
@@ -7810,6 +8009,7 @@ const assets = {
7810
8009
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7811
8010
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7812
8011
  }],
8012
+ type_asset: 'sdk.coin',
7813
8013
  traces: [{
7814
8014
  type: 'ibc',
7815
8015
  counterparty: {
@@ -7844,6 +8044,7 @@ const assets = {
7844
8044
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7845
8045
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7846
8046
  }],
8047
+ type_asset: 'sdk.coin',
7847
8048
  traces: [{
7848
8049
  type: 'ibc',
7849
8050
  counterparty: {
@@ -7878,6 +8079,7 @@ const assets = {
7878
8079
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7879
8080
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7880
8081
  }],
8082
+ type_asset: 'sdk.coin',
7881
8083
  traces: [{
7882
8084
  type: 'ibc',
7883
8085
  counterparty: {
@@ -7912,6 +8114,7 @@ const assets = {
7912
8114
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7913
8115
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7914
8116
  }],
8117
+ type_asset: 'sdk.coin',
7915
8118
  traces: [{
7916
8119
  type: 'ibc',
7917
8120
  counterparty: {
@@ -7946,6 +8149,7 @@ const assets = {
7946
8149
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7947
8150
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7948
8151
  }],
8152
+ type_asset: 'sdk.coin',
7949
8153
  traces: [{
7950
8154
  type: 'ibc',
7951
8155
  counterparty: {
@@ -7980,6 +8184,7 @@ const assets = {
7980
8184
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
7981
8185
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
7982
8186
  }],
8187
+ type_asset: 'sdk.coin',
7983
8188
  traces: [{
7984
8189
  type: 'ibc',
7985
8190
  counterparty: {
@@ -8014,6 +8219,7 @@ const assets = {
8014
8219
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8015
8220
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8016
8221
  }],
8222
+ type_asset: 'sdk.coin',
8017
8223
  traces: [{
8018
8224
  type: 'ibc',
8019
8225
  counterparty: {
@@ -8048,6 +8254,7 @@ const assets = {
8048
8254
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8049
8255
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8050
8256
  }],
8257
+ type_asset: 'sdk.coin',
8051
8258
  traces: [{
8052
8259
  type: 'ibc',
8053
8260
  counterparty: {
@@ -8082,6 +8289,7 @@ const assets = {
8082
8289
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8083
8290
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8084
8291
  }],
8292
+ type_asset: 'sdk.coin',
8085
8293
  traces: [{
8086
8294
  type: 'ibc',
8087
8295
  counterparty: {
@@ -8116,6 +8324,7 @@ const assets = {
8116
8324
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8117
8325
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8118
8326
  }],
8327
+ type_asset: 'sdk.coin',
8119
8328
  traces: [{
8120
8329
  type: 'ibc',
8121
8330
  counterparty: {
@@ -8150,6 +8359,7 @@ const assets = {
8150
8359
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8151
8360
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8152
8361
  }],
8362
+ type_asset: 'sdk.coin',
8153
8363
  traces: [{
8154
8364
  type: 'ibc',
8155
8365
  counterparty: {
@@ -8184,6 +8394,7 @@ const assets = {
8184
8394
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8185
8395
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8186
8396
  }],
8397
+ type_asset: 'sdk.coin',
8187
8398
  traces: [{
8188
8399
  type: 'ibc',
8189
8400
  counterparty: {
@@ -8218,6 +8429,7 @@ const assets = {
8218
8429
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8219
8430
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8220
8431
  }],
8432
+ type_asset: 'sdk.coin',
8221
8433
  traces: [{
8222
8434
  type: 'ibc',
8223
8435
  counterparty: {
@@ -8252,6 +8464,7 @@ const assets = {
8252
8464
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8253
8465
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8254
8466
  }],
8467
+ type_asset: 'sdk.coin',
8255
8468
  traces: [{
8256
8469
  type: 'ibc',
8257
8470
  counterparty: {
@@ -8286,6 +8499,7 @@ const assets = {
8286
8499
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8287
8500
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8288
8501
  }],
8502
+ type_asset: 'sdk.coin',
8289
8503
  traces: [{
8290
8504
  type: 'ibc',
8291
8505
  counterparty: {
@@ -8320,6 +8534,7 @@ const assets = {
8320
8534
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8321
8535
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8322
8536
  }],
8537
+ type_asset: 'sdk.coin',
8323
8538
  traces: [{
8324
8539
  type: 'ibc',
8325
8540
  counterparty: {
@@ -8354,6 +8569,7 @@ const assets = {
8354
8569
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8355
8570
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8356
8571
  }],
8572
+ type_asset: 'sdk.coin',
8357
8573
  traces: [{
8358
8574
  type: 'ibc',
8359
8575
  counterparty: {
@@ -8388,6 +8604,7 @@ const assets = {
8388
8604
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8389
8605
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8390
8606
  }],
8607
+ type_asset: 'sdk.coin',
8391
8608
  traces: [{
8392
8609
  type: 'ibc',
8393
8610
  counterparty: {
@@ -8422,6 +8639,7 @@ const assets = {
8422
8639
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8423
8640
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8424
8641
  }],
8642
+ type_asset: 'sdk.coin',
8425
8643
  traces: [{
8426
8644
  type: 'ibc',
8427
8645
  counterparty: {
@@ -8456,6 +8674,7 @@ const assets = {
8456
8674
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8457
8675
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8458
8676
  }],
8677
+ type_asset: 'sdk.coin',
8459
8678
  traces: [{
8460
8679
  type: 'ibc',
8461
8680
  counterparty: {
@@ -8490,6 +8709,7 @@ const assets = {
8490
8709
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8491
8710
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8492
8711
  }],
8712
+ type_asset: 'sdk.coin',
8493
8713
  traces: [{
8494
8714
  type: 'ibc',
8495
8715
  counterparty: {
@@ -8524,6 +8744,7 @@ const assets = {
8524
8744
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
8525
8745
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
8526
8746
  }],
8747
+ type_asset: 'sdk.coin',
8527
8748
  traces: [{
8528
8749
  type: 'ibc',
8529
8750
  counterparty: {
@@ -8574,6 +8795,7 @@ const assets = {
8574
8795
  website: 'https://www.saga.xyz/',
8575
8796
  twitter: 'https://twitter.com/Sagaxyz__'
8576
8797
  },
8798
+ type_asset: 'sdk.coin',
8577
8799
  traces: [{
8578
8800
  type: 'ibc',
8579
8801
  counterparty: {
@@ -8616,6 +8838,7 @@ const assets = {
8616
8838
  website: 'https://scrt.network/',
8617
8839
  twitter: 'https://twitter.com/SecretNetwork'
8618
8840
  },
8841
+ type_asset: 'sdk.coin',
8619
8842
  traces: [{
8620
8843
  type: 'ibc',
8621
8844
  counterparty: {
@@ -8658,6 +8881,7 @@ const assets = {
8658
8881
  website: 'https://www.sei.io/',
8659
8882
  twitter: 'https://twitter.com/SeiNetwork'
8660
8883
  },
8884
+ type_asset: 'sdk.coin',
8661
8885
  traces: [{
8662
8886
  type: 'ibc',
8663
8887
  counterparty: {
@@ -8680,6 +8904,8 @@ const assets = {
8680
8904
  denom: 'oozaru',
8681
8905
  exponent: 6
8682
8906
  }],
8907
+ type_asset: 'cw20',
8908
+ address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
8683
8909
  base: 'ibc/C19E6B6212A5DCF8293D3CD440D5C8F9EA05E559834AB21E71A3BDBAB907994C',
8684
8910
  name: 'Oozaru',
8685
8911
  display: 'oozaru',
@@ -8743,6 +8969,7 @@ const assets = {
8743
8969
  website: 'https://www.sommelier.finance/',
8744
8970
  twitter: 'https://twitter.com/sommfinance'
8745
8971
  },
8972
+ type_asset: 'sdk.coin',
8746
8973
  traces: [{
8747
8974
  type: 'ibc',
8748
8975
  counterparty: {
@@ -8785,6 +9012,7 @@ const assets = {
8785
9012
  website: 'https://www.stargaze.zone/',
8786
9013
  twitter: 'https://twitter.com/StargazeZone'
8787
9014
  },
9015
+ type_asset: 'sdk.coin',
8788
9016
  traces: [{
8789
9017
  type: 'ibc',
8790
9018
  counterparty: {
@@ -8827,6 +9055,7 @@ const assets = {
8827
9055
  website: 'https://www.terra.money/',
8828
9056
  twitter: 'https://twitter.com/terra_money'
8829
9057
  },
9058
+ type_asset: 'sdk.coin',
8830
9059
  traces: [{
8831
9060
  type: 'ibc',
8832
9061
  counterparty: {
@@ -8865,6 +9094,7 @@ const assets = {
8865
9094
  primary_color_hex: '#22f2e9'
8866
9095
  }
8867
9096
  }],
9097
+ type_asset: 'sdk.coin',
8868
9098
  traces: [{
8869
9099
  type: 'ibc',
8870
9100
  counterparty: {
@@ -8907,6 +9137,7 @@ const assets = {
8907
9137
  website: 'https://www.terra.money/',
8908
9138
  twitter: 'https://twitter.com/terra_money'
8909
9139
  },
9140
+ type_asset: 'sdk.coin',
8910
9141
  traces: [{
8911
9142
  type: 'ibc',
8912
9143
  counterparty: {
@@ -8945,6 +9176,7 @@ const assets = {
8945
9176
  primary_color_hex: '#22f2e9'
8946
9177
  }
8947
9178
  }],
9179
+ type_asset: 'sdk.coin',
8948
9180
  traces: [{
8949
9181
  type: 'ibc',
8950
9182
  counterparty: {