@beefyfinance/blockchain-addressbook 0.54.122 → 0.54.124

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 (237) hide show
  1. package/build/address-book/arbitrum/index.d.ts +178 -96
  2. package/build/address-book/arbitrum/tokens/tokens.d.ts +89 -48
  3. package/build/address-book/arbitrum/tokens/tokens.js +89 -48
  4. package/build/address-book/aurora/index.d.ts +14 -6
  5. package/build/address-book/aurora/tokens/tokens.d.ts +7 -3
  6. package/build/address-book/aurora/tokens/tokens.js +7 -3
  7. package/build/address-book/avax/index.d.ts +80 -32
  8. package/build/address-book/avax/tokens/tokens.d.ts +40 -16
  9. package/build/address-book/avax/tokens/tokens.js +40 -16
  10. package/build/address-book/base/index.d.ts +212 -188
  11. package/build/address-book/base/tokens/tokens.d.ts +106 -94
  12. package/build/address-book/base/tokens/tokens.js +106 -94
  13. package/build/address-book/berachain/index.d.ts +26 -22
  14. package/build/address-book/berachain/tokens/tokens.d.ts +13 -11
  15. package/build/address-book/berachain/tokens/tokens.js +13 -11
  16. package/build/address-book/bsc/index.d.ts +150 -78
  17. package/build/address-book/bsc/tokens/tokens.d.ts +75 -39
  18. package/build/address-book/bsc/tokens/tokens.js +74 -38
  19. package/build/address-book/canto/index.d.ts +10 -4
  20. package/build/address-book/canto/tokens/tokens.d.ts +5 -2
  21. package/build/address-book/canto/tokens/tokens.js +5 -2
  22. package/build/address-book/celo/index.d.ts +12 -6
  23. package/build/address-book/celo/tokens/tokens.d.ts +6 -3
  24. package/build/address-book/celo/tokens/tokens.js +6 -3
  25. package/build/address-book/cronos/index.d.ts +16 -4
  26. package/build/address-book/cronos/tokens/tokens.d.ts +8 -2
  27. package/build/address-book/cronos/tokens/tokens.js +8 -2
  28. package/build/address-book/emerald/index.d.ts +14 -0
  29. package/build/address-book/emerald/tokens/tokens.d.ts +7 -0
  30. package/build/address-book/emerald/tokens/tokens.js +7 -0
  31. package/build/address-book/ethereum/index.d.ts +216 -160
  32. package/build/address-book/ethereum/tokens/tokens.d.ts +108 -80
  33. package/build/address-book/ethereum/tokens/tokens.js +105 -77
  34. package/build/address-book/fantom/index.d.ts +100 -38
  35. package/build/address-book/fantom/tokens/tokens.d.ts +50 -19
  36. package/build/address-book/fantom/tokens/tokens.js +50 -19
  37. package/build/address-book/fraxtal/index.d.ts +34 -30
  38. package/build/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  39. package/build/address-book/fraxtal/tokens/tokens.js +17 -15
  40. package/build/address-book/fuse/index.d.ts +14 -4
  41. package/build/address-book/fuse/tokens/tokens.d.ts +7 -2
  42. package/build/address-book/fuse/tokens/tokens.js +7 -2
  43. package/build/address-book/gnosis/index.d.ts +28 -14
  44. package/build/address-book/gnosis/tokens/tokens.d.ts +14 -7
  45. package/build/address-book/gnosis/tokens/tokens.js +11 -4
  46. package/build/address-book/heco/index.d.ts +4 -2
  47. package/build/address-book/heco/tokens/tokens.d.ts +2 -1
  48. package/build/address-book/heco/tokens/tokens.js +2 -1
  49. package/build/address-book/hyperevm/index.d.ts +18 -16
  50. package/build/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  51. package/build/address-book/hyperevm/tokens/tokens.js +9 -8
  52. package/build/address-book/kava/index.d.ts +18 -10
  53. package/build/address-book/kava/tokens/tokens.d.ts +9 -5
  54. package/build/address-book/kava/tokens/tokens.js +9 -5
  55. package/build/address-book/linea/index.d.ts +34 -24
  56. package/build/address-book/linea/tokens/tokens.d.ts +17 -12
  57. package/build/address-book/linea/tokens/tokens.js +17 -12
  58. package/build/address-book/lisk/index.d.ts +4 -0
  59. package/build/address-book/lisk/tokens/tokens.d.ts +2 -0
  60. package/build/address-book/lisk/tokens/tokens.js +2 -0
  61. package/build/address-book/manta/index.d.ts +6 -2
  62. package/build/address-book/manta/tokens/tokens.d.ts +3 -1
  63. package/build/address-book/manta/tokens/tokens.js +3 -1
  64. package/build/address-book/mantle/index.d.ts +18 -14
  65. package/build/address-book/mantle/tokens/tokens.d.ts +9 -7
  66. package/build/address-book/mantle/tokens/tokens.js +9 -7
  67. package/build/address-book/metis/index.d.ts +8 -2
  68. package/build/address-book/metis/tokens/tokens.d.ts +4 -1
  69. package/build/address-book/metis/tokens/tokens.js +4 -1
  70. package/build/address-book/mode/index.d.ts +16 -12
  71. package/build/address-book/mode/tokens/tokens.d.ts +8 -6
  72. package/build/address-book/mode/tokens/tokens.js +8 -6
  73. package/build/address-book/monad/index.d.ts +48 -18
  74. package/build/address-book/monad/tokens/tokens.d.ts +24 -9
  75. package/build/address-book/monad/tokens/tokens.js +24 -9
  76. package/build/address-book/moonbeam/index.d.ts +42 -12
  77. package/build/address-book/moonbeam/tokens/tokens.d.ts +21 -6
  78. package/build/address-book/moonbeam/tokens/tokens.js +21 -6
  79. package/build/address-book/moonriver/index.d.ts +20 -16
  80. package/build/address-book/moonriver/tokens/tokens.d.ts +10 -8
  81. package/build/address-book/moonriver/tokens/tokens.js +10 -8
  82. package/build/address-book/one/index.d.ts +10 -0
  83. package/build/address-book/one/tokens/tokens.d.ts +5 -0
  84. package/build/address-book/one/tokens/tokens.js +5 -0
  85. package/build/address-book/optimism/index.d.ts +134 -80
  86. package/build/address-book/optimism/tokens/tokens.d.ts +67 -40
  87. package/build/address-book/optimism/tokens/tokens.js +67 -40
  88. package/build/address-book/plasma/index.d.ts +14 -12
  89. package/build/address-book/plasma/tokens/tokens.d.ts +7 -6
  90. package/build/address-book/plasma/tokens/tokens.js +7 -6
  91. package/build/address-book/polygon/index.d.ts +114 -48
  92. package/build/address-book/polygon/tokens/tokens.d.ts +57 -24
  93. package/build/address-book/polygon/tokens/tokens.js +56 -23
  94. package/build/address-book/real/index.d.ts +18 -16
  95. package/build/address-book/real/tokens/tokens.d.ts +9 -8
  96. package/build/address-book/real/tokens/tokens.js +9 -8
  97. package/build/address-book/rootstock/index.d.ts +6 -4
  98. package/build/address-book/rootstock/tokens/tokens.d.ts +3 -2
  99. package/build/address-book/rootstock/tokens/tokens.js +3 -2
  100. package/build/address-book/saga/index.d.ts +2 -0
  101. package/build/address-book/saga/tokens/tokens.d.ts +1 -0
  102. package/build/address-book/saga/tokens/tokens.js +1 -0
  103. package/build/address-book/scroll/index.d.ts +8 -4
  104. package/build/address-book/scroll/tokens/tokens.d.ts +4 -2
  105. package/build/address-book/scroll/tokens/tokens.js +4 -2
  106. package/build/address-book/sei/index.d.ts +6 -0
  107. package/build/address-book/sei/tokens/tokens.d.ts +3 -0
  108. package/build/address-book/sei/tokens/tokens.js +3 -0
  109. package/build/address-book/sonic/index.d.ts +40 -20
  110. package/build/address-book/sonic/tokens/tokens.d.ts +20 -10
  111. package/build/address-book/sonic/tokens/tokens.js +20 -10
  112. package/build/address-book/zkevm/index.d.ts +8 -4
  113. package/build/address-book/zkevm/tokens/tokens.d.ts +4 -2
  114. package/build/address-book/zkevm/tokens/tokens.js +4 -2
  115. package/build/address-book/zksync/index.d.ts +12 -4
  116. package/build/address-book/zksync/tokens/tokens.d.ts +6 -2
  117. package/build/address-book/zksync/tokens/tokens.js +6 -2
  118. package/build/types/token.d.ts +1 -1
  119. package/build-esm/address-book/arbitrum/index.d.ts +178 -96
  120. package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +89 -48
  121. package/build-esm/address-book/arbitrum/tokens/tokens.js +89 -48
  122. package/build-esm/address-book/aurora/index.d.ts +14 -6
  123. package/build-esm/address-book/aurora/tokens/tokens.d.ts +7 -3
  124. package/build-esm/address-book/aurora/tokens/tokens.js +7 -3
  125. package/build-esm/address-book/avax/index.d.ts +80 -32
  126. package/build-esm/address-book/avax/tokens/tokens.d.ts +40 -16
  127. package/build-esm/address-book/avax/tokens/tokens.js +40 -16
  128. package/build-esm/address-book/base/index.d.ts +212 -188
  129. package/build-esm/address-book/base/tokens/tokens.d.ts +106 -94
  130. package/build-esm/address-book/base/tokens/tokens.js +106 -94
  131. package/build-esm/address-book/berachain/index.d.ts +26 -22
  132. package/build-esm/address-book/berachain/tokens/tokens.d.ts +13 -11
  133. package/build-esm/address-book/berachain/tokens/tokens.js +13 -11
  134. package/build-esm/address-book/bsc/index.d.ts +150 -78
  135. package/build-esm/address-book/bsc/tokens/tokens.d.ts +75 -39
  136. package/build-esm/address-book/bsc/tokens/tokens.js +74 -38
  137. package/build-esm/address-book/canto/index.d.ts +10 -4
  138. package/build-esm/address-book/canto/tokens/tokens.d.ts +5 -2
  139. package/build-esm/address-book/canto/tokens/tokens.js +5 -2
  140. package/build-esm/address-book/celo/index.d.ts +12 -6
  141. package/build-esm/address-book/celo/tokens/tokens.d.ts +6 -3
  142. package/build-esm/address-book/celo/tokens/tokens.js +6 -3
  143. package/build-esm/address-book/cronos/index.d.ts +16 -4
  144. package/build-esm/address-book/cronos/tokens/tokens.d.ts +8 -2
  145. package/build-esm/address-book/cronos/tokens/tokens.js +8 -2
  146. package/build-esm/address-book/emerald/index.d.ts +14 -0
  147. package/build-esm/address-book/emerald/tokens/tokens.d.ts +7 -0
  148. package/build-esm/address-book/emerald/tokens/tokens.js +7 -0
  149. package/build-esm/address-book/ethereum/index.d.ts +216 -160
  150. package/build-esm/address-book/ethereum/tokens/tokens.d.ts +108 -80
  151. package/build-esm/address-book/ethereum/tokens/tokens.js +105 -77
  152. package/build-esm/address-book/fantom/index.d.ts +100 -38
  153. package/build-esm/address-book/fantom/tokens/tokens.d.ts +50 -19
  154. package/build-esm/address-book/fantom/tokens/tokens.js +50 -19
  155. package/build-esm/address-book/fraxtal/index.d.ts +34 -30
  156. package/build-esm/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  157. package/build-esm/address-book/fraxtal/tokens/tokens.js +17 -15
  158. package/build-esm/address-book/fuse/index.d.ts +14 -4
  159. package/build-esm/address-book/fuse/tokens/tokens.d.ts +7 -2
  160. package/build-esm/address-book/fuse/tokens/tokens.js +7 -2
  161. package/build-esm/address-book/gnosis/index.d.ts +28 -14
  162. package/build-esm/address-book/gnosis/tokens/tokens.d.ts +14 -7
  163. package/build-esm/address-book/gnosis/tokens/tokens.js +11 -4
  164. package/build-esm/address-book/heco/index.d.ts +4 -2
  165. package/build-esm/address-book/heco/tokens/tokens.d.ts +2 -1
  166. package/build-esm/address-book/heco/tokens/tokens.js +2 -1
  167. package/build-esm/address-book/hyperevm/index.d.ts +18 -16
  168. package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  169. package/build-esm/address-book/hyperevm/tokens/tokens.js +9 -8
  170. package/build-esm/address-book/kava/index.d.ts +18 -10
  171. package/build-esm/address-book/kava/tokens/tokens.d.ts +9 -5
  172. package/build-esm/address-book/kava/tokens/tokens.js +9 -5
  173. package/build-esm/address-book/linea/index.d.ts +34 -24
  174. package/build-esm/address-book/linea/tokens/tokens.d.ts +17 -12
  175. package/build-esm/address-book/linea/tokens/tokens.js +17 -12
  176. package/build-esm/address-book/lisk/index.d.ts +4 -0
  177. package/build-esm/address-book/lisk/tokens/tokens.d.ts +2 -0
  178. package/build-esm/address-book/lisk/tokens/tokens.js +2 -0
  179. package/build-esm/address-book/manta/index.d.ts +6 -2
  180. package/build-esm/address-book/manta/tokens/tokens.d.ts +3 -1
  181. package/build-esm/address-book/manta/tokens/tokens.js +3 -1
  182. package/build-esm/address-book/mantle/index.d.ts +18 -14
  183. package/build-esm/address-book/mantle/tokens/tokens.d.ts +9 -7
  184. package/build-esm/address-book/mantle/tokens/tokens.js +9 -7
  185. package/build-esm/address-book/metis/index.d.ts +8 -2
  186. package/build-esm/address-book/metis/tokens/tokens.d.ts +4 -1
  187. package/build-esm/address-book/metis/tokens/tokens.js +4 -1
  188. package/build-esm/address-book/mode/index.d.ts +16 -12
  189. package/build-esm/address-book/mode/tokens/tokens.d.ts +8 -6
  190. package/build-esm/address-book/mode/tokens/tokens.js +8 -6
  191. package/build-esm/address-book/monad/index.d.ts +48 -18
  192. package/build-esm/address-book/monad/tokens/tokens.d.ts +24 -9
  193. package/build-esm/address-book/monad/tokens/tokens.js +24 -9
  194. package/build-esm/address-book/moonbeam/index.d.ts +42 -12
  195. package/build-esm/address-book/moonbeam/tokens/tokens.d.ts +21 -6
  196. package/build-esm/address-book/moonbeam/tokens/tokens.js +21 -6
  197. package/build-esm/address-book/moonriver/index.d.ts +20 -16
  198. package/build-esm/address-book/moonriver/tokens/tokens.d.ts +10 -8
  199. package/build-esm/address-book/moonriver/tokens/tokens.js +10 -8
  200. package/build-esm/address-book/one/index.d.ts +10 -0
  201. package/build-esm/address-book/one/tokens/tokens.d.ts +5 -0
  202. package/build-esm/address-book/one/tokens/tokens.js +5 -0
  203. package/build-esm/address-book/optimism/index.d.ts +134 -80
  204. package/build-esm/address-book/optimism/tokens/tokens.d.ts +67 -40
  205. package/build-esm/address-book/optimism/tokens/tokens.js +67 -40
  206. package/build-esm/address-book/plasma/index.d.ts +14 -12
  207. package/build-esm/address-book/plasma/tokens/tokens.d.ts +7 -6
  208. package/build-esm/address-book/plasma/tokens/tokens.js +7 -6
  209. package/build-esm/address-book/polygon/index.d.ts +114 -48
  210. package/build-esm/address-book/polygon/tokens/tokens.d.ts +57 -24
  211. package/build-esm/address-book/polygon/tokens/tokens.js +56 -23
  212. package/build-esm/address-book/real/index.d.ts +18 -16
  213. package/build-esm/address-book/real/tokens/tokens.d.ts +9 -8
  214. package/build-esm/address-book/real/tokens/tokens.js +9 -8
  215. package/build-esm/address-book/rootstock/index.d.ts +6 -4
  216. package/build-esm/address-book/rootstock/tokens/tokens.d.ts +3 -2
  217. package/build-esm/address-book/rootstock/tokens/tokens.js +3 -2
  218. package/build-esm/address-book/saga/index.d.ts +2 -0
  219. package/build-esm/address-book/saga/tokens/tokens.d.ts +1 -0
  220. package/build-esm/address-book/saga/tokens/tokens.js +1 -0
  221. package/build-esm/address-book/scroll/index.d.ts +8 -4
  222. package/build-esm/address-book/scroll/tokens/tokens.d.ts +4 -2
  223. package/build-esm/address-book/scroll/tokens/tokens.js +4 -2
  224. package/build-esm/address-book/sei/index.d.ts +6 -0
  225. package/build-esm/address-book/sei/tokens/tokens.d.ts +3 -0
  226. package/build-esm/address-book/sei/tokens/tokens.js +3 -0
  227. package/build-esm/address-book/sonic/index.d.ts +40 -20
  228. package/build-esm/address-book/sonic/tokens/tokens.d.ts +20 -10
  229. package/build-esm/address-book/sonic/tokens/tokens.js +20 -10
  230. package/build-esm/address-book/zkevm/index.d.ts +8 -4
  231. package/build-esm/address-book/zkevm/tokens/tokens.d.ts +4 -2
  232. package/build-esm/address-book/zkevm/tokens/tokens.js +4 -2
  233. package/build-esm/address-book/zksync/index.d.ts +12 -4
  234. package/build-esm/address-book/zksync/tokens/tokens.d.ts +6 -2
  235. package/build-esm/address-book/zksync/tokens/tokens.js +6 -2
  236. package/build-esm/types/token.d.ts +1 -1
  237. package/package.json +1 -1
