@beefyfinance/blockchain-addressbook 0.54.121 → 0.54.123

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/build/address-book/arbitrum/index.d.ts +204 -94
  2. package/build/address-book/arbitrum/tokens/tokens.d.ts +102 -47
  3. package/build/address-book/arbitrum/tokens/tokens.js +102 -47
  4. package/build/address-book/aurora/index.d.ts +14 -6
  5. package/build/address-book/aurora/tokens/tokens.d.ts +7 -3
  6. package/build/address-book/aurora/tokens/tokens.js +7 -3
  7. package/build/address-book/avax/index.d.ts +80 -32
  8. package/build/address-book/avax/tokens/tokens.d.ts +40 -16
  9. package/build/address-book/avax/tokens/tokens.js +40 -16
  10. package/build/address-book/base/index.d.ts +212 -188
  11. package/build/address-book/base/tokens/tokens.d.ts +106 -94
  12. package/build/address-book/base/tokens/tokens.js +106 -94
  13. package/build/address-book/berachain/index.d.ts +26 -22
  14. package/build/address-book/berachain/tokens/tokens.d.ts +13 -11
  15. package/build/address-book/berachain/tokens/tokens.js +13 -11
  16. package/build/address-book/bsc/index.d.ts +150 -78
  17. package/build/address-book/bsc/tokens/tokens.d.ts +75 -39
  18. package/build/address-book/bsc/tokens/tokens.js +74 -38
  19. package/build/address-book/canto/index.d.ts +10 -4
  20. package/build/address-book/canto/tokens/tokens.d.ts +5 -2
  21. package/build/address-book/canto/tokens/tokens.js +5 -2
  22. package/build/address-book/celo/index.d.ts +12 -6
  23. package/build/address-book/celo/tokens/tokens.d.ts +6 -3
  24. package/build/address-book/celo/tokens/tokens.js +6 -3
  25. package/build/address-book/cronos/index.d.ts +16 -4
  26. package/build/address-book/cronos/tokens/tokens.d.ts +8 -2
  27. package/build/address-book/cronos/tokens/tokens.js +8 -2
  28. package/build/address-book/emerald/index.d.ts +14 -0
  29. package/build/address-book/emerald/tokens/tokens.d.ts +7 -0
  30. package/build/address-book/emerald/tokens/tokens.js +7 -0
  31. package/build/address-book/ethereum/index.d.ts +216 -160
  32. package/build/address-book/ethereum/tokens/tokens.d.ts +108 -80
  33. package/build/address-book/ethereum/tokens/tokens.js +105 -77
  34. package/build/address-book/fantom/index.d.ts +100 -38
  35. package/build/address-book/fantom/tokens/tokens.d.ts +50 -19
  36. package/build/address-book/fantom/tokens/tokens.js +50 -19
  37. package/build/address-book/fraxtal/index.d.ts +34 -30
  38. package/build/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  39. package/build/address-book/fraxtal/tokens/tokens.js +17 -15
  40. package/build/address-book/fuse/index.d.ts +14 -4
  41. package/build/address-book/fuse/tokens/tokens.d.ts +7 -2
  42. package/build/address-book/fuse/tokens/tokens.js +7 -2
  43. package/build/address-book/gnosis/index.d.ts +28 -14
  44. package/build/address-book/gnosis/tokens/tokens.d.ts +14 -7
  45. package/build/address-book/gnosis/tokens/tokens.js +11 -4
  46. package/build/address-book/heco/index.d.ts +4 -2
  47. package/build/address-book/heco/tokens/tokens.d.ts +2 -1
  48. package/build/address-book/heco/tokens/tokens.js +2 -1
  49. package/build/address-book/hyperevm/index.d.ts +18 -16
  50. package/build/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  51. package/build/address-book/hyperevm/tokens/tokens.js +9 -8
  52. package/build/address-book/kava/index.d.ts +18 -10
  53. package/build/address-book/kava/tokens/tokens.d.ts +9 -5
  54. package/build/address-book/kava/tokens/tokens.js +9 -5
  55. package/build/address-book/linea/index.d.ts +34 -24
  56. package/build/address-book/linea/tokens/tokens.d.ts +17 -12
  57. package/build/address-book/linea/tokens/tokens.js +17 -12
  58. package/build/address-book/lisk/index.d.ts +4 -0
  59. package/build/address-book/lisk/tokens/tokens.d.ts +2 -0
  60. package/build/address-book/lisk/tokens/tokens.js +2 -0
  61. package/build/address-book/manta/index.d.ts +6 -2
  62. package/build/address-book/manta/tokens/tokens.d.ts +3 -1
  63. package/build/address-book/manta/tokens/tokens.js +3 -1
  64. package/build/address-book/mantle/index.d.ts +18 -14
  65. package/build/address-book/mantle/tokens/tokens.d.ts +9 -7
  66. package/build/address-book/mantle/tokens/tokens.js +9 -7
  67. package/build/address-book/metis/index.d.ts +8 -2
  68. package/build/address-book/metis/tokens/tokens.d.ts +4 -1
  69. package/build/address-book/metis/tokens/tokens.js +4 -1
  70. package/build/address-book/mode/index.d.ts +16 -12
  71. package/build/address-book/mode/tokens/tokens.d.ts +8 -6
  72. package/build/address-book/mode/tokens/tokens.js +8 -6
  73. package/build/address-book/monad/index.d.ts +22 -18
  74. package/build/address-book/monad/tokens/tokens.d.ts +11 -9
  75. package/build/address-book/monad/tokens/tokens.js +11 -9
  76. package/build/address-book/moonbeam/index.d.ts +42 -12
  77. package/build/address-book/moonbeam/tokens/tokens.d.ts +21 -6
  78. package/build/address-book/moonbeam/tokens/tokens.js +21 -6
  79. package/build/address-book/moonriver/index.d.ts +20 -16
  80. package/build/address-book/moonriver/tokens/tokens.d.ts +10 -8
  81. package/build/address-book/moonriver/tokens/tokens.js +10 -8
  82. package/build/address-book/one/index.d.ts +10 -0
  83. package/build/address-book/one/tokens/tokens.d.ts +5 -0
  84. package/build/address-book/one/tokens/tokens.js +5 -0
  85. package/build/address-book/optimism/index.d.ts +134 -80
  86. package/build/address-book/optimism/tokens/tokens.d.ts +67 -40
  87. package/build/address-book/optimism/tokens/tokens.js +67 -40
  88. package/build/address-book/plasma/index.d.ts +14 -12
  89. package/build/address-book/plasma/tokens/tokens.d.ts +7 -6
  90. package/build/address-book/plasma/tokens/tokens.js +7 -6
  91. package/build/address-book/polygon/index.d.ts +114 -48
  92. package/build/address-book/polygon/tokens/tokens.d.ts +57 -24
  93. package/build/address-book/polygon/tokens/tokens.js +56 -23
  94. package/build/address-book/real/index.d.ts +18 -16
  95. package/build/address-book/real/tokens/tokens.d.ts +9 -8
  96. package/build/address-book/real/tokens/tokens.js +9 -8
  97. package/build/address-book/rootstock/index.d.ts +6 -4
  98. package/build/address-book/rootstock/tokens/tokens.d.ts +3 -2
  99. package/build/address-book/rootstock/tokens/tokens.js +3 -2
  100. package/build/address-book/saga/index.d.ts +2 -0
  101. package/build/address-book/saga/tokens/tokens.d.ts +1 -0
  102. package/build/address-book/saga/tokens/tokens.js +1 -0
  103. package/build/address-book/scroll/index.d.ts +8 -4
  104. package/build/address-book/scroll/tokens/tokens.d.ts +4 -2
  105. package/build/address-book/scroll/tokens/tokens.js +4 -2
  106. package/build/address-book/sei/index.d.ts +6 -0
  107. package/build/address-book/sei/tokens/tokens.d.ts +3 -0
  108. package/build/address-book/sei/tokens/tokens.js +3 -0
  109. package/build/address-book/sonic/index.d.ts +40 -20
  110. package/build/address-book/sonic/tokens/tokens.d.ts +20 -10
  111. package/build/address-book/sonic/tokens/tokens.js +20 -10
  112. package/build/address-book/zkevm/index.d.ts +8 -4
  113. package/build/address-book/zkevm/tokens/tokens.d.ts +4 -2
  114. package/build/address-book/zkevm/tokens/tokens.js +4 -2
  115. package/build/address-book/zksync/index.d.ts +12 -4
  116. package/build/address-book/zksync/tokens/tokens.d.ts +6 -2
  117. package/build/address-book/zksync/tokens/tokens.js +6 -2
  118. package/build/types/token.d.ts +1 -1
  119. package/build-esm/address-book/arbitrum/index.d.ts +204 -94
  120. package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +102 -47
  121. package/build-esm/address-book/arbitrum/tokens/tokens.js +102 -47
  122. package/build-esm/address-book/aurora/index.d.ts +14 -6
  123. package/build-esm/address-book/aurora/tokens/tokens.d.ts +7 -3
  124. package/build-esm/address-book/aurora/tokens/tokens.js +7 -3
  125. package/build-esm/address-book/avax/index.d.ts +80 -32
  126. package/build-esm/address-book/avax/tokens/tokens.d.ts +40 -16
  127. package/build-esm/address-book/avax/tokens/tokens.js +40 -16
  128. package/build-esm/address-book/base/index.d.ts +212 -188
  129. package/build-esm/address-book/base/tokens/tokens.d.ts +106 -94
  130. package/build-esm/address-book/base/tokens/tokens.js +106 -94
  131. package/build-esm/address-book/berachain/index.d.ts +26 -22
  132. package/build-esm/address-book/berachain/tokens/tokens.d.ts +13 -11
  133. package/build-esm/address-book/berachain/tokens/tokens.js +13 -11
  134. package/build-esm/address-book/bsc/index.d.ts +150 -78
  135. package/build-esm/address-book/bsc/tokens/tokens.d.ts +75 -39
  136. package/build-esm/address-book/bsc/tokens/tokens.js +74 -38
  137. package/build-esm/address-book/canto/index.d.ts +10 -4
  138. package/build-esm/address-book/canto/tokens/tokens.d.ts +5 -2
  139. package/build-esm/address-book/canto/tokens/tokens.js +5 -2
  140. package/build-esm/address-book/celo/index.d.ts +12 -6
  141. package/build-esm/address-book/celo/tokens/tokens.d.ts +6 -3
  142. package/build-esm/address-book/celo/tokens/tokens.js +6 -3
  143. package/build-esm/address-book/cronos/index.d.ts +16 -4
  144. package/build-esm/address-book/cronos/tokens/tokens.d.ts +8 -2
  145. package/build-esm/address-book/cronos/tokens/tokens.js +8 -2
  146. package/build-esm/address-book/emerald/index.d.ts +14 -0
  147. package/build-esm/address-book/emerald/tokens/tokens.d.ts +7 -0
  148. package/build-esm/address-book/emerald/tokens/tokens.js +7 -0
  149. package/build-esm/address-book/ethereum/index.d.ts +216 -160
  150. package/build-esm/address-book/ethereum/tokens/tokens.d.ts +108 -80
  151. package/build-esm/address-book/ethereum/tokens/tokens.js +105 -77
  152. package/build-esm/address-book/fantom/index.d.ts +100 -38
  153. package/build-esm/address-book/fantom/tokens/tokens.d.ts +50 -19
  154. package/build-esm/address-book/fantom/tokens/tokens.js +50 -19
  155. package/build-esm/address-book/fraxtal/index.d.ts +34 -30
  156. package/build-esm/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  157. package/build-esm/address-book/fraxtal/tokens/tokens.js +17 -15
  158. package/build-esm/address-book/fuse/index.d.ts +14 -4
  159. package/build-esm/address-book/fuse/tokens/tokens.d.ts +7 -2
  160. package/build-esm/address-book/fuse/tokens/tokens.js +7 -2
  161. package/build-esm/address-book/gnosis/index.d.ts +28 -14
  162. package/build-esm/address-book/gnosis/tokens/tokens.d.ts +14 -7
  163. package/build-esm/address-book/gnosis/tokens/tokens.js +11 -4
  164. package/build-esm/address-book/heco/index.d.ts +4 -2
  165. package/build-esm/address-book/heco/tokens/tokens.d.ts +2 -1
  166. package/build-esm/address-book/heco/tokens/tokens.js +2 -1
  167. package/build-esm/address-book/hyperevm/index.d.ts +18 -16
  168. package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  169. package/build-esm/address-book/hyperevm/tokens/tokens.js +9 -8
  170. package/build-esm/address-book/kava/index.d.ts +18 -10
  171. package/build-esm/address-book/kava/tokens/tokens.d.ts +9 -5
  172. package/build-esm/address-book/kava/tokens/tokens.js +9 -5
  173. package/build-esm/address-book/linea/index.d.ts +34 -24
  174. package/build-esm/address-book/linea/tokens/tokens.d.ts +17 -12
  175. package/build-esm/address-book/linea/tokens/tokens.js +17 -12
  176. package/build-esm/address-book/lisk/index.d.ts +4 -0
  177. package/build-esm/address-book/lisk/tokens/tokens.d.ts +2 -0
  178. package/build-esm/address-book/lisk/tokens/tokens.js +2 -0
  179. package/build-esm/address-book/manta/index.d.ts +6 -2
  180. package/build-esm/address-book/manta/tokens/tokens.d.ts +3 -1
  181. package/build-esm/address-book/manta/tokens/tokens.js +3 -1
  182. package/build-esm/address-book/mantle/index.d.ts +18 -14
  183. package/build-esm/address-book/mantle/tokens/tokens.d.ts +9 -7
  184. package/build-esm/address-book/mantle/tokens/tokens.js +9 -7
  185. package/build-esm/address-book/metis/index.d.ts +8 -2
  186. package/build-esm/address-book/metis/tokens/tokens.d.ts +4 -1
  187. package/build-esm/address-book/metis/tokens/tokens.js +4 -1
  188. package/build-esm/address-book/mode/index.d.ts +16 -12
  189. package/build-esm/address-book/mode/tokens/tokens.d.ts +8 -6
  190. package/build-esm/address-book/mode/tokens/tokens.js +8 -6
  191. package/build-esm/address-book/monad/index.d.ts +22 -18
  192. package/build-esm/address-book/monad/tokens/tokens.d.ts +11 -9
  193. package/build-esm/address-book/monad/tokens/tokens.js +11 -9
  194. package/build-esm/address-book/moonbeam/index.d.ts +42 -12
  195. package/build-esm/address-book/moonbeam/tokens/tokens.d.ts +21 -6
  196. package/build-esm/address-book/moonbeam/tokens/tokens.js +21 -6
  197. package/build-esm/address-book/moonriver/index.d.ts +20 -16
  198. package/build-esm/address-book/moonriver/tokens/tokens.d.ts +10 -8
  199. package/build-esm/address-book/moonriver/tokens/tokens.js +10 -8
  200. package/build-esm/address-book/one/index.d.ts +10 -0
  201. package/build-esm/address-book/one/tokens/tokens.d.ts +5 -0
  202. package/build-esm/address-book/one/tokens/tokens.js +5 -0
  203. package/build-esm/address-book/optimism/index.d.ts +134 -80
  204. package/build-esm/address-book/optimism/tokens/tokens.d.ts +67 -40
  205. package/build-esm/address-book/optimism/tokens/tokens.js +67 -40
  206. package/build-esm/address-book/plasma/index.d.ts +14 -12
  207. package/build-esm/address-book/plasma/tokens/tokens.d.ts +7 -6
  208. package/build-esm/address-book/plasma/tokens/tokens.js +7 -6
  209. package/build-esm/address-book/polygon/index.d.ts +114 -48
  210. package/build-esm/address-book/polygon/tokens/tokens.d.ts +57 -24
  211. package/build-esm/address-book/polygon/tokens/tokens.js +56 -23
  212. package/build-esm/address-book/real/index.d.ts +18 -16
  213. package/build-esm/address-book/real/tokens/tokens.d.ts +9 -8
  214. package/build-esm/address-book/real/tokens/tokens.js +9 -8
  215. package/build-esm/address-book/rootstock/index.d.ts +6 -4
  216. package/build-esm/address-book/rootstock/tokens/tokens.d.ts +3 -2
  217. package/build-esm/address-book/rootstock/tokens/tokens.js +3 -2
  218. package/build-esm/address-book/saga/index.d.ts +2 -0
  219. package/build-esm/address-book/saga/tokens/tokens.d.ts +1 -0
  220. package/build-esm/address-book/saga/tokens/tokens.js +1 -0
  221. package/build-esm/address-book/scroll/index.d.ts +8 -4
  222. package/build-esm/address-book/scroll/tokens/tokens.d.ts +4 -2
  223. package/build-esm/address-book/scroll/tokens/tokens.js +4 -2
  224. package/build-esm/address-book/sei/index.d.ts +6 -0
  225. package/build-esm/address-book/sei/tokens/tokens.d.ts +3 -0
  226. package/build-esm/address-book/sei/tokens/tokens.js +3 -0
  227. package/build-esm/address-book/sonic/index.d.ts +40 -20
  228. package/build-esm/address-book/sonic/tokens/tokens.d.ts +20 -10
  229. package/build-esm/address-book/sonic/tokens/tokens.js +20 -10
  230. package/build-esm/address-book/zkevm/index.d.ts +8 -4
  231. package/build-esm/address-book/zkevm/tokens/tokens.d.ts +4 -2
  232. package/build-esm/address-book/zkevm/tokens/tokens.js +4 -2
  233. package/build-esm/address-book/zksync/index.d.ts +12 -4
  234. package/build-esm/address-book/zksync/tokens/tokens.d.ts +6 -2
  235. package/build-esm/address-book/zksync/tokens/tokens.js +6 -2
  236. package/build-esm/types/token.d.ts +1 -1
  237. package/package.json +1 -1
