@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
@@ -88,7 +88,7 @@ export declare const tokens: {
88
88
  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. The token on Optimism is bridged via Multichain from Polygon.";
89
89
  readonly bridge: "multichain";
90
90
  readonly logoURI: "";
91
- readonly risks: readonly ["SYNTH_STABLE"];
91
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
92
92
  };
93
93
  readonly beOPX: {
94
94
  readonly name: "Beefy Escrowed OPX";
@@ -124,7 +124,7 @@ export declare const tokens: {
124
124
  readonly bridge: "native";
125
125
  readonly logoURI: "https://i.imgur.com/ZvP634G.png";
126
126
  readonly documentation: "https://learn.jarvis.network/";
127
- readonly risks: readonly ["SYNTH_STABLE"];
127
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
128
128
  };
129
129
  readonly HOP: {
130
130
  readonly name: "HOP Protocol";
@@ -175,6 +175,7 @@ export declare const tokens: {
175
175
  readonly documentation: "https://www.circle.com/blog/now-available-usdc-on-op-mainnet";
176
176
  readonly description: "USDC.e is an Ethereum-based USDC bridged via the official Optimism Bridge.";
177
177
  readonly bridge: "optimism-canonical";
178
+ readonly tags: readonly ["STABLECOIN"];
178
179
  };
179
180
  readonly USDC: {
180
181
  readonly name: "USD Coin";
@@ -187,6 +188,7 @@ export declare const tokens: {
187
188
  readonly documentation: "https://developers.circle.com/docs";
188
189
  readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
189
190
  readonly bridge: "native";
191
+ readonly tags: readonly ["STABLECOIN"];
190
192
  };
191
193
  readonly sUSD: {
192
194
  readonly name: "Synth sUSD";
@@ -200,7 +202,7 @@ export declare const tokens: {
200
202
  readonly description: "sUSD is a synthetic USD token enabled by the Synthetix protocol. It tracks the price of the US Dollar through price feeds supplied by Chainlink’s decentralized network of oracles";
201
203
  readonly bridge: "optimism-canonical";
202
204
  readonly documentation: "https://docs.synthetix.io/synthetix-protocol/readme";
203
- readonly risks: readonly ["SYNTH_STABLE"];
205
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
204
206
  };
205
207
  readonly WBTC: {
206
208
  readonly chainId: 10;
@@ -226,6 +228,7 @@ export declare const tokens: {
226
228
  readonly bridge: "optimism-canonical";
227
229
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x408D4cD0ADb7ceBd1F1A1C33A0Ba2098E1295bAB/logo.png";
228
230
  readonly documentation: "https://docs.synthetix.io/synthetix-protocol/readme";
231
+ readonly tags: readonly ["SYNTHETIC"];
229
232
  };
230
233
  readonly LYRA: {
231
234
  readonly chainId: 10;
@@ -301,7 +304,7 @@ export declare const tokens: {
301
304
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
302
305
  readonly bridge: "native";
303
306
  readonly documentation: "https://docs.mai.finance/";
304
- readonly risks: readonly ["SYNTH_STABLE"];
307
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
305
308
  };
306
309
  readonly FRAX: {
307
310
  readonly name: "Frax";
@@ -315,7 +318,7 @@ export declare const tokens: {
315
318
  readonly bridge: "frax";
316
319
  readonly logoURI: "https://avatars.githubusercontent.com/u/56005256?s=200&v=4";
317
320
  readonly documentation: "https://docs.frax.finance/";
318
- readonly risks: readonly ["SYNTH_STABLE"];
321
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
319
322
  };
320
323
  readonly VELO: {
321
324
  readonly chainId: 10;
@@ -342,6 +345,7 @@ export declare const tokens: {
342
345
  readonly description: "Synths are derivative tokens providing exposure to a range of assets. They can be traded with infinite liquidity and zero slippage by leveraging the Synthetix protocol’s unique pooled collateral model. Trades between Synths generate a small fee that is distributed to SNX collateral providers.";
343
346
  readonly bridge: "optimism-canonical";
344
347
  readonly documentation: "https://docs.synthetix.io/synthetix-protocol/readme";
348
+ readonly tags: readonly ["SYNTHETIC"];
345
349
  };
346
350
  readonly DAI: {
347
351
  readonly name: "DAI Stablecoin";
@@ -355,7 +359,7 @@ export declare const tokens: {
355
359
  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";
356
360
  readonly bridge: "optimism-canonical";
357
361
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
358
- readonly risks: readonly ["SYNTH_STABLE"];
362
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
359
363
  };
360
364
  readonly LUSD: {
361
365
  readonly name: "LUSD Stablecoin";
@@ -369,7 +373,7 @@ export declare const tokens: {
369
373
  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%.";
370
374
  readonly bridge: "optimism-canonical";
371
375
  readonly documentation: "https://docs.liquity.org/";
372
- readonly risks: readonly ["SYNTH_STABLE"];
376
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
373
377
  };
374
378
  readonly soUSDC: {
375
379
  readonly name: "Stargate USD Coin LP";
@@ -382,6 +386,7 @@ export declare const tokens: {
382
386
  readonly website: "https://stargate.finance/";
383
387
  readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
384
388
  readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
389
+ readonly tags: readonly ["STABLECOIN"];
385
390
  };
386
391
  readonly soETH: {
387
392
  readonly name: "Stargate Ethereum LP";
@@ -405,6 +410,7 @@ export declare const tokens: {
405
410
  readonly website: "https://renproject.io/";
406
411
  readonly description: "RenBTC is an ERC-20 token built on the Ethereum network, pegged to Bitcoin. This means that each RenBTC can be always redeemed for one Bitcoin, and hence tends to maintain its value at close to the Bitcoin market rate.";
407
412
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png";
413
+ readonly tags: readonly ["SYNTHETIC"];
408
414
  };
409
415
  readonly FXS: {
410
416
  readonly name: "Frax Share";
@@ -443,7 +449,7 @@ export declare const tokens: {
443
449
  readonly description: "Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.";
444
450
  readonly bridge: "optimism-canonical";
445
451
  readonly documentation: "https://alchemix-finance.gitbook.io/user-docs/";
446
- readonly risks: readonly ["SYNTH_STABLE"];
452
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
447
453
  };
448
454
  readonly alETH: {
449
455
  readonly name: "Alchemix ETH";
@@ -457,6 +463,7 @@ export declare const tokens: {
457
463
  readonly description: "Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.";
458
464
  readonly bridge: "optimism-canonical";
459
465
  readonly documentation: "https://alchemix-finance.gitbook.io/user-docs/";
466
+ readonly tags: readonly ["SYNTHETIC"];
460
467
  };
461
468
  readonly DOLA: {
462
469
  readonly name: "Dola USD Stablecoin";
@@ -470,7 +477,7 @@ export declare const tokens: {
470
477
  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.";
471
478
  readonly bridge: "optimism-canonical";
472
479
  readonly documentation: "https://docs.inverse.finance/";
473
- readonly risks: readonly ["SYNTH_STABLE"];
480
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
474
481
  };
475
482
  readonly HND: {
476
483
  readonly name: "Hundred Finance";
@@ -508,7 +515,7 @@ export declare const tokens: {
508
515
  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.";
509
516
  readonly bridge: "layer-zero";
510
517
  readonly documentation: "https://docs.angle.money/";
511
- readonly risks: readonly ["SYNTH_STABLE"];
518
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
512
519
  };
513
520
  readonly USDA: {
514
521
  readonly name: "USDA";
@@ -522,7 +529,7 @@ export declare const tokens: {
522
529
  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.";
523
530
  readonly bridge: "layer-zero";
524
531
  readonly documentation: "https://docs.angle.money/";
525
- readonly risks: readonly ["SYNTH_STABLE"];
532
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
526
533
  };
527
534
  readonly L2DAO: {
528
535
  readonly name: "Layer2DAO";
@@ -557,6 +564,7 @@ export declare const tokens: {
557
564
  readonly website: "https://ripae.finance/";
558
565
  readonly description: "Ripae Finance’s full focus is to build a true cross-chain algorithmic stable coin protocol that is stabilized with true use-cases all around the DeFi Ecosystem.";
559
566
  readonly logoURI: "";
567
+ readonly tags: readonly ["SYNTHETIC"];
560
568
  };
561
569
  readonly sETHo: {
562
570
  readonly name: "sETHo";
@@ -568,6 +576,7 @@ export declare const tokens: {
568
576
  readonly website: "https://ripae.finance/";
569
577
  readonly description: "Ripae Finance’s full focus is to build a true cross-chain algorithmic stable coin protocol that is stabilized with true use-cases all around the DeFi Ecosystem.";
570
578
  readonly logoURI: "";
579
+ readonly tags: readonly ["SYNTHETIC"];
571
580
  };
572
581
  readonly rETH: {
573
582
  readonly name: "Rocket Pool ETH";
@@ -593,6 +602,7 @@ export declare const tokens: {
593
602
  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.";
594
603
  readonly logoURI: "";
595
604
  readonly documentation: "https://docs.overnight.fi/";
605
+ readonly tags: readonly ["CURATED"];
596
606
  };
597
607
  readonly 'USD+': {
598
608
  readonly name: "USD+ Stablecoin";
@@ -606,6 +616,7 @@ export declare const tokens: {
606
616
  readonly bridge: "native";
607
617
  readonly logoURI: "";
608
618
  readonly documentation: "https://docs.overnight.fi/";
619
+ readonly tags: readonly ["CURATED"];
609
620
  };
610
621
  readonly 'wUSD+': {
611
622
  readonly name: "Wrapped USD+ Stablecoin";
@@ -619,6 +630,7 @@ export declare const tokens: {
619
630
  readonly bridge: "native";
620
631
  readonly logoURI: "";
621
632
  readonly documentation: "https://docs.overnight.fi/";
633
+ readonly tags: readonly ["CURATED"];
622
634
  };
623
635
  readonly 'DAI+': {
624
636
  readonly name: "DAI+ Stablecoin";
@@ -632,6 +644,7 @@ export declare const tokens: {
632
644
  readonly bridge: "native";
633
645
  readonly logoURI: "";
634
646
  readonly documentation: "https://docs.overnight.fi/";
647
+ readonly tags: readonly ["CURATED"];
635
648
  };
636
649
  readonly 'bbDAI+': {
637
650
  readonly name: "Beets Composable Pool DAI+ Stablecoin";
@@ -644,6 +657,7 @@ export declare const tokens: {
644
657
  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.";
645
658
  readonly logoURI: "";
646
659
  readonly documentation: "https://docs.overnight.fi/";
660
+ readonly tags: readonly ["CURATED"];
647
661
  };
648
662
  readonly 'wDAI+': {
649
663
  readonly name: "Wrapped DAI+ Stablecoin";
@@ -656,6 +670,7 @@ export declare const tokens: {
656
670
  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.";
657
671
  readonly logoURI: "";
658
672
  readonly documentation: "https://docs.overnight.fi/";
673
+ readonly tags: readonly ["CURATED"];
659
674
  };
660
675
  readonly TUSD: {
661
676
  readonly name: "TrueUSD";
@@ -667,6 +682,7 @@ export declare const tokens: {
667
682
  readonly logoURI: "";
668
683
  readonly website: "https://www.trueusd.com/";
669
684
  readonly description: "TrueUSD (TUSD) is the first independently-verified digital asset redeemable 1-for-1 for US Dollars.";
685
+ readonly tags: readonly ["STABLECOIN"];
670
686
  };
671
687
  readonly BOND: {
672
688
  readonly name: "BarnBridge Governance Token (Optimism)";
@@ -704,7 +720,7 @@ export declare const tokens: {
704
720
  readonly website: "https://dforce.network/";
705
721
  readonly description: "USX is the most important DeFi primitive within dForce’s protocol matrix, starting off with an over-collateralization design, where supported assets can be used as collaterals to mint USX within the respective approved LTV ratio (similar to DAI).";
706
722
  readonly documentation: "https://docs.dforce.network/protocols/usx";
707
- readonly risks: readonly ["SYNTH_STABLE"];
723
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
708
724
  };
709
725
  readonly MIM: {
710
726
  readonly name: "Magic Internet Money";
@@ -718,7 +734,7 @@ export declare const tokens: {
718
734
  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.";
719
735
  readonly bridge: "layer-zero";
720
736
  readonly documentation: "https://docs.abracadabra.money/";
721
- readonly risks: readonly ["SYNTH_STABLE"];
737
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
722
738
  };
723
739
  readonly rfaWETH: {
724
740
  readonly name: "Reaper.Farm Aave WETH";
@@ -791,7 +807,7 @@ export declare const tokens: {
791
807
  readonly website: "https://op.beets.fi/pools";
792
808
  readonly description: "Composable Pool with Reaper.Farm USDT, USDC and DAI deposited into different Reaper.Farm vaults and leveraged through Aave";
793
809
  readonly documentation: "https://docs.beets.fi/balancer-v2-1/pools";
794
- readonly risks: readonly ["SYNTH_STABLE"];
810
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
795
811
  };
796
812
  readonly rfaUSDT: {
797
813
  readonly name: "Reaper.Farm Aave USDT";
@@ -816,6 +832,7 @@ export declare const tokens: {
816
832
  readonly website: "https://op.beets.fi/pools";
817
833
  readonly description: "Composable Pool with DAI deposited into Reaper.Farm and leveraged through Aave";
818
834
  readonly documentation: "https://docs.beets.fi/balancer-v2-1/pools";
835
+ readonly tags: readonly ["SYNTHETIC"];
819
836
  };
820
837
  readonly rfaDAI: {
821
838
  readonly name: "Reaper.Farm Aave DAI";
@@ -828,6 +845,7 @@ export declare const tokens: {
828
845
  readonly website: "https://www.reaper.farm/";
829
846
  readonly description: "DAI deposited into Reaper.Farm and leveraged through Aave";
830
847
  readonly documentation: "https://docs.reaper.farm/reaper-farms/general-knowledge/types-of-strategies/ltv-looping";
848
+ readonly tags: readonly ["SYNTHETIC"];
831
849
  };
832
850
  readonly bbrfaWBTC: {
833
851
  readonly name: "Beets Reaper.Farm Boosted Aave WBTC";
@@ -865,6 +883,7 @@ export declare const tokens: {
865
883
  readonly bridge: "optimism-canonical";
866
884
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x55d398326f99059ff775485246999027b3197955.png";
867
885
  readonly documentation: "https://tether.to/en/how-it-works";
886
+ readonly tags: readonly ["STABLECOIN"];
868
887
  };
869
888
  readonly wstETH: {
870
889
  readonly name: "Lido Wrapped Staked ETH";
@@ -891,6 +910,7 @@ export declare const tokens: {
891
910
  readonly bridge: "hop";
892
911
  readonly logoURI: "";
893
912
  readonly documentation: "https://docs.hop.exchange/";
913
+ readonly tags: readonly ["SYNTHETIC"];
894
914
  };
895
915
  readonly hUSDC: {
896
916
  readonly name: "USDC Hop Token";
@@ -930,6 +950,7 @@ export declare const tokens: {
930
950
  readonly bridge: "hop";
931
951
  readonly logoURI: "";
932
952
  readonly documentation: "https://docs.hop.exchange/";
953
+ readonly tags: readonly ["SYNTHETIC"];
933
954
  };
934
955
  readonly hSNX: {
935
956
  readonly name: "SNX Hop Token";
@@ -981,6 +1002,7 @@ export declare const tokens: {
981
1002
  readonly website: "https://app.unidex.exchange/trading";
982
1003
  readonly description: "UniDex is building on top of the existing landscape by introducing a perpetual leverage trading platform that will allow any synthetic asset to be traded in a permissionless, transparent, and trader-focused platform for any person to tap into.";
983
1004
  readonly documentation: "https://unidexexchange.gitbook.io/unidex/";
1005
+ readonly tags: readonly ["SYNTHETIC"];
984
1006
  };
985
1007
  readonly sEUR: {
986
1008
  readonly name: "Synth sEUR";
@@ -993,7 +1015,7 @@ export declare const tokens: {
993
1015
  readonly website: "https://synthetix.io/";
994
1016
  readonly description: "Forex Synths track the price of forex currencies via price feeds supplied by Chainlinks oracle network of distributed node operators.";
995
1017
  readonly documentation: "https://docs.synthetix.io/tokens/";
996
- readonly risks: readonly ["SYNTH_STABLE"];
1018
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
997
1019
  };
998
1020
  readonly frxETH: {
999
1021
  readonly name: "Frax Ether";
@@ -1057,7 +1079,7 @@ export declare const tokens: {
1057
1079
  readonly website: "https://www.zkbob.com/";
1058
1080
  readonly description: "BOB is a multi-chain & multi-collateral stable token (stablecoin) enhanced with optional privacy features.";
1059
1081
  readonly documentation: "https://docs.zkbob.com/bob-stablecoin/bob-highlights";
1060
- readonly risks: readonly ["SYNTH_STABLE"];
1082
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1061
1083
  };
1062
1084
  readonly KNC: {
1063
1085
  readonly name: "Kyber Network Crystal v2";
@@ -1134,7 +1156,7 @@ export declare const tokens: {
1134
1156
  readonly description: "The launch of TProtocol will drastically alter the current DeFi picture and add an important missing piece, making DeFi users able to benefit from the mid-term interest rate gap between the stables and rising treasury. TProtocol will provide permissionless interest bearing tokens backed by the treasury with short duration. The redemption price of this treasury token will increase over time as interest from treasury accrues into the tokens.";
1135
1157
  readonly bridge: "optimism-canonical";
1136
1158
  readonly documentation: "https://tprotocol.gitbook.io/tprotocol-documentation/white-paper/tprotocol-documentation";
1137
- readonly risks: readonly ["SYNTH_STABLE"];
1159
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1138
1160
  };
1139
1161
  readonly MTA: {
1140
1162
  readonly name: "Meta";
@@ -1226,6 +1248,7 @@ export declare const tokens: {
1226
1248
  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.";
1227
1249
  readonly bridge: "layer-zero";
1228
1250
  readonly logoURI: "";
1251
+ readonly tags: readonly ["SYNTHETIC"];
1229
1252
  };
1230
1253
  readonly OVN: {
1231
1254
  readonly name: "OVN";
@@ -1330,7 +1353,7 @@ export declare const tokens: {
1330
1353
  readonly website: "https://curve.finance/crvusd";
1331
1354
  readonly description: "crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar";
1332
1355
  readonly documentation: "https://docs.curve.finance/crvUSD/crvUSD/";
1333
- readonly risks: readonly ["SYNTH_STABLE"];
1356
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1334
1357
  };
1335
1358
  readonly scrvUSD: {
1336
1359
  readonly name: "Savings crvUSD";
@@ -1343,7 +1366,7 @@ export declare const tokens: {
1343
1366
  readonly description: "Savings crvUSD, abbreviated as scrvUSD, is an interest-bearing stablecoin that earns yield simply by holding the token.";
1344
1367
  readonly documentation: "https://resources.curve.finance/crvusd/scrvusd";
1345
1368
  readonly bridge: "optimism-canonical";
1346
- readonly risks: readonly ["SYNTH_STABLE"];
1369
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1347
1370
  };
1348
1371
  readonly sFRAX: {
1349
1372
  readonly name: "Staked FRAX";
@@ -1357,7 +1380,7 @@ export declare const tokens: {
1357
1380
  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.";
1358
1381
  readonly documentation: "https://docs.frax.finance/frax-v3/sfrax";
1359
1382
  readonly bridge: "frax";
1360
- readonly risks: readonly ["SYNTH_STABLE"];
1383
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1361
1384
  };
1362
1385
  readonly POOL: {
1363
1386
  readonly name: "PoolTogether";
@@ -1384,7 +1407,7 @@ export declare const tokens: {
1384
1407
  readonly description: "Verified USD (USDV) is the first stablecoin that rewards Verified Minters based on their contribution to the tokens active circulation.";
1385
1408
  readonly documentation: "https://docs.usdv.money/docs";
1386
1409
  readonly bridge: "layer-zero";
1387
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
1410
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
1388
1411
  };
1389
1412
  readonly sDAI: {
1390
1413
  readonly name: "Savings xDAI";
@@ -1398,7 +1421,7 @@ export declare const tokens: {
1398
1421
  readonly description: "Savings Dai (sDAI) is an ERC-4626 representation/wrapper of DAI in the Dai Savings Rate (DSR) module. sDAI allows users to deposit DAI to receive the yield generated by the Maker protocol while still being able to transfer, stake, lend and use it in any way you want.";
1399
1422
  readonly documentation: "https://docs.spark.fi/";
1400
1423
  readonly bridge: "optimism-canonical";
1401
- readonly risks: readonly ["SYNTH_STABLE"];
1424
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1402
1425
  };
1403
1426
  readonly aOptUSDCn: {
1404
1427
  readonly name: "Aave Optimism USDCn";
@@ -1412,6 +1435,7 @@ export declare const tokens: {
1412
1435
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
1413
1436
  readonly description: "Aave interest bearing native USDC. USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
1414
1437
  readonly staked: true;
1438
+ readonly tags: readonly ["STABLECOIN"];
1415
1439
  };
1416
1440
  readonly aOptUSDC: {
1417
1441
  readonly name: "Aave Optimism USDC";
@@ -1425,6 +1449,7 @@ export declare const tokens: {
1425
1449
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
1426
1450
  readonly description: "Aave interest bearing USDC. USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
1427
1451
  readonly staked: true;
1452
+ readonly tags: readonly ["STABLECOIN"];
1428
1453
  };
1429
1454
  readonly wrsETH: {
1430
1455
  readonly name: "rsETHWrapper";
@@ -1438,7 +1463,7 @@ export declare const tokens: {
1438
1463
  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.";
1439
1464
  readonly documentation: "https://kelp.gitbook.io/kelp";
1440
1465
  readonly bridge: "stargate";
1441
- readonly risks: readonly ["NO_TIMELOCK"];
1466
+ readonly tags: readonly ["NO_TIMELOCK"];
1442
1467
  };
1443
1468
  readonly HAI: {
1444
1469
  readonly name: "HAI";
@@ -1452,7 +1477,7 @@ export declare const tokens: {
1452
1477
  readonly description: "HAI is a stablecoin protocol that is backed by a variety of collaterals. It maintains its stability through the use of a PI controller which dynamically sets interest rates that affect the price of HAI. HAI is backed by the value of the various collateral assets locked by users who mint HAI, similar to how traditional currencies used to be backed by gold or other assets.";
1453
1478
  readonly documentation: "https://docs.letsgethai.com/";
1454
1479
  readonly bridge: "native";
1455
- readonly risks: readonly ["SYNTH_STABLE"];
1480
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1456
1481
  };
1457
1482
  readonly KITE: {
1458
1483
  readonly name: "KITE";
@@ -1479,7 +1504,7 @@ export declare const tokens: {
1479
1504
  readonly documentation: "https://kelp.gitbook.io/kelp";
1480
1505
  readonly description: "rsETH is a Liquid Restaked Token (LRT) issued by Kelp DAO designed to offer liquidity to illiquid assets deposited into restaking platforms, such as EigenLayer.";
1481
1506
  readonly bridge: "stargate";
1482
- readonly risks: readonly ["NO_TIMELOCK"];
1507
+ readonly tags: readonly ["NO_TIMELOCK"];
1483
1508
  };
1484
1509
  readonly USDM: {
1485
1510
  readonly name: "Mountain Protocol USD";
@@ -1493,6 +1518,7 @@ export declare const tokens: {
1493
1518
  readonly documentation: "https://docs.mountainprotocol.com/";
1494
1519
  readonly description: "The USDM token is a rebasing ERC20 token, redeemable at a pegged 1:1 USD value by primary users. USDM is a fully backed stablecoin, backed by \"USDM Reserves\", which are held under custody with regulated financial institutions in bankruptcy-remote accounts, segregated from the Company's operating accounts, on behalf of, and for the benefit of, Users.";
1495
1520
  readonly bridge: "native";
1521
+ readonly tags: readonly ["STABLECOIN"];
1496
1522
  };
1497
1523
  readonly USDe: {
1498
1524
  readonly name: "USDe";
@@ -1506,7 +1532,7 @@ export declare const tokens: {
1506
1532
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
1507
1533
  readonly description: "Ethenas USDe is not the same as a fiat stablecoin like USDC or USDT. USDe is a synthetic dollar, backed with crypto assets and corresponding short futures positions.";
1508
1534
  readonly bridge: "layer-zero";
1509
- readonly risks: readonly ["NO_TIMELOCK"];
1535
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
1510
1536
  };
1511
1537
  readonly weETH: {
1512
1538
  readonly name: "Wrapped eETH";
@@ -1520,7 +1546,7 @@ export declare const tokens: {
1520
1546
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
1521
1547
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
1522
1548
  readonly bridge: "stargate";
1523
- readonly risks: readonly ["NO_TIMELOCK"];
1549
+ readonly tags: readonly ["NO_TIMELOCK"];
1524
1550
  };
1525
1551
  readonly ZRO: {
1526
1552
  readonly name: "LayerZero";
@@ -1547,7 +1573,7 @@ export declare const tokens: {
1547
1573
  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.";
1548
1574
  readonly documentation: "https://docs.renzoprotocol.com/docs/";
1549
1575
  readonly bridge: "optimism-canonical";
1550
- readonly risks: readonly ["NO_TIMELOCK"];
1576
+ readonly tags: readonly ["NO_TIMELOCK"];
1551
1577
  };
1552
1578
  readonly TLX: {
1553
1579
  readonly name: "TLX DAO Token";
@@ -1561,7 +1587,7 @@ export declare const tokens: {
1561
1587
  readonly description: "TLX is the native governance token of the TLX protocol. TLX is a permissionless, non-custodial leveraged token platform built on Optimism.";
1562
1588
  readonly documentation: "https://docs.tlx.fi/";
1563
1589
  readonly bridge: "native";
1564
- readonly risks: readonly ["NO_TIMELOCK"];
1590
+ readonly tags: readonly ["NO_TIMELOCK"];
1565
1591
  };
1566
1592
  readonly msUSD: {
1567
1593
  readonly name: "Metronome Synth USD";
@@ -1575,7 +1601,7 @@ export declare const tokens: {
1575
1601
  readonly website: "https://metronome.io/";
1576
1602
  readonly documentation: "https://docs.metronome.io/";
1577
1603
  readonly bridge: "layer-zero";
1578
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
1604
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
1579
1605
  };
1580
1606
  readonly msETH: {
1581
1607
  readonly name: "Metronome Synth ETH";
@@ -1589,7 +1615,7 @@ export declare const tokens: {
1589
1615
  readonly website: "https://metronome.io/";
1590
1616
  readonly documentation: "https://docs.metronome.io/";
1591
1617
  readonly bridge: "layer-zero";
1592
- readonly risks: readonly ["NO_TIMELOCK"];
1618
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
1593
1619
  };
1594
1620
  readonly uniBTC: {
1595
1621
  readonly name: "Universal BTC";
@@ -1603,7 +1629,7 @@ export declare const tokens: {
1603
1629
  readonly description: "A brand new restaking protocol that accept wrapped BTC tokens partnership with the BTC staking protocol Babylon chain, the first supported wrapped BTC is wBTC token on Ethereum blockchain, so all the wBTC token holders will enjoy both yield on staking BTC tokens plus the security of Ethereum network.";
1604
1630
  readonly bridge: "native";
1605
1631
  readonly documentation: "https://docs.bedrock.technology/multi-asset-liquid-staking/unibtc/introduction";
1606
- readonly risks: readonly ["NO_TIMELOCK"];
1632
+ readonly tags: readonly ["NO_TIMELOCK"];
1607
1633
  };
1608
1634
  readonly pxETH: {
1609
1635
  readonly name: "Pirex Ether OFT";
@@ -1617,7 +1643,7 @@ export declare const tokens: {
1617
1643
  readonly website: "https://dinero.xyz/";
1618
1644
  readonly documentation: "https://dinero.xyz/docs";
1619
1645
  readonly bridge: "layer-zero";
1620
- readonly risks: readonly ["NO_TIMELOCK"];
1646
+ readonly tags: readonly ["NO_TIMELOCK"];
1621
1647
  };
1622
1648
  readonly WELL: {
1623
1649
  readonly name: "WELL";
@@ -1644,7 +1670,7 @@ export declare const tokens: {
1644
1670
  readonly website: "https://metronome.io/";
1645
1671
  readonly documentation: "https://docs.metronome.io/";
1646
1672
  readonly bridge: "layer-zero";
1647
- readonly risks: readonly ["NO_TIMELOCK"];
1673
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
1648
1674
  };
1649
1675
  readonly wUSDM: {
1650
1676
  readonly name: "Mountain Protocol USD";
@@ -1658,7 +1684,7 @@ export declare const tokens: {
1658
1684
  readonly website: "https://mountainprotocol.com/";
1659
1685
  readonly documentation: "https://docs.mountainprotocol.com/";
1660
1686
  readonly bridge: "native";
1661
- readonly risks: readonly ["NO_TIMELOCK"];
1687
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
1662
1688
  };
1663
1689
  readonly ALCX: {
1664
1690
  readonly name: "Alchemix";
@@ -1685,7 +1711,7 @@ export declare const tokens: {
1685
1711
  readonly documentation: "https://synapse-3.gitbook.io/synapse-protocol";
1686
1712
  readonly description: "Synapse (SYN) is an interoperability protocol designed for safely and securely sending arbitrary data between blockchains.";
1687
1713
  readonly bridge: "synapse";
1688
- readonly risks: readonly ["NO_TIMELOCK"];
1714
+ readonly tags: readonly ["NO_TIMELOCK"];
1689
1715
  };
1690
1716
  readonly Bold: {
1691
1717
  readonly name: "Bold Stablecoin";
@@ -1699,7 +1725,7 @@ export declare const tokens: {
1699
1725
  readonly documentation: "https://docs.liquity.org/";
1700
1726
  readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.";
1701
1727
  readonly bridge: "chainlink-ccip";
1702
- readonly risks: readonly ["SYNTH_STABLE"];
1728
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1703
1729
  };
1704
1730
  readonly OVER: {
1705
1731
  readonly name: "Overtime DAO Token";
@@ -1713,7 +1739,7 @@ export declare const tokens: {
1713
1739
  readonly description: "Overtime is an onchain sportsbook ecosystem with platforms for placing bets on popular sporting events and digital options trading.";
1714
1740
  readonly documentation: "https://docs.overtime.io/";
1715
1741
  readonly bridge: "chainlink-ccip";
1716
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1742
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1717
1743
  };
1718
1744
  readonly BOLDV2: {
1719
1745
  readonly name: "BOLD Stablecoin";
@@ -1727,7 +1753,7 @@ export declare const tokens: {
1727
1753
  readonly documentation: "https://docs.liquity.org/";
1728
1754
  readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.";
1729
1755
  readonly bridge: "chainlink-ccip";
1730
- readonly risks: readonly ["SYNTH_STABLE"];
1756
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1731
1757
  };
1732
1758
  readonly waOptWETH: {
1733
1759
  readonly name: "Wrapped Optimism WETH Token";
@@ -1780,6 +1806,7 @@ export declare const tokens: {
1780
1806
  readonly bridge: "native";
1781
1807
  readonly logoURI: "";
1782
1808
  readonly documentation: "https://ethereum.org/en/developers/docs/";
1809
+ readonly tags: readonly ["STABLECOIN"];
1783
1810
  };
1784
1811
  readonly sfrxUSD: {
1785
1812
  readonly chainId: 10;
@@ -1793,7 +1820,7 @@ export declare const tokens: {
1793
1820
  readonly bridge: "layer-zero";
1794
1821
  readonly logoURI: "";
1795
1822
  readonly documentation: "https://docs.frax.finance/";
1796
- readonly risks: readonly ["SYNTH_STABLE"];
1823
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1797
1824
  };
1798
1825
  readonly sfrxETH: {
1799
1826
  readonly name: "Staked Frax Ether";