@@ -102,7 +102,7 @@ export declare const tokens: {
102
102
  readonly description: "EURA (previously agEUR) is pegged to the value of the Euro (€) and is a product of Angle, a decentralized, capital-efficient and over-collateralized stablecoins protocol.";
103
103
  readonly bridge: "layer-zero";
104
104
  readonly documentation: "https://docs.angle.money/";
105
- readonly risks: readonly ["SYNTH_STABLE"];
105
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
106
106
  };
107
107
  readonly USDA: {
108
108
  readonly name: "USDA";
@@ -116,7 +116,7 @@ export declare const tokens: {
116
116
  readonly description: "USDA is pegged to the value of the Dollar ($) and is a product of Angle, a decentralized, capital-efficient and over-collateralized stablecoins protocol.";
117
117
  readonly bridge: "layer-zero";
118
118
  readonly documentation: "https://docs.angle.money/";
119
- readonly risks: readonly ["SYNTH_STABLE"];
119
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
120
120
  };
121
121
  readonly THALES: {
122
122
  readonly name: "Thales DAO Token";
@@ -221,6 +221,7 @@ export declare const tokens: {
221
221
  readonly description: "USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
222
222
  readonly documentation: "https://docs.overnight.fi/";
223
223
  readonly bridge: "native";
224
+ readonly tags: readonly ["CURATED"];
224
225
  };
225
226
  readonly 'DAI+': {
226
227
  readonly name: "DAI+";
@@ -234,6 +235,7 @@ export declare const tokens: {
234
235
  readonly description: "DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
235
236
  readonly documentation: "https://docs.overnight.fi/";
236
237
  readonly bridge: "native";
238
+ readonly tags: readonly ["CURATED"];
237
239
  };
238
240
  readonly OVN: {
239
241
  readonly name: "OVN";
@@ -260,7 +262,7 @@ export declare const tokens: {
260
262
  readonly description: "You, the Spellcaster, can provide collateral in the form of various interest bearing crypto assets such as yvYFI, yvUSDT, yvUSDC, xSUSHI and more. With this, you can borrow magic internet money (MIM) which is a stable coin that you can swap for any other traditional stable coin.";
261
263
  readonly documentation: "https://docs.abracadabra.money/";
262
264
  readonly bridge: "layer-zero";
263
- readonly risks: readonly ["SYNTH_STABLE"];
265
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
264
266
  };
265
267
  readonly cbETH: {
266
268
  readonly name: "Coinbase Wrapped Staked ETH";
@@ -287,6 +289,7 @@ export declare const tokens: {
287
289
  readonly bridge: "axelar";
288
290
  readonly description: "axlUSDC is a cross-chain representation of USDC, secured by a validator set using delegated Proof-of-Stake and multi-party cryptography. It allows USDC to move seamlessly across different blockchain ecosystems, minted by depositing USDC into an Axelar Gateway on Ethereum, and can be acquired through DEXs, cross-chain swaps via Squid, or bridging via Satellite.money.";
289
291
  readonly documentation: "https://docs.axelar.dev/learn/axlusdc";
292
+ readonly tags: readonly ["STABLECOIN"];
290
293
  };
291
294
  readonly axlUSDT: {
292
295
  readonly name: "USDT";
@@ -300,6 +303,7 @@ export declare const tokens: {
300
303
  readonly description: "axlUSDT is a cross-chain representation of USDT, secured by a validator set using delegated Proof-of-Stake and multi-party cryptography. It allows USDT to move seamlessly across different blockchain ecosystems, minted by depositing USDT into an Axelar Gateway on Ethereum, and can be acquired through DEXs, cross-chain swaps via Squid, or bridging via Satellite.money.";
301
304
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
302
305
  readonly bridge: "axelar";
306
+ readonly tags: readonly ["STABLECOIN"];
303
307
  };
304
308
  readonly OGRE: {
305
309
  readonly name: "SHREKT";
@@ -326,6 +330,7 @@ export declare const tokens: {
326
330
  readonly logoURI: "";
327
331
  readonly documentation: "https://www.circle.com/blog/usdc-now-available-natively-on-base";
328
332
  readonly bridge: "base-canonical";
333
+ readonly tags: readonly ["STABLECOIN"];
329
334
  };
330
335
  readonly USDC: {
331
336
  readonly name: "USD Circle";
@@ -339,6 +344,7 @@ export declare const tokens: {
339
344
  readonly logoURI: "";
340
345
  readonly documentation: "https://developers.circle.com/docs";
341
346
  readonly bridge: "native";
347
+ readonly tags: readonly ["STABLECOIN"];
342
348
  };
343
349
  readonly DAI: {
344
350
  readonly name: "DAI Stablecoin";
@@ -352,7 +358,7 @@ export declare const tokens: {
352
358
  readonly bridge: "base-canonical";
353
359
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
354
360
  readonly description: "Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain";
355
- readonly risks: readonly ["SYNTH_STABLE"];
361
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
356
362
  };
357
363
  readonly AERO: {
358
364
  readonly name: "Aerodrome";
@@ -379,7 +385,7 @@ export declare const tokens: {
379
385
  readonly description: "Inverse.finance is a suite of permissionless decentralized finance tools governed by Inverse DAO, a decentralized autonomous organization running on the Ethereum blockchain.";
380
386
  readonly bridge: "base-canonical";
381
387
  readonly documentation: "https://docs.inverse.finance/";
382
- readonly risks: readonly ["SYNTH_STABLE"];
388
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
383
389
  };
384
390
  readonly MAI: {
385
391
  readonly name: "Mai Stablecoin";
@@ -393,7 +399,7 @@ export declare const tokens: {
393
399
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
394
400
  readonly documentation: "https://docs.mai.finance/";
395
401
  readonly bridge: "native";
396
- readonly risks: readonly ["SYNTH_STABLE"];
402
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
397
403
  };
398
404
  readonly wUSDR: {
399
405
  readonly name: "Real USD";
@@ -407,6 +413,7 @@ export declare const tokens: {
407
413
  readonly description: "Real USD (USDR) is the world’s first stablecoin collateralized by tokenized, yield-producing real estate. USDR has a value accrual system built into its design. Using a consistent stream of dependable yield derived from rental revenue, Real USD delivers a native yield to holders.";
408
414
  readonly logoURI: "";
409
415
  readonly bridge: "layer-zero";
416
+ readonly tags: readonly ["SYNTHETIC"];
410
417
  };
411
418
  readonly tBTC: {
412
419
  readonly name: "tBTC v2";
@@ -432,6 +439,7 @@ export declare const tokens: {
432
439
  readonly description: "Based offers intent-based P2P derivatives with deep liquidity sourced from centralized exchanges.";
433
440
  readonly logoURI: "";
434
441
  readonly bridge: "native";
442
+ readonly tags: readonly ["SYNTHETIC"];
435
443
  };
436
444
  readonly crvUSD: {
437
445
  readonly name: "Curve USD Stablecoin";
@@ -445,7 +453,7 @@ export declare const tokens: {
445
453
  readonly description: "crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar";
446
454
  readonly documentation: "https://docs.curve.finance/crvUSD/overview/";
447
455
  readonly bridge: "base-canonical";
448
- readonly risks: readonly ["SYNTH_STABLE"];
456
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
449
457
  };
450
458
  readonly bsUSD: {
451
459
  readonly name: "Balancer Stable Pool";
@@ -459,7 +467,7 @@ export declare const tokens: {
459
467
  readonly bridge: "native";
460
468
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
461
469
  readonly description: "Balancer composable pool that consist of USDbC and DAI. bbTokens are boosted linear pools.";
462
- readonly risks: readonly ["SYNTH_STABLE"];
470
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
463
471
  };
464
472
  readonly BVM: {
465
473
  readonly name: "Base Velocimeter";
@@ -537,7 +545,7 @@ export declare const tokens: {
537
545
  readonly description: "A decentralized flatcoin that provides convenient access to DeFi yields, enabling holders to earn passive income on their capital. Governance should aim to take low to moderate risk to return high DeFi yields in order to mitigate against inflation.";
538
546
  readonly documentation: "";
539
547
  readonly bridge: "native";
540
- readonly risks: readonly ["SYNTH_STABLE"];
548
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
541
549
  };
542
550
  readonly eUSD: {
543
551
  readonly name: "Electronic Dollar";
@@ -551,7 +559,7 @@ export declare const tokens: {
551
559
  readonly description: "The Electronic Dollar (eUSD) is a decentralized 1:1 asset-backed stablecoin built with Reserve Protocol, available on the Ethereum and MobileCoin blockchains. It sets itself apart from other stablecoins due to its decentralized, community-governed, and censorship-resistant nature.";
552
560
  readonly documentation: "https://reserve.org/protocol/";
553
561
  readonly bridge: "base-canonical";
554
- readonly risks: readonly ["SYNTH_STABLE"];
562
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
555
563
  };
556
564
  readonly wstETH: {
557
565
  readonly name: "Wrapped liquid staked Ether 2.0";
@@ -682,7 +690,7 @@ export declare const tokens: {
682
690
  readonly description: "Degen is an unofficial token that were distributed to the community on the decentralized social network, Farcaster.";
683
691
  readonly documentation: "https://www.degen.tips/faq";
684
692
  readonly bridge: "native";
685
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
693
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
686
694
  };
687
695
  readonly doginme: {
688
696
  readonly name: "doginme";
@@ -721,7 +729,7 @@ export declare const tokens: {
721
729
  readonly description: "rgUSD is an overcollateralized stablecoin launched on Reserve Protocol that acts as a collective point for DeFi users to negotiate with stablecoin yield providers for the best returns.";
722
730
  readonly documentation: "https://reserve.org/protocol/";
723
731
  readonly bridge: "base-canonical";
724
- readonly risks: readonly ["SYNTH_STABLE"];
732
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
725
733
  };
726
734
  readonly TN100x: {
727
735
  readonly name: "The Next 100x Memecoin on Base";
@@ -734,7 +742,7 @@ export declare const tokens: {
734
742
  readonly website: "https://ham.fun/";
735
743
  readonly description: "TN100x is the coin that powers the HAM ecosystem, an upcoming layer 3 blockchain. More than a memecoin, it’s a social token, and a driving force behind everything Ham.";
736
744
  readonly bridge: "native";
737
- readonly risks: readonly ["NO_TIMELOCK"];
745
+ readonly tags: readonly ["NO_TIMELOCK"];
738
746
  };
739
747
  readonly CHAD: {
740
748
  readonly name: "Based Chad";
@@ -784,7 +792,7 @@ export declare const tokens: {
784
792
  readonly description: "EthXY is a MMORPG built on top of Telegram. SEXY is a game token used for a variety of game mechanics and weapon + armor purchases.";
785
793
  readonly documentation: "https://ethxy.com/";
786
794
  readonly bridge: "base-canonical";
787
- readonly risks: readonly ["NO_TIMELOCK"];
795
+ readonly tags: readonly ["NO_TIMELOCK"];
788
796
  };
789
797
  readonly sFRAX: {
790
798
  readonly name: "Staked FRAX";
@@ -798,7 +806,7 @@ export declare const tokens: {
798
806
  readonly description: "Staked FRAX (sFRAX) is an ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in FRAX stablecoins. The sFRAX token represents pro rata deposits within the vault and is always withdrawable for FRAX stablecoins at the pro rata rate at all times. sFRAX APY attempts to roughly track the interest on reserve balances (IORB) rate of the United States Federal Reserve using the IORB oracle. This benchmark rate is generally accepted as the “risk free rate” of the US Dollar. The FRAX staking vault attempts, but does not guarantee in any way, to target this rate.";
799
807
  readonly documentation: "https://docs.frax.finance/frax-v3/sfrax";
800
808
  readonly bridge: "layer-zero";
801
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
809
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
802
810
  };
803
811
  readonly sfrxETH: {
804
812
  readonly name: "Staked Frax Ether";
@@ -812,7 +820,7 @@ export declare const tokens: {
812
820
  readonly description: "sfrxETH is a ERC-4626 vault designed to accrue the staking yield of the Frax ETH validators. At any time, frxETH can be exchanged for sfrxETH by depositing it into the sfrxETH vault, which allows users to earn staking yield on their frxETH. Over time, as validators accrue staking yield, an equivalent amount of frxETH is minted and added to the vault, allowing users to redeem their sfrxETH for an greater amount of frxETH than they deposited.";
813
821
  readonly documentation: "https://docs.frax.finance/frax-ether/frxeth-and-sfrxeth";
814
822
  readonly bridge: "layer-zero";
815
- readonly risks: readonly ["NO_TIMELOCK"];
823
+ readonly tags: readonly ["NO_TIMELOCK"];
816
824
  };
817
825
  readonly FXS: {
818
826
  readonly name: "Frax Share";
@@ -826,7 +834,7 @@ export declare const tokens: {
826
834
  readonly description: "The Frax Share token (FXS) is the non-stable, utility token in the protocol. It is meant to be volatile and hold rights to governance and all utility of the system. It is important to note that we take a highly governance-minimized approach to designing trustless money in the same ethos as Bitcoin. We eschew DAO-like active management such as MakerDAO. The less parameters for a community to be able to actively manage, the less there is to disagree on. Parameters that are up for governance through FXS include adding/adjusting collateral pools, adjusting various fees (like minting or redeeming), and refreshing the rate of the collateral ratio. No other actions such as active management of collateral or addition of human-modifiable parameters are possible other than a hardfork that would require voluntarily moving to a new implementation entirely. ";
827
835
  readonly documentation: "https://docs.frax.finance/";
828
836
  readonly bridge: "layer-zero";
829
- readonly risks: readonly ["NO_TIMELOCK"];
837
+ readonly tags: readonly ["NO_TIMELOCK"];
830
838
  };
831
839
  readonly ezETH: {
832
840
  readonly name: "Renzo Restaked ETH";
@@ -840,7 +848,7 @@ export declare const tokens: {
840
848
  readonly description: "Renzo ezETH is a Liquid Restaking Token (LRT) and Strategy Manager for EigenLayer. It is the interface to the EigenLayer ecosystem securing Actively Validated Services (AVSs) and offering a higher yield than ETH staking.";
841
849
  readonly documentation: "https://docs.renzoprotocol.com/docs/";
842
850
  readonly bridge: "connext";
843
- readonly risks: readonly ["NO_TIMELOCK"];
851
+ readonly tags: readonly ["NO_TIMELOCK"];
844
852
  };
845
853
  readonly bWELL: {
846
854
  readonly name: "WELL";
@@ -1006,7 +1014,7 @@ export declare const tokens: {
1006
1014
  readonly description: "Liquity is a decentralized borrowing protocol that allows you to draw interest-free loans against Ether used as collateral. Loans are paid out in LUSD (a USD pegged stablecoin) and need to maintain a minimum collateral ratio of 110%.";
1007
1015
  readonly bridge: "base-canonical";
1008
1016
  readonly documentation: "https://docs.liquity.org/";
1009
- readonly risks: readonly ["SYNTH_STABLE"];
1017
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1010
1018
  };
1011
1019
  readonly GENOME: {
1012
1020
  readonly name: "GENOME";
@@ -1032,7 +1040,7 @@ export declare const tokens: {
1032
1040
  readonly description: "The rsETHWrapper contract serves as a standardized interface for rsETH tokens, which are Liquid Restaked Tokens (LRT) issued by Kelp DAO. Designed to offer liquidity to illiquid assets deposited into restaking platforms like EigenLayer, users can interact with these tokens seamlessly.";
1033
1041
  readonly documentation: "https://kelp.gitbook.io/kelp";
1034
1042
  readonly bridge: "stargate";
1035
- readonly risks: readonly ["NO_TIMELOCK"];
1043
+ readonly tags: readonly ["NO_TIMELOCK"];
1036
1044
  };
1037
1045
  readonly weETH: {
1038
1046
  readonly name: "Wrapped eETH";
@@ -1046,7 +1054,7 @@ export declare const tokens: {
1046
1054
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
1047
1055
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
1048
1056
  readonly bridge: "stargate";
1049
- readonly risks: readonly ["NO_TIMELOCK"];
1057
+ readonly tags: readonly ["NO_TIMELOCK"];
1050
1058
  };
1051
1059
  readonly KLIMA: {
1052
1060
  readonly name: "Klima DAO";
@@ -1060,7 +1068,7 @@ export declare const tokens: {
1060
1068
  readonly documentation: "https://docs.klimadao.finance/";
1061
1069
  readonly description: "KlimaDAO and its partners in the Klima ecosystem fosters the adoption of a new category of real world assets (RWA) on the blockchain: environmental assets like carbon credits.";
1062
1070
  readonly bridge: "axelar";
1063
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1071
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1064
1072
  };
1065
1073
  readonly USDz: {
1066
1074
  readonly name: "Anzen USDz";
@@ -1074,7 +1082,7 @@ export declare const tokens: {
1074
1082
  readonly website: "https://anzen.finance/";
1075
1083
  readonly documentation: "https://docs.anzen.finance/";
1076
1084
  readonly bridge: "layer-zero";
1077
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
1085
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
1078
1086
  };
1079
1087
  readonly GHST: {
1080
1088
  readonly name: "Aavegotchi GHST Token";
@@ -1114,6 +1122,7 @@ export declare const tokens: {
1114
1122
  readonly documentation: "https://tether.to/en/how-it-works";
1115
1123
  readonly description: "Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
1116
1124
  readonly bridge: "base-canonical";
1125
+ readonly tags: readonly ["STABLECOIN"];
1117
1126
  };
1118
1127
  readonly UNI: {
1119
1128
  readonly name: "Uniswap";
@@ -1166,7 +1175,7 @@ export declare const tokens: {
1166
1175
  readonly bridge: "chainlink-ccip";
1167
1176
  readonly logoURI: "https://i.imgur.com/ZvP634G.png";
1168
1177
  readonly documentation: "https://learn.jarvis.network/";
1169
- readonly risks: readonly ["SYNTH_STABLE"];
1178
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1170
1179
  };
1171
1180
  readonly sUSDz: {
1172
1181
  readonly name: "Staked USDz";
@@ -1180,7 +1189,7 @@ export declare const tokens: {
1180
1189
  readonly website: "https://anzen.finance/";
1181
1190
  readonly documentation: "https://docs.anzen.finance/";
1182
1191
  readonly bridge: "layer-zero";
1183
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
1192
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
1184
1193
  };
1185
1194
  readonly msUSD: {
1186
1195
  readonly name: "Metronome Synth USD";
@@ -1194,7 +1203,7 @@ export declare const tokens: {
1194
1203
  readonly website: "https://metronome.io/";
1195
1204
  readonly documentation: "https://docs.metronome.io/";
1196
1205
  readonly bridge: "layer-zero";
1197
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
1206
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
1198
1207
  };
1199
1208
  readonly msETH: {
1200
1209
  readonly name: "Metronome Synth ETH";
@@ -1208,7 +1217,7 @@ export declare const tokens: {
1208
1217
  readonly website: "https://metronome.io/";
1209
1218
  readonly documentation: "https://docs.metronome.io/";
1210
1219
  readonly bridge: "layer-zero";
1211
- readonly risks: readonly ["NO_TIMELOCK"];
1220
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
1212
1221
  };
1213
1222
  readonly CHOMP: {
1214
1223
  readonly name: "ChompCoin";
@@ -1257,6 +1266,7 @@ export declare const tokens: {
1257
1266
  readonly description: "EURC is a euro-backed stablecoin that’s accessible globally on Avalanche, Ethereum, Base and Stellar. Similar to USDC, EURC is issued by Circle under a full-reserve model.";
1258
1267
  readonly website: "https://www.circle.com/en/eurc";
1259
1268
  readonly bridge: "native";
1269
+ readonly tags: readonly ["STABLECOIN"];
1260
1270
  };
1261
1271
  readonly PEPE: {
1262
1272
  readonly name: "BasedPepe";
@@ -1347,7 +1357,7 @@ export declare const tokens: {
1347
1357
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
1348
1358
  readonly bridge: "wormhole";
1349
1359
  readonly description: "ETHFI is the governance token of ether.fi, a restaking protocol on Ethereum. Token holders will have a say in the future of the protocol.";
1350
- readonly risks: readonly ["NO_TIMELOCK"];
1360
+ readonly tags: readonly ["NO_TIMELOCK"];
1351
1361
  };
1352
1362
  readonly WIF: {
1353
1363
  readonly name: "dogwifhat";
@@ -1450,7 +1460,7 @@ export declare const tokens: {
1450
1460
  readonly description: "Origin Protocol is a suite of complimentary DeFi products designed to increase economic opportunity for all. These permissionless and composable smart contracts provide superior user experiences across DeFi in a groundbreaking multichain yield ecosystem. OGN is value accrual and governance token for all Origin products. When Origin scales OGN scales as it is the lifeblood of the Origin ecosystem.";
1451
1461
  readonly documentation: "https://docs.originprotocol.com/";
1452
1462
  readonly bridge: "base-canonical";
1453
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1463
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1454
1464
  };
1455
1465
  readonly BMX: {
1456
1466
  readonly name: "BMX";
@@ -1477,7 +1487,7 @@ export declare const tokens: {
1477
1487
  readonly website: "https://www.virtuals.io/";
1478
1488
  readonly documentation: "https://whitepaper.virtuals.io/";
1479
1489
  readonly bridge: "base-canonical";
1480
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1490
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1481
1491
  };
1482
1492
  readonly snARS: {
1483
1493
  readonly name: "Yield Bearing Num ARS";
@@ -1491,7 +1501,7 @@ export declare const tokens: {
1491
1501
  readonly website: "https://num.finance/";
1492
1502
  readonly documentation: "https://new.num.finance/";
1493
1503
  readonly bridge: "native";
1494
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1504
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1495
1505
  };
1496
1506
  readonly besnARS: {
1497
1507
  readonly name: "Beefy Escrow snARS";
@@ -1505,7 +1515,7 @@ export declare const tokens: {
1505
1515
  readonly website: "https://num.finance/";
1506
1516
  readonly documentation: "https://new.num.finance/";
1507
1517
  readonly bridge: "native";
1508
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1518
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1509
1519
  };
1510
1520
  readonly LUNA: {
1511
1521
  readonly name: "Luna by Virtuals";
@@ -1532,7 +1542,7 @@ export declare const tokens: {
1532
1542
  readonly website: "https://www.spectrallabs.xyz/";
1533
1543
  readonly documentation: "https://docs.spectrallabs.xyz/";
1534
1544
  readonly bridge: "synapse";
1535
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1545
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1536
1546
  };
1537
1547
  readonly TALENT: {
1538
1548
  readonly name: "Talent Protocol Token";
@@ -1546,7 +1556,7 @@ export declare const tokens: {
1546
1556
  readonly website: "https://talentprotocol.com/";
1547
1557
  readonly documentation: "https://docs.talentprotocol.com/";
1548
1558
  readonly bridge: "native";
1549
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1559
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1550
1560
  };
1551
1561
  readonly HIGHER: {
1552
1562
  readonly name: "Higher";
@@ -1572,7 +1582,7 @@ export declare const tokens: {
1572
1582
  readonly website: "https://www.basedbrett.com/";
1573
1583
  readonly documentation: "https://www.basedbrett.com/#tokenomics";
1574
1584
  readonly bridge: "native";
1575
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1585
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1576
1586
  };
1577
1587
  readonly ION: {
1578
1588
  readonly name: "Ionic";
@@ -1586,7 +1596,7 @@ export declare const tokens: {
1586
1596
  readonly website: "https://app.ionic.money/";
1587
1597
  readonly documentation: "https://doc.ionic.money/";
1588
1598
  readonly bridge: "native";
1589
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1599
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1590
1600
  };
1591
1601
  readonly OX: {
1592
1602
  readonly name: "OX Coin";
@@ -1600,7 +1610,7 @@ export declare const tokens: {
1600
1610
  readonly website: "https://ox.fun/";
1601
1611
  readonly documentation: "https://support.ox.fun/";
1602
1612
  readonly bridge: "layer-zero";
1603
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1613
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1604
1614
  };
1605
1615
  readonly MORE: {
1606
1616
  readonly name: "MORE";
@@ -1613,7 +1623,7 @@ export declare const tokens: {
1613
1623
  readonly description: "Stack’s $MORE token is a non-algorithmic, collateral-backed stablecoin. This means that every $1 USD of $MORE should have more than $1 USD of collateral backing. Stack considers $MORE to be worth $1 however at times it may not trade at this value. In these instances, Stack has several options at its disposal to regain the $1 USD peg.";
1614
1624
  readonly bridge: "native";
1615
1625
  readonly chainId: 8453;
1616
- readonly risks: readonly ["NO_TIMELOCK"];
1626
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
1617
1627
  };
1618
1628
  readonly CLANKER: {
1619
1629
  readonly name: "tokenbot";
@@ -1664,7 +1674,7 @@ export declare const tokens: {
1664
1674
  readonly website: "https://blocklords.com/";
1665
1675
  readonly documentation: "https://wiki.blocklords.com/economy/currencies/usdlrds";
1666
1676
  readonly bridge: "base-canonical";
1667
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1677
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1668
1678
  };
1669
1679
  readonly SUSHI: {
1670
1680
  readonly name: "Sushi";
@@ -1716,7 +1726,7 @@ export declare const tokens: {
1716
1726
  readonly description: "LBTC is liquid Bitcoin; it's yield-bearing, cross-chain, and 1:1 backed by BTC. LBTC enables yield-bearing BTC to move cross-chain without fragmenting liquidity, and is designed to seamlessly integrate Bitcoin into the decentralized finance (DeFi) ecosystem while maintaining the security and integrity of the underlying asset.";
1717
1727
  readonly bridge: "native";
1718
1728
  readonly documentation: "https://docs.lombard.finance/lbtc-liquid-bitcoin/introduction-to-lbtc";
1719
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
1729
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
1720
1730
  };
1721
1731
  readonly EIGEN: {
1722
1732
  readonly name: "Eigen";
@@ -1768,7 +1778,7 @@ export declare const tokens: {
1768
1778
  readonly description: "Morpho is a decentralized lending protocol with different entities and individuals contributing to its development and adoption. As a result, the documentation refers to different areas of “Morpho” which are worth distinguishing.";
1769
1779
  readonly documentation: "https://docs.morpho.org/";
1770
1780
  readonly bridge: "base-canonical";
1771
- readonly risks: readonly ["NO_TIMELOCK"];
1781
+ readonly tags: readonly ["NO_TIMELOCK"];
1772
1782
  };
1773
1783
  readonly PUBLIUS: {
1774
1784
  readonly name: "PUBLIUS";
@@ -1846,7 +1856,7 @@ export declare const tokens: {
1846
1856
  readonly description: "Gravity is a Layer 1 omnichain smart contract platform designed to deliver a more efficient, scalable, and secure mechanism for managing complex cross-chain interactions with minimal friction.";
1847
1857
  readonly documentation: "https://docs.gravity.xyz/";
1848
1858
  readonly bridge: "native";
1849
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1859
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1850
1860
  };
1851
1861
  readonly ANZ: {
1852
1862
  readonly name: "Anzen Token";
@@ -1860,7 +1870,7 @@ export declare const tokens: {
1860
1870
  readonly description: "Anzen is a decentralized platform providing access to USDz, which is a digital token backed by a diversified portfolio of private credit assets.";
1861
1871
  readonly documentation: "https://docs.anzen.finance/";
1862
1872
  readonly bridge: "native";
1863
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1873
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1864
1874
  };
1865
1875
  readonly TAROT: {
1866
1876
  readonly name: "Tarot";
@@ -1874,7 +1884,7 @@ export declare const tokens: {
1874
1884
  readonly description: "Tarot is a decentralized lending protocol where users can participate as lenders or borrowers in isolated lending pools.";
1875
1885
  readonly documentation: "https://docs.tarot.to/";
1876
1886
  readonly bridge: "layer-zero";
1877
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1887
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1878
1888
  };
1879
1889
  readonly ODOS: {
1880
1890
  readonly name: "Odos Token";
@@ -1901,7 +1911,7 @@ export declare const tokens: {
1901
1911
  readonly description: "The Derive Protocol is a collection of smart contracts that collectively create a decentralised and self-custodial derivatives protocol.";
1902
1912
  readonly documentation: "https://docs.derive.xyz/";
1903
1913
  readonly bridge: "layer-zero";
1904
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1914
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1905
1915
  };
1906
1916
  readonly FAI: {
1907
1917
  readonly name: "FAI";
@@ -1928,7 +1938,7 @@ export declare const tokens: {
1928
1938
  readonly description: "Super Champs is an immersive, anime-inspired universe spanning games, video, social media, merch, and web3 ownership.";
1929
1939
  readonly documentation: "https://whitepaper.superchamps.com/champ-tokenomics";
1930
1940
  readonly bridge: "";
1931
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1941
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1932
1942
  };
1933
1943
  readonly uSUI: {
1934
1944
  readonly name: "Sui (Universal)";
@@ -1942,7 +1952,7 @@ export declare const tokens: {
1942
1952
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
1943
1953
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
1944
1954
  readonly bridge: "native";
1945
- readonly risks: readonly ["NO_TIMELOCK"];
1955
+ readonly tags: readonly ["NO_TIMELOCK"];
1946
1956
  };
1947
1957
  readonly uSOL: {
1948
1958
  readonly name: "Solana (Universal)";
@@ -1956,7 +1966,7 @@ export declare const tokens: {
1956
1966
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
1957
1967
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
1958
1968
  readonly bridge: "native";
1959
- readonly risks: readonly ["NO_TIMELOCK"];
1969
+ readonly tags: readonly ["NO_TIMELOCK"];
1960
1970
  };
1961
1971
  readonly uXRP: {
1962
1972
  readonly name: "XRP (Universal)";
@@ -1970,7 +1980,7 @@ export declare const tokens: {
1970
1980
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
1971
1981
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
1972
1982
  readonly bridge: "native";
1973
- readonly risks: readonly ["NO_TIMELOCK"];
1983
+ readonly tags: readonly ["NO_TIMELOCK"];
1974
1984
  };
1975
1985
  readonly uADA: {
1976
1986
  readonly name: "Cardano (Universal)";
@@ -1984,7 +1994,7 @@ export declare const tokens: {
1984
1994
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
1985
1995
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
1986
1996
  readonly bridge: "native";
1987
- readonly risks: readonly ["NO_TIMELOCK"];
1997
+ readonly tags: readonly ["NO_TIMELOCK"];
1988
1998
  };
1989
1999
  readonly uLINK: {
1990
2000
  readonly name: "Chainlink (Universal)";
@@ -1998,7 +2008,7 @@ export declare const tokens: {
1998
2008
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
1999
2009
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
2000
2010
  readonly bridge: "native";
2001
- readonly risks: readonly ["NO_TIMELOCK"];
2011
+ readonly tags: readonly ["NO_TIMELOCK"];
2002
2012
  };
2003
2013
  readonly uDOGE: {
2004
2014
  readonly name: "Dogecoin (Universal)";
@@ -2012,7 +2022,7 @@ export declare const tokens: {
2012
2022
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
2013
2023
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
2014
2024
  readonly bridge: "native";
2015
- readonly risks: readonly ["NO_TIMELOCK"];
2025
+ readonly tags: readonly ["NO_TIMELOCK"];
2016
2026
  };
2017
2027
  readonly uNEAR: {
2018
2028
  readonly name: "NEAR (Universal)";
@@ -2026,7 +2036,7 @@ export declare const tokens: {
2026
2036
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
2027
2037
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
2028
2038
  readonly bridge: "native";
2029
- readonly risks: readonly ["NO_TIMELOCK"];
2039
+ readonly tags: readonly ["NO_TIMELOCK"];
2030
2040
  };
2031
2041
  readonly uAPT: {
2032
2042
  readonly name: "Aptos (Universal)";
@@ -2040,7 +2050,7 @@ export declare const tokens: {
2040
2050
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
2041
2051
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
2042
2052
  readonly bridge: "native";
2043
- readonly risks: readonly ["NO_TIMELOCK"];
2053
+ readonly tags: readonly ["NO_TIMELOCK"];
2044
2054
  };
2045
2055
  readonly uSEI: {
2046
2056
  readonly name: "Sei (Universal)";
@@ -2054,7 +2064,7 @@ export declare const tokens: {
2054
2064
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
2055
2065
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
2056
2066
  readonly bridge: "native";
2057
- readonly risks: readonly ["NO_TIMELOCK"];
2067
+ readonly tags: readonly ["NO_TIMELOCK"];
2058
2068
  };
2059
2069
  readonly REI: {
2060
2070
  readonly name: "Unit 00 - Rei";
@@ -2094,7 +2104,7 @@ export declare const tokens: {
2094
2104
  readonly description: "Unlike other leading AI platforms, Venice provides a private and uncensored AI experience, with your prompts and data only stored on your device, never on our servers.";
2095
2105
  readonly documentation: "https://venice.ai/blog";
2096
2106
  readonly bridge: "native";
2097
- readonly risks: readonly ["NO_TIMELOCK"];
2107
+ readonly tags: readonly ["NO_TIMELOCK"];
2098
2108
  };
2099
2109
  readonly Bold: {
2100
2110
  readonly name: "Bold Stablecoin";
@@ -2108,7 +2118,7 @@ export declare const tokens: {
2108
2118
  readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.";
2109
2119
  readonly documentation: "https://docs.liquity.org/";
2110
2120
  readonly bridge: "chainlink-ccip";
2111
- readonly risks: readonly ["SYNTH_STABLE"];
2121
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2112
2122
  };
2113
2123
  readonly USR: {
2114
2124
  readonly name: "Resolv USD";
@@ -2121,7 +2131,7 @@ export declare const tokens: {
2121
2131
  readonly documentation: "https://docs.resolv.xyz/";
2122
2132
  readonly description: "Resolv is a protocol maintaining USR, a stablecoin natively backed by Ether (ETH) and pegged to US Dollar";
2123
2133
  readonly bridge: "layer-zero";
2124
- readonly risks: readonly ["SYNTH_STABLE"];
2134
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2125
2135
  };
2126
2136
  readonly FLAY: {
2127
2137
  readonly name: "Flayer";
@@ -2147,7 +2157,7 @@ export declare const tokens: {
2147
2157
  readonly description: "The B3 token is the engine powering the Open Gaming ecosystem, designed to grow, scale and transform gaming by empowering players, game developers, and holders.";
2148
2158
  readonly documentation: "https://learn.b3.fun/claim-comprehensive-faq";
2149
2159
  readonly bridge: "native";
2150
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
2160
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
2151
2161
  };
2152
2162
  readonly VEIL: {
2153
2163
  readonly name: "VEIL Token";
@@ -2199,7 +2209,7 @@ export declare const tokens: {
2199
2209
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
2200
2210
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
2201
2211
  readonly bridge: "native";
2202
- readonly risks: readonly ["NO_TIMELOCK"];
2212
+ readonly tags: readonly ["NO_TIMELOCK"];
2203
2213
  };
2204
2214
  readonly uSHIB: {
2205
2215
  readonly name: "Shiba Inu (Universal)";
@@ -2212,7 +2222,7 @@ export declare const tokens: {
2212
2222
  readonly description: "uAssets (e.g. uBTC, uSOL, ...) are ERC-20 tokens that can solve liquidity problems builders face today.";
2213
2223
  readonly documentation: "https://docs.universalassets.xyz/universal-protocol";
2214
2224
  readonly bridge: "native";
2215
- readonly risks: readonly ["NO_TIMELOCK"];
2225
+ readonly tags: readonly ["NO_TIMELOCK"];
2216
2226
  };
2217
2227
  readonly KAITO: {
2218
2228
  readonly name: "KAITO";
@@ -2274,7 +2284,7 @@ export declare const tokens: {
2274
2284
  readonly description: "Morpheus is a Decentralized AI network designed to incentivize a network of Smart Agents, general-purpose AI that can execute Smart Contracts on behalf of users.";
2275
2285
  readonly documentation: "https://morpheusai.gitbook.io/morpheus/";
2276
2286
  readonly bridge: "layer-zero";
2277
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
2287
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
2278
2288
  };
2279
2289
  readonly KTA: {
2280
2290
  readonly name: "Keeta";
@@ -2301,7 +2311,7 @@ export declare const tokens: {
2301
2311
  readonly description: "BRZ is the first Brazilian stablecoin in circulation. It will allow Brazilians to directly ramp up investments in foreign exchanges and to trade a Brazilian Real (BRL) pegged stablecoin in global scale.";
2302
2312
  readonly documentation: "";
2303
2313
  readonly bridge: "native";
2304
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
2314
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
2305
2315
  };
2306
2316
  readonly CADC: {
2307
2317
  readonly name: "CAD Coin";
@@ -2315,7 +2325,7 @@ export declare const tokens: {
2315
2325
  readonly description: "CADC is a fully reserved CAD dollar stablecoin issued by Paytrie, redeemable 1:1 for Canadian dollars";
2316
2326
  readonly documentation: "https://faq.paytrie.com/help";
2317
2327
  readonly bridge: "native";
2318
- readonly risks: readonly ["NO_TIMELOCK"];
2328
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
2319
2329
  };
2320
2330
  readonly yTRYB: {
2321
2331
  readonly name: "Yield TRYB";
@@ -2329,7 +2339,7 @@ export declare const tokens: {
2329
2339
  readonly description: "TRYB is a stablecoin developed by BiLira that is pegged 1:1 to the Turkish lira and 100% backed by reserves.";
2330
2340
  readonly documentation: "https://support.bilira.co/";
2331
2341
  readonly bridge: "native";
2332
- readonly risks: readonly ["NO_TIMELOCK"];
2342
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
2333
2343
  };
2334
2344
  readonly IDRX: {
2335
2345
  readonly name: "IDRX";
@@ -2343,7 +2353,7 @@ export declare const tokens: {
2343
2353
  readonly description: "IDRX is a stable token pegged to the value of the Indonesian Rupiah (IDR). As a cryptocurrency, IDRX offers users the benefits of blockchain technology, including security, transparency, and decentralized control.";
2344
2354
  readonly documentation: "https://docs.idrx.co/";
2345
2355
  readonly bridge: "idrx";
2346
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
2356
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
2347
2357
  };
2348
2358
  readonly OVER: {
2349
2359
  readonly name: "Overtime DAO Token";
@@ -2357,7 +2367,7 @@ export declare const tokens: {
2357
2367
  readonly description: "Overtime is an onchain sportsbook ecosystem with platforms for placing bets on popular sporting events and digital options trading.";
2358
2368
  readonly documentation: "https://docs.overtime.io/";
2359
2369
  readonly bridge: "chainlink-ccip";
2360
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
2370
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
2361
2371
  };
2362
2372
  readonly EDGE: {
2363
2373
  readonly name: "Edge";
@@ -2371,7 +2381,7 @@ export declare const tokens: {
2371
2381
  readonly description: "Definitive is the future of onchain trade execution. It delivers a CeFi-like experience on DeFi rails via a fully non-custodial platform & API that is live across Solana, Base and other major EVM chains.";
2372
2382
  readonly documentation: "https://docs.definitive.fi/";
2373
2383
  readonly bridge: "native";
2374
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
2384
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
2375
2385
  };
2376
2386
  readonly OUSDT: {
2377
2387
  readonly name: "OpenUSDT";
@@ -2385,7 +2395,7 @@ export declare const tokens: {
2385
2395
  readonly description: "OpenUSDT is a future-proof interoperable USDT stablecoin for the OP Superchain enabling shared liquidity and interchain applications.";
2386
2396
  readonly documentation: "https://docs.openusdt.xyz/";
2387
2397
  readonly bridge: "chainlink-ccip";
2388
- readonly risks: readonly ["NO_TIMELOCK"];
2398
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
2389
2399
  };
2390
2400
  readonly GHO: {
2391
2401
  readonly name: "GHO Token";
@@ -2412,7 +2422,7 @@ export declare const tokens: {
2412
2422
  readonly documentation: "https://docs.aave.com/faq/gho-stablecoin";
2413
2423
  readonly bridge: "native";
2414
2424
  readonly description: "Wrapped Aave Staked GHO. GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
2415
- readonly risks: readonly ["SYNTH_STABLE"];
2425
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2416
2426
  };
2417
2427
  readonly waBasUSDC: {
2418
2428
  readonly name: "Wrapped Aave USD Coin";
@@ -2426,6 +2436,7 @@ export declare const tokens: {
2426
2436
  readonly chainId: 8453;
2427
2437
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
2428
2438
  readonly documentation: "https://www.circle.com/en/usdc-multichain/base";
2439
+ readonly tags: readonly ["STABLECOIN"];
2429
2440
  };
2430
2441
  readonly 'Base is for everyone': {
2431
2442
  readonly name: "Base is for everyone";
@@ -2491,6 +2502,7 @@ export declare const tokens: {
2491
2502
  readonly bridge: "native";
2492
2503
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
2493
2504
  readonly documentation: "https://www.circle.com/en/usdc-multichain/base";
2505
+ readonly tags: readonly ["STABLECOIN"];
2494
2506
  };
2495
2507
  readonly sUSDS: {
2496
2508
  readonly name: "Savings USDS";
@@ -2503,7 +2515,7 @@ export declare const tokens: {
2503
2515
  readonly documentation: "https://docs.sky.money/";
2504
2516
  readonly description: "SavingsUSDS is the decentralized stablecoin of Sky. USDS replaces DAI as Sky's new stablecoin, offering stability plus new rewards and savings options.";
2505
2517
  readonly bridge: "base-canonical";
2506
- readonly risks: readonly ["SYNTH_STABLE"];
2518
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2507
2519
  };
2508
2520
  readonly scrvUSD: {
2509
2521
  readonly name: "Savings crvUSD";
@@ -2515,7 +2527,7 @@ export declare const tokens: {
2515
2527
  readonly website: "https://www.curve.finance/";
2516
2528
  readonly description: "Savings crvUSD, abbreviated as scrvUSD, is an interest-bearing stablecoin that earns yield simply by holding the token.";
2517
2529
  readonly documentation: "https://resources.curve.finance/crvusd/scrvusd";
2518
- readonly risks: readonly ["SYNTH_STABLE"];
2530
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2519
2531
  };
2520
2532
  readonly ZORA: {
2521
2533
  readonly name: "ZORA";
@@ -2528,7 +2540,7 @@ export declare const tokens: {
2528
2540
  readonly documentation: "https://docs.zora.co/";
2529
2541
  readonly description: "A social network where every post is a coin.";
2530
2542
  readonly bridge: "native";
2531
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2543
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2532
2544
  };
2533
2545
  readonly TRUE: {
2534
2546
  readonly name: "TRUE";
@@ -2554,7 +2566,7 @@ export declare const tokens: {
2554
2566
  readonly description: "$noice will become a global, social currency. Tip on Farcaster.";
2555
2567
  readonly documentation: "https://noice.so/#section-how";
2556
2568
  readonly bridge: "native";
2557
- readonly risks: readonly ["LARGE_HOLDERS"];
2569
+ readonly tags: readonly ["LARGE_HOLDERS"];
2558
2570
  };
2559
2571
  readonly BOLDV2: {
2560
2572
  readonly name: "BOLD Stablecoin";
@@ -2568,7 +2580,7 @@ export declare const tokens: {
2568
2580
  readonly documentation: "https://docs.liquity.org/";
2569
2581
  readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.";
2570
2582
  readonly bridge: "chainlink-ccip";
2571
- readonly risks: readonly ["SYNTH_STABLE"];
2583
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2572
2584
  };
2573
2585
  readonly GIZA: {
2574
2586
  readonly name: "Giza";
@@ -2725,7 +2737,7 @@ export declare const tokens: {
2725
2737
  readonly description: "Trade crypto, forex, metals, commodities, indices, straight from your wallet.";
2726
2738
  readonly documentation: "https://docs.avantisfi.com/";
2727
2739
  readonly bridge: "native";
2728
- readonly risks: readonly ["NO_TIMELOCK"];
2740
+ readonly tags: readonly ["NO_TIMELOCK"];
2729
2741
  };
2730
2742
  readonly VELVET: {
2731
2743
  readonly name: "Velvet";
@@ -2752,7 +2764,7 @@ export declare const tokens: {
2752
2764
  readonly description: "SOON is a high-performance SVM Rollup designed to realize the Super Adoption Stack. With a vision to achieve mass adoption of blockchain, SOON comprises three primary products: SOON Mainnet, SOON Stack, and InterSOON. The core technological innovations of SOON include decoupled SVM, Merklization, and Horizontal Scaling.";
2753
2765
  readonly documentation: "https://docs.soo.network/introduction/what-is-soon";
2754
2766
  readonly bridge: "layer-zero";
2755
- readonly risks: readonly ["NO_TIMELOCK"];
2767
+ readonly tags: readonly ["NO_TIMELOCK"];
2756
2768
  };
2757
2769
  readonly SAPIEN: {
2758
2770
  readonly name: "Sapien";
@@ -2766,7 +2778,7 @@ export declare const tokens: {
2766
2778
  readonly description: "Sapien is a decentralized network, connecting you directly to leading AI companies";
2767
2779
  readonly documentation: "https://earn.sapien.io/";
2768
2780
  readonly bridge: "native";
2769
- readonly risks: readonly ["LARGE_HOLDERS"];
2781
+ readonly tags: readonly ["LARGE_HOLDERS"];
2770
2782
  };
2771
2783
  readonly AVAIL: {
2772
2784
  readonly name: "Avail (Wormhole)";
@@ -2793,7 +2805,7 @@ export declare const tokens: {
2793
2805
  readonly description: "Botto is a decentralized autonomous artist governed by its community (BottoDAO), which votes weekly on hundreds of art fragments to guide its generative algorithm. Each week, Botto mints one final artwork from the voted fragments and auctions it on SuperRare, sharing 40% of proceeds with the community as rewards.";
2794
2806
  readonly documentation: "https://docs.botto.com/";
2795
2807
  readonly bridge: "base-canonical";
2796
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2808
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2797
2809
  };
2798
2810
  readonly MCADE: {
2799
2811
  readonly name: "Metacade";
@@ -2820,7 +2832,7 @@ export declare const tokens: {
2820
2832
  readonly description: "Spectra is an EVM-centric protocol for interest rate derivatives with an easy-to-use flagship app. The Spectra protocol is permissionless, meaning its services are entirely open for public use. Anyone can create new markets at will, swap yield derivatives, or become a liquidity provider.";
2821
2833
  readonly documentation: "https://docs.spectra.finance/";
2822
2834
  readonly bridge: "layer-zero";
2823
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2835
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2824
2836
  };
2825
2837
  readonly SQD: {
2826
2838
  readonly name: "Subsquid";
@@ -2834,7 +2846,7 @@ export declare const tokens: {
2834
2846
  readonly description: "SQD Network is a decentralized query engine optimized for batch extraction of large volumes of data. It currently serves historical on-chain data ingested from 200+ EVM and Substrate networks, as well as Solana (in beta), Tron, Starknet and Fuel.";
2835
2847
  readonly documentation: "https://docs.sqd.ai/";
2836
2848
  readonly bridge: "base-canonical";
2837
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2849
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2838
2850
  };
2839
2851
  readonly TLOS: {
2840
2852
  readonly name: "TLOS";
@@ -2848,7 +2860,7 @@ export declare const tokens: {
2848
2860
  readonly description: "Telos is a next-generation Delegated Proof of Stake (DPOS) Layer-1 blockchain network. It features unsurpassed compatibility for developers and provides an extensive suite of tools and onboarding support to develop and deploy smart contracts on the worlds fastest, most scalable, and affordable Telos EVM";
2849
2861
  readonly documentation: "https://docs.telos.net/";
2850
2862
  readonly bridge: "layer-zero";
2851
- readonly risks: readonly ["NO_TIMELOCK"];
2863
+ readonly tags: readonly ["NO_TIMELOCK"];
2852
2864
  };
2853
2865
  readonly AWE: {
2854
2866
  readonly name: "AWE Network";
@@ -2861,7 +2873,7 @@ export declare const tokens: {
2861
2873
  readonly website: "https://www.awenetwork.ai/";
2862
2874
  readonly description: "AWE Network is opening the portal to Autonomous Worlds where AI Agents collaborate, adapt and evolve. The Autonomous Worlds Engine (AWE) is a modular framework enabling the creation of self-sustaining worlds for scalable agent-agent and human-agent collaboration.";
2863
2875
  readonly documentation: "https://docs.awenetwork.ai/";
2864
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2876
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2865
2877
  };
2866
2878
  readonly CXT: {
2867
2879
  readonly name: "Covalent X token";
@@ -2875,7 +2887,7 @@ export declare const tokens: {
2875
2887
  readonly description: "Covalent is the leading modular data infrastructure layer that is dedicated to solving the Long-Term Data Availability and the verifiability problem in AI. A multi-sided platform designed to eventually be self-sufficient, the Covalent Network works by capturing and indexing blockchain data and storing it across multiple points on the network. Anyone can then access this data instantly through querying the GoldRush API (formerly known as the Unified API).";
2876
2888
  readonly documentation: "https://www.covalenthq.com/docs/introduction";
2877
2889
  readonly bridge: "base-canonical";
2878
- readonly risks: readonly ["NO_TIMELOCK"];
2890
+ readonly tags: readonly ["NO_TIMELOCK"];
2879
2891
  };
2880
2892
  readonly FLOCK: {
2881
2893
  readonly name: "FLock.io";
@@ -2888,7 +2900,7 @@ export declare const tokens: {
2888
2900
  readonly website: "https://www.flock.io/";
2889
2901
  readonly description: "FLock.io seeks to decentralise training and value alignment. We ensure that AI objectives match the public’s ethics and societal aims, that decision-making falls to communities, and that usefulness is a top priority.";
2890
2902
  readonly documentation: "https://docs.flock.io/";
2891
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2903
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2892
2904
  };
2893
2905
  readonly SYND: {
2894
2906
  readonly name: "Syndicate";
@@ -2902,7 +2914,7 @@ export declare const tokens: {
2902
2914
  readonly description: "Infrastructure for scalable, programmable, atomically composable appchains. Giving you complete control over your network, sequencer, and economy.";
2903
2915
  readonly documentation: "https://docs.syndicate.io/en/docs/syndicate-stack/get-started/introduction";
2904
2916
  readonly bridge: "base-canonical";
2905
- readonly risks: readonly ["NO_TIMELOCK"];
2917
+ readonly tags: readonly ["NO_TIMELOCK"];
2906
2918
  };
2907
2919
  readonly MOCA: {
2908
2920
  readonly name: "Moca";
@@ -2916,7 +2928,7 @@ export declare const tokens: {
2916
2928
  readonly description: "Co-creating the largest web3 cultural economy with $MOCA holders";
2917
2929
  readonly documentation: "https://moca.foundation/moca-coin";
2918
2930
  readonly bridge: "layer-zero";
2919
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2931
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2920
2932
  };
2921
2933
  readonly RIPE: {
2922
2934
  readonly name: "RipeToken";
@@ -2943,7 +2955,7 @@ export declare const tokens: {
2943
2955
  readonly description: "SIRE is the first agentic on-chain sports-betting hedge fund, built for DeFAI.";
2944
2956
  readonly documentation: "https://docs.sire.bot/";
2945
2957
  readonly bridge: "native";
2946
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2958
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2947
2959
  };
2948
2960
  readonly LCAP: {
2949
2961
  readonly name: "CF Large Cap Index";
@@ -2970,7 +2982,7 @@ export declare const tokens: {
2970
2982
  readonly description: "DIEM token represents perpetual tokenized inference. Each Diem provides $1 per day of API credit, forever. Only VVV holders can mint these tokens, creating the first-ever tradeable direct AI compute asset.";
2971
2983
  readonly documentation: "https://venice.ai/blog/";
2972
2984
  readonly bridge: "native";
2973
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2985
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
2974
2986
  };
2975
2987
  readonly VFY: {
2976
2988
  readonly name: "zkVerify";
@@ -2984,7 +2996,7 @@ export declare const tokens: {
2984
2996
  readonly description: "More than a token – VFY is your ownership stake in the infrastructure propelling the next age of the Internet. As the government, the private sector, and daily life increasingly shift online, your stake becomes more beneficial.";
2985
2997
  readonly documentation: "https://docs.zkverify.io/";
2986
2998
  readonly bridge: "layer-zero";
2987
- readonly risks: readonly ["NO_TIMELOCK"];
2999
+ readonly tags: readonly ["NO_TIMELOCK"];
2988
3000
  };
2989
3001
  readonly LITKEY: {
2990
3002
  readonly name: "Lit Protocol";
@@ -3011,7 +3023,7 @@ export declare const tokens: {
3011
3023
  readonly description: "Predict crypto & stock prices with nonstop hourly and daily markets. Trade anytime, anywhere. ";
3012
3024
  readonly documentation: "https://limitlesslabs.notion.site/";
3013
3025
  readonly bridge: "native";
3014
- readonly risks: readonly ["LARGE_HOLDERS"];
3026
+ readonly tags: readonly ["LARGE_HOLDERS"];
3015
3027
  };
3016
3028
  readonly SEDA: {
3017
3029
  readonly name: "SEDA";
@@ -3025,7 +3037,7 @@ export declare const tokens: {
3025
3037
  readonly description: "SEDA is a layer one for programmable oracle infrastructure. SEDA is backed by leading investors across the world with over $22 million in funding from Coinbase, Reciprocal Ventures, Coinfund, Distributed Global and more.";
3026
3038
  readonly documentation: "https://docs.seda.xyz/home";
3027
3039
  readonly bridge: "hyperlane";
3028
- readonly risks: readonly ["NO_TIMELOCK"];
3040
+ readonly tags: readonly ["NO_TIMELOCK"];
3029
3041
  };
3030
3042
  readonly kVCM: {
3031
3043
  readonly name: "Klima Protocol kVCM";
@@ -3039,7 +3051,7 @@ export declare const tokens: {
3039
3051
  readonly description: "Klima Protocol is open infrastructure for climate finance—pricing and purchasing carbon credits, selling retirements, and incentivizing deep liquidity.";
3040
3052
  readonly documentation: "https://docs.klimaprotocol.com/";
3041
3053
  readonly bridge: "native";
3042
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
3054
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
3043
3055
  };
3044
3056
  readonly SEND: {
3045
3057
  readonly name: "Send";
@@ -3053,7 +3065,7 @@ export declare const tokens: {
3053
3065
  readonly description: "Send is building the future of money where payments are instant, access is seamless, and privacy is non-negotiable. The platform lets anyone, anywhere send, save, and earn with just a smartphone.";
3054
3066
  readonly documentation: "https://info.send.it/";
3055
3067
  readonly bridge: "native";
3056
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
3068
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
3057
3069
  };
3058
3070
  readonly SOL: {
3059
3071
  readonly name: "Solana";