@@ -85,6 +85,7 @@ export declare const tokens: {
85
85
  readonly chainId: 42161;
86
86
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
87
87
  readonly documentation: "https://www.circle.com/en/usdc-multichain/arbitrum";
88
+ readonly tags: readonly ["STABLECOIN"];
88
89
  };
89
90
  readonly arbUSDCe: {
90
91
  readonly name: "USD Coin";
@@ -98,6 +99,7 @@ export declare const tokens: {
98
99
  readonly chainId: 42161;
99
100
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
100
101
  readonly documentation: "https://developers.circle.com/docs";
102
+ readonly tags: readonly ["STABLECOIN"];
101
103
  };
102
104
  readonly ARX: {
103
105
  readonly name: "Arbitrum Exchange";
@@ -147,7 +149,7 @@ export declare const tokens: {
147
149
  readonly bridge: "layer-zero";
148
150
  readonly logoURI: "";
149
151
  readonly documentation: "https://docs.abracadabra.money/";
150
- readonly risks: readonly ["SYNTH_STABLE"];
152
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
151
153
  };
152
154
  readonly SPELL: {
153
155
  readonly name: "Spell Token";
@@ -198,6 +200,7 @@ export declare const tokens: {
198
200
  readonly bridge: "native";
199
201
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
200
202
  readonly documentation: "https://tether.to/en/how-it-works";
203
+ readonly tags: readonly ["STABLECOIN"];
201
204
  };
202
205
  readonly gOHM: {
203
206
  readonly name: "Governance OHM";
@@ -245,6 +248,7 @@ export declare const tokens: {
245
248
  readonly website: "https://stargate.finance/";
246
249
  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.";
247
250
  readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
251
+ readonly tags: readonly ["STABLECOIN"];
248
252
  };
249
253
  readonly sarUSDT: {
250
254
  readonly name: "Stargate Tether USD LP";
@@ -257,6 +261,7 @@ export declare const tokens: {
257
261
  readonly website: "https://tether.to/";
258
262
  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.";
259
263
  readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
264
+ readonly tags: readonly ["STABLECOIN"];
260
265
  };
261
266
  readonly sarETH: {
262
267
  readonly name: "Stargate Ethereum LP";
@@ -282,7 +287,7 @@ export declare const tokens: {
282
287
  readonly bridge: "arbitrum-canonical";
283
288
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png";
284
289
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
285
- readonly risks: readonly ["SYNTH_STABLE"];
290
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
286
291
  };
287
292
  readonly VST: {
288
293
  readonly name: "Vesta Stable";
@@ -295,7 +300,7 @@ export declare const tokens: {
295
300
  readonly website: "https://vestafinance.xyz/";
296
301
  readonly description: "Vesta Finance allows you to borrow collateralized stablecoin VST against supported crypto assets with no interest rate.";
297
302
  readonly documentation: "https://docs.vestafinance.xyz/";
298
- readonly risks: readonly ["SYNTH_STABLE"];
303
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
299
304
  };
300
305
  readonly psETH: {
301
306
  readonly name: "Ripae sETH";
@@ -307,6 +312,7 @@ export declare const tokens: {
307
312
  readonly website: "https://ripae.finance/";
308
313
  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.";
309
314
  readonly logoURI: "";
315
+ readonly tags: readonly ["SYNTHETIC"];
310
316
  };
311
317
  readonly pETH: {
312
318
  readonly name: "pETH";
@@ -319,6 +325,7 @@ export declare const tokens: {
319
325
  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.";
320
326
  readonly bridge: "native";
321
327
  readonly logoURI: "";
328
+ readonly tags: readonly ["SYNTHETIC"];
322
329
  };
323
330
  readonly oldRDNT: {
324
331
  readonly name: "RDNT";
@@ -405,7 +412,7 @@ export declare const tokens: {
405
412
  readonly bridge: "frax";
406
413
  readonly logoURI: "https://raw.githubusercontent.com/pangolindex/tokens/main/assets/0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64/logo.png";
407
414
  readonly documentation: "https://docs.frax.finance/";
408
- readonly risks: readonly ["SYNTH_STABLE"];
415
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
409
416
  };
410
417
  readonly UNI: {
411
418
  readonly name: "Uniswap";
@@ -444,6 +451,7 @@ export declare const tokens: {
444
451
  readonly bridge: "hop";
445
452
  readonly logoURI: "";
446
453
  readonly documentation: "https://docs.hop.exchange/";
454
+ readonly tags: readonly ["SYNTHETIC"];
447
455
  };
448
456
  readonly hMAGIC: {
449
457
  readonly name: "MAGIC Hop Token";
@@ -470,6 +478,7 @@ export declare const tokens: {
470
478
  readonly bridge: "hop";
471
479
  readonly logoURI: "";
472
480
  readonly documentation: "https://docs.hop.exchange/";
481
+ readonly tags: readonly ["SYNTHETIC"];
473
482
  };
474
483
  readonly hUSDC: {
475
484
  readonly name: "USDC Hop Token";
@@ -509,6 +518,7 @@ export declare const tokens: {
509
518
  readonly bridge: "hop";
510
519
  readonly logoURI: "";
511
520
  readonly documentation: "https://docs.hop.exchange/";
521
+ readonly tags: readonly ["SYNTHETIC"];
512
522
  };
513
523
  readonly USX: {
514
524
  readonly name: "dForce USD";
@@ -521,7 +531,7 @@ export declare const tokens: {
521
531
  readonly website: "https://dforce.network/";
522
532
  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).";
523
533
  readonly documentation: "https://docs.dforce.network/protocols/usx";
524
- readonly risks: readonly ["SYNTH_STABLE"];
534
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
525
535
  };
526
536
  readonly MAI: {
527
537
  readonly name: "Mai Stablecoin";
@@ -535,7 +545,7 @@ export declare const tokens: {
535
545
  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.";
536
546
  readonly documentation: "https://docs.mai.finance/";
537
547
  readonly bridge: "native";
538
- readonly risks: readonly ["SYNTH_STABLE"];
548
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
539
549
  };
540
550
  readonly 'oldBIFI-ETH LP': {
541
551
  readonly name: "oldBIFI-ETH LP";
@@ -559,7 +569,7 @@ export declare const tokens: {
559
569
  readonly website: "https://usdd.io/";
560
570
  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.";
561
571
  readonly documentation: "https://usdd.io/docs/";
562
- readonly risks: readonly ["SYNTH_STABLE"];
572
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
563
573
  };
564
574
  readonly ezETH: {
565
575
  readonly name: "Renzo Restaked ETH";
@@ -573,7 +583,7 @@ export declare const tokens: {
573
583
  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.";
574
584
  readonly documentation: "https://docs.renzoprotocol.com/docs/";
575
585
  readonly bridge: "arbitrum-canonical";
576
- readonly risks: readonly ["NO_TIMELOCK"];
586
+ readonly tags: readonly ["NO_TIMELOCK"];
577
587
  };
578
588
  readonly agEUR: {
579
589
  readonly name: "agEUR";
@@ -587,6 +597,7 @@ export declare const tokens: {
587
597
  readonly description: "Angle is a decentralized, capital-efficient and over-collateralized stablecoins protocol.";
588
598
  readonly bridge: "layer-zero";
589
599
  readonly documentation: "https://docs.angle.money/";
600
+ readonly tags: readonly ["SYNTHETIC"];
590
601
  };
591
602
  readonly TUSD: {
592
603
  readonly name: "TrueUSD";
@@ -598,6 +609,7 @@ export declare const tokens: {
598
609
  readonly logoURI: "";
599
610
  readonly website: "https://www.trueusd.com/";
600
611
  readonly description: "TrueUSD (TUSD) is the first independently-verified digital asset redeemable 1-for-1 for US Dollars.";
612
+ readonly tags: readonly ["STABLECOIN"];
601
613
  };
602
614
  readonly GNS: {
603
615
  readonly name: "Gains Network Token";
@@ -637,7 +649,7 @@ export declare const tokens: {
637
649
  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%.";
638
650
  readonly bridge: "arbitrum-canonical";
639
651
  readonly documentation: "https://docs.liquity.org/";
640
- readonly risks: readonly ["SYNTH_STABLE"];
652
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
641
653
  };
642
654
  readonly JRT: {
643
655
  readonly name: "Jarvis Reward Token";
@@ -663,7 +675,7 @@ export declare const tokens: {
663
675
  readonly bridge: "native";
664
676
  readonly logoURI: "";
665
677
  readonly documentation: "https://learn.jarvis.network/";
666
- readonly risks: readonly ["SYNTH_STABLE"];
678
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
667
679
  };
668
680
  readonly 'USD+': {
669
681
  readonly name: "USD+ Stablecoin";
@@ -677,6 +689,7 @@ export declare const tokens: {
677
689
  readonly bridge: "native";
678
690
  readonly logoURI: "";
679
691
  readonly documentation: "https://docs.overnight.fi/";
692
+ readonly tags: readonly ["CURATED"];
680
693
  };
681
694
  readonly RAM: {
682
695
  readonly name: "Ramses";
@@ -714,7 +727,7 @@ export declare const tokens: {
714
727
  readonly bridge: "arbitrum-canonical";
715
728
  readonly logoURI: "https://assets.spookyswap.finance/tokens/DOLA.png";
716
729
  readonly documentation: "https://docs.inverse.finance/";
717
- readonly risks: readonly ["SYNTH_STABLE"];
730
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
718
731
  };
719
732
  readonly DEI: {
720
733
  readonly name: "DEI";
@@ -727,6 +740,7 @@ export declare const tokens: {
727
740
  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.";
728
741
  readonly logoURI: "https://app.deus.finance/tokens/dei.svg";
729
742
  readonly documentation: "https://docs.deus.finance/";
743
+ readonly tags: readonly ["SYNTHETIC"];
730
744
  };
731
745
  readonly DEUS: {
732
746
  readonly name: "DEUS";
@@ -804,7 +818,7 @@ export declare const tokens: {
804
818
  readonly bridge: "native";
805
819
  readonly logoURI: "https://raw.githubusercontent.com/beefyfinance/beefy-app/prod/src/images/single-assets/GNS.png";
806
820
  readonly documentation: "https://gains-network.gitbook.io/docs-home/";
807
- readonly risks: readonly ["SYNTH_STABLE"];
821
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
808
822
  };
809
823
  readonly frxETH: {
810
824
  readonly name: "Frax Ether";
@@ -844,6 +858,7 @@ export declare const tokens: {
844
858
  readonly bridge: "native";
845
859
  readonly logoURI: "";
846
860
  readonly documentation: "https://docs.overnight.fi/";
861
+ readonly tags: readonly ["CURATED"];
847
862
  };
848
863
  readonly FXS: {
849
864
  readonly name: "Frax Share";
@@ -919,6 +934,7 @@ export declare const tokens: {
919
934
  readonly bridge: "arbitrum-canonical";
920
935
  readonly logoURI: "";
921
936
  readonly documentation: "https://docs.rocketpool.net/guides/";
937
+ readonly tags: readonly ["SYNTHETIC"];
922
938
  };
923
939
  readonly CHR: {
924
940
  readonly name: "Chronos";
@@ -944,6 +960,7 @@ export declare const tokens: {
944
960
  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";
945
961
  readonly bridge: "multichain";
946
962
  readonly logoURI: "";
963
+ readonly tags: readonly ["SYNTHETIC"];
947
964
  };
948
965
  readonly tBTC: {
949
966
  readonly name: "tBTC v2";
@@ -994,6 +1011,7 @@ export declare const tokens: {
994
1011
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
995
1012
  readonly description: "Balancer linear pool that consist of 50/50 USDT and wrapped Aave Interest Bearing USDT.";
996
1013
  readonly bridge: "native";
1014
+ readonly tags: readonly ["STABLECOIN"];
997
1015
  };
998
1016
  readonly bbaaUSDTV2: {
999
1017
  readonly name: "Balancer Aave USDT Linear Pool";
@@ -1007,6 +1025,7 @@ export declare const tokens: {
1007
1025
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1008
1026
  readonly description: "Balancer linear pool that consist of 50/50 USDT and wrapped Aave Interest Bearing USDT.";
1009
1027
  readonly bridge: "native";
1028
+ readonly tags: readonly ["STABLECOIN"];
1010
1029
  };
1011
1030
  readonly aaUSDC: {
1012
1031
  readonly name: "Aave USDC";
@@ -1020,6 +1039,7 @@ export declare const tokens: {
1020
1039
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
1021
1040
  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.";
1022
1041
  readonly staked: true;
1042
+ readonly tags: readonly ["STABLECOIN"];
1023
1043
  };
1024
1044
  readonly waaUSDC: {
1025
1045
  readonly name: "Wrapped Aave Tether USD";
@@ -1045,6 +1065,7 @@ export declare const tokens: {
1045
1065
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
1046
1066
  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.";
1047
1067
  readonly staked: true;
1068
+ readonly tags: readonly ["STABLECOIN"];
1048
1069
  };
1049
1070
  readonly bbaaUSDC: {
1050
1071
  readonly name: "Balancer Aave USDC Linear Pool";
@@ -1058,6 +1079,7 @@ export declare const tokens: {
1058
1079
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1059
1080
  readonly description: "Balancer linear pool that consist of 50/50 USDC and wrapped Aave Interest Bearing USDC.";
1060
1081
  readonly bridge: "arbitrum-canonical";
1082
+ readonly tags: readonly ["STABLECOIN"];
1061
1083
  };
1062
1084
  readonly bbaaUSDCV2: {
1063
1085
  readonly name: "Balancer Aave USDC Linear Pool";
@@ -1071,6 +1093,7 @@ export declare const tokens: {
1071
1093
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1072
1094
  readonly description: "Balancer linear pool that consist of 50/50 USDC and wrapped Aave Interest Bearing USDC.";
1073
1095
  readonly bridge: "arbitrum-canonical";
1096
+ readonly tags: readonly ["STABLECOIN"];
1074
1097
  };
1075
1098
  readonly aaDAI: {
1076
1099
  readonly name: "Aave DAI";
@@ -1083,6 +1106,7 @@ export declare const tokens: {
1083
1106
  readonly website: "https://makerdao.com/en/";
1084
1107
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
1085
1108
  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.";
1109
+ readonly tags: readonly ["SYNTHETIC"];
1086
1110
  };
1087
1111
  readonly waaDAI: {
1088
1112
  readonly name: "Wrapped Aave Tether DAI";
@@ -1095,6 +1119,7 @@ export declare const tokens: {
1095
1119
  readonly website: "https://makerdao.com/en/";
1096
1120
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
1097
1121
  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.";
1122
+ readonly tags: readonly ["SYNTHETIC"];
1098
1123
  };
1099
1124
  readonly bbaaDAI: {
1100
1125
  readonly name: "Balancer Aave DAI Linear Pool";
@@ -1108,7 +1133,7 @@ export declare const tokens: {
1108
1133
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1109
1134
  readonly description: "Balancer linear pool that consist of 50/50 DAI and wrapped Aave Interest Bearing DAI.";
1110
1135
  readonly bridge: "native";
1111
- readonly risks: readonly ["SYNTH_STABLE"];
1136
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1112
1137
  };
1113
1138
  readonly bbaaDAIV2: {
1114
1139
  readonly name: "Balancer Aave DAI Linear Pool";
@@ -1122,7 +1147,7 @@ export declare const tokens: {
1122
1147
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1123
1148
  readonly description: "Balancer linear pool that consist of 50/50 DAI and wrapped Aave Interest Bearing DAI.";
1124
1149
  readonly bridge: "native";
1125
- readonly risks: readonly ["SYNTH_STABLE"];
1150
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1126
1151
  };
1127
1152
  readonly bbaaUSD: {
1128
1153
  readonly name: "Balancer Aave Stable Composable Pool";
@@ -1135,7 +1160,7 @@ export declare const tokens: {
1135
1160
  readonly website: "https://app.balancer.fi/#/";
1136
1161
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1137
1162
  readonly description: "Balancer composable pool that consist of bbaUSDT, bbaUSDC, and bbaDAI. bbTokens are Aave boosted linear pools.";
1138
- readonly risks: readonly ["SYNTH_STABLE"];
1163
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1139
1164
  };
1140
1165
  readonly bbaaUSDV2: {
1141
1166
  readonly name: "Balancer Aave Stable Composable Pool";
@@ -1148,6 +1173,7 @@ export declare const tokens: {
1148
1173
  readonly website: "https://app.balancer.fi/#/";
1149
1174
  readonly documentation: "https://docs.balancer.fi/products/balancer-pools/boosted-pools";
1150
1175
  readonly description: "Balancer composable pool that consist of bbaUSDT, bbaUSDC, and bbaDAI. bbTokens are Aave boosted linear pools.";
1176
+ readonly tags: readonly ["SYNTHETIC"];
1151
1177
  };
1152
1178
  readonly auraBAL: {
1153
1179
  readonly name: "Aura Staked BAL BPT";
@@ -1247,6 +1273,7 @@ export declare const tokens: {
1247
1273
  readonly description: " ";
1248
1274
  readonly bridge: "native";
1249
1275
  readonly staked: true;
1276
+ readonly tags: readonly ["STABLECOIN"];
1250
1277
  };
1251
1278
  readonly LODE: {
1252
1279
  readonly name: "Lodestar";
@@ -1298,6 +1325,7 @@ export declare const tokens: {
1298
1325
  readonly bridge: "native";
1299
1326
  readonly logoURI: "";
1300
1327
  readonly documentation: "https://docs.overnight.fi/";
1328
+ readonly tags: readonly ["CURATED"];
1301
1329
  };
1302
1330
  readonly 'USDT+': {
1303
1331
  readonly name: "USDT+";
@@ -1311,6 +1339,7 @@ export declare const tokens: {
1311
1339
  readonly bridge: "native";
1312
1340
  readonly logoURI: "";
1313
1341
  readonly documentation: "https://docs.overnight.fi/";
1342
+ readonly tags: readonly ["CURATED"];
1314
1343
  };
1315
1344
  readonly SOL: {
1316
1345
  readonly name: "Wrapped SOL";
@@ -1374,7 +1403,7 @@ export declare const tokens: {
1374
1403
  readonly website: "https://curve.finance/crvusd";
1375
1404
  readonly description: "crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar";
1376
1405
  readonly documentation: "https://docs.curve.finance/crvUSD/crvUSD/";
1377
- readonly risks: readonly ["SYNTH_STABLE"];
1406
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1378
1407
  };
1379
1408
  readonly sFRAX: {
1380
1409
  readonly name: "Staked FRAX";
@@ -1388,7 +1417,7 @@ export declare const tokens: {
1388
1417
  readonly bridge: "frax";
1389
1418
  readonly logoURI: "";
1390
1419
  readonly documentation: "https://docs.frax.finance/frax-v3/sfrax";
1391
- readonly risks: readonly ["SYNTH_STABLE"];
1420
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1392
1421
  };
1393
1422
  readonly bpt4POOL: {
1394
1423
  readonly name: "Balancer 4POOL BPT";
@@ -1402,7 +1431,7 @@ export declare const tokens: {
1402
1431
  readonly documentation: "https://docs.balancer.fi/concepts/pools/composable-stable.html";
1403
1432
  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.";
1404
1433
  readonly bridge: "native";
1405
- readonly risks: readonly ["SYNTH_STABLE"];
1434
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1406
1435
  };
1407
1436
  readonly JOE: {
1408
1437
  readonly chainId: 42161;
@@ -1426,7 +1455,7 @@ export declare const tokens: {
1426
1455
  readonly website: "https://ether.fi/";
1427
1456
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
1428
1457
  readonly bridge: "arbitrum-canonical";
1429
- readonly risks: readonly ["NO_TIMELOCK"];
1458
+ readonly tags: readonly ["NO_TIMELOCK"];
1430
1459
  };
1431
1460
  readonly rsETH: {
1432
1461
  readonly chainId: 42161;
@@ -1440,7 +1469,7 @@ export declare const tokens: {
1440
1469
  readonly documentation: "https://kelp.gitbook.io/kelp";
1441
1470
  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.";
1442
1471
  readonly bridge: "stargate";
1443
- readonly risks: readonly ["NO_TIMELOCK"];
1472
+ readonly tags: readonly ["NO_TIMELOCK"];
1444
1473
  };
1445
1474
  readonly renBTC: {
1446
1475
  readonly name: "renBTC";
@@ -1452,6 +1481,7 @@ export declare const tokens: {
1452
1481
  readonly website: "https://renproject.io/";
1453
1482
  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.";
1454
1483
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png";
1484
+ readonly tags: readonly ["SYNTHETIC"];
1455
1485
  };
1456
1486
  readonly OP: {
1457
1487
  readonly name: "OP";
@@ -1517,7 +1547,7 @@ export declare const tokens: {
1517
1547
  readonly documentation: "https://docs.mountainprotocol.com/";
1518
1548
  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.";
1519
1549
  readonly bridge: "native";
1520
- readonly risks: readonly ["NO_TIMELOCK"];
1550
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
1521
1551
  };
1522
1552
  readonly PENDLE: {
1523
1553
  readonly name: "Pendle";
@@ -1570,6 +1600,7 @@ export declare const tokens: {
1570
1600
  readonly description: string;
1571
1601
  readonly documentation: "https://docs.aladdin.club/f-x-protocol";
1572
1602
  readonly bridge: "layer-zero";
1603
+ readonly tags: readonly ["SYNTHETIC"];
1573
1604
  };
1574
1605
  readonly xETH: {
1575
1606
  readonly name: "Leveraged ETH";
@@ -1597,6 +1628,7 @@ export declare const tokens: {
1597
1628
  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.";
1598
1629
  readonly staked: true;
1599
1630
  readonly bridge: "native";
1631
+ readonly tags: readonly ["STABLECOIN"];
1600
1632
  };
1601
1633
  readonly stataArbUSDTn: {
1602
1634
  readonly name: "Static Aave Arbitrum USDTn";
@@ -1611,6 +1643,7 @@ export declare const tokens: {
1611
1643
  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.";
1612
1644
  readonly staked: true;
1613
1645
  readonly bridge: "native";
1646
+ readonly tags: readonly ["STABLECOIN"];
1614
1647
  };
1615
1648
  readonly 'ETH+': {
1616
1649
  readonly name: "ETHPlus";
@@ -1636,7 +1669,7 @@ export declare const tokens: {
1636
1669
  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.";
1637
1670
  readonly documentation: "https://reserve.org/protocol/";
1638
1671
  readonly bridge: "arbitrum-canonical";
1639
- readonly risks: readonly ["SYNTH_STABLE"];
1672
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1640
1673
  };
1641
1674
  readonly eUSD: {
1642
1675
  readonly name: "Electronic Dollar";
@@ -1650,7 +1683,7 @@ export declare const tokens: {
1650
1683
  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.";
1651
1684
  readonly documentation: "https://reserve.org/protocol/";
1652
1685
  readonly bridge: "arbitrum-canonical";
1653
- readonly risks: readonly ["SYNTH_STABLE"];
1686
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1654
1687
  };
1655
1688
  readonly KNOX: {
1656
1689
  readonly name: "KNOX Dollar";
@@ -1664,7 +1697,7 @@ export declare const tokens: {
1664
1697
  readonly description: "A permissionless, yield-bearing stablecoin designed to be a reliable store of value. Built with Reserve Protocol.";
1665
1698
  readonly documentation: "https://reserve.org/protocol/";
1666
1699
  readonly bridge: "native";
1667
- readonly risks: readonly ["SYNTH_STABLE"];
1700
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1668
1701
  };
1669
1702
  readonly SILO: {
1670
1703
  readonly name: "Silo Governance Token";
@@ -1704,7 +1737,7 @@ export declare const tokens: {
1704
1737
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
1705
1738
  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.";
1706
1739
  readonly bridge: "layer-zero";
1707
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
1740
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
1708
1741
  };
1709
1742
  readonly RSR: {
1710
1743
  readonly name: "Reserve Rights";
@@ -1757,6 +1790,7 @@ export declare const tokens: {
1757
1790
  readonly documentation: "https://alchemix-finance.gitbook.io/v2/";
1758
1791
  readonly description: "Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.";
1759
1792
  readonly bridge: "connext";
1793
+ readonly tags: readonly ["SYNTHETIC"];
1760
1794
  };
1761
1795
  readonly alUSD: {
1762
1796
  readonly name: "Alchemix USD";
@@ -1770,6 +1804,7 @@ export declare const tokens: {
1770
1804
  readonly description: "Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.";
1771
1805
  readonly documentation: "https://alchemix-finance.gitbook.io/user-docs/";
1772
1806
  readonly bridge: "connext";
1807
+ readonly tags: readonly ["SYNTHETIC"];
1773
1808
  };
1774
1809
  readonly USDV: {
1775
1810
  readonly name: "USDV";
@@ -1783,7 +1818,7 @@ export declare const tokens: {
1783
1818
  readonly description: "Verified USD (USDV) is the first stablecoin that rewards Verified Minters based on their contribution to the tokens active circulation.";
1784
1819
  readonly documentation: "https://docs.usdv.money/docs";
1785
1820
  readonly bridge: "layer-zero";
1786
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
1821
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
1787
1822
  };
1788
1823
  readonly COMP: {
1789
1824
  readonly name: "Compound";
@@ -1810,7 +1845,7 @@ export declare const tokens: {
1810
1845
  readonly documentation: "https://synapse-3.gitbook.io/synapse-protocol";
1811
1846
  readonly description: "Synapse (SYN) is an interoperability protocol designed for safely and securely sending arbitrary data between blockchains.";
1812
1847
  readonly bridge: "synapse";
1813
- readonly risks: readonly ["NO_TIMELOCK"];
1848
+ readonly tags: readonly ["NO_TIMELOCK"];
1814
1849
  };
1815
1850
  readonly WMATIC: {
1816
1851
  readonly name: "WMATIC";
@@ -1850,7 +1885,7 @@ export declare const tokens: {
1850
1885
  readonly documentation: "https://www.pepe.vip/";
1851
1886
  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.";
1852
1887
  readonly bridge: "layer-zero";
1853
- readonly risks: readonly ["NO_TIMELOCK"];
1888
+ readonly tags: readonly ["NO_TIMELOCK"];
1854
1889
  };
1855
1890
  readonly ZRO: {
1856
1891
  readonly name: "LayerZero";
@@ -1902,7 +1937,7 @@ export declare const tokens: {
1902
1937
  readonly website: "https://app.bedrock.technology/unieth";
1903
1938
  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.";
1904
1939
  readonly bridge: "celer";
1905
- readonly risks: readonly ["NO_TIMELOCK"];
1940
+ readonly tags: readonly ["NO_TIMELOCK"];
1906
1941
  };
1907
1942
  readonly ETHx: {
1908
1943
  readonly name: "ETHx";
@@ -1916,7 +1951,7 @@ export declare const tokens: {
1916
1951
  readonly bridge: "chainlink-ccip";
1917
1952
  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.";
1918
1953
  readonly documentation: "https://staderlabs.gitbook.io/ethereum";
1919
- readonly risks: readonly ["NO_TIMELOCK"];
1954
+ readonly tags: readonly ["NO_TIMELOCK"];
1920
1955
  };
1921
1956
  readonly WOETH: {
1922
1957
  readonly name: "Wrapped OETH";
@@ -1930,7 +1965,7 @@ export declare const tokens: {
1930
1965
  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).";
1931
1966
  readonly documentation: "https://docs.originprotocol.com/protocol/oeth";
1932
1967
  readonly bridge: "chainlink-ccip";
1933
- readonly risks: readonly ["NO_TIMELOCK"];
1968
+ readonly tags: readonly ["NO_TIMELOCK"];
1934
1969
  };
1935
1970
  readonly wUSDM: {
1936
1971
  readonly name: "Mountain Protocol USD";
@@ -1944,7 +1979,7 @@ export declare const tokens: {
1944
1979
  readonly documentation: "https://docs.mountainprotocol.com/";
1945
1980
  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.";
1946
1981
  readonly bridge: "native";
1947
- readonly risks: readonly ["NO_TIMELOCK"];
1982
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
1948
1983
  };
1949
1984
  readonly USDx: {
1950
1985
  readonly name: "Synthetix USD";
@@ -1958,7 +1993,7 @@ export declare const tokens: {
1958
1993
  readonly documentation: "https://docs.synthetix.io/";
1959
1994
  readonly description: "Synthetix Arbitrum-native stablecoin.";
1960
1995
  readonly bridge: "native";
1961
- readonly risks: readonly ["SYNTH_STABLE"];
1996
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1962
1997
  };
1963
1998
  readonly gUSDC: {
1964
1999
  readonly name: "Gains Network USDC";
@@ -1972,7 +2007,7 @@ export declare const tokens: {
1972
2007
  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.";
1973
2008
  readonly documentation: "https://gains-network.gitbook.io/docs-home/liquidity-farming-pools/gtoken-vaults";
1974
2009
  readonly bridge: "native";
1975
- readonly risks: readonly ["SYNTH_STABLE"];
2010
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1976
2011
  };
1977
2012
  readonly GYD: {
1978
2013
  readonly name: "Gyro Dollar";
@@ -1986,7 +2021,7 @@ export declare const tokens: {
1986
2021
  readonly documentation: "https://docs.gyro.finance/gyroscope-protocol/stablecoin";
1987
2022
  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.";
1988
2023
  readonly bridge: "chainlink";
1989
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
2024
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
1990
2025
  };
1991
2026
  readonly GHO: {
1992
2027
  readonly name: "GHO Token";
@@ -2000,7 +2035,7 @@ export declare const tokens: {
2000
2035
  readonly documentation: "https://docs.aave.com/faq/gho-stablecoin";
2001
2036
  readonly bridge: "chainlink";
2002
2037
  readonly description: "GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
2003
- readonly risks: readonly ["SYNTH_STABLE"];
2038
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2004
2039
  };
2005
2040
  readonly ETHFI: {
2006
2041
  readonly name: "ether.fi Governance Token";
@@ -2014,7 +2049,7 @@ export declare const tokens: {
2014
2049
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
2015
2050
  readonly bridge: "wormhole";
2016
2051
  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.";
2017
- readonly risks: readonly ["NO_TIMELOCK"];
2052
+ readonly tags: readonly ["NO_TIMELOCK"];
2018
2053
  };
2019
2054
  readonly dlcBTC: {
2020
2055
  readonly name: "iBTC (formerly dlcBTC)";
@@ -2028,7 +2063,7 @@ export declare const tokens: {
2028
2063
  readonly documentation: "https://docs.ibtc.network/";
2029
2064
  readonly bridge: "native";
2030
2065
  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.";
2031
- readonly risks: readonly ["NO_TIMELOCK"];
2066
+ readonly tags: readonly ["NO_TIMELOCK"];
2032
2067
  };
2033
2068
  readonly sUSDe: {
2034
2069
  readonly name: "Staked USDe";
@@ -2042,7 +2077,7 @@ export declare const tokens: {
2042
2077
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
2043
2078
  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.";
2044
2079
  readonly bridge: "layer-zero";
2045
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
2080
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
2046
2081
  };
2047
2082
  readonly CAKE: {
2048
2083
  readonly name: "PancakeSwap Token";
@@ -2056,7 +2091,7 @@ export declare const tokens: {
2056
2091
  readonly documentation: "https://docs.pancakeswap.finance/";
2057
2092
  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.";
2058
2093
  readonly bridge: "layer-zero";
2059
- readonly risks: readonly ["NO_TIMELOCK"];
2094
+ readonly tags: readonly ["NO_TIMELOCK"];
2060
2095
  };
2061
2096
  readonly stataArbFRAXn: {
2062
2097
  readonly name: "Static Aave Arbitrum FRAXn";
@@ -2070,6 +2105,7 @@ export declare const tokens: {
2070
2105
  readonly description: "Aave interest bearing FRAX. Frax is the first fractional-algorithmic stablecoin protocol.";
2071
2106
  readonly staked: true;
2072
2107
  readonly bridge: "native";
2108
+ readonly tags: readonly ["SYNTHETIC"];
2073
2109
  };
2074
2110
  readonly stataArbGHOn: {
2075
2111
  readonly name: "Static Aave Arbitrum GHOn";
@@ -2084,7 +2120,7 @@ export declare const tokens: {
2084
2120
  readonly description: "Aave interest bearing GHO. GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
2085
2121
  readonly staked: true;
2086
2122
  readonly bridge: "native";
2087
- readonly risks: readonly ["SYNTH_STABLE"];
2123
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2088
2124
  };
2089
2125
  readonly EIGEN: {
2090
2126
  readonly name: "Eigen";
@@ -2111,7 +2147,7 @@ export declare const tokens: {
2111
2147
  readonly documentation: "https://orderly.network/docs/home";
2112
2148
  readonly description: "ORDER is the governance token of the Orderly Network. Staking ORDER will boost trading and market making rewards.";
2113
2149
  readonly bridge: "layer-zero";
2114
- readonly risks: readonly ["NO_TIMELOCK"];
2150
+ readonly tags: readonly ["NO_TIMELOCK"];
2115
2151
  };
2116
2152
  readonly MORE: {
2117
2153
  readonly name: "MORE";
@@ -2124,7 +2160,7 @@ export declare const tokens: {
2124
2160
  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.";
2125
2161
  readonly bridge: "native";
2126
2162
  readonly chainId: 42161;
2127
- readonly risks: readonly ["NO_TIMELOCK"];
2163
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
2128
2164
  };
2129
2165
  readonly XVS: {
2130
2166
  readonly name: "Venus";
@@ -2138,7 +2174,7 @@ export declare const tokens: {
2138
2174
  readonly documentation: "https://docs-v4.venus.io/";
2139
2175
  readonly description: "Venus is an algorithmic money market and synthetic stablecoin protocol.";
2140
2176
  readonly bridge: "layer-zero";
2141
- readonly risks: readonly ["NO_TIMELOCK"];
2177
+ readonly tags: readonly ["NO_TIMELOCK"];
2142
2178
  };
2143
2179
  readonly EURe: {
2144
2180
  readonly name: "Monerium EURe emoney";
@@ -2152,6 +2188,7 @@ export declare const tokens: {
2152
2188
  readonly bridge: "arbitrum-canonical";
2153
2189
  readonly documentation: "https://monerium.dev/";
2154
2190
  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.";
2191
+ readonly tags: readonly ["STABLECOIN"];
2155
2192
  };
2156
2193
  readonly Bold: {
2157
2194
  readonly name: "Bold Stablecoin";
@@ -2165,6 +2202,7 @@ export declare const tokens: {
2165
2202
  readonly documentation: "https://docs.liquity.org/";
2166
2203
  readonly description: "BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.";
2167
2204
  readonly bridge: "chainlink-ccip";
2205
+ readonly tags: readonly ["SYNTHETIC"];
2168
2206
  };
2169
2207
  readonly eBTC: {
2170
2208
  readonly name: "ether.fi BTC";
@@ -2178,6 +2216,7 @@ export declare const tokens: {
2178
2216
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
2179
2217
  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.";
2180
2218
  readonly bridge: "layer-zero";
2219
+ readonly tags: readonly ["SYNTHETIC"];
2181
2220
  };
2182
2221
  readonly waArbWBTC: {
2183
2222
  readonly name: "Wrapped Aave Staked WBTC";
@@ -2203,6 +2242,7 @@ export declare const tokens: {
2203
2242
  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.";
2204
2243
  readonly documentation: "https://www.centre.io/";
2205
2244
  readonly bridge: "native";
2245
+ readonly tags: readonly ["STABLECOIN"];
2206
2246
  };
2207
2247
  readonly waArbUSDT: {
2208
2248
  readonly name: "Wrapped Aave Staked USDT";
@@ -2216,6 +2256,7 @@ export declare const tokens: {
2216
2256
  readonly bridge: "native";
2217
2257
  readonly logoURI: "";
2218
2258
  readonly documentation: "https://tether.to/en/how-it-works";
2259
+ readonly tags: readonly ["STABLECOIN"];
2219
2260
  };
2220
2261
  readonly waArbGHO: {
2221
2262
  readonly name: "Wrapped Aave Staked GHO";
@@ -2229,7 +2270,7 @@ export declare const tokens: {
2229
2270
  readonly documentation: "https://docs.aave.com/faq/gho-stablecoin";
2230
2271
  readonly bridge: "native";
2231
2272
  readonly description: "Wrapped Aave Staked GHO. GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.";
2232
- readonly risks: readonly ["SYNTH_STABLE"];
2273
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2233
2274
  };
2234
2275
  readonly waArbWETH: {
2235
2276
  readonly name: "Wrapped Aave Staked WETH";
@@ -2269,7 +2310,7 @@ export declare const tokens: {
2269
2310
  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.";
2270
2311
  readonly documentation: "https://docs.renzoprotocol.com/docs/";
2271
2312
  readonly bridge: "native";
2272
- readonly risks: readonly ["NO_TIMELOCK"];
2313
+ readonly tags: readonly ["NO_TIMELOCK"];
2273
2314
  };
2274
2315
  readonly orbETH: {
2275
2316
  readonly name: "Orbit Ether";
@@ -2283,6 +2324,20 @@ export declare const tokens: {
2283
2324
  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.";
2284
2325
  readonly documentation: "https://dinero.xyz/docs";
2285
2326
  readonly bridge: "native";
2286
- readonly risks: readonly ["NO_TIMELOCK"];
2327
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
2328
+ };
2329
+ readonly CORN: {
2330
+ readonly name: "Corn";
2331
+ readonly symbol: "CORN";
2332
+ readonly oracleId: "CORN";
2333
+ readonly address: "0x44f49ff0da2498bCb1D3Dc7C0f999578F67FD8C6";
2334
+ readonly chainId: 42161;
2335
+ readonly decimals: 18;
2336
+ readonly logoURI: "";
2337
+ readonly website: "https://usecorn.com/";
2338
+ readonly description: "Corn is a high-performance, low-cost network built for stablecoin payments, settlements, and financial applications at global scale.";
2339
+ readonly documentation: "https://docs.usecorn.com/";
2340
+ readonly bridge: "layer-zero";
2341
+ readonly tags: readonly ["NO_TIMELOCK"];
2287
2342
  };
2288
2343
  };