@beefyfinance/blockchain-addressbook 0.54.122 → 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 +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 +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 +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 +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
@@ -88,6 +88,7 @@ export declare const arbitrum: {
88
88
  readonly chainId: 42161;
89
89
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
90
90
  readonly documentation: "https://www.circle.com/en/usdc-multichain/arbitrum";
91
+ readonly tags: readonly ["STABLECOIN"];
91
92
  };
92
93
  readonly arbUSDCe: {
93
94
  readonly name: "USD Coin";
@@ -101,6 +102,7 @@ export declare const arbitrum: {
101
102
  readonly chainId: 42161;
102
103
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
103
104
  readonly documentation: "https://developers.circle.com/docs";
105
+ readonly tags: readonly ["STABLECOIN"];
104
106
  };
105
107
  readonly ARX: {
106
108
  readonly name: "Arbitrum Exchange";
@@ -150,7 +152,7 @@ export declare const arbitrum: {
150
152
  readonly bridge: "layer-zero";
151
153
  readonly logoURI: "";
152
154
  readonly documentation: "https://docs.abracadabra.money/";
153
- readonly risks: readonly ["SYNTH_STABLE"];
155
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
154
156
  };
155
157
  readonly SPELL: {
156
158
  readonly name: "Spell Token";
@@ -201,6 +203,7 @@ export declare const arbitrum: {
201
203
  readonly bridge: "native";
202
204
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
203
205
  readonly documentation: "https://tether.to/en/how-it-works";
206
+ readonly tags: readonly ["STABLECOIN"];
204
207
  };
205
208
  readonly gOHM: {
206
209
  readonly name: "Governance OHM";
@@ -248,6 +251,7 @@ export declare const arbitrum: {
248
251
  readonly website: "https://stargate.finance/";
249
252
  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.";
250
253
  readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
254
+ readonly tags: readonly ["STABLECOIN"];
251
255
  };
252
256
  readonly sarUSDT: {
253
257
  readonly name: "Stargate Tether USD LP";
@@ -260,6 +264,7 @@ export declare const arbitrum: {
260
264
  readonly website: "https://tether.to/";
261
265
  readonly description: "Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
262
266
  readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
267
+ readonly tags: readonly ["STABLECOIN"];
263
268
  };
264
269
  readonly sarETH: {
265
270
  readonly name: "Stargate Ethereum LP";
@@ -285,7 +290,7 @@ export declare const arbitrum: {
285
290
  readonly bridge: "arbitrum-canonical";
286
291
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png";
287
292
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
288
- readonly risks: readonly ["SYNTH_STABLE"];
293
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
289
294
  };
290
295
  readonly VST: {
291
296
  readonly name: "Vesta Stable";
@@ -298,7 +303,7 @@ export declare const arbitrum: {
298
303
  readonly website: "https://vestafinance.xyz/";
299
304
  readonly description: "Vesta Finance allows you to borrow collateralized stablecoin VST against supported crypto assets with no interest rate.";
300
305
  readonly documentation: "https://docs.vestafinance.xyz/";
301
- readonly risks: readonly ["SYNTH_STABLE"];
306
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
302
307
  };
303
308
  readonly psETH: {
304
309
  readonly name: "Ripae sETH";
@@ -310,6 +315,7 @@ export declare const arbitrum: {
310
315
  readonly website: "https://ripae.finance/";
311
316
  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.";
312
317
  readonly logoURI: "";
318
+ readonly tags: readonly ["SYNTHETIC"];
313
319
  };
314
320
  readonly pETH: {
315
321
  readonly name: "pETH";
@@ -322,6 +328,7 @@ export declare const arbitrum: {
322
328
  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.";
323
329
  readonly bridge: "native";
324
330
  readonly logoURI: "";
331
+ readonly tags: readonly ["SYNTHETIC"];
325
332
  };
326
333
  readonly oldRDNT: {
327
334
  readonly name: "RDNT";
@@ -408,7 +415,7 @@ export declare const arbitrum: {
408
415
  readonly bridge: "frax";
409
416
  readonly logoURI: "https://raw.githubusercontent.com/pangolindex/tokens/main/assets/0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64/logo.png";
410
417
  readonly documentation: "https://docs.frax.finance/";
411
- readonly risks: readonly ["SYNTH_STABLE"];
418
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
412
419
  };
413
420
  readonly UNI: {
414
421
  readonly name: "Uniswap";
@@ -447,6 +454,7 @@ export declare const arbitrum: {
447
454
  readonly bridge: "hop";
448
455
  readonly logoURI: "";
449
456
  readonly documentation: "https://docs.hop.exchange/";
457
+ readonly tags: readonly ["SYNTHETIC"];
450
458
  };
451
459
  readonly hMAGIC: {
452
460
  readonly name: "MAGIC Hop Token";
@@ -473,6 +481,7 @@ export declare const arbitrum: {
473
481
  readonly bridge: "hop";
474
482
  readonly logoURI: "";
475
483
  readonly documentation: "https://docs.hop.exchange/";
484
+ readonly tags: readonly ["SYNTHETIC"];
476
485
  };
477
486
  readonly hUSDC: {
478
487
  readonly name: "USDC Hop Token";
@@ -512,6 +521,7 @@ export declare const arbitrum: {
512
521
  readonly bridge: "hop";
513
522
  readonly logoURI: "";
514
523
  readonly documentation: "https://docs.hop.exchange/";
524
+ readonly tags: readonly ["SYNTHETIC"];
515
525
  };
516
526
  readonly USX: {
517
527
  readonly name: "dForce USD";
@@ -524,7 +534,7 @@ export declare const arbitrum: {
524
534
  readonly website: "https://dforce.network/";
525
535
  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).";
526
536
  readonly documentation: "https://docs.dforce.network/protocols/usx";
527
- readonly risks: readonly ["SYNTH_STABLE"];
537
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
528
538
  };
529
539
  readonly MAI: {
530
540
  readonly name: "Mai Stablecoin";
@@ -538,7 +548,7 @@ export declare const arbitrum: {
538
548
  readonly description: "MAI is a stablecoin collateralized by your crypto holdings. It's powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.";
539
549
  readonly documentation: "https://docs.mai.finance/";
540
550
  readonly bridge: "native";
541
- readonly risks: readonly ["SYNTH_STABLE"];
551
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
542
552
  };
543
553
  readonly 'oldBIFI-ETH LP': {
544
554
  readonly name: "oldBIFI-ETH LP";
@@ -562,7 +572,7 @@ export declare const arbitrum: {
562
572
  readonly website: "https://usdd.io/";
563
573
  readonly description: "The USDD protocol aims to provide the blockchain industry with the most stable, decentralized, tamper-proof, and freeze-free stablecoin system, a perpetual system independent from any centralized entity.";
564
574
  readonly documentation: "https://usdd.io/docs/";
565
- readonly risks: readonly ["SYNTH_STABLE"];
575
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
566
576
  };
567
577
  readonly ezETH: {
568
578
  readonly name: "Renzo Restaked ETH";
@@ -576,7 +586,7 @@ export declare const arbitrum: {
576
586
  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.";
577
587
  readonly documentation: "https://docs.renzoprotocol.com/docs/";
578
588
  readonly bridge: "arbitrum-canonical";
579
- readonly risks: readonly ["NO_TIMELOCK"];
589
+ readonly tags: readonly ["NO_TIMELOCK"];
580
590
  };
581
591
  readonly agEUR: {
582
592
  readonly name: "agEUR";
@@ -590,6 +600,7 @@ export declare const arbitrum: {
590
600
  readonly description: "Angle is a decentralized, capital-efficient and over-collateralized stablecoins protocol.";
591
601
  readonly bridge: "layer-zero";
592
602
  readonly documentation: "https://docs.angle.money/";
603
+ readonly tags: readonly ["SYNTHETIC"];
593
604
  };
594
605
  readonly TUSD: {
595
606
  readonly name: "TrueUSD";
@@ -601,6 +612,7 @@ export declare const arbitrum: {
601
612
  readonly logoURI: "";
602
613
  readonly website: "https://www.trueusd.com/";
603
614
  readonly description: "TrueUSD (TUSD) is the first independently-verified digital asset redeemable 1-for-1 for US Dollars.";
615
+ readonly tags: readonly ["STABLECOIN"];
604
616
  };
605
617
  readonly GNS: {
606
618
  readonly name: "Gains Network Token";
@@ -640,7 +652,7 @@ export declare const arbitrum: {
640
652
  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%.";
641
653
  readonly bridge: "arbitrum-canonical";
642
654
  readonly documentation: "https://docs.liquity.org/";
643
- readonly risks: readonly ["SYNTH_STABLE"];
655
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
644
656
  };
645
657
  readonly JRT: {
646
658
  readonly name: "Jarvis Reward Token";
@@ -666,7 +678,7 @@ export declare const arbitrum: {
666
678
  readonly bridge: "native";
667
679
  readonly logoURI: "";
668
680
  readonly documentation: "https://learn.jarvis.network/";
669
- readonly risks: readonly ["SYNTH_STABLE"];
681
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
670
682
  };
671
683
  readonly 'USD+': {
672
684
  readonly name: "USD+ Stablecoin";
@@ -680,6 +692,7 @@ export declare const arbitrum: {
680
692
  readonly bridge: "native";
681
693
  readonly logoURI: "";
682
694
  readonly documentation: "https://docs.overnight.fi/";
695
+ readonly tags: readonly ["CURATED"];
683
696
  };
684
697
  readonly RAM: {
685
698
  readonly name: "Ramses";
@@ -717,7 +730,7 @@ export declare const arbitrum: {
717
730
  readonly bridge: "arbitrum-canonical";
718
731
  readonly logoURI: "https://assets.spookyswap.finance/tokens/DOLA.png";
719
732
  readonly documentation: "https://docs.inverse.finance/";
720
- readonly risks: readonly ["SYNTH_STABLE"];
733
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
721
734
  };
722
735
  readonly DEI: {
723
736
  readonly name: "DEI";
@@ -730,6 +743,7 @@ export declare const arbitrum: {
730
743
  readonly description: "DEI is an advanced algorithmic cross-chain fractional-reserve stablecoin, with one native bridge that will connect to all chains within the DEUS ecosystem. The collateral ratio of DEI is constantly monitored and adjusted via arbitrage bots.";
731
744
  readonly logoURI: "https://app.deus.finance/tokens/dei.svg";
732
745
  readonly documentation: "https://docs.deus.finance/";
746
+ readonly tags: readonly ["SYNTHETIC"];
733
747
  };
734
748
  readonly DEUS: {
735
749
  readonly name: "DEUS";
@@ -807,7 +821,7 @@ export declare const arbitrum: {
807
821
  readonly bridge: "native";
808
822
  readonly logoURI: "https://raw.githubusercontent.com/beefyfinance/beefy-app/prod/src/images/single-assets/GNS.png";
809
823
  readonly documentation: "https://gains-network.gitbook.io/docs-home/";
810
- readonly risks: readonly ["SYNTH_STABLE"];
824
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
811
825
  };
812
826
  readonly frxETH: {
813
827
  readonly name: "Frax Ether";
@@ -847,6 +861,7 @@ export declare const arbitrum: {
847
861
  readonly bridge: "native";
848
862
  readonly logoURI: "";
849
863
  readonly documentation: "https://docs.overnight.fi/";
864
+ readonly tags: readonly ["CURATED"];
850
865
  };
851
866
  readonly FXS: {
852
867
  readonly name: "Frax Share";
@@ -922,6 +937,7 @@ export declare const arbitrum: {
922
937
  readonly bridge: "arbitrum-canonical";
923
938
  readonly logoURI: "";
924
939
  readonly documentation: "https://docs.rocketpool.net/guides/";
940
+ readonly tags: readonly ["SYNTHETIC"];
925
941
  };
926
942
  readonly CHR: {
927
943
  readonly name: "Chronos";
@@ -947,6 +963,7 @@ export declare const arbitrum: {
947
963
  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 Arbitrum is bridged via Multichain from Polygon";
948
964
  readonly bridge: "multichain";
949
965
  readonly logoURI: "";
966
+ readonly tags: readonly ["SYNTHETIC"];
950
967
  };
951
968
  readonly tBTC: {
952
969
  readonly name: "tBTC v2";
@@ -997,6 +1014,7 @@ export declare const arbitrum: {
997
1014
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
998
1015
  readonly description: "Balancer linear pool that consist of 50/50 USDT and wrapped Aave Interest Bearing USDT.";
999
1016
  readonly bridge: "native";
1017
+ readonly tags: readonly ["STABLECOIN"];
1000
1018
  };
1001
1019
  readonly bbaaUSDTV2: {
1002
1020
  readonly name: "Balancer Aave USDT Linear Pool";
@@ -1010,6 +1028,7 @@ export declare const arbitrum: {
1010
1028
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1011
1029
  readonly description: "Balancer linear pool that consist of 50/50 USDT and wrapped Aave Interest Bearing USDT.";
1012
1030
  readonly bridge: "native";
1031
+ readonly tags: readonly ["STABLECOIN"];
1013
1032
  };
1014
1033
  readonly aaUSDC: {
1015
1034
  readonly name: "Aave USDC";
@@ -1023,6 +1042,7 @@ export declare const arbitrum: {
1023
1042
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
1024
1043
  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.";
1025
1044
  readonly staked: true;
1045
+ readonly tags: readonly ["STABLECOIN"];
1026
1046
  };
1027
1047
  readonly waaUSDC: {
1028
1048
  readonly name: "Wrapped Aave Tether USD";
@@ -1048,6 +1068,7 @@ export declare const arbitrum: {
1048
1068
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
1049
1069
  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.";
1050
1070
  readonly staked: true;
1071
+ readonly tags: readonly ["STABLECOIN"];
1051
1072
  };
1052
1073
  readonly bbaaUSDC: {
1053
1074
  readonly name: "Balancer Aave USDC Linear Pool";
@@ -1061,6 +1082,7 @@ export declare const arbitrum: {
1061
1082
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1062
1083
  readonly description: "Balancer linear pool that consist of 50/50 USDC and wrapped Aave Interest Bearing USDC.";
1063
1084
  readonly bridge: "arbitrum-canonical";
1085
+ readonly tags: readonly ["STABLECOIN"];
1064
1086
  };
1065
1087
  readonly bbaaUSDCV2: {
1066
1088
  readonly name: "Balancer Aave USDC Linear Pool";
@@ -1074,6 +1096,7 @@ export declare const arbitrum: {
1074
1096
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1075
1097
  readonly description: "Balancer linear pool that consist of 50/50 USDC and wrapped Aave Interest Bearing USDC.";
1076
1098
  readonly bridge: "arbitrum-canonical";
1099
+ readonly tags: readonly ["STABLECOIN"];
1077
1100
  };
1078
1101
  readonly aaDAI: {
1079
1102
  readonly name: "Aave DAI";
@@ -1086,6 +1109,7 @@ export declare const arbitrum: {
1086
1109
  readonly website: "https://makerdao.com/en/";
1087
1110
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
1088
1111
  readonly description: "Aave interest bearing DAI. 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.";
1112
+ readonly tags: readonly ["SYNTHETIC"];
1089
1113
  };
1090
1114
  readonly waaDAI: {
1091
1115
  readonly name: "Wrapped Aave Tether DAI";
@@ -1098,6 +1122,7 @@ export declare const arbitrum: {
1098
1122
  readonly website: "https://makerdao.com/en/";
1099
1123
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
1100
1124
  readonly description: "Wrapped Aave interest bearing DAI. 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.";
1125
+ readonly tags: readonly ["SYNTHETIC"];
1101
1126
  };
1102
1127
  readonly bbaaDAI: {
1103
1128
  readonly name: "Balancer Aave DAI Linear Pool";
@@ -1111,7 +1136,7 @@ export declare const arbitrum: {
1111
1136
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1112
1137
  readonly description: "Balancer linear pool that consist of 50/50 DAI and wrapped Aave Interest Bearing DAI.";
1113
1138
  readonly bridge: "native";
1114
- readonly risks: readonly ["SYNTH_STABLE"];
1139
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1115
1140
  };
1116
1141
  readonly bbaaDAIV2: {
1117
1142
  readonly name: "Balancer Aave DAI Linear Pool";
@@ -1125,7 +1150,7 @@ export declare const arbitrum: {
1125
1150
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1126
1151
  readonly description: "Balancer linear pool that consist of 50/50 DAI and wrapped Aave Interest Bearing DAI.";
1127
1152
  readonly bridge: "native";
1128
- readonly risks: readonly ["SYNTH_STABLE"];
1153
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1129
1154
  };
1130
1155
  readonly bbaaUSD: {
1131
1156
  readonly name: "Balancer Aave Stable Composable Pool";
@@ -1138,7 +1163,7 @@ export declare const arbitrum: {
1138
1163
  readonly website: "https://app.balancer.fi/#/";
1139
1164
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1140
1165
  readonly description: "Balancer composable pool that consist of bbaUSDT, bbaUSDC, and bbaDAI. bbTokens are Aave boosted linear pools.";
1141
- readonly risks: readonly ["SYNTH_STABLE"];
1166
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1142
1167
  };
1143
1168
  readonly bbaaUSDV2: {
1144
1169
  readonly name: "Balancer Aave Stable Composable Pool";
@@ -1151,6 +1176,7 @@ export declare const arbitrum: {
1151
1176
  readonly website: "https://app.balancer.fi/#/";
1152
1177
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1153
1178
  readonly description: "Balancer composable pool that consist of bbaUSDT, bbaUSDC, and bbaDAI. bbTokens are Aave boosted linear pools.";
1179
+ readonly tags: readonly ["SYNTHETIC"];
1154
1180
  };
1155
1181
  readonly auraBAL: {
1156
1182
  readonly name: "Aura Staked BAL BPT";
@@ -1250,6 +1276,7 @@ export declare const arbitrum: {
1250
1276
  readonly description: " ";
1251
1277
  readonly bridge: "native";
1252
1278
  readonly staked: true;
1279
+ readonly tags: readonly ["STABLECOIN"];
1253
1280
  };
1254
1281
  readonly LODE: {
1255
1282
  readonly name: "Lodestar";
@@ -1301,6 +1328,7 @@ export declare const arbitrum: {
1301
1328
  readonly bridge: "native";
1302
1329
  readonly logoURI: "";
1303
1330
  readonly documentation: "https://docs.overnight.fi/";
1331
+ readonly tags: readonly ["CURATED"];
1304
1332
  };
1305
1333
  readonly 'USDT+': {
1306
1334
  readonly name: "USDT+";
@@ -1314,6 +1342,7 @@ export declare const arbitrum: {
1314
1342
  readonly bridge: "native";
1315
1343
  readonly logoURI: "";
1316
1344
  readonly documentation: "https://docs.overnight.fi/";
1345
+ readonly tags: readonly ["CURATED"];
1317
1346
  };
1318
1347
  readonly SOL: {
1319
1348
  readonly name: "Wrapped SOL";
@@ -1377,7 +1406,7 @@ export declare const arbitrum: {
1377
1406
  readonly website: "https://curve.finance/crvusd";
1378
1407
  readonly description: "crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar";
1379
1408
  readonly documentation: "https://docs.curve.finance/crvUSD/crvUSD/";
1380
- readonly risks: readonly ["SYNTH_STABLE"];
1409
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1381
1410
  };
1382
1411
  readonly sFRAX: {
1383
1412
  readonly name: "Staked FRAX";
@@ -1391,7 +1420,7 @@ export declare const arbitrum: {
1391
1420
  readonly bridge: "frax";
1392
1421
  readonly logoURI: "";
1393
1422
  readonly documentation: "https://docs.frax.finance/frax-v3/sfrax";
1394
- readonly risks: readonly ["SYNTH_STABLE"];
1423
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1395
1424
  };
1396
1425
  readonly bpt4POOL: {
1397
1426
  readonly name: "Balancer 4POOL BPT";
@@ -1405,7 +1434,7 @@ export declare const arbitrum: {
1405
1434
  readonly documentation: "https://docs.balancer.fi/concepts/pools/composable-stable.html";
1406
1435
  readonly description: "Composable Stable Pools are designed for assets that are either expected to consistently swap at near parity, or at a known exchange rate. Composable Stable Pools use Stable Math (based on StableSwap, popularized by Curve) which allows for swaps of significant size before encountering substantial price impact, vastly increasing capital efficiency for like-kind and correlated-kind swaps.";
1407
1436
  readonly bridge: "native";
1408
- readonly risks: readonly ["SYNTH_STABLE"];
1437
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1409
1438
  };
1410
1439
  readonly JOE: {
1411
1440
  readonly chainId: 42161;
@@ -1429,7 +1458,7 @@ export declare const arbitrum: {
1429
1458
  readonly website: "https://ether.fi/";
1430
1459
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
1431
1460
  readonly bridge: "arbitrum-canonical";
1432
- readonly risks: readonly ["NO_TIMELOCK"];
1461
+ readonly tags: readonly ["NO_TIMELOCK"];
1433
1462
  };
1434
1463
  readonly rsETH: {
1435
1464
  readonly chainId: 42161;
@@ -1443,7 +1472,7 @@ export declare const arbitrum: {
1443
1472
  readonly documentation: "https://kelp.gitbook.io/kelp";
1444
1473
  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.";
1445
1474
  readonly bridge: "stargate";
1446
- readonly risks: readonly ["NO_TIMELOCK"];
1475
+ readonly tags: readonly ["NO_TIMELOCK"];
1447
1476
  };
1448
1477
  readonly renBTC: {
1449
1478
  readonly name: "renBTC";
@@ -1455,6 +1484,7 @@ export declare const arbitrum: {
1455
1484
  readonly website: "https://renproject.io/";
1456
1485
  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.";
1457
1486
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png";
1487
+ readonly tags: readonly ["SYNTHETIC"];
1458
1488
  };
1459
1489
  readonly OP: {
1460
1490
  readonly name: "OP";
@@ -1520,7 +1550,7 @@ export declare const arbitrum: {
1520
1550
  readonly documentation: "https://docs.mountainprotocol.com/";
1521
1551
  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.";
1522
1552
  readonly bridge: "native";
1523
- readonly risks: readonly ["NO_TIMELOCK"];
1553
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
1524
1554
  };
1525
1555
  readonly PENDLE: {
1526
1556
  readonly name: "Pendle";
@@ -1573,6 +1603,7 @@ export declare const arbitrum: {
1573
1603
  readonly description: string;
1574
1604
  readonly documentation: "https://docs.aladdin.club/f-x-protocol";
1575
1605
  readonly bridge: "layer-zero";
1606
+ readonly tags: readonly ["SYNTHETIC"];
1576
1607
  };
1577
1608
  readonly xETH: {
1578
1609
  readonly name: "Leveraged ETH";
@@ -1600,6 +1631,7 @@ export declare const arbitrum: {
1600
1631
  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.";
1601
1632
  readonly staked: true;
1602
1633
  readonly bridge: "native";
1634
+ readonly tags: readonly ["STABLECOIN"];
1603
1635
  };
1604
1636
  readonly stataArbUSDTn: {
1605
1637
  readonly name: "Static Aave Arbitrum USDTn";
@@ -1614,6 +1646,7 @@ export declare const arbitrum: {
1614
1646
  readonly description: "Aave interest bearing USDT. Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
1615
1647
  readonly staked: true;
1616
1648
  readonly bridge: "native";
1649
+ readonly tags: readonly ["STABLECOIN"];
1617
1650
  };
1618
1651
  readonly 'ETH+': {
1619
1652
  readonly name: "ETHPlus";
@@ -1639,7 +1672,7 @@ export declare const arbitrum: {
1639
1672
  readonly description: "rgUSD is an overcollateralized stablecoin launched on Reserve Protocol that acts as a collective point for DeFi users to negotiate with stablecoin yield providers for the best returns.";
1640
1673
  readonly documentation: "https://reserve.org/protocol/";
1641
1674
  readonly bridge: "arbitrum-canonical";
1642
- readonly risks: readonly ["SYNTH_STABLE"];
1675
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1643
1676
  };
1644
1677
  readonly eUSD: {
1645
1678
  readonly name: "Electronic Dollar";
@@ -1653,7 +1686,7 @@ export declare const arbitrum: {
1653
1686
  readonly description: "The Electronic Dollar (eUSD) is a decentralized 1:1 asset-backed stablecoin built with Reserve Protocol, available on the Ethereum and MobileCoin blockchains. It sets itself apart from other stablecoins due to its decentralized, community-governed, and censorship-resistant nature.";
1654
1687
  readonly documentation: "https://reserve.org/protocol/";
1655
1688
  readonly bridge: "arbitrum-canonical";
1656
- readonly risks: readonly ["SYNTH_STABLE"];
1689
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1657
1690
  };
1658
1691
  readonly KNOX: {
1659
1692
  readonly name: "KNOX Dollar";
@@ -1667,7 +1700,7 @@ export declare const arbitrum: {
1667
1700
  readonly description: "A permissionless, yield-bearing stablecoin designed to be a reliable store of value. Built with Reserve Protocol.";
1668
1701
  readonly documentation: "https://reserve.org/protocol/";
1669
1702
  readonly bridge: "native";
1670
- readonly risks: readonly ["SYNTH_STABLE"];
1703
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1671
1704
  };
1672
1705
  readonly SILO: {
1673
1706
  readonly name: "Silo Governance Token";
@@ -1707,7 +1740,7 @@ export declare const arbitrum: {
1707
1740
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
1708
1741
  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.";
1709
1742
  readonly bridge: "layer-zero";
1710
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
1743
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
1711
1744
  };
1712
1745
  readonly RSR: {
1713
1746
  readonly name: "Reserve Rights";
@@ -1760,6 +1793,7 @@ export declare const arbitrum: {
1760
1793
  readonly documentation: "https://alchemix-finance.gitbook.io/v2/";
1761
1794
  readonly description: "Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.";
1762
1795
  readonly bridge: "connext";
1796
+ readonly tags: readonly ["SYNTHETIC"];
1763
1797
  };
1764
1798
  readonly alUSD: {
1765
1799
  readonly name: "Alchemix USD";
@@ -1773,6 +1807,7 @@ export declare const arbitrum: {
1773
1807
  readonly description: "Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.";
1774
1808
  readonly documentation: "https://alchemix-finance.gitbook.io/user-docs/";
1775
1809
  readonly bridge: "connext";
1810
+ readonly tags: readonly ["SYNTHETIC"];
1776
1811
  };
1777
1812
  readonly USDV: {
1778
1813
  readonly name: "USDV";
@@ -1786,7 +1821,7 @@ export declare const arbitrum: {
1786
1821
  readonly description: "Verified USD (USDV) is the first stablecoin that rewards Verified Minters based on their contribution to the tokens active circulation.";
1787
1822
  readonly documentation: "https://docs.usdv.money/docs";
1788
1823
  readonly bridge: "layer-zero";
1789
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
1824
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
1790
1825
  };
1791
1826
  readonly COMP: {
1792
1827
  readonly name: "Compound";
@@ -1813,7 +1848,7 @@ export declare const arbitrum: {
1813
1848
  readonly documentation: "https://synapse-3.gitbook.io/synapse-protocol";
1814
1849
  readonly description: "Synapse (SYN) is an interoperability protocol designed for safely and securely sending arbitrary data between blockchains.";
1815
1850
  readonly bridge: "synapse";
1816
- readonly risks: readonly ["NO_TIMELOCK"];
1851
+ readonly tags: readonly ["NO_TIMELOCK"];
1817
1852
  };
1818
1853
  readonly WMATIC: {
1819
1854
  readonly name: "WMATIC";
@@ -1853,7 +1888,7 @@ export declare const arbitrum: {
1853
1888
  readonly documentation: "https://www.pepe.vip/";
1854
1889
  readonly description: "Pepe is here to make memecoins great again. Launched stealth with no presale, zero taxes, LP burnt and contract renounced, $PEPE is a coin for the people, forever. Fueled by pure memetic power, let $PEPE show you the way.";
1855
1890
  readonly bridge: "layer-zero";
1856
- readonly risks: readonly ["NO_TIMELOCK"];
1891
+ readonly tags: readonly ["NO_TIMELOCK"];
1857
1892
  };
1858
1893
  readonly ZRO: {
1859
1894
  readonly name: "LayerZero";
@@ -1905,7 +1940,7 @@ export declare const arbitrum: {
1905
1940
  readonly website: "https://app.bedrock.technology/unieth";
1906
1941
  readonly description: "uniETH represents the staked ETH plus all future staking rewards and accrual of EigenLayer points and Bedrock diamonds. uniETH does not grow in quantity over time but instead, grows in value, i.e. 1 uniETH becomes worth increasingly more than 1 ETH.";
1907
1942
  readonly bridge: "celer";
1908
- readonly risks: readonly ["NO_TIMELOCK"];
1943
+ readonly tags: readonly ["NO_TIMELOCK"];
1909
1944
  };
1910
1945
  readonly ETHx: {
1911
1946
  readonly name: "ETHx";
@@ -1919,7 +1954,7 @@ export declare const arbitrum: {
1919
1954
  readonly bridge: "chainlink-ccip";
1920
1955
  readonly description: "ETHx is an innovative liquid staking token developed by Stader, designed to revolutionize Ethereum staking. Stader's vision for ETHx is to transform the staking experience, providing users with the unprecedented freedom to move and utilize their staked ETH while continuing to earn rewards and engage with the growing DeFi ecosystem.";
1921
1956
  readonly documentation: "https://staderlabs.gitbook.io/ethereum";
1922
- readonly risks: readonly ["NO_TIMELOCK"];
1957
+ readonly tags: readonly ["NO_TIMELOCK"];
1923
1958
  };
1924
1959
  readonly WOETH: {
1925
1960
  readonly name: "Wrapped OETH";
@@ -1933,7 +1968,7 @@ export declare const arbitrum: {
1933
1968
  readonly description: "OETH is a liquid staking token that allows Ethereum staking and yield earning while maintaining a 1:1 peg with ETH. Its non-rebasing, ERC-4626 tokenized vault version simplifies DeFi integrations and ensures stability and transparency through its fully on-chain, collateralized design with distributed validator technology (DVT).";
1934
1969
  readonly documentation: "https://docs.originprotocol.com/protocol/oeth";
1935
1970
  readonly bridge: "chainlink-ccip";
1936
- readonly risks: readonly ["NO_TIMELOCK"];
1971
+ readonly tags: readonly ["NO_TIMELOCK"];
1937
1972
  };
1938
1973
  readonly wUSDM: {
1939
1974
  readonly name: "Mountain Protocol USD";
@@ -1947,7 +1982,7 @@ export declare const arbitrum: {
1947
1982
  readonly documentation: "https://docs.mountainprotocol.com/";
1948
1983
  readonly description: "The wUSDM token is the wrapped version of USDM, 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.";
1949
1984
  readonly bridge: "native";
1950
- readonly risks: readonly ["NO_TIMELOCK"];
1985
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
1951
1986
  };
1952
1987
  readonly USDx: {
1953
1988
  readonly name: "Synthetix USD";
@@ -1961,7 +1996,7 @@ export declare const arbitrum: {
1961
1996
  readonly documentation: "https://docs.synthetix.io/";
1962
1997
  readonly description: "Synthetix Arbitrum-native stablecoin.";
1963
1998
  readonly bridge: "native";
1964
- readonly risks: readonly ["SYNTH_STABLE"];
1999
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1965
2000
  };
1966
2001
  readonly gUSDC: {
1967
2002
  readonly name: "Gains Network USDC";
@@ -1975,7 +2010,7 @@ export declare const arbitrum: {
1975
2010
  readonly description: "gUSDC is a tokenized yield-bearing vault following the ERC-4626 standard, representing shares of USDC. It pays trader winnings, receives their losses, and distributes trading fees to stakers, maintaining collateralization through an epoch system that manages trader PnL.";
1976
2011
  readonly documentation: "https://gains-network.gitbook.io/docs-home/liquidity-farming-pools/gtoken-vaults";
1977
2012
  readonly bridge: "native";
1978
- readonly risks: readonly ["SYNTH_STABLE"];
2013
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1979
2014
  };
1980
2015
  readonly GYD: {
1981
2016
  readonly name: "Gyro Dollar";
@@ -1989,7 +2024,7 @@ export declare const arbitrum: {
1989
2024
  readonly documentation: "https://docs.gyro.finance/gyroscope-protocol/stablecoin";
1990
2025
  readonly description: "A fully backed stablecoin: the Gyroscope stablecoin aims at a long-term reserve ratio of 100%, where every unit of stablecoin is backed by 1 USD worth of collateral.";
1991
2026
  readonly bridge: "chainlink";
1992
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
2027
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
1993
2028
  };
1994
2029
  readonly GHO: {
1995
2030
  readonly name: "GHO Token";
@@ -2003,7 +2038,7 @@ export declare const arbitrum: {
2003
2038
  readonly documentation: "https://docs.aave.com/faq/gho-stablecoin";
2004
2039
  readonly bridge: "chainlink";
2005
2040
  readonly description: "GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
2006
- readonly risks: readonly ["SYNTH_STABLE"];
2041
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2007
2042
  };
2008
2043
  readonly ETHFI: {
2009
2044
  readonly name: "ether.fi Governance Token";
@@ -2017,7 +2052,7 @@ export declare const arbitrum: {
2017
2052
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
2018
2053
  readonly bridge: "wormhole";
2019
2054
  readonly description: "ETHFI is the governance token of ether.fi, a restaking protocol on Ethereum. Token holders will have a say in the future of the protocol.";
2020
- readonly risks: readonly ["NO_TIMELOCK"];
2055
+ readonly tags: readonly ["NO_TIMELOCK"];
2021
2056
  };
2022
2057
  readonly dlcBTC: {
2023
2058
  readonly name: "iBTC (formerly dlcBTC)";
@@ -2031,7 +2066,7 @@ export declare const arbitrum: {
2031
2066
  readonly documentation: "https://docs.ibtc.network/";
2032
2067
  readonly bridge: "native";
2033
2068
  readonly description: "iBTC (formerly dlcBTC) is a self-custodial representation of Bitcoin on Ethereum, enabling Bitcoin holders to participate in DeFi protocols while retaining full ownership of their assets. It employs Discreet Log Contracts (DLCs) to lock Bitcoin in a multisig UTXO, with one key held by the user and the other distributed across a decentralized network.";
2034
- readonly risks: readonly ["NO_TIMELOCK"];
2069
+ readonly tags: readonly ["NO_TIMELOCK"];
2035
2070
  };
2036
2071
  readonly sUSDe: {
2037
2072
  readonly name: "Staked USDe";
@@ -2045,7 +2080,7 @@ export declare const arbitrum: {
2045
2080
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
2046
2081
  readonly description: "Users are able to stake their USDe for sUSDe through the Ethena front-end. sUSDe is a reward-bearing token that accrues value from the yield that Ethena’s underlying delta-neutral position generates. sUSDe is subject to a 7-day un-staking period.";
2047
2082
  readonly bridge: "layer-zero";
2048
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
2083
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
2049
2084
  };
2050
2085
  readonly CAKE: {
2051
2086
  readonly name: "PancakeSwap Token";
@@ -2059,7 +2094,7 @@ export declare const arbitrum: {
2059
2094
  readonly documentation: "https://docs.pancakeswap.finance/";
2060
2095
  readonly description: "PancakeSwap is an automated market maker (AMM) — a decentralized finance (DeFi) application that allows users to exchange tokens, providing liquidity via farming and earning fees in return.";
2061
2096
  readonly bridge: "layer-zero";
2062
- readonly risks: readonly ["NO_TIMELOCK"];
2097
+ readonly tags: readonly ["NO_TIMELOCK"];
2063
2098
  };
2064
2099
  readonly stataArbFRAXn: {
2065
2100
  readonly name: "Static Aave Arbitrum FRAXn";
@@ -2073,6 +2108,7 @@ export declare const arbitrum: {
2073
2108
  readonly description: "Aave interest bearing FRAX. Frax is the first fractional-algorithmic stablecoin protocol.";
2074
2109
  readonly staked: true;
2075
2110
  readonly bridge: "native";
2111
+ readonly tags: readonly ["SYNTHETIC"];
2076
2112
  };
2077
2113
  readonly stataArbGHOn: {
2078
2114
  readonly name: "Static Aave Arbitrum GHOn";
@@ -2087,7 +2123,7 @@ export declare const arbitrum: {
2087
2123
  readonly description: "Aave interest bearing GHO. GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
2088
2124
  readonly staked: true;
2089
2125
  readonly bridge: "native";
2090
- readonly risks: readonly ["SYNTH_STABLE"];
2126
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2091
2127
  };
2092
2128
  readonly EIGEN: {
2093
2129
  readonly name: "Eigen";
@@ -2114,7 +2150,7 @@ export declare const arbitrum: {
2114
2150
  readonly documentation: "https://orderly.network/docs/home";
2115
2151
  readonly description: "ORDER is the governance token of the Orderly Network. Staking ORDER will boost trading and market making rewards.";
2116
2152
  readonly bridge: "layer-zero";
2117
- readonly risks: readonly ["NO_TIMELOCK"];
2153
+ readonly tags: readonly ["NO_TIMELOCK"];
2118
2154
  };
2119
2155
  readonly MORE: {
2120
2156
  readonly name: "MORE";
@@ -2127,7 +2163,7 @@ export declare const arbitrum: {
2127
2163
  readonly description: "Stack’s $MORE token is a non-algorithmic, collateral-backed stablecoin. This means that every $1 USD of $MORE should have more than $1 USD of collateral backing. Stack considers $MORE to be worth $1 however at times it may not trade at this value. In these instances, Stack has several options at its disposal to regain the $1 USD peg.";
2128
2164
  readonly bridge: "native";
2129
2165
  readonly chainId: 42161;
2130
- readonly risks: readonly ["NO_TIMELOCK"];
2166
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
2131
2167
  };
2132
2168
  readonly XVS: {
2133
2169
  readonly name: "Venus";
@@ -2141,7 +2177,7 @@ export declare const arbitrum: {
2141
2177
  readonly documentation: "https://docs-v4.venus.io/";
2142
2178
  readonly description: "Venus is an algorithmic money market and synthetic stablecoin protocol.";
2143
2179
  readonly bridge: "layer-zero";
2144
- readonly risks: readonly ["NO_TIMELOCK"];
2180
+ readonly tags: readonly ["NO_TIMELOCK"];
2145
2181
  };
2146
2182
  readonly EURe: {
2147
2183
  readonly name: "Monerium EURe emoney";
@@ -2155,6 +2191,7 @@ export declare const arbitrum: {
2155
2191
  readonly bridge: "arbitrum-canonical";
2156
2192
  readonly documentation: "https://monerium.dev/";
2157
2193
  readonly description: "EURe is a Euro stable-coin from Monerium. Monerium is the first company authorized to issue money on blockchains under European financial regulation. They have issued EUR, USD, GBP, and ISK as e-money tokens on Ethereum and EUR on Algorand. Monerium also operates a gateway for instant transfers of EUR between bank accounts and blockchain wallets/smart contracts.";
2194
+ readonly tags: readonly ["STABLECOIN"];
2158
2195
  };
2159
2196
  readonly Bold: {
2160
2197
  readonly name: "Bold Stablecoin";
@@ -2168,6 +2205,7 @@ export declare const arbitrum: {
2168
2205
  readonly documentation: "https://docs.liquity.org/";
2169
2206
  readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.";
2170
2207
  readonly bridge: "chainlink-ccip";
2208
+ readonly tags: readonly ["SYNTHETIC"];
2171
2209
  };
2172
2210
  readonly eBTC: {
2173
2211
  readonly name: "ether.fi BTC";
@@ -2181,6 +2219,7 @@ export declare const arbitrum: {
2181
2219
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
2182
2220
  readonly description: "EtherFi eBTC is backed by LBTC, through a partnership with Lombard, to bring the first dual yielding (staking + restaking) Bitcoin product to market. Staking will be conducted through Babylon, with restaking services through a combination of Eigen Layer, Symbiotic, and Karak. Users are able to deposit LBTC & WBTC.";
2183
2221
  readonly bridge: "layer-zero";
2222
+ readonly tags: readonly ["SYNTHETIC"];
2184
2223
  };
2185
2224
  readonly waArbWBTC: {
2186
2225
  readonly name: "Wrapped Aave Staked WBTC";
@@ -2206,6 +2245,7 @@ export declare const arbitrum: {
2206
2245
  readonly description: "Wrapped Aave Staked 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.";
2207
2246
  readonly documentation: "https://www.centre.io/";
2208
2247
  readonly bridge: "native";
2248
+ readonly tags: readonly ["STABLECOIN"];
2209
2249
  };
2210
2250
  readonly waArbUSDT: {
2211
2251
  readonly name: "Wrapped Aave Staked USDT";
@@ -2219,6 +2259,7 @@ export declare const arbitrum: {
2219
2259
  readonly bridge: "native";
2220
2260
  readonly logoURI: "";
2221
2261
  readonly documentation: "https://tether.to/en/how-it-works";
2262
+ readonly tags: readonly ["STABLECOIN"];
2222
2263
  };
2223
2264
  readonly waArbGHO: {
2224
2265
  readonly name: "Wrapped Aave Staked GHO";
@@ -2232,7 +2273,7 @@ export declare const arbitrum: {
2232
2273
  readonly documentation: "https://docs.aave.com/faq/gho-stablecoin";
2233
2274
  readonly bridge: "native";
2234
2275
  readonly description: "Wrapped Aave Staked GHO. GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
2235
- readonly risks: readonly ["SYNTH_STABLE"];
2276
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2236
2277
  };
2237
2278
  readonly waArbWETH: {
2238
2279
  readonly name: "Wrapped Aave Staked WETH";
@@ -2272,7 +2313,7 @@ export declare const arbitrum: {
2272
2313
  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.";
2273
2314
  readonly documentation: "https://docs.renzoprotocol.com/docs/";
2274
2315
  readonly bridge: "native";
2275
- readonly risks: readonly ["NO_TIMELOCK"];
2316
+ readonly tags: readonly ["NO_TIMELOCK"];
2276
2317
  };
2277
2318
  readonly orbETH: {
2278
2319
  readonly name: "Orbit Ether";
@@ -2286,7 +2327,7 @@ export declare const arbitrum: {
2286
2327
  readonly description: "Dinero is a suite of products that scale yield for protocols and users. It includes: (i) an ETH liquid staking token (pxETH) which benefits from ETH staking yield from Dinero’s validators; (ii) a decentralized, collateral-backed stablecoin (pxUSD) as a medium of exchange on Ethereum; and (iii) a public and permissionless RPC for users.";
2287
2328
  readonly documentation: "https://dinero.xyz/docs";
2288
2329
  readonly bridge: "native";
2289
- readonly risks: readonly ["NO_TIMELOCK"];
2330
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
2290
2331
  };
2291
2332
  readonly CORN: {
2292
2333
  readonly name: "Corn";
@@ -2300,7 +2341,7 @@ export declare const arbitrum: {
2300
2341
  readonly description: "Corn is a high-performance, low-cost network built for stablecoin payments, settlements, and financial applications at global scale.";
2301
2342
  readonly documentation: "https://docs.usecorn.com/";
2302
2343
  readonly bridge: "layer-zero";
2303
- readonly risks: readonly ["NO_TIMELOCK"];
2344
+ readonly tags: readonly ["NO_TIMELOCK"];
2304
2345
  };
2305
2346
  };
2306
2347
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
@@ -2390,6 +2431,7 @@ export declare const arbitrum: {
2390
2431
  readonly chainId: 42161;
2391
2432
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
2392
2433
  readonly documentation: "https://www.circle.com/en/usdc-multichain/arbitrum";
2434
+ readonly tags: readonly ["STABLECOIN"];
2393
2435
  };
2394
2436
  readonly arbUSDCe: {
2395
2437
  readonly name: "USD Coin";
@@ -2403,6 +2445,7 @@ export declare const arbitrum: {
2403
2445
  readonly chainId: 42161;
2404
2446
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
2405
2447
  readonly documentation: "https://developers.circle.com/docs";
2448
+ readonly tags: readonly ["STABLECOIN"];
2406
2449
  };
2407
2450
  readonly ARX: {
2408
2451
  readonly name: "Arbitrum Exchange";
@@ -2452,7 +2495,7 @@ export declare const arbitrum: {
2452
2495
  readonly bridge: "layer-zero";
2453
2496
  readonly logoURI: "";
2454
2497
  readonly documentation: "https://docs.abracadabra.money/";
2455
- readonly risks: readonly ["SYNTH_STABLE"];
2498
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2456
2499
  };
2457
2500
  readonly SPELL: {
2458
2501
  readonly name: "Spell Token";
@@ -2503,6 +2546,7 @@ export declare const arbitrum: {
2503
2546
  readonly bridge: "native";
2504
2547
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
2505
2548
  readonly documentation: "https://tether.to/en/how-it-works";
2549
+ readonly tags: readonly ["STABLECOIN"];
2506
2550
  };
2507
2551
  readonly gOHM: {
2508
2552
  readonly name: "Governance OHM";
@@ -2550,6 +2594,7 @@ export declare const arbitrum: {
2550
2594
  readonly website: "https://stargate.finance/";
2551
2595
  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.";
2552
2596
  readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
2597
+ readonly tags: readonly ["STABLECOIN"];
2553
2598
  };
2554
2599
  readonly sarUSDT: {
2555
2600
  readonly name: "Stargate Tether USD LP";
@@ -2562,6 +2607,7 @@ export declare const arbitrum: {
2562
2607
  readonly website: "https://tether.to/";
2563
2608
  readonly description: "Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
2564
2609
  readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
2610
+ readonly tags: readonly ["STABLECOIN"];
2565
2611
  };
2566
2612
  readonly sarETH: {
2567
2613
  readonly name: "Stargate Ethereum LP";
@@ -2587,7 +2633,7 @@ export declare const arbitrum: {
2587
2633
  readonly bridge: "arbitrum-canonical";
2588
2634
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png";
2589
2635
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
2590
- readonly risks: readonly ["SYNTH_STABLE"];
2636
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2591
2637
  };
2592
2638
  readonly VST: {
2593
2639
  readonly name: "Vesta Stable";
@@ -2600,7 +2646,7 @@ export declare const arbitrum: {
2600
2646
  readonly website: "https://vestafinance.xyz/";
2601
2647
  readonly description: "Vesta Finance allows you to borrow collateralized stablecoin VST against supported crypto assets with no interest rate.";
2602
2648
  readonly documentation: "https://docs.vestafinance.xyz/";
2603
- readonly risks: readonly ["SYNTH_STABLE"];
2649
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2604
2650
  };
2605
2651
  readonly psETH: {
2606
2652
  readonly name: "Ripae sETH";
@@ -2612,6 +2658,7 @@ export declare const arbitrum: {
2612
2658
  readonly website: "https://ripae.finance/";
2613
2659
  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.";
2614
2660
  readonly logoURI: "";
2661
+ readonly tags: readonly ["SYNTHETIC"];
2615
2662
  };
2616
2663
  readonly pETH: {
2617
2664
  readonly name: "pETH";
@@ -2624,6 +2671,7 @@ export declare const arbitrum: {
2624
2671
  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.";
2625
2672
  readonly bridge: "native";
2626
2673
  readonly logoURI: "";
2674
+ readonly tags: readonly ["SYNTHETIC"];
2627
2675
  };
2628
2676
  readonly oldRDNT: {
2629
2677
  readonly name: "RDNT";
@@ -2710,7 +2758,7 @@ export declare const arbitrum: {
2710
2758
  readonly bridge: "frax";
2711
2759
  readonly logoURI: "https://raw.githubusercontent.com/pangolindex/tokens/main/assets/0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64/logo.png";
2712
2760
  readonly documentation: "https://docs.frax.finance/";
2713
- readonly risks: readonly ["SYNTH_STABLE"];
2761
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2714
2762
  };
2715
2763
  readonly UNI: {
2716
2764
  readonly name: "Uniswap";
@@ -2749,6 +2797,7 @@ export declare const arbitrum: {
2749
2797
  readonly bridge: "hop";
2750
2798
  readonly logoURI: "";
2751
2799
  readonly documentation: "https://docs.hop.exchange/";
2800
+ readonly tags: readonly ["SYNTHETIC"];
2752
2801
  };
2753
2802
  readonly hMAGIC: {
2754
2803
  readonly name: "MAGIC Hop Token";
@@ -2775,6 +2824,7 @@ export declare const arbitrum: {
2775
2824
  readonly bridge: "hop";
2776
2825
  readonly logoURI: "";
2777
2826
  readonly documentation: "https://docs.hop.exchange/";
2827
+ readonly tags: readonly ["SYNTHETIC"];
2778
2828
  };
2779
2829
  readonly hUSDC: {
2780
2830
  readonly name: "USDC Hop Token";
@@ -2814,6 +2864,7 @@ export declare const arbitrum: {
2814
2864
  readonly bridge: "hop";
2815
2865
  readonly logoURI: "";
2816
2866
  readonly documentation: "https://docs.hop.exchange/";
2867
+ readonly tags: readonly ["SYNTHETIC"];
2817
2868
  };
2818
2869
  readonly USX: {
2819
2870
  readonly name: "dForce USD";
@@ -2826,7 +2877,7 @@ export declare const arbitrum: {
2826
2877
  readonly website: "https://dforce.network/";
2827
2878
  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).";
2828
2879
  readonly documentation: "https://docs.dforce.network/protocols/usx";
2829
- readonly risks: readonly ["SYNTH_STABLE"];
2880
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2830
2881
  };
2831
2882
  readonly MAI: {
2832
2883
  readonly name: "Mai Stablecoin";
@@ -2840,7 +2891,7 @@ export declare const arbitrum: {
2840
2891
  readonly description: "MAI is a stablecoin collateralized by your crypto holdings. It's powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.";
2841
2892
  readonly documentation: "https://docs.mai.finance/";
2842
2893
  readonly bridge: "native";
2843
- readonly risks: readonly ["SYNTH_STABLE"];
2894
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2844
2895
  };
2845
2896
  readonly 'oldBIFI-ETH LP': {
2846
2897
  readonly name: "oldBIFI-ETH LP";
@@ -2864,7 +2915,7 @@ export declare const arbitrum: {
2864
2915
  readonly website: "https://usdd.io/";
2865
2916
  readonly description: "The USDD protocol aims to provide the blockchain industry with the most stable, decentralized, tamper-proof, and freeze-free stablecoin system, a perpetual system independent from any centralized entity.";
2866
2917
  readonly documentation: "https://usdd.io/docs/";
2867
- readonly risks: readonly ["SYNTH_STABLE"];
2918
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2868
2919
  };
2869
2920
  readonly ezETH: {
2870
2921
  readonly name: "Renzo Restaked ETH";
@@ -2878,7 +2929,7 @@ export declare const arbitrum: {
2878
2929
  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.";
2879
2930
  readonly documentation: "https://docs.renzoprotocol.com/docs/";
2880
2931
  readonly bridge: "arbitrum-canonical";
2881
- readonly risks: readonly ["NO_TIMELOCK"];
2932
+ readonly tags: readonly ["NO_TIMELOCK"];
2882
2933
  };
2883
2934
  readonly agEUR: {
2884
2935
  readonly name: "agEUR";
@@ -2892,6 +2943,7 @@ export declare const arbitrum: {
2892
2943
  readonly description: "Angle is a decentralized, capital-efficient and over-collateralized stablecoins protocol.";
2893
2944
  readonly bridge: "layer-zero";
2894
2945
  readonly documentation: "https://docs.angle.money/";
2946
+ readonly tags: readonly ["SYNTHETIC"];
2895
2947
  };
2896
2948
  readonly TUSD: {
2897
2949
  readonly name: "TrueUSD";
@@ -2903,6 +2955,7 @@ export declare const arbitrum: {
2903
2955
  readonly logoURI: "";
2904
2956
  readonly website: "https://www.trueusd.com/";
2905
2957
  readonly description: "TrueUSD (TUSD) is the first independently-verified digital asset redeemable 1-for-1 for US Dollars.";
2958
+ readonly tags: readonly ["STABLECOIN"];
2906
2959
  };
2907
2960
  readonly GNS: {
2908
2961
  readonly name: "Gains Network Token";
@@ -2942,7 +2995,7 @@ export declare const arbitrum: {
2942
2995
  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%.";
2943
2996
  readonly bridge: "arbitrum-canonical";
2944
2997
  readonly documentation: "https://docs.liquity.org/";
2945
- readonly risks: readonly ["SYNTH_STABLE"];
2998
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2946
2999
  };
2947
3000
  readonly JRT: {
2948
3001
  readonly name: "Jarvis Reward Token";
@@ -2968,7 +3021,7 @@ export declare const arbitrum: {
2968
3021
  readonly bridge: "native";
2969
3022
  readonly logoURI: "";
2970
3023
  readonly documentation: "https://learn.jarvis.network/";
2971
- readonly risks: readonly ["SYNTH_STABLE"];
3024
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2972
3025
  };
2973
3026
  readonly 'USD+': {
2974
3027
  readonly name: "USD+ Stablecoin";
@@ -2982,6 +3035,7 @@ export declare const arbitrum: {
2982
3035
  readonly bridge: "native";
2983
3036
  readonly logoURI: "";
2984
3037
  readonly documentation: "https://docs.overnight.fi/";
3038
+ readonly tags: readonly ["CURATED"];
2985
3039
  };
2986
3040
  readonly RAM: {
2987
3041
  readonly name: "Ramses";
@@ -3019,7 +3073,7 @@ export declare const arbitrum: {
3019
3073
  readonly bridge: "arbitrum-canonical";
3020
3074
  readonly logoURI: "https://assets.spookyswap.finance/tokens/DOLA.png";
3021
3075
  readonly documentation: "https://docs.inverse.finance/";
3022
- readonly risks: readonly ["SYNTH_STABLE"];
3076
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3023
3077
  };
3024
3078
  readonly DEI: {
3025
3079
  readonly name: "DEI";
@@ -3032,6 +3086,7 @@ export declare const arbitrum: {
3032
3086
  readonly description: "DEI is an advanced algorithmic cross-chain fractional-reserve stablecoin, with one native bridge that will connect to all chains within the DEUS ecosystem. The collateral ratio of DEI is constantly monitored and adjusted via arbitrage bots.";
3033
3087
  readonly logoURI: "https://app.deus.finance/tokens/dei.svg";
3034
3088
  readonly documentation: "https://docs.deus.finance/";
3089
+ readonly tags: readonly ["SYNTHETIC"];
3035
3090
  };
3036
3091
  readonly DEUS: {
3037
3092
  readonly name: "DEUS";
@@ -3109,7 +3164,7 @@ export declare const arbitrum: {
3109
3164
  readonly bridge: "native";
3110
3165
  readonly logoURI: "https://raw.githubusercontent.com/beefyfinance/beefy-app/prod/src/images/single-assets/GNS.png";
3111
3166
  readonly documentation: "https://gains-network.gitbook.io/docs-home/";
3112
- readonly risks: readonly ["SYNTH_STABLE"];
3167
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3113
3168
  };
3114
3169
  readonly frxETH: {
3115
3170
  readonly name: "Frax Ether";
@@ -3149,6 +3204,7 @@ export declare const arbitrum: {
3149
3204
  readonly bridge: "native";
3150
3205
  readonly logoURI: "";
3151
3206
  readonly documentation: "https://docs.overnight.fi/";
3207
+ readonly tags: readonly ["CURATED"];
3152
3208
  };
3153
3209
  readonly FXS: {
3154
3210
  readonly name: "Frax Share";
@@ -3224,6 +3280,7 @@ export declare const arbitrum: {
3224
3280
  readonly bridge: "arbitrum-canonical";
3225
3281
  readonly logoURI: "";
3226
3282
  readonly documentation: "https://docs.rocketpool.net/guides/";
3283
+ readonly tags: readonly ["SYNTHETIC"];
3227
3284
  };
3228
3285
  readonly CHR: {
3229
3286
  readonly name: "Chronos";
@@ -3249,6 +3306,7 @@ export declare const arbitrum: {
3249
3306
  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 Arbitrum is bridged via Multichain from Polygon";
3250
3307
  readonly bridge: "multichain";
3251
3308
  readonly logoURI: "";
3309
+ readonly tags: readonly ["SYNTHETIC"];
3252
3310
  };
3253
3311
  readonly tBTC: {
3254
3312
  readonly name: "tBTC v2";
@@ -3299,6 +3357,7 @@ export declare const arbitrum: {
3299
3357
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
3300
3358
  readonly description: "Balancer linear pool that consist of 50/50 USDT and wrapped Aave Interest Bearing USDT.";
3301
3359
  readonly bridge: "native";
3360
+ readonly tags: readonly ["STABLECOIN"];
3302
3361
  };
3303
3362
  readonly bbaaUSDTV2: {
3304
3363
  readonly name: "Balancer Aave USDT Linear Pool";
@@ -3312,6 +3371,7 @@ export declare const arbitrum: {
3312
3371
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
3313
3372
  readonly description: "Balancer linear pool that consist of 50/50 USDT and wrapped Aave Interest Bearing USDT.";
3314
3373
  readonly bridge: "native";
3374
+ readonly tags: readonly ["STABLECOIN"];
3315
3375
  };
3316
3376
  readonly aaUSDC: {
3317
3377
  readonly name: "Aave USDC";
@@ -3325,6 +3385,7 @@ export declare const arbitrum: {
3325
3385
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
3326
3386
  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.";
3327
3387
  readonly staked: true;
3388
+ readonly tags: readonly ["STABLECOIN"];
3328
3389
  };
3329
3390
  readonly waaUSDC: {
3330
3391
  readonly name: "Wrapped Aave Tether USD";
@@ -3350,6 +3411,7 @@ export declare const arbitrum: {
3350
3411
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
3351
3412
  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.";
3352
3413
  readonly staked: true;
3414
+ readonly tags: readonly ["STABLECOIN"];
3353
3415
  };
3354
3416
  readonly bbaaUSDC: {
3355
3417
  readonly name: "Balancer Aave USDC Linear Pool";
@@ -3363,6 +3425,7 @@ export declare const arbitrum: {
3363
3425
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
3364
3426
  readonly description: "Balancer linear pool that consist of 50/50 USDC and wrapped Aave Interest Bearing USDC.";
3365
3427
  readonly bridge: "arbitrum-canonical";
3428
+ readonly tags: readonly ["STABLECOIN"];
3366
3429
  };
3367
3430
  readonly bbaaUSDCV2: {
3368
3431
  readonly name: "Balancer Aave USDC Linear Pool";
@@ -3376,6 +3439,7 @@ export declare const arbitrum: {
3376
3439
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
3377
3440
  readonly description: "Balancer linear pool that consist of 50/50 USDC and wrapped Aave Interest Bearing USDC.";
3378
3441
  readonly bridge: "arbitrum-canonical";
3442
+ readonly tags: readonly ["STABLECOIN"];
3379
3443
  };
3380
3444
  readonly aaDAI: {
3381
3445
  readonly name: "Aave DAI";
@@ -3388,6 +3452,7 @@ export declare const arbitrum: {
3388
3452
  readonly website: "https://makerdao.com/en/";
3389
3453
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
3390
3454
  readonly description: "Aave interest bearing DAI. 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.";
3455
+ readonly tags: readonly ["SYNTHETIC"];
3391
3456
  };
3392
3457
  readonly waaDAI: {
3393
3458
  readonly name: "Wrapped Aave Tether DAI";
@@ -3400,6 +3465,7 @@ export declare const arbitrum: {
3400
3465
  readonly website: "https://makerdao.com/en/";
3401
3466
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
3402
3467
  readonly description: "Wrapped Aave interest bearing DAI. 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.";
3468
+ readonly tags: readonly ["SYNTHETIC"];
3403
3469
  };
3404
3470
  readonly bbaaDAI: {
3405
3471
  readonly name: "Balancer Aave DAI Linear Pool";
@@ -3413,7 +3479,7 @@ export declare const arbitrum: {
3413
3479
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
3414
3480
  readonly description: "Balancer linear pool that consist of 50/50 DAI and wrapped Aave Interest Bearing DAI.";
3415
3481
  readonly bridge: "native";
3416
- readonly risks: readonly ["SYNTH_STABLE"];
3482
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3417
3483
  };
3418
3484
  readonly bbaaDAIV2: {
3419
3485
  readonly name: "Balancer Aave DAI Linear Pool";
@@ -3427,7 +3493,7 @@ export declare const arbitrum: {
3427
3493
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
3428
3494
  readonly description: "Balancer linear pool that consist of 50/50 DAI and wrapped Aave Interest Bearing DAI.";
3429
3495
  readonly bridge: "native";
3430
- readonly risks: readonly ["SYNTH_STABLE"];
3496
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3431
3497
  };
3432
3498
  readonly bbaaUSD: {
3433
3499
  readonly name: "Balancer Aave Stable Composable Pool";
@@ -3440,7 +3506,7 @@ export declare const arbitrum: {
3440
3506
  readonly website: "https://app.balancer.fi/#/";
3441
3507
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
3442
3508
  readonly description: "Balancer composable pool that consist of bbaUSDT, bbaUSDC, and bbaDAI. bbTokens are Aave boosted linear pools.";
3443
- readonly risks: readonly ["SYNTH_STABLE"];
3509
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3444
3510
  };
3445
3511
  readonly bbaaUSDV2: {
3446
3512
  readonly name: "Balancer Aave Stable Composable Pool";
@@ -3453,6 +3519,7 @@ export declare const arbitrum: {
3453
3519
  readonly website: "https://app.balancer.fi/#/";
3454
3520
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
3455
3521
  readonly description: "Balancer composable pool that consist of bbaUSDT, bbaUSDC, and bbaDAI. bbTokens are Aave boosted linear pools.";
3522
+ readonly tags: readonly ["SYNTHETIC"];
3456
3523
  };
3457
3524
  readonly auraBAL: {
3458
3525
  readonly name: "Aura Staked BAL BPT";
@@ -3552,6 +3619,7 @@ export declare const arbitrum: {
3552
3619
  readonly description: " ";
3553
3620
  readonly bridge: "native";
3554
3621
  readonly staked: true;
3622
+ readonly tags: readonly ["STABLECOIN"];
3555
3623
  };
3556
3624
  readonly LODE: {
3557
3625
  readonly name: "Lodestar";
@@ -3603,6 +3671,7 @@ export declare const arbitrum: {
3603
3671
  readonly bridge: "native";
3604
3672
  readonly logoURI: "";
3605
3673
  readonly documentation: "https://docs.overnight.fi/";
3674
+ readonly tags: readonly ["CURATED"];
3606
3675
  };
3607
3676
  readonly 'USDT+': {
3608
3677
  readonly name: "USDT+";
@@ -3616,6 +3685,7 @@ export declare const arbitrum: {
3616
3685
  readonly bridge: "native";
3617
3686
  readonly logoURI: "";
3618
3687
  readonly documentation: "https://docs.overnight.fi/";
3688
+ readonly tags: readonly ["CURATED"];
3619
3689
  };
3620
3690
  readonly SOL: {
3621
3691
  readonly name: "Wrapped SOL";
@@ -3679,7 +3749,7 @@ export declare const arbitrum: {
3679
3749
  readonly website: "https://curve.finance/crvusd";
3680
3750
  readonly description: "crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar";
3681
3751
  readonly documentation: "https://docs.curve.finance/crvUSD/crvUSD/";
3682
- readonly risks: readonly ["SYNTH_STABLE"];
3752
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3683
3753
  };
3684
3754
  readonly sFRAX: {
3685
3755
  readonly name: "Staked FRAX";
@@ -3693,7 +3763,7 @@ export declare const arbitrum: {
3693
3763
  readonly bridge: "frax";
3694
3764
  readonly logoURI: "";
3695
3765
  readonly documentation: "https://docs.frax.finance/frax-v3/sfrax";
3696
- readonly risks: readonly ["SYNTH_STABLE"];
3766
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3697
3767
  };
3698
3768
  readonly bpt4POOL: {
3699
3769
  readonly name: "Balancer 4POOL BPT";
@@ -3707,7 +3777,7 @@ export declare const arbitrum: {
3707
3777
  readonly documentation: "https://docs.balancer.fi/concepts/pools/composable-stable.html";
3708
3778
  readonly description: "Composable Stable Pools are designed for assets that are either expected to consistently swap at near parity, or at a known exchange rate. Composable Stable Pools use Stable Math (based on StableSwap, popularized by Curve) which allows for swaps of significant size before encountering substantial price impact, vastly increasing capital efficiency for like-kind and correlated-kind swaps.";
3709
3779
  readonly bridge: "native";
3710
- readonly risks: readonly ["SYNTH_STABLE"];
3780
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3711
3781
  };
3712
3782
  readonly JOE: {
3713
3783
  readonly chainId: 42161;
@@ -3731,7 +3801,7 @@ export declare const arbitrum: {
3731
3801
  readonly website: "https://ether.fi/";
3732
3802
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
3733
3803
  readonly bridge: "arbitrum-canonical";
3734
- readonly risks: readonly ["NO_TIMELOCK"];
3804
+ readonly tags: readonly ["NO_TIMELOCK"];
3735
3805
  };
3736
3806
  readonly rsETH: {
3737
3807
  readonly chainId: 42161;
@@ -3745,7 +3815,7 @@ export declare const arbitrum: {
3745
3815
  readonly documentation: "https://kelp.gitbook.io/kelp";
3746
3816
  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.";
3747
3817
  readonly bridge: "stargate";
3748
- readonly risks: readonly ["NO_TIMELOCK"];
3818
+ readonly tags: readonly ["NO_TIMELOCK"];
3749
3819
  };
3750
3820
  readonly renBTC: {
3751
3821
  readonly name: "renBTC";
@@ -3757,6 +3827,7 @@ export declare const arbitrum: {
3757
3827
  readonly website: "https://renproject.io/";
3758
3828
  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.";
3759
3829
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png";
3830
+ readonly tags: readonly ["SYNTHETIC"];
3760
3831
  };
3761
3832
  readonly OP: {
3762
3833
  readonly name: "OP";
@@ -3822,7 +3893,7 @@ export declare const arbitrum: {
3822
3893
  readonly documentation: "https://docs.mountainprotocol.com/";
3823
3894
  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.";
3824
3895
  readonly bridge: "native";
3825
- readonly risks: readonly ["NO_TIMELOCK"];
3896
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
3826
3897
  };
3827
3898
  readonly PENDLE: {
3828
3899
  readonly name: "Pendle";
@@ -3875,6 +3946,7 @@ export declare const arbitrum: {
3875
3946
  readonly description: string;
3876
3947
  readonly documentation: "https://docs.aladdin.club/f-x-protocol";
3877
3948
  readonly bridge: "layer-zero";
3949
+ readonly tags: readonly ["SYNTHETIC"];
3878
3950
  };
3879
3951
  readonly xETH: {
3880
3952
  readonly name: "Leveraged ETH";
@@ -3902,6 +3974,7 @@ export declare const arbitrum: {
3902
3974
  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.";
3903
3975
  readonly staked: true;
3904
3976
  readonly bridge: "native";
3977
+ readonly tags: readonly ["STABLECOIN"];
3905
3978
  };
3906
3979
  readonly stataArbUSDTn: {
3907
3980
  readonly name: "Static Aave Arbitrum USDTn";
@@ -3916,6 +3989,7 @@ export declare const arbitrum: {
3916
3989
  readonly description: "Aave interest bearing USDT. Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
3917
3990
  readonly staked: true;
3918
3991
  readonly bridge: "native";
3992
+ readonly tags: readonly ["STABLECOIN"];
3919
3993
  };
3920
3994
  readonly 'ETH+': {
3921
3995
  readonly name: "ETHPlus";
@@ -3941,7 +4015,7 @@ export declare const arbitrum: {
3941
4015
  readonly description: "rgUSD is an overcollateralized stablecoin launched on Reserve Protocol that acts as a collective point for DeFi users to negotiate with stablecoin yield providers for the best returns.";
3942
4016
  readonly documentation: "https://reserve.org/protocol/";
3943
4017
  readonly bridge: "arbitrum-canonical";
3944
- readonly risks: readonly ["SYNTH_STABLE"];
4018
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3945
4019
  };
3946
4020
  readonly eUSD: {
3947
4021
  readonly name: "Electronic Dollar";
@@ -3955,7 +4029,7 @@ export declare const arbitrum: {
3955
4029
  readonly description: "The Electronic Dollar (eUSD) is a decentralized 1:1 asset-backed stablecoin built with Reserve Protocol, available on the Ethereum and MobileCoin blockchains. It sets itself apart from other stablecoins due to its decentralized, community-governed, and censorship-resistant nature.";
3956
4030
  readonly documentation: "https://reserve.org/protocol/";
3957
4031
  readonly bridge: "arbitrum-canonical";
3958
- readonly risks: readonly ["SYNTH_STABLE"];
4032
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3959
4033
  };
3960
4034
  readonly KNOX: {
3961
4035
  readonly name: "KNOX Dollar";
@@ -3969,7 +4043,7 @@ export declare const arbitrum: {
3969
4043
  readonly description: "A permissionless, yield-bearing stablecoin designed to be a reliable store of value. Built with Reserve Protocol.";
3970
4044
  readonly documentation: "https://reserve.org/protocol/";
3971
4045
  readonly bridge: "native";
3972
- readonly risks: readonly ["SYNTH_STABLE"];
4046
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3973
4047
  };
3974
4048
  readonly SILO: {
3975
4049
  readonly name: "Silo Governance Token";
@@ -4009,7 +4083,7 @@ export declare const arbitrum: {
4009
4083
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
4010
4084
  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.";
4011
4085
  readonly bridge: "layer-zero";
4012
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
4086
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
4013
4087
  };
4014
4088
  readonly RSR: {
4015
4089
  readonly name: "Reserve Rights";
@@ -4062,6 +4136,7 @@ export declare const arbitrum: {
4062
4136
  readonly documentation: "https://alchemix-finance.gitbook.io/v2/";
4063
4137
  readonly description: "Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.";
4064
4138
  readonly bridge: "connext";
4139
+ readonly tags: readonly ["SYNTHETIC"];
4065
4140
  };
4066
4141
  readonly alUSD: {
4067
4142
  readonly name: "Alchemix USD";
@@ -4075,6 +4150,7 @@ export declare const arbitrum: {
4075
4150
  readonly description: "Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.";
4076
4151
  readonly documentation: "https://alchemix-finance.gitbook.io/user-docs/";
4077
4152
  readonly bridge: "connext";
4153
+ readonly tags: readonly ["SYNTHETIC"];
4078
4154
  };
4079
4155
  readonly USDV: {
4080
4156
  readonly name: "USDV";
@@ -4088,7 +4164,7 @@ export declare const arbitrum: {
4088
4164
  readonly description: "Verified USD (USDV) is the first stablecoin that rewards Verified Minters based on their contribution to the tokens active circulation.";
4089
4165
  readonly documentation: "https://docs.usdv.money/docs";
4090
4166
  readonly bridge: "layer-zero";
4091
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
4167
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
4092
4168
  };
4093
4169
  readonly COMP: {
4094
4170
  readonly name: "Compound";
@@ -4115,7 +4191,7 @@ export declare const arbitrum: {
4115
4191
  readonly documentation: "https://synapse-3.gitbook.io/synapse-protocol";
4116
4192
  readonly description: "Synapse (SYN) is an interoperability protocol designed for safely and securely sending arbitrary data between blockchains.";
4117
4193
  readonly bridge: "synapse";
4118
- readonly risks: readonly ["NO_TIMELOCK"];
4194
+ readonly tags: readonly ["NO_TIMELOCK"];
4119
4195
  };
4120
4196
  readonly WMATIC: {
4121
4197
  readonly name: "WMATIC";
@@ -4155,7 +4231,7 @@ export declare const arbitrum: {
4155
4231
  readonly documentation: "https://www.pepe.vip/";
4156
4232
  readonly description: "Pepe is here to make memecoins great again. Launched stealth with no presale, zero taxes, LP burnt and contract renounced, $PEPE is a coin for the people, forever. Fueled by pure memetic power, let $PEPE show you the way.";
4157
4233
  readonly bridge: "layer-zero";
4158
- readonly risks: readonly ["NO_TIMELOCK"];
4234
+ readonly tags: readonly ["NO_TIMELOCK"];
4159
4235
  };
4160
4236
  readonly ZRO: {
4161
4237
  readonly name: "LayerZero";
@@ -4207,7 +4283,7 @@ export declare const arbitrum: {
4207
4283
  readonly website: "https://app.bedrock.technology/unieth";
4208
4284
  readonly description: "uniETH represents the staked ETH plus all future staking rewards and accrual of EigenLayer points and Bedrock diamonds. uniETH does not grow in quantity over time but instead, grows in value, i.e. 1 uniETH becomes worth increasingly more than 1 ETH.";
4209
4285
  readonly bridge: "celer";
4210
- readonly risks: readonly ["NO_TIMELOCK"];
4286
+ readonly tags: readonly ["NO_TIMELOCK"];
4211
4287
  };
4212
4288
  readonly ETHx: {
4213
4289
  readonly name: "ETHx";
@@ -4221,7 +4297,7 @@ export declare const arbitrum: {
4221
4297
  readonly bridge: "chainlink-ccip";
4222
4298
  readonly description: "ETHx is an innovative liquid staking token developed by Stader, designed to revolutionize Ethereum staking. Stader's vision for ETHx is to transform the staking experience, providing users with the unprecedented freedom to move and utilize their staked ETH while continuing to earn rewards and engage with the growing DeFi ecosystem.";
4223
4299
  readonly documentation: "https://staderlabs.gitbook.io/ethereum";
4224
- readonly risks: readonly ["NO_TIMELOCK"];
4300
+ readonly tags: readonly ["NO_TIMELOCK"];
4225
4301
  };
4226
4302
  readonly WOETH: {
4227
4303
  readonly name: "Wrapped OETH";
@@ -4235,7 +4311,7 @@ export declare const arbitrum: {
4235
4311
  readonly description: "OETH is a liquid staking token that allows Ethereum staking and yield earning while maintaining a 1:1 peg with ETH. Its non-rebasing, ERC-4626 tokenized vault version simplifies DeFi integrations and ensures stability and transparency through its fully on-chain, collateralized design with distributed validator technology (DVT).";
4236
4312
  readonly documentation: "https://docs.originprotocol.com/protocol/oeth";
4237
4313
  readonly bridge: "chainlink-ccip";
4238
- readonly risks: readonly ["NO_TIMELOCK"];
4314
+ readonly tags: readonly ["NO_TIMELOCK"];
4239
4315
  };
4240
4316
  readonly wUSDM: {
4241
4317
  readonly name: "Mountain Protocol USD";
@@ -4249,7 +4325,7 @@ export declare const arbitrum: {
4249
4325
  readonly documentation: "https://docs.mountainprotocol.com/";
4250
4326
  readonly description: "The wUSDM token is the wrapped version of USDM, 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.";
4251
4327
  readonly bridge: "native";
4252
- readonly risks: readonly ["NO_TIMELOCK"];
4328
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
4253
4329
  };
4254
4330
  readonly USDx: {
4255
4331
  readonly name: "Synthetix USD";
@@ -4263,7 +4339,7 @@ export declare const arbitrum: {
4263
4339
  readonly documentation: "https://docs.synthetix.io/";
4264
4340
  readonly description: "Synthetix Arbitrum-native stablecoin.";
4265
4341
  readonly bridge: "native";
4266
- readonly risks: readonly ["SYNTH_STABLE"];
4342
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4267
4343
  };
4268
4344
  readonly gUSDC: {
4269
4345
  readonly name: "Gains Network USDC";
@@ -4277,7 +4353,7 @@ export declare const arbitrum: {
4277
4353
  readonly description: "gUSDC is a tokenized yield-bearing vault following the ERC-4626 standard, representing shares of USDC. It pays trader winnings, receives their losses, and distributes trading fees to stakers, maintaining collateralization through an epoch system that manages trader PnL.";
4278
4354
  readonly documentation: "https://gains-network.gitbook.io/docs-home/liquidity-farming-pools/gtoken-vaults";
4279
4355
  readonly bridge: "native";
4280
- readonly risks: readonly ["SYNTH_STABLE"];
4356
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4281
4357
  };
4282
4358
  readonly GYD: {
4283
4359
  readonly name: "Gyro Dollar";
@@ -4291,7 +4367,7 @@ export declare const arbitrum: {
4291
4367
  readonly documentation: "https://docs.gyro.finance/gyroscope-protocol/stablecoin";
4292
4368
  readonly description: "A fully backed stablecoin: the Gyroscope stablecoin aims at a long-term reserve ratio of 100%, where every unit of stablecoin is backed by 1 USD worth of collateral.";
4293
4369
  readonly bridge: "chainlink";
4294
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
4370
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
4295
4371
  };
4296
4372
  readonly GHO: {
4297
4373
  readonly name: "GHO Token";
@@ -4305,7 +4381,7 @@ export declare const arbitrum: {
4305
4381
  readonly documentation: "https://docs.aave.com/faq/gho-stablecoin";
4306
4382
  readonly bridge: "chainlink";
4307
4383
  readonly description: "GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
4308
- readonly risks: readonly ["SYNTH_STABLE"];
4384
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4309
4385
  };
4310
4386
  readonly ETHFI: {
4311
4387
  readonly name: "ether.fi Governance Token";
@@ -4319,7 +4395,7 @@ export declare const arbitrum: {
4319
4395
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
4320
4396
  readonly bridge: "wormhole";
4321
4397
  readonly description: "ETHFI is the governance token of ether.fi, a restaking protocol on Ethereum. Token holders will have a say in the future of the protocol.";
4322
- readonly risks: readonly ["NO_TIMELOCK"];
4398
+ readonly tags: readonly ["NO_TIMELOCK"];
4323
4399
  };
4324
4400
  readonly dlcBTC: {
4325
4401
  readonly name: "iBTC (formerly dlcBTC)";
@@ -4333,7 +4409,7 @@ export declare const arbitrum: {
4333
4409
  readonly documentation: "https://docs.ibtc.network/";
4334
4410
  readonly bridge: "native";
4335
4411
  readonly description: "iBTC (formerly dlcBTC) is a self-custodial representation of Bitcoin on Ethereum, enabling Bitcoin holders to participate in DeFi protocols while retaining full ownership of their assets. It employs Discreet Log Contracts (DLCs) to lock Bitcoin in a multisig UTXO, with one key held by the user and the other distributed across a decentralized network.";
4336
- readonly risks: readonly ["NO_TIMELOCK"];
4412
+ readonly tags: readonly ["NO_TIMELOCK"];
4337
4413
  };
4338
4414
  readonly sUSDe: {
4339
4415
  readonly name: "Staked USDe";
@@ -4347,7 +4423,7 @@ export declare const arbitrum: {
4347
4423
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
4348
4424
  readonly description: "Users are able to stake their USDe for sUSDe through the Ethena front-end. sUSDe is a reward-bearing token that accrues value from the yield that Ethena’s underlying delta-neutral position generates. sUSDe is subject to a 7-day un-staking period.";
4349
4425
  readonly bridge: "layer-zero";
4350
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
4426
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
4351
4427
  };
4352
4428
  readonly CAKE: {
4353
4429
  readonly name: "PancakeSwap Token";
@@ -4361,7 +4437,7 @@ export declare const arbitrum: {
4361
4437
  readonly documentation: "https://docs.pancakeswap.finance/";
4362
4438
  readonly description: "PancakeSwap is an automated market maker (AMM) — a decentralized finance (DeFi) application that allows users to exchange tokens, providing liquidity via farming and earning fees in return.";
4363
4439
  readonly bridge: "layer-zero";
4364
- readonly risks: readonly ["NO_TIMELOCK"];
4440
+ readonly tags: readonly ["NO_TIMELOCK"];
4365
4441
  };
4366
4442
  readonly stataArbFRAXn: {
4367
4443
  readonly name: "Static Aave Arbitrum FRAXn";
@@ -4375,6 +4451,7 @@ export declare const arbitrum: {
4375
4451
  readonly description: "Aave interest bearing FRAX. Frax is the first fractional-algorithmic stablecoin protocol.";
4376
4452
  readonly staked: true;
4377
4453
  readonly bridge: "native";
4454
+ readonly tags: readonly ["SYNTHETIC"];
4378
4455
  };
4379
4456
  readonly stataArbGHOn: {
4380
4457
  readonly name: "Static Aave Arbitrum GHOn";
@@ -4389,7 +4466,7 @@ export declare const arbitrum: {
4389
4466
  readonly description: "Aave interest bearing GHO. GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
4390
4467
  readonly staked: true;
4391
4468
  readonly bridge: "native";
4392
- readonly risks: readonly ["SYNTH_STABLE"];
4469
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4393
4470
  };
4394
4471
  readonly EIGEN: {
4395
4472
  readonly name: "Eigen";
@@ -4416,7 +4493,7 @@ export declare const arbitrum: {
4416
4493
  readonly documentation: "https://orderly.network/docs/home";
4417
4494
  readonly description: "ORDER is the governance token of the Orderly Network. Staking ORDER will boost trading and market making rewards.";
4418
4495
  readonly bridge: "layer-zero";
4419
- readonly risks: readonly ["NO_TIMELOCK"];
4496
+ readonly tags: readonly ["NO_TIMELOCK"];
4420
4497
  };
4421
4498
  readonly MORE: {
4422
4499
  readonly name: "MORE";
@@ -4429,7 +4506,7 @@ export declare const arbitrum: {
4429
4506
  readonly description: "Stack’s $MORE token is a non-algorithmic, collateral-backed stablecoin. This means that every $1 USD of $MORE should have more than $1 USD of collateral backing. Stack considers $MORE to be worth $1 however at times it may not trade at this value. In these instances, Stack has several options at its disposal to regain the $1 USD peg.";
4430
4507
  readonly bridge: "native";
4431
4508
  readonly chainId: 42161;
4432
- readonly risks: readonly ["NO_TIMELOCK"];
4509
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
4433
4510
  };
4434
4511
  readonly XVS: {
4435
4512
  readonly name: "Venus";
@@ -4443,7 +4520,7 @@ export declare const arbitrum: {
4443
4520
  readonly documentation: "https://docs-v4.venus.io/";
4444
4521
  readonly description: "Venus is an algorithmic money market and synthetic stablecoin protocol.";
4445
4522
  readonly bridge: "layer-zero";
4446
- readonly risks: readonly ["NO_TIMELOCK"];
4523
+ readonly tags: readonly ["NO_TIMELOCK"];
4447
4524
  };
4448
4525
  readonly EURe: {
4449
4526
  readonly name: "Monerium EURe emoney";
@@ -4457,6 +4534,7 @@ export declare const arbitrum: {
4457
4534
  readonly bridge: "arbitrum-canonical";
4458
4535
  readonly documentation: "https://monerium.dev/";
4459
4536
  readonly description: "EURe is a Euro stable-coin from Monerium. Monerium is the first company authorized to issue money on blockchains under European financial regulation. They have issued EUR, USD, GBP, and ISK as e-money tokens on Ethereum and EUR on Algorand. Monerium also operates a gateway for instant transfers of EUR between bank accounts and blockchain wallets/smart contracts.";
4537
+ readonly tags: readonly ["STABLECOIN"];
4460
4538
  };
4461
4539
  readonly Bold: {
4462
4540
  readonly name: "Bold Stablecoin";
@@ -4470,6 +4548,7 @@ export declare const arbitrum: {
4470
4548
  readonly documentation: "https://docs.liquity.org/";
4471
4549
  readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.";
4472
4550
  readonly bridge: "chainlink-ccip";
4551
+ readonly tags: readonly ["SYNTHETIC"];
4473
4552
  };
4474
4553
  readonly eBTC: {
4475
4554
  readonly name: "ether.fi BTC";
@@ -4483,6 +4562,7 @@ export declare const arbitrum: {
4483
4562
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
4484
4563
  readonly description: "EtherFi eBTC is backed by LBTC, through a partnership with Lombard, to bring the first dual yielding (staking + restaking) Bitcoin product to market. Staking will be conducted through Babylon, with restaking services through a combination of Eigen Layer, Symbiotic, and Karak. Users are able to deposit LBTC & WBTC.";
4485
4564
  readonly bridge: "layer-zero";
4565
+ readonly tags: readonly ["SYNTHETIC"];
4486
4566
  };
4487
4567
  readonly waArbWBTC: {
4488
4568
  readonly name: "Wrapped Aave Staked WBTC";
@@ -4508,6 +4588,7 @@ export declare const arbitrum: {
4508
4588
  readonly description: "Wrapped Aave Staked 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.";
4509
4589
  readonly documentation: "https://www.centre.io/";
4510
4590
  readonly bridge: "native";
4591
+ readonly tags: readonly ["STABLECOIN"];
4511
4592
  };
4512
4593
  readonly waArbUSDT: {
4513
4594
  readonly name: "Wrapped Aave Staked USDT";
@@ -4521,6 +4602,7 @@ export declare const arbitrum: {
4521
4602
  readonly bridge: "native";
4522
4603
  readonly logoURI: "";
4523
4604
  readonly documentation: "https://tether.to/en/how-it-works";
4605
+ readonly tags: readonly ["STABLECOIN"];
4524
4606
  };
4525
4607
  readonly waArbGHO: {
4526
4608
  readonly name: "Wrapped Aave Staked GHO";
@@ -4534,7 +4616,7 @@ export declare const arbitrum: {
4534
4616
  readonly documentation: "https://docs.aave.com/faq/gho-stablecoin";
4535
4617
  readonly bridge: "native";
4536
4618
  readonly description: "Wrapped Aave Staked GHO. GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
4537
- readonly risks: readonly ["SYNTH_STABLE"];
4619
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4538
4620
  };
4539
4621
  readonly waArbWETH: {
4540
4622
  readonly name: "Wrapped Aave Staked WETH";
@@ -4574,7 +4656,7 @@ export declare const arbitrum: {
4574
4656
  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.";
4575
4657
  readonly documentation: "https://docs.renzoprotocol.com/docs/";
4576
4658
  readonly bridge: "native";
4577
- readonly risks: readonly ["NO_TIMELOCK"];
4659
+ readonly tags: readonly ["NO_TIMELOCK"];
4578
4660
  };
4579
4661
  readonly orbETH: {
4580
4662
  readonly name: "Orbit Ether";
@@ -4588,7 +4670,7 @@ export declare const arbitrum: {
4588
4670
  readonly description: "Dinero is a suite of products that scale yield for protocols and users. It includes: (i) an ETH liquid staking token (pxETH) which benefits from ETH staking yield from Dinero’s validators; (ii) a decentralized, collateral-backed stablecoin (pxUSD) as a medium of exchange on Ethereum; and (iii) a public and permissionless RPC for users.";
4589
4671
  readonly documentation: "https://dinero.xyz/docs";
4590
4672
  readonly bridge: "native";
4591
- readonly risks: readonly ["NO_TIMELOCK"];
4673
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
4592
4674
  };
4593
4675
  readonly CORN: {
4594
4676
  readonly name: "Corn";
@@ -4602,7 +4684,7 @@ export declare const arbitrum: {
4602
4684
  readonly description: "Corn is a high-performance, low-cost network built for stablecoin payments, settlements, and financial applications at global scale.";
4603
4685
  readonly documentation: "https://docs.usecorn.com/";
4604
4686
  readonly bridge: "layer-zero";
4605
- readonly risks: readonly ["NO_TIMELOCK"];
4687
+ readonly tags: readonly ["NO_TIMELOCK"];
4606
4688
  };
4607
4689
  }>;
4608
4690
  readonly native: {