@beefyfinance/blockchain-addressbook 0.54.121 → 0.54.123

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 +204 -94
  2. package/build/address-book/arbitrum/tokens/tokens.d.ts +102 -47
  3. package/build/address-book/arbitrum/tokens/tokens.js +102 -47
  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 +22 -18
  74. package/build/address-book/monad/tokens/tokens.d.ts +11 -9
  75. package/build/address-book/monad/tokens/tokens.js +11 -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 +204 -94
  120. package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +102 -47
  121. package/build-esm/address-book/arbitrum/tokens/tokens.js +102 -47
  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 +22 -18
  192. package/build-esm/address-book/monad/tokens/tokens.d.ts +11 -9
  193. package/build-esm/address-book/monad/tokens/tokens.js +11 -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
@@ -91,7 +91,7 @@ export declare const optimism: {
91
91
  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.";
92
92
  readonly bridge: "multichain";
93
93
  readonly logoURI: "";
94
- readonly risks: readonly ["SYNTH_STABLE"];
94
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
95
95
  };
96
96
  readonly beOPX: {
97
97
  readonly name: "Beefy Escrowed OPX";
@@ -127,7 +127,7 @@ export declare const optimism: {
127
127
  readonly bridge: "native";
128
128
  readonly logoURI: "https://i.imgur.com/ZvP634G.png";
129
129
  readonly documentation: "https://learn.jarvis.network/";
130
- readonly risks: readonly ["SYNTH_STABLE"];
130
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
131
131
  };
132
132
  readonly HOP: {
133
133
  readonly name: "HOP Protocol";
@@ -178,6 +178,7 @@ export declare const optimism: {
178
178
  readonly documentation: "https://www.circle.com/blog/now-available-usdc-on-op-mainnet";
179
179
  readonly description: "USDC.e is an Ethereum-based USDC bridged via the official Optimism Bridge.";
180
180
  readonly bridge: "optimism-canonical";
181
+ readonly tags: readonly ["STABLECOIN"];
181
182
  };
182
183
  readonly USDC: {
183
184
  readonly name: "USD Coin";
@@ -190,6 +191,7 @@ export declare const optimism: {
190
191
  readonly documentation: "https://developers.circle.com/docs";
191
192
  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.";
192
193
  readonly bridge: "native";
194
+ readonly tags: readonly ["STABLECOIN"];
193
195
  };
194
196
  readonly sUSD: {
195
197
  readonly name: "Synth sUSD";
@@ -203,7 +205,7 @@ export declare const optimism: {
203
205
  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";
204
206
  readonly bridge: "optimism-canonical";
205
207
  readonly documentation: "https://docs.synthetix.io/synthetix-protocol/readme";
206
- readonly risks: readonly ["SYNTH_STABLE"];
208
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
207
209
  };
208
210
  readonly WBTC: {
209
211
  readonly chainId: 10;
@@ -229,6 +231,7 @@ export declare const optimism: {
229
231
  readonly bridge: "optimism-canonical";
230
232
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x408D4cD0ADb7ceBd1F1A1C33A0Ba2098E1295bAB/logo.png";
231
233
  readonly documentation: "https://docs.synthetix.io/synthetix-protocol/readme";
234
+ readonly tags: readonly ["SYNTHETIC"];
232
235
  };
233
236
  readonly LYRA: {
234
237
  readonly chainId: 10;
@@ -304,7 +307,7 @@ export declare const optimism: {
304
307
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
305
308
  readonly bridge: "native";
306
309
  readonly documentation: "https://docs.mai.finance/";
307
- readonly risks: readonly ["SYNTH_STABLE"];
310
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
308
311
  };
309
312
  readonly FRAX: {
310
313
  readonly name: "Frax";
@@ -318,7 +321,7 @@ export declare const optimism: {
318
321
  readonly bridge: "frax";
319
322
  readonly logoURI: "https://avatars.githubusercontent.com/u/56005256?s=200&v=4";
320
323
  readonly documentation: "https://docs.frax.finance/";
321
- readonly risks: readonly ["SYNTH_STABLE"];
324
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
322
325
  };
323
326
  readonly VELO: {
324
327
  readonly chainId: 10;
@@ -345,6 +348,7 @@ export declare const optimism: {
345
348
  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.";
346
349
  readonly bridge: "optimism-canonical";
347
350
  readonly documentation: "https://docs.synthetix.io/synthetix-protocol/readme";
351
+ readonly tags: readonly ["SYNTHETIC"];
348
352
  };
349
353
  readonly DAI: {
350
354
  readonly name: "DAI Stablecoin";
@@ -358,7 +362,7 @@ export declare const optimism: {
358
362
  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";
359
363
  readonly bridge: "optimism-canonical";
360
364
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
361
- readonly risks: readonly ["SYNTH_STABLE"];
365
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
362
366
  };
363
367
  readonly LUSD: {
364
368
  readonly name: "LUSD Stablecoin";
@@ -372,7 +376,7 @@ export declare const optimism: {
372
376
  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%.";
373
377
  readonly bridge: "optimism-canonical";
374
378
  readonly documentation: "https://docs.liquity.org/";
375
- readonly risks: readonly ["SYNTH_STABLE"];
379
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
376
380
  };
377
381
  readonly soUSDC: {
378
382
  readonly name: "Stargate USD Coin LP";
@@ -385,6 +389,7 @@ export declare const optimism: {
385
389
  readonly website: "https://stargate.finance/";
386
390
  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.";
387
391
  readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
392
+ readonly tags: readonly ["STABLECOIN"];
388
393
  };
389
394
  readonly soETH: {
390
395
  readonly name: "Stargate Ethereum LP";
@@ -408,6 +413,7 @@ export declare const optimism: {
408
413
  readonly website: "https://renproject.io/";
409
414
  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.";
410
415
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png";
416
+ readonly tags: readonly ["SYNTHETIC"];
411
417
  };
412
418
  readonly FXS: {
413
419
  readonly name: "Frax Share";
@@ -446,7 +452,7 @@ export declare const optimism: {
446
452
  readonly description: "Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.";
447
453
  readonly bridge: "optimism-canonical";
448
454
  readonly documentation: "https://alchemix-finance.gitbook.io/user-docs/";
449
- readonly risks: readonly ["SYNTH_STABLE"];
455
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
450
456
  };
451
457
  readonly alETH: {
452
458
  readonly name: "Alchemix ETH";
@@ -460,6 +466,7 @@ export declare const optimism: {
460
466
  readonly description: "Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.";
461
467
  readonly bridge: "optimism-canonical";
462
468
  readonly documentation: "https://alchemix-finance.gitbook.io/user-docs/";
469
+ readonly tags: readonly ["SYNTHETIC"];
463
470
  };
464
471
  readonly DOLA: {
465
472
  readonly name: "Dola USD Stablecoin";
@@ -473,7 +480,7 @@ export declare const optimism: {
473
480
  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.";
474
481
  readonly bridge: "optimism-canonical";
475
482
  readonly documentation: "https://docs.inverse.finance/";
476
- readonly risks: readonly ["SYNTH_STABLE"];
483
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
477
484
  };
478
485
  readonly HND: {
479
486
  readonly name: "Hundred Finance";
@@ -511,7 +518,7 @@ export declare const optimism: {
511
518
  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.";
512
519
  readonly bridge: "layer-zero";
513
520
  readonly documentation: "https://docs.angle.money/";
514
- readonly risks: readonly ["SYNTH_STABLE"];
521
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
515
522
  };
516
523
  readonly USDA: {
517
524
  readonly name: "USDA";
@@ -525,7 +532,7 @@ export declare const optimism: {
525
532
  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.";
526
533
  readonly bridge: "layer-zero";
527
534
  readonly documentation: "https://docs.angle.money/";
528
- readonly risks: readonly ["SYNTH_STABLE"];
535
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
529
536
  };
530
537
  readonly L2DAO: {
531
538
  readonly name: "Layer2DAO";
@@ -560,6 +567,7 @@ export declare const optimism: {
560
567
  readonly website: "https://ripae.finance/";
561
568
  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.";
562
569
  readonly logoURI: "";
570
+ readonly tags: readonly ["SYNTHETIC"];
563
571
  };
564
572
  readonly sETHo: {
565
573
  readonly name: "sETHo";
@@ -571,6 +579,7 @@ export declare const optimism: {
571
579
  readonly website: "https://ripae.finance/";
572
580
  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.";
573
581
  readonly logoURI: "";
582
+ readonly tags: readonly ["SYNTHETIC"];
574
583
  };
575
584
  readonly rETH: {
576
585
  readonly name: "Rocket Pool ETH";
@@ -596,6 +605,7 @@ export declare const optimism: {
596
605
  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.";
597
606
  readonly logoURI: "";
598
607
  readonly documentation: "https://docs.overnight.fi/";
608
+ readonly tags: readonly ["CURATED"];
599
609
  };
600
610
  readonly 'USD+': {
601
611
  readonly name: "USD+ Stablecoin";
@@ -609,6 +619,7 @@ export declare const optimism: {
609
619
  readonly bridge: "native";
610
620
  readonly logoURI: "";
611
621
  readonly documentation: "https://docs.overnight.fi/";
622
+ readonly tags: readonly ["CURATED"];
612
623
  };
613
624
  readonly 'wUSD+': {
614
625
  readonly name: "Wrapped USD+ Stablecoin";
@@ -622,6 +633,7 @@ export declare const optimism: {
622
633
  readonly bridge: "native";
623
634
  readonly logoURI: "";
624
635
  readonly documentation: "https://docs.overnight.fi/";
636
+ readonly tags: readonly ["CURATED"];
625
637
  };
626
638
  readonly 'DAI+': {
627
639
  readonly name: "DAI+ Stablecoin";
@@ -635,6 +647,7 @@ export declare const optimism: {
635
647
  readonly bridge: "native";
636
648
  readonly logoURI: "";
637
649
  readonly documentation: "https://docs.overnight.fi/";
650
+ readonly tags: readonly ["CURATED"];
638
651
  };
639
652
  readonly 'bbDAI+': {
640
653
  readonly name: "Beets Composable Pool DAI+ Stablecoin";
@@ -647,6 +660,7 @@ export declare const optimism: {
647
660
  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.";
648
661
  readonly logoURI: "";
649
662
  readonly documentation: "https://docs.overnight.fi/";
663
+ readonly tags: readonly ["CURATED"];
650
664
  };
651
665
  readonly 'wDAI+': {
652
666
  readonly name: "Wrapped DAI+ Stablecoin";
@@ -659,6 +673,7 @@ export declare const optimism: {
659
673
  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.";
660
674
  readonly logoURI: "";
661
675
  readonly documentation: "https://docs.overnight.fi/";
676
+ readonly tags: readonly ["CURATED"];
662
677
  };
663
678
  readonly TUSD: {
664
679
  readonly name: "TrueUSD";
@@ -670,6 +685,7 @@ export declare const optimism: {
670
685
  readonly logoURI: "";
671
686
  readonly website: "https://www.trueusd.com/";
672
687
  readonly description: "TrueUSD (TUSD) is the first independently-verified digital asset redeemable 1-for-1 for US Dollars.";
688
+ readonly tags: readonly ["STABLECOIN"];
673
689
  };
674
690
  readonly BOND: {
675
691
  readonly name: "BarnBridge Governance Token (Optimism)";
@@ -707,7 +723,7 @@ export declare const optimism: {
707
723
  readonly website: "https://dforce.network/";
708
724
  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).";
709
725
  readonly documentation: "https://docs.dforce.network/protocols/usx";
710
- readonly risks: readonly ["SYNTH_STABLE"];
726
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
711
727
  };
712
728
  readonly MIM: {
713
729
  readonly name: "Magic Internet Money";
@@ -721,7 +737,7 @@ export declare const optimism: {
721
737
  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.";
722
738
  readonly bridge: "layer-zero";
723
739
  readonly documentation: "https://docs.abracadabra.money/";
724
- readonly risks: readonly ["SYNTH_STABLE"];
740
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
725
741
  };
726
742
  readonly rfaWETH: {
727
743
  readonly name: "Reaper.Farm Aave WETH";
@@ -794,7 +810,7 @@ export declare const optimism: {
794
810
  readonly website: "https://op.beets.fi/pools";
795
811
  readonly description: "Composable Pool with Reaper.Farm USDT, USDC and DAI deposited into different Reaper.Farm vaults and leveraged through Aave";
796
812
  readonly documentation: "https://docs.beets.fi/balancer-v2-1/pools";
797
- readonly risks: readonly ["SYNTH_STABLE"];
813
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
798
814
  };
799
815
  readonly rfaUSDT: {
800
816
  readonly name: "Reaper.Farm Aave USDT";
@@ -819,6 +835,7 @@ export declare const optimism: {
819
835
  readonly website: "https://op.beets.fi/pools";
820
836
  readonly description: "Composable Pool with DAI deposited into Reaper.Farm and leveraged through Aave";
821
837
  readonly documentation: "https://docs.beets.fi/balancer-v2-1/pools";
838
+ readonly tags: readonly ["SYNTHETIC"];
822
839
  };
823
840
  readonly rfaDAI: {
824
841
  readonly name: "Reaper.Farm Aave DAI";
@@ -831,6 +848,7 @@ export declare const optimism: {
831
848
  readonly website: "https://www.reaper.farm/";
832
849
  readonly description: "DAI deposited into Reaper.Farm and leveraged through Aave";
833
850
  readonly documentation: "https://docs.reaper.farm/reaper-farms/general-knowledge/types-of-strategies/ltv-looping";
851
+ readonly tags: readonly ["SYNTHETIC"];
834
852
  };
835
853
  readonly bbrfaWBTC: {
836
854
  readonly name: "Beets Reaper.Farm Boosted Aave WBTC";
@@ -868,6 +886,7 @@ export declare const optimism: {
868
886
  readonly bridge: "optimism-canonical";
869
887
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x55d398326f99059ff775485246999027b3197955.png";
870
888
  readonly documentation: "https://tether.to/en/how-it-works";
889
+ readonly tags: readonly ["STABLECOIN"];
871
890
  };
872
891
  readonly wstETH: {
873
892
  readonly name: "Lido Wrapped Staked ETH";
@@ -894,6 +913,7 @@ export declare const optimism: {
894
913
  readonly bridge: "hop";
895
914
  readonly logoURI: "";
896
915
  readonly documentation: "https://docs.hop.exchange/";
916
+ readonly tags: readonly ["SYNTHETIC"];
897
917
  };
898
918
  readonly hUSDC: {
899
919
  readonly name: "USDC Hop Token";
@@ -933,6 +953,7 @@ export declare const optimism: {
933
953
  readonly bridge: "hop";
934
954
  readonly logoURI: "";
935
955
  readonly documentation: "https://docs.hop.exchange/";
956
+ readonly tags: readonly ["SYNTHETIC"];
936
957
  };
937
958
  readonly hSNX: {
938
959
  readonly name: "SNX Hop Token";
@@ -984,6 +1005,7 @@ export declare const optimism: {
984
1005
  readonly website: "https://app.unidex.exchange/trading";
985
1006
  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.";
986
1007
  readonly documentation: "https://unidexexchange.gitbook.io/unidex/";
1008
+ readonly tags: readonly ["SYNTHETIC"];
987
1009
  };
988
1010
  readonly sEUR: {
989
1011
  readonly name: "Synth sEUR";
@@ -996,7 +1018,7 @@ export declare const optimism: {
996
1018
  readonly website: "https://synthetix.io/";
997
1019
  readonly description: "Forex Synths track the price of forex currencies via price feeds supplied by Chainlinks oracle network of distributed node operators.";
998
1020
  readonly documentation: "https://docs.synthetix.io/tokens/";
999
- readonly risks: readonly ["SYNTH_STABLE"];
1021
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1000
1022
  };
1001
1023
  readonly frxETH: {
1002
1024
  readonly name: "Frax Ether";
@@ -1060,7 +1082,7 @@ export declare const optimism: {
1060
1082
  readonly website: "https://www.zkbob.com/";
1061
1083
  readonly description: "BOB is a multi-chain & multi-collateral stable token (stablecoin) enhanced with optional privacy features.";
1062
1084
  readonly documentation: "https://docs.zkbob.com/bob-stablecoin/bob-highlights";
1063
- readonly risks: readonly ["SYNTH_STABLE"];
1085
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1064
1086
  };
1065
1087
  readonly KNC: {
1066
1088
  readonly name: "Kyber Network Crystal v2";
@@ -1137,7 +1159,7 @@ export declare const optimism: {
1137
1159
  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.";
1138
1160
  readonly bridge: "optimism-canonical";
1139
1161
  readonly documentation: "https://tprotocol.gitbook.io/tprotocol-documentation/white-paper/tprotocol-documentation";
1140
- readonly risks: readonly ["SYNTH_STABLE"];
1162
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1141
1163
  };
1142
1164
  readonly MTA: {
1143
1165
  readonly name: "Meta";
@@ -1229,6 +1251,7 @@ export declare const optimism: {
1229
1251
  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.";
1230
1252
  readonly bridge: "layer-zero";
1231
1253
  readonly logoURI: "";
1254
+ readonly tags: readonly ["SYNTHETIC"];
1232
1255
  };
1233
1256
  readonly OVN: {
1234
1257
  readonly name: "OVN";
@@ -1333,7 +1356,7 @@ export declare const optimism: {
1333
1356
  readonly website: "https://curve.finance/crvusd";
1334
1357
  readonly description: "crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar";
1335
1358
  readonly documentation: "https://docs.curve.finance/crvUSD/crvUSD/";
1336
- readonly risks: readonly ["SYNTH_STABLE"];
1359
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1337
1360
  };
1338
1361
  readonly scrvUSD: {
1339
1362
  readonly name: "Savings crvUSD";
@@ -1346,7 +1369,7 @@ export declare const optimism: {
1346
1369
  readonly description: "Savings crvUSD, abbreviated as scrvUSD, is an interest-bearing stablecoin that earns yield simply by holding the token.";
1347
1370
  readonly documentation: "https://resources.curve.finance/crvusd/scrvusd";
1348
1371
  readonly bridge: "optimism-canonical";
1349
- readonly risks: readonly ["SYNTH_STABLE"];
1372
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1350
1373
  };
1351
1374
  readonly sFRAX: {
1352
1375
  readonly name: "Staked FRAX";
@@ -1360,7 +1383,7 @@ export declare const optimism: {
1360
1383
  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.";
1361
1384
  readonly documentation: "https://docs.frax.finance/frax-v3/sfrax";
1362
1385
  readonly bridge: "frax";
1363
- readonly risks: readonly ["SYNTH_STABLE"];
1386
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1364
1387
  };
1365
1388
  readonly POOL: {
1366
1389
  readonly name: "PoolTogether";
@@ -1387,7 +1410,7 @@ export declare const optimism: {
1387
1410
  readonly description: "Verified USD (USDV) is the first stablecoin that rewards Verified Minters based on their contribution to the tokens active circulation.";
1388
1411
  readonly documentation: "https://docs.usdv.money/docs";
1389
1412
  readonly bridge: "layer-zero";
1390
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
1413
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
1391
1414
  };
1392
1415
  readonly sDAI: {
1393
1416
  readonly name: "Savings xDAI";
@@ -1401,7 +1424,7 @@ export declare const optimism: {
1401
1424
  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.";
1402
1425
  readonly documentation: "https://docs.spark.fi/";
1403
1426
  readonly bridge: "optimism-canonical";
1404
- readonly risks: readonly ["SYNTH_STABLE"];
1427
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1405
1428
  };
1406
1429
  readonly aOptUSDCn: {
1407
1430
  readonly name: "Aave Optimism USDCn";
@@ -1415,6 +1438,7 @@ export declare const optimism: {
1415
1438
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
1416
1439
  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.";
1417
1440
  readonly staked: true;
1441
+ readonly tags: readonly ["STABLECOIN"];
1418
1442
  };
1419
1443
  readonly aOptUSDC: {
1420
1444
  readonly name: "Aave Optimism USDC";
@@ -1428,6 +1452,7 @@ export declare const optimism: {
1428
1452
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
1429
1453
  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.";
1430
1454
  readonly staked: true;
1455
+ readonly tags: readonly ["STABLECOIN"];
1431
1456
  };
1432
1457
  readonly wrsETH: {
1433
1458
  readonly name: "rsETHWrapper";
@@ -1441,7 +1466,7 @@ export declare const optimism: {
1441
1466
  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.";
1442
1467
  readonly documentation: "https://kelp.gitbook.io/kelp";
1443
1468
  readonly bridge: "stargate";
1444
- readonly risks: readonly ["NO_TIMELOCK"];
1469
+ readonly tags: readonly ["NO_TIMELOCK"];
1445
1470
  };
1446
1471
  readonly HAI: {
1447
1472
  readonly name: "HAI";
@@ -1455,7 +1480,7 @@ export declare const optimism: {
1455
1480
  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.";
1456
1481
  readonly documentation: "https://docs.letsgethai.com/";
1457
1482
  readonly bridge: "native";
1458
- readonly risks: readonly ["SYNTH_STABLE"];
1483
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1459
1484
  };
1460
1485
  readonly KITE: {
1461
1486
  readonly name: "KITE";
@@ -1482,7 +1507,7 @@ export declare const optimism: {
1482
1507
  readonly documentation: "https://kelp.gitbook.io/kelp";
1483
1508
  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.";
1484
1509
  readonly bridge: "stargate";
1485
- readonly risks: readonly ["NO_TIMELOCK"];
1510
+ readonly tags: readonly ["NO_TIMELOCK"];
1486
1511
  };
1487
1512
  readonly USDM: {
1488
1513
  readonly name: "Mountain Protocol USD";
@@ -1496,6 +1521,7 @@ export declare const optimism: {
1496
1521
  readonly documentation: "https://docs.mountainprotocol.com/";
1497
1522
  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.";
1498
1523
  readonly bridge: "native";
1524
+ readonly tags: readonly ["STABLECOIN"];
1499
1525
  };
1500
1526
  readonly USDe: {
1501
1527
  readonly name: "USDe";
@@ -1509,7 +1535,7 @@ export declare const optimism: {
1509
1535
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
1510
1536
  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.";
1511
1537
  readonly bridge: "layer-zero";
1512
- readonly risks: readonly ["NO_TIMELOCK"];
1538
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
1513
1539
  };
1514
1540
  readonly weETH: {
1515
1541
  readonly name: "Wrapped eETH";
@@ -1523,7 +1549,7 @@ export declare const optimism: {
1523
1549
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
1524
1550
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
1525
1551
  readonly bridge: "stargate";
1526
- readonly risks: readonly ["NO_TIMELOCK"];
1552
+ readonly tags: readonly ["NO_TIMELOCK"];
1527
1553
  };
1528
1554
  readonly ZRO: {
1529
1555
  readonly name: "LayerZero";
@@ -1550,7 +1576,7 @@ export declare const optimism: {
1550
1576
  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.";
1551
1577
  readonly documentation: "https://docs.renzoprotocol.com/docs/";
1552
1578
  readonly bridge: "optimism-canonical";
1553
- readonly risks: readonly ["NO_TIMELOCK"];
1579
+ readonly tags: readonly ["NO_TIMELOCK"];
1554
1580
  };
1555
1581
  readonly TLX: {
1556
1582
  readonly name: "TLX DAO Token";
@@ -1564,7 +1590,7 @@ export declare const optimism: {
1564
1590
  readonly description: "TLX is the native governance token of the TLX protocol. TLX is a permissionless, non-custodial leveraged token platform built on Optimism.";
1565
1591
  readonly documentation: "https://docs.tlx.fi/";
1566
1592
  readonly bridge: "native";
1567
- readonly risks: readonly ["NO_TIMELOCK"];
1593
+ readonly tags: readonly ["NO_TIMELOCK"];
1568
1594
  };
1569
1595
  readonly msUSD: {
1570
1596
  readonly name: "Metronome Synth USD";
@@ -1578,7 +1604,7 @@ export declare const optimism: {
1578
1604
  readonly website: "https://metronome.io/";
1579
1605
  readonly documentation: "https://docs.metronome.io/";
1580
1606
  readonly bridge: "layer-zero";
1581
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
1607
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
1582
1608
  };
1583
1609
  readonly msETH: {
1584
1610
  readonly name: "Metronome Synth ETH";
@@ -1592,7 +1618,7 @@ export declare const optimism: {
1592
1618
  readonly website: "https://metronome.io/";
1593
1619
  readonly documentation: "https://docs.metronome.io/";
1594
1620
  readonly bridge: "layer-zero";
1595
- readonly risks: readonly ["NO_TIMELOCK"];
1621
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
1596
1622
  };
1597
1623
  readonly uniBTC: {
1598
1624
  readonly name: "Universal BTC";
@@ -1606,7 +1632,7 @@ export declare const optimism: {
1606
1632
  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.";
1607
1633
  readonly bridge: "native";
1608
1634
  readonly documentation: "https://docs.bedrock.technology/multi-asset-liquid-staking/unibtc/introduction";
1609
- readonly risks: readonly ["NO_TIMELOCK"];
1635
+ readonly tags: readonly ["NO_TIMELOCK"];
1610
1636
  };
1611
1637
  readonly pxETH: {
1612
1638
  readonly name: "Pirex Ether OFT";
@@ -1620,7 +1646,7 @@ export declare const optimism: {
1620
1646
  readonly website: "https://dinero.xyz/";
1621
1647
  readonly documentation: "https://dinero.xyz/docs";
1622
1648
  readonly bridge: "layer-zero";
1623
- readonly risks: readonly ["NO_TIMELOCK"];
1649
+ readonly tags: readonly ["NO_TIMELOCK"];
1624
1650
  };
1625
1651
  readonly WELL: {
1626
1652
  readonly name: "WELL";
@@ -1647,7 +1673,7 @@ export declare const optimism: {
1647
1673
  readonly website: "https://metronome.io/";
1648
1674
  readonly documentation: "https://docs.metronome.io/";
1649
1675
  readonly bridge: "layer-zero";
1650
- readonly risks: readonly ["NO_TIMELOCK"];
1676
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
1651
1677
  };
1652
1678
  readonly wUSDM: {
1653
1679
  readonly name: "Mountain Protocol USD";
@@ -1661,7 +1687,7 @@ export declare const optimism: {
1661
1687
  readonly website: "https://mountainprotocol.com/";
1662
1688
  readonly documentation: "https://docs.mountainprotocol.com/";
1663
1689
  readonly bridge: "native";
1664
- readonly risks: readonly ["NO_TIMELOCK"];
1690
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
1665
1691
  };
1666
1692
  readonly ALCX: {
1667
1693
  readonly name: "Alchemix";
@@ -1688,7 +1714,7 @@ export declare const optimism: {
1688
1714
  readonly documentation: "https://synapse-3.gitbook.io/synapse-protocol";
1689
1715
  readonly description: "Synapse (SYN) is an interoperability protocol designed for safely and securely sending arbitrary data between blockchains.";
1690
1716
  readonly bridge: "synapse";
1691
- readonly risks: readonly ["NO_TIMELOCK"];
1717
+ readonly tags: readonly ["NO_TIMELOCK"];
1692
1718
  };
1693
1719
  readonly Bold: {
1694
1720
  readonly name: "Bold Stablecoin";
@@ -1702,7 +1728,7 @@ export declare const optimism: {
1702
1728
  readonly documentation: "https://docs.liquity.org/";
1703
1729
  readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.";
1704
1730
  readonly bridge: "chainlink-ccip";
1705
- readonly risks: readonly ["SYNTH_STABLE"];
1731
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1706
1732
  };
1707
1733
  readonly OVER: {
1708
1734
  readonly name: "Overtime DAO Token";
@@ -1716,7 +1742,7 @@ export declare const optimism: {
1716
1742
  readonly description: "Overtime is an onchain sportsbook ecosystem with platforms for placing bets on popular sporting events and digital options trading.";
1717
1743
  readonly documentation: "https://docs.overtime.io/";
1718
1744
  readonly bridge: "chainlink-ccip";
1719
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1745
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
1720
1746
  };
1721
1747
  readonly BOLDV2: {
1722
1748
  readonly name: "BOLD Stablecoin";
@@ -1730,7 +1756,7 @@ export declare const optimism: {
1730
1756
  readonly documentation: "https://docs.liquity.org/";
1731
1757
  readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.";
1732
1758
  readonly bridge: "chainlink-ccip";
1733
- readonly risks: readonly ["SYNTH_STABLE"];
1759
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1734
1760
  };
1735
1761
  readonly waOptWETH: {
1736
1762
  readonly name: "Wrapped Optimism WETH Token";
@@ -1783,6 +1809,7 @@ export declare const optimism: {
1783
1809
  readonly bridge: "native";
1784
1810
  readonly logoURI: "";
1785
1811
  readonly documentation: "https://ethereum.org/en/developers/docs/";
1812
+ readonly tags: readonly ["STABLECOIN"];
1786
1813
  };
1787
1814
  readonly sfrxUSD: {
1788
1815
  readonly chainId: 10;
@@ -1796,7 +1823,7 @@ export declare const optimism: {
1796
1823
  readonly bridge: "layer-zero";
1797
1824
  readonly logoURI: "";
1798
1825
  readonly documentation: "https://docs.frax.finance/";
1799
- readonly risks: readonly ["SYNTH_STABLE"];
1826
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1800
1827
  };
1801
1828
  readonly sfrxETH: {
1802
1829
  readonly name: "Staked Frax Ether";
@@ -1902,7 +1929,7 @@ export declare const optimism: {
1902
1929
  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.";
1903
1930
  readonly bridge: "multichain";
1904
1931
  readonly logoURI: "";
1905
- readonly risks: readonly ["SYNTH_STABLE"];
1932
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1906
1933
  };
1907
1934
  readonly beOPX: {
1908
1935
  readonly name: "Beefy Escrowed OPX";
@@ -1938,7 +1965,7 @@ export declare const optimism: {
1938
1965
  readonly bridge: "native";
1939
1966
  readonly logoURI: "https://i.imgur.com/ZvP634G.png";
1940
1967
  readonly documentation: "https://learn.jarvis.network/";
1941
- readonly risks: readonly ["SYNTH_STABLE"];
1968
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1942
1969
  };
1943
1970
  readonly HOP: {
1944
1971
  readonly name: "HOP Protocol";
@@ -1989,6 +2016,7 @@ export declare const optimism: {
1989
2016
  readonly documentation: "https://www.circle.com/blog/now-available-usdc-on-op-mainnet";
1990
2017
  readonly description: "USDC.e is an Ethereum-based USDC bridged via the official Optimism Bridge.";
1991
2018
  readonly bridge: "optimism-canonical";
2019
+ readonly tags: readonly ["STABLECOIN"];
1992
2020
  };
1993
2021
  readonly USDC: {
1994
2022
  readonly name: "USD Coin";
@@ -2001,6 +2029,7 @@ export declare const optimism: {
2001
2029
  readonly documentation: "https://developers.circle.com/docs";
2002
2030
  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.";
2003
2031
  readonly bridge: "native";
2032
+ readonly tags: readonly ["STABLECOIN"];
2004
2033
  };
2005
2034
  readonly sUSD: {
2006
2035
  readonly name: "Synth sUSD";
@@ -2014,7 +2043,7 @@ export declare const optimism: {
2014
2043
  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";
2015
2044
  readonly bridge: "optimism-canonical";
2016
2045
  readonly documentation: "https://docs.synthetix.io/synthetix-protocol/readme";
2017
- readonly risks: readonly ["SYNTH_STABLE"];
2046
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2018
2047
  };
2019
2048
  readonly WBTC: {
2020
2049
  readonly chainId: 10;
@@ -2040,6 +2069,7 @@ export declare const optimism: {
2040
2069
  readonly bridge: "optimism-canonical";
2041
2070
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x408D4cD0ADb7ceBd1F1A1C33A0Ba2098E1295bAB/logo.png";
2042
2071
  readonly documentation: "https://docs.synthetix.io/synthetix-protocol/readme";
2072
+ readonly tags: readonly ["SYNTHETIC"];
2043
2073
  };
2044
2074
  readonly LYRA: {
2045
2075
  readonly chainId: 10;
@@ -2115,7 +2145,7 @@ export declare const optimism: {
2115
2145
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
2116
2146
  readonly bridge: "native";
2117
2147
  readonly documentation: "https://docs.mai.finance/";
2118
- readonly risks: readonly ["SYNTH_STABLE"];
2148
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2119
2149
  };
2120
2150
  readonly FRAX: {
2121
2151
  readonly name: "Frax";
@@ -2129,7 +2159,7 @@ export declare const optimism: {
2129
2159
  readonly bridge: "frax";
2130
2160
  readonly logoURI: "https://avatars.githubusercontent.com/u/56005256?s=200&v=4";
2131
2161
  readonly documentation: "https://docs.frax.finance/";
2132
- readonly risks: readonly ["SYNTH_STABLE"];
2162
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2133
2163
  };
2134
2164
  readonly VELO: {
2135
2165
  readonly chainId: 10;
@@ -2156,6 +2186,7 @@ export declare const optimism: {
2156
2186
  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.";
2157
2187
  readonly bridge: "optimism-canonical";
2158
2188
  readonly documentation: "https://docs.synthetix.io/synthetix-protocol/readme";
2189
+ readonly tags: readonly ["SYNTHETIC"];
2159
2190
  };
2160
2191
  readonly DAI: {
2161
2192
  readonly name: "DAI Stablecoin";
@@ -2169,7 +2200,7 @@ export declare const optimism: {
2169
2200
  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";
2170
2201
  readonly bridge: "optimism-canonical";
2171
2202
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
2172
- readonly risks: readonly ["SYNTH_STABLE"];
2203
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2173
2204
  };
2174
2205
  readonly LUSD: {
2175
2206
  readonly name: "LUSD Stablecoin";
@@ -2183,7 +2214,7 @@ export declare const optimism: {
2183
2214
  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%.";
2184
2215
  readonly bridge: "optimism-canonical";
2185
2216
  readonly documentation: "https://docs.liquity.org/";
2186
- readonly risks: readonly ["SYNTH_STABLE"];
2217
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2187
2218
  };
2188
2219
  readonly soUSDC: {
2189
2220
  readonly name: "Stargate USD Coin LP";
@@ -2196,6 +2227,7 @@ export declare const optimism: {
2196
2227
  readonly website: "https://stargate.finance/";
2197
2228
  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.";
2198
2229
  readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
2230
+ readonly tags: readonly ["STABLECOIN"];
2199
2231
  };
2200
2232
  readonly soETH: {
2201
2233
  readonly name: "Stargate Ethereum LP";
@@ -2219,6 +2251,7 @@ export declare const optimism: {
2219
2251
  readonly website: "https://renproject.io/";
2220
2252
  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.";
2221
2253
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png";
2254
+ readonly tags: readonly ["SYNTHETIC"];
2222
2255
  };
2223
2256
  readonly FXS: {
2224
2257
  readonly name: "Frax Share";
@@ -2257,7 +2290,7 @@ export declare const optimism: {
2257
2290
  readonly description: "Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.";
2258
2291
  readonly bridge: "optimism-canonical";
2259
2292
  readonly documentation: "https://alchemix-finance.gitbook.io/user-docs/";
2260
- readonly risks: readonly ["SYNTH_STABLE"];
2293
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2261
2294
  };
2262
2295
  readonly alETH: {
2263
2296
  readonly name: "Alchemix ETH";
@@ -2271,6 +2304,7 @@ export declare const optimism: {
2271
2304
  readonly description: "Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.";
2272
2305
  readonly bridge: "optimism-canonical";
2273
2306
  readonly documentation: "https://alchemix-finance.gitbook.io/user-docs/";
2307
+ readonly tags: readonly ["SYNTHETIC"];
2274
2308
  };
2275
2309
  readonly DOLA: {
2276
2310
  readonly name: "Dola USD Stablecoin";
@@ -2284,7 +2318,7 @@ export declare const optimism: {
2284
2318
  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.";
2285
2319
  readonly bridge: "optimism-canonical";
2286
2320
  readonly documentation: "https://docs.inverse.finance/";
2287
- readonly risks: readonly ["SYNTH_STABLE"];
2321
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2288
2322
  };
2289
2323
  readonly HND: {
2290
2324
  readonly name: "Hundred Finance";
@@ -2322,7 +2356,7 @@ export declare const optimism: {
2322
2356
  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.";
2323
2357
  readonly bridge: "layer-zero";
2324
2358
  readonly documentation: "https://docs.angle.money/";
2325
- readonly risks: readonly ["SYNTH_STABLE"];
2359
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2326
2360
  };
2327
2361
  readonly USDA: {
2328
2362
  readonly name: "USDA";
@@ -2336,7 +2370,7 @@ export declare const optimism: {
2336
2370
  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.";
2337
2371
  readonly bridge: "layer-zero";
2338
2372
  readonly documentation: "https://docs.angle.money/";
2339
- readonly risks: readonly ["SYNTH_STABLE"];
2373
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2340
2374
  };
2341
2375
  readonly L2DAO: {
2342
2376
  readonly name: "Layer2DAO";
@@ -2371,6 +2405,7 @@ export declare const optimism: {
2371
2405
  readonly website: "https://ripae.finance/";
2372
2406
  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.";
2373
2407
  readonly logoURI: "";
2408
+ readonly tags: readonly ["SYNTHETIC"];
2374
2409
  };
2375
2410
  readonly sETHo: {
2376
2411
  readonly name: "sETHo";
@@ -2382,6 +2417,7 @@ export declare const optimism: {
2382
2417
  readonly website: "https://ripae.finance/";
2383
2418
  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.";
2384
2419
  readonly logoURI: "";
2420
+ readonly tags: readonly ["SYNTHETIC"];
2385
2421
  };
2386
2422
  readonly rETH: {
2387
2423
  readonly name: "Rocket Pool ETH";
@@ -2407,6 +2443,7 @@ export declare const optimism: {
2407
2443
  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.";
2408
2444
  readonly logoURI: "";
2409
2445
  readonly documentation: "https://docs.overnight.fi/";
2446
+ readonly tags: readonly ["CURATED"];
2410
2447
  };
2411
2448
  readonly 'USD+': {
2412
2449
  readonly name: "USD+ Stablecoin";
@@ -2420,6 +2457,7 @@ export declare const optimism: {
2420
2457
  readonly bridge: "native";
2421
2458
  readonly logoURI: "";
2422
2459
  readonly documentation: "https://docs.overnight.fi/";
2460
+ readonly tags: readonly ["CURATED"];
2423
2461
  };
2424
2462
  readonly 'wUSD+': {
2425
2463
  readonly name: "Wrapped USD+ Stablecoin";
@@ -2433,6 +2471,7 @@ export declare const optimism: {
2433
2471
  readonly bridge: "native";
2434
2472
  readonly logoURI: "";
2435
2473
  readonly documentation: "https://docs.overnight.fi/";
2474
+ readonly tags: readonly ["CURATED"];
2436
2475
  };
2437
2476
  readonly 'DAI+': {
2438
2477
  readonly name: "DAI+ Stablecoin";
@@ -2446,6 +2485,7 @@ export declare const optimism: {
2446
2485
  readonly bridge: "native";
2447
2486
  readonly logoURI: "";
2448
2487
  readonly documentation: "https://docs.overnight.fi/";
2488
+ readonly tags: readonly ["CURATED"];
2449
2489
  };
2450
2490
  readonly 'bbDAI+': {
2451
2491
  readonly name: "Beets Composable Pool DAI+ Stablecoin";
@@ -2458,6 +2498,7 @@ export declare const optimism: {
2458
2498
  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.";
2459
2499
  readonly logoURI: "";
2460
2500
  readonly documentation: "https://docs.overnight.fi/";
2501
+ readonly tags: readonly ["CURATED"];
2461
2502
  };
2462
2503
  readonly 'wDAI+': {
2463
2504
  readonly name: "Wrapped DAI+ Stablecoin";
@@ -2470,6 +2511,7 @@ export declare const optimism: {
2470
2511
  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.";
2471
2512
  readonly logoURI: "";
2472
2513
  readonly documentation: "https://docs.overnight.fi/";
2514
+ readonly tags: readonly ["CURATED"];
2473
2515
  };
2474
2516
  readonly TUSD: {
2475
2517
  readonly name: "TrueUSD";
@@ -2481,6 +2523,7 @@ export declare const optimism: {
2481
2523
  readonly logoURI: "";
2482
2524
  readonly website: "https://www.trueusd.com/";
2483
2525
  readonly description: "TrueUSD (TUSD) is the first independently-verified digital asset redeemable 1-for-1 for US Dollars.";
2526
+ readonly tags: readonly ["STABLECOIN"];
2484
2527
  };
2485
2528
  readonly BOND: {
2486
2529
  readonly name: "BarnBridge Governance Token (Optimism)";
@@ -2518,7 +2561,7 @@ export declare const optimism: {
2518
2561
  readonly website: "https://dforce.network/";
2519
2562
  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).";
2520
2563
  readonly documentation: "https://docs.dforce.network/protocols/usx";
2521
- readonly risks: readonly ["SYNTH_STABLE"];
2564
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2522
2565
  };
2523
2566
  readonly MIM: {
2524
2567
  readonly name: "Magic Internet Money";
@@ -2532,7 +2575,7 @@ export declare const optimism: {
2532
2575
  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.";
2533
2576
  readonly bridge: "layer-zero";
2534
2577
  readonly documentation: "https://docs.abracadabra.money/";
2535
- readonly risks: readonly ["SYNTH_STABLE"];
2578
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2536
2579
  };
2537
2580
  readonly rfaWETH: {
2538
2581
  readonly name: "Reaper.Farm Aave WETH";
@@ -2605,7 +2648,7 @@ export declare const optimism: {
2605
2648
  readonly website: "https://op.beets.fi/pools";
2606
2649
  readonly description: "Composable Pool with Reaper.Farm USDT, USDC and DAI deposited into different Reaper.Farm vaults and leveraged through Aave";
2607
2650
  readonly documentation: "https://docs.beets.fi/balancer-v2-1/pools";
2608
- readonly risks: readonly ["SYNTH_STABLE"];
2651
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2609
2652
  };
2610
2653
  readonly rfaUSDT: {
2611
2654
  readonly name: "Reaper.Farm Aave USDT";
@@ -2630,6 +2673,7 @@ export declare const optimism: {
2630
2673
  readonly website: "https://op.beets.fi/pools";
2631
2674
  readonly description: "Composable Pool with DAI deposited into Reaper.Farm and leveraged through Aave";
2632
2675
  readonly documentation: "https://docs.beets.fi/balancer-v2-1/pools";
2676
+ readonly tags: readonly ["SYNTHETIC"];
2633
2677
  };
2634
2678
  readonly rfaDAI: {
2635
2679
  readonly name: "Reaper.Farm Aave DAI";
@@ -2642,6 +2686,7 @@ export declare const optimism: {
2642
2686
  readonly website: "https://www.reaper.farm/";
2643
2687
  readonly description: "DAI deposited into Reaper.Farm and leveraged through Aave";
2644
2688
  readonly documentation: "https://docs.reaper.farm/reaper-farms/general-knowledge/types-of-strategies/ltv-looping";
2689
+ readonly tags: readonly ["SYNTHETIC"];
2645
2690
  };
2646
2691
  readonly bbrfaWBTC: {
2647
2692
  readonly name: "Beets Reaper.Farm Boosted Aave WBTC";
@@ -2679,6 +2724,7 @@ export declare const optimism: {
2679
2724
  readonly bridge: "optimism-canonical";
2680
2725
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x55d398326f99059ff775485246999027b3197955.png";
2681
2726
  readonly documentation: "https://tether.to/en/how-it-works";
2727
+ readonly tags: readonly ["STABLECOIN"];
2682
2728
  };
2683
2729
  readonly wstETH: {
2684
2730
  readonly name: "Lido Wrapped Staked ETH";
@@ -2705,6 +2751,7 @@ export declare const optimism: {
2705
2751
  readonly bridge: "hop";
2706
2752
  readonly logoURI: "";
2707
2753
  readonly documentation: "https://docs.hop.exchange/";
2754
+ readonly tags: readonly ["SYNTHETIC"];
2708
2755
  };
2709
2756
  readonly hUSDC: {
2710
2757
  readonly name: "USDC Hop Token";
@@ -2744,6 +2791,7 @@ export declare const optimism: {
2744
2791
  readonly bridge: "hop";
2745
2792
  readonly logoURI: "";
2746
2793
  readonly documentation: "https://docs.hop.exchange/";
2794
+ readonly tags: readonly ["SYNTHETIC"];
2747
2795
  };
2748
2796
  readonly hSNX: {
2749
2797
  readonly name: "SNX Hop Token";
@@ -2795,6 +2843,7 @@ export declare const optimism: {
2795
2843
  readonly website: "https://app.unidex.exchange/trading";
2796
2844
  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.";
2797
2845
  readonly documentation: "https://unidexexchange.gitbook.io/unidex/";
2846
+ readonly tags: readonly ["SYNTHETIC"];
2798
2847
  };
2799
2848
  readonly sEUR: {
2800
2849
  readonly name: "Synth sEUR";
@@ -2807,7 +2856,7 @@ export declare const optimism: {
2807
2856
  readonly website: "https://synthetix.io/";
2808
2857
  readonly description: "Forex Synths track the price of forex currencies via price feeds supplied by Chainlinks oracle network of distributed node operators.";
2809
2858
  readonly documentation: "https://docs.synthetix.io/tokens/";
2810
- readonly risks: readonly ["SYNTH_STABLE"];
2859
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2811
2860
  };
2812
2861
  readonly frxETH: {
2813
2862
  readonly name: "Frax Ether";
@@ -2871,7 +2920,7 @@ export declare const optimism: {
2871
2920
  readonly website: "https://www.zkbob.com/";
2872
2921
  readonly description: "BOB is a multi-chain & multi-collateral stable token (stablecoin) enhanced with optional privacy features.";
2873
2922
  readonly documentation: "https://docs.zkbob.com/bob-stablecoin/bob-highlights";
2874
- readonly risks: readonly ["SYNTH_STABLE"];
2923
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2875
2924
  };
2876
2925
  readonly KNC: {
2877
2926
  readonly name: "Kyber Network Crystal v2";
@@ -2948,7 +2997,7 @@ export declare const optimism: {
2948
2997
  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.";
2949
2998
  readonly bridge: "optimism-canonical";
2950
2999
  readonly documentation: "https://tprotocol.gitbook.io/tprotocol-documentation/white-paper/tprotocol-documentation";
2951
- readonly risks: readonly ["SYNTH_STABLE"];
3000
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2952
3001
  };
2953
3002
  readonly MTA: {
2954
3003
  readonly name: "Meta";
@@ -3040,6 +3089,7 @@ export declare const optimism: {
3040
3089
  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.";
3041
3090
  readonly bridge: "layer-zero";
3042
3091
  readonly logoURI: "";
3092
+ readonly tags: readonly ["SYNTHETIC"];
3043
3093
  };
3044
3094
  readonly OVN: {
3045
3095
  readonly name: "OVN";
@@ -3144,7 +3194,7 @@ export declare const optimism: {
3144
3194
  readonly website: "https://curve.finance/crvusd";
3145
3195
  readonly description: "crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar";
3146
3196
  readonly documentation: "https://docs.curve.finance/crvUSD/crvUSD/";
3147
- readonly risks: readonly ["SYNTH_STABLE"];
3197
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3148
3198
  };
3149
3199
  readonly scrvUSD: {
3150
3200
  readonly name: "Savings crvUSD";
@@ -3157,7 +3207,7 @@ export declare const optimism: {
3157
3207
  readonly description: "Savings crvUSD, abbreviated as scrvUSD, is an interest-bearing stablecoin that earns yield simply by holding the token.";
3158
3208
  readonly documentation: "https://resources.curve.finance/crvusd/scrvusd";
3159
3209
  readonly bridge: "optimism-canonical";
3160
- readonly risks: readonly ["SYNTH_STABLE"];
3210
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3161
3211
  };
3162
3212
  readonly sFRAX: {
3163
3213
  readonly name: "Staked FRAX";
@@ -3171,7 +3221,7 @@ export declare const optimism: {
3171
3221
  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.";
3172
3222
  readonly documentation: "https://docs.frax.finance/frax-v3/sfrax";
3173
3223
  readonly bridge: "frax";
3174
- readonly risks: readonly ["SYNTH_STABLE"];
3224
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3175
3225
  };
3176
3226
  readonly POOL: {
3177
3227
  readonly name: "PoolTogether";
@@ -3198,7 +3248,7 @@ export declare const optimism: {
3198
3248
  readonly description: "Verified USD (USDV) is the first stablecoin that rewards Verified Minters based on their contribution to the tokens active circulation.";
3199
3249
  readonly documentation: "https://docs.usdv.money/docs";
3200
3250
  readonly bridge: "layer-zero";
3201
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
3251
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
3202
3252
  };
3203
3253
  readonly sDAI: {
3204
3254
  readonly name: "Savings xDAI";
@@ -3212,7 +3262,7 @@ export declare const optimism: {
3212
3262
  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.";
3213
3263
  readonly documentation: "https://docs.spark.fi/";
3214
3264
  readonly bridge: "optimism-canonical";
3215
- readonly risks: readonly ["SYNTH_STABLE"];
3265
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3216
3266
  };
3217
3267
  readonly aOptUSDCn: {
3218
3268
  readonly name: "Aave Optimism USDCn";
@@ -3226,6 +3276,7 @@ export declare const optimism: {
3226
3276
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
3227
3277
  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.";
3228
3278
  readonly staked: true;
3279
+ readonly tags: readonly ["STABLECOIN"];
3229
3280
  };
3230
3281
  readonly aOptUSDC: {
3231
3282
  readonly name: "Aave Optimism USDC";
@@ -3239,6 +3290,7 @@ export declare const optimism: {
3239
3290
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
3240
3291
  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.";
3241
3292
  readonly staked: true;
3293
+ readonly tags: readonly ["STABLECOIN"];
3242
3294
  };
3243
3295
  readonly wrsETH: {
3244
3296
  readonly name: "rsETHWrapper";
@@ -3252,7 +3304,7 @@ export declare const optimism: {
3252
3304
  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.";
3253
3305
  readonly documentation: "https://kelp.gitbook.io/kelp";
3254
3306
  readonly bridge: "stargate";
3255
- readonly risks: readonly ["NO_TIMELOCK"];
3307
+ readonly tags: readonly ["NO_TIMELOCK"];
3256
3308
  };
3257
3309
  readonly HAI: {
3258
3310
  readonly name: "HAI";
@@ -3266,7 +3318,7 @@ export declare const optimism: {
3266
3318
  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.";
3267
3319
  readonly documentation: "https://docs.letsgethai.com/";
3268
3320
  readonly bridge: "native";
3269
- readonly risks: readonly ["SYNTH_STABLE"];
3321
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3270
3322
  };
3271
3323
  readonly KITE: {
3272
3324
  readonly name: "KITE";
@@ -3293,7 +3345,7 @@ export declare const optimism: {
3293
3345
  readonly documentation: "https://kelp.gitbook.io/kelp";
3294
3346
  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.";
3295
3347
  readonly bridge: "stargate";
3296
- readonly risks: readonly ["NO_TIMELOCK"];
3348
+ readonly tags: readonly ["NO_TIMELOCK"];
3297
3349
  };
3298
3350
  readonly USDM: {
3299
3351
  readonly name: "Mountain Protocol USD";
@@ -3307,6 +3359,7 @@ export declare const optimism: {
3307
3359
  readonly documentation: "https://docs.mountainprotocol.com/";
3308
3360
  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.";
3309
3361
  readonly bridge: "native";
3362
+ readonly tags: readonly ["STABLECOIN"];
3310
3363
  };
3311
3364
  readonly USDe: {
3312
3365
  readonly name: "USDe";
@@ -3320,7 +3373,7 @@ export declare const optimism: {
3320
3373
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
3321
3374
  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.";
3322
3375
  readonly bridge: "layer-zero";
3323
- readonly risks: readonly ["NO_TIMELOCK"];
3376
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
3324
3377
  };
3325
3378
  readonly weETH: {
3326
3379
  readonly name: "Wrapped eETH";
@@ -3334,7 +3387,7 @@ export declare const optimism: {
3334
3387
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
3335
3388
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
3336
3389
  readonly bridge: "stargate";
3337
- readonly risks: readonly ["NO_TIMELOCK"];
3390
+ readonly tags: readonly ["NO_TIMELOCK"];
3338
3391
  };
3339
3392
  readonly ZRO: {
3340
3393
  readonly name: "LayerZero";
@@ -3361,7 +3414,7 @@ export declare const optimism: {
3361
3414
  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.";
3362
3415
  readonly documentation: "https://docs.renzoprotocol.com/docs/";
3363
3416
  readonly bridge: "optimism-canonical";
3364
- readonly risks: readonly ["NO_TIMELOCK"];
3417
+ readonly tags: readonly ["NO_TIMELOCK"];
3365
3418
  };
3366
3419
  readonly TLX: {
3367
3420
  readonly name: "TLX DAO Token";
@@ -3375,7 +3428,7 @@ export declare const optimism: {
3375
3428
  readonly description: "TLX is the native governance token of the TLX protocol. TLX is a permissionless, non-custodial leveraged token platform built on Optimism.";
3376
3429
  readonly documentation: "https://docs.tlx.fi/";
3377
3430
  readonly bridge: "native";
3378
- readonly risks: readonly ["NO_TIMELOCK"];
3431
+ readonly tags: readonly ["NO_TIMELOCK"];
3379
3432
  };
3380
3433
  readonly msUSD: {
3381
3434
  readonly name: "Metronome Synth USD";
@@ -3389,7 +3442,7 @@ export declare const optimism: {
3389
3442
  readonly website: "https://metronome.io/";
3390
3443
  readonly documentation: "https://docs.metronome.io/";
3391
3444
  readonly bridge: "layer-zero";
3392
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
3445
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
3393
3446
  };
3394
3447
  readonly msETH: {
3395
3448
  readonly name: "Metronome Synth ETH";
@@ -3403,7 +3456,7 @@ export declare const optimism: {
3403
3456
  readonly website: "https://metronome.io/";
3404
3457
  readonly documentation: "https://docs.metronome.io/";
3405
3458
  readonly bridge: "layer-zero";
3406
- readonly risks: readonly ["NO_TIMELOCK"];
3459
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
3407
3460
  };
3408
3461
  readonly uniBTC: {
3409
3462
  readonly name: "Universal BTC";
@@ -3417,7 +3470,7 @@ export declare const optimism: {
3417
3470
  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.";
3418
3471
  readonly bridge: "native";
3419
3472
  readonly documentation: "https://docs.bedrock.technology/multi-asset-liquid-staking/unibtc/introduction";
3420
- readonly risks: readonly ["NO_TIMELOCK"];
3473
+ readonly tags: readonly ["NO_TIMELOCK"];
3421
3474
  };
3422
3475
  readonly pxETH: {
3423
3476
  readonly name: "Pirex Ether OFT";
@@ -3431,7 +3484,7 @@ export declare const optimism: {
3431
3484
  readonly website: "https://dinero.xyz/";
3432
3485
  readonly documentation: "https://dinero.xyz/docs";
3433
3486
  readonly bridge: "layer-zero";
3434
- readonly risks: readonly ["NO_TIMELOCK"];
3487
+ readonly tags: readonly ["NO_TIMELOCK"];
3435
3488
  };
3436
3489
  readonly WELL: {
3437
3490
  readonly name: "WELL";
@@ -3458,7 +3511,7 @@ export declare const optimism: {
3458
3511
  readonly website: "https://metronome.io/";
3459
3512
  readonly documentation: "https://docs.metronome.io/";
3460
3513
  readonly bridge: "layer-zero";
3461
- readonly risks: readonly ["NO_TIMELOCK"];
3514
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
3462
3515
  };
3463
3516
  readonly wUSDM: {
3464
3517
  readonly name: "Mountain Protocol USD";
@@ -3472,7 +3525,7 @@ export declare const optimism: {
3472
3525
  readonly website: "https://mountainprotocol.com/";
3473
3526
  readonly documentation: "https://docs.mountainprotocol.com/";
3474
3527
  readonly bridge: "native";
3475
- readonly risks: readonly ["NO_TIMELOCK"];
3528
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
3476
3529
  };
3477
3530
  readonly ALCX: {
3478
3531
  readonly name: "Alchemix";
@@ -3499,7 +3552,7 @@ export declare const optimism: {
3499
3552
  readonly documentation: "https://synapse-3.gitbook.io/synapse-protocol";
3500
3553
  readonly description: "Synapse (SYN) is an interoperability protocol designed for safely and securely sending arbitrary data between blockchains.";
3501
3554
  readonly bridge: "synapse";
3502
- readonly risks: readonly ["NO_TIMELOCK"];
3555
+ readonly tags: readonly ["NO_TIMELOCK"];
3503
3556
  };
3504
3557
  readonly Bold: {
3505
3558
  readonly name: "Bold Stablecoin";
@@ -3513,7 +3566,7 @@ export declare const optimism: {
3513
3566
  readonly documentation: "https://docs.liquity.org/";
3514
3567
  readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.";
3515
3568
  readonly bridge: "chainlink-ccip";
3516
- readonly risks: readonly ["SYNTH_STABLE"];
3569
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3517
3570
  };
3518
3571
  readonly OVER: {
3519
3572
  readonly name: "Overtime DAO Token";
@@ -3527,7 +3580,7 @@ export declare const optimism: {
3527
3580
  readonly description: "Overtime is an onchain sportsbook ecosystem with platforms for placing bets on popular sporting events and digital options trading.";
3528
3581
  readonly documentation: "https://docs.overtime.io/";
3529
3582
  readonly bridge: "chainlink-ccip";
3530
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
3583
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
3531
3584
  };
3532
3585
  readonly BOLDV2: {
3533
3586
  readonly name: "BOLD Stablecoin";
@@ -3541,7 +3594,7 @@ export declare const optimism: {
3541
3594
  readonly documentation: "https://docs.liquity.org/";
3542
3595
  readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.";
3543
3596
  readonly bridge: "chainlink-ccip";
3544
- readonly risks: readonly ["SYNTH_STABLE"];
3597
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3545
3598
  };
3546
3599
  readonly waOptWETH: {
3547
3600
  readonly name: "Wrapped Optimism WETH Token";
@@ -3594,6 +3647,7 @@ export declare const optimism: {
3594
3647
  readonly bridge: "native";
3595
3648
  readonly logoURI: "";
3596
3649
  readonly documentation: "https://ethereum.org/en/developers/docs/";
3650
+ readonly tags: readonly ["STABLECOIN"];
3597
3651
  };
3598
3652
  readonly sfrxUSD: {
3599
3653
  readonly chainId: 10;
@@ -3607,7 +3661,7 @@ export declare const optimism: {
3607
3661
  readonly bridge: "layer-zero";
3608
3662
  readonly logoURI: "";
3609
3663
  readonly documentation: "https://docs.frax.finance/";
3610
- readonly risks: readonly ["SYNTH_STABLE"];
3664
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3611
3665
  };
3612
3666
  readonly sfrxETH: {
3613
3667
  readonly name: "Staked Frax Ether";