@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
@@ -66,7 +66,7 @@ export declare const fraxtal: {
66
66
  readonly bridge: "fraxtal-canonical";
67
67
  readonly logoURI: "";
68
68
  readonly documentation: "https://docs.frax.finance/";
69
- readonly risks: readonly ["SYNTH_STABLE"];
69
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
70
70
  };
71
71
  readonly frxETH: {
72
72
  readonly name: "Frax Ether";
@@ -132,7 +132,7 @@ export declare const fraxtal: {
132
132
  readonly website: "https://curve.finance/crvusd";
133
133
  readonly description: "crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar";
134
134
  readonly documentation: "https://docs.curve.finance/crvUSD/crvUSD/";
135
- readonly risks: readonly ["SYNTH_STABLE"];
135
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
136
136
  };
137
137
  readonly frxUSDC: {
138
138
  readonly name: "USD Coin";
@@ -146,7 +146,7 @@ export declare const fraxtal: {
146
146
  readonly chainId: 252;
147
147
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
148
148
  readonly documentation: "https://developers.circle.com/docs";
149
- readonly risks: readonly ["SYNTH_STABLE"];
149
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
150
150
  };
151
151
  readonly cvxFXS: {
152
152
  readonly name: "Convex FXS";
@@ -186,7 +186,7 @@ export declare const fraxtal: {
186
186
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
187
187
  readonly description: "Ethena's synthetic dollar, USDe, provides the crypto-native, scalable solution for money achieved by delta-hedging Ethereum and Bitcoin collateral. USDe is fully-backed and free to compose throughout CeFi & DeFi.";
188
188
  readonly bridge: "stargate";
189
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
189
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
190
190
  };
191
191
  readonly sUSDe: {
192
192
  readonly name: "Staked USDe";
@@ -200,7 +200,7 @@ export declare const fraxtal: {
200
200
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
201
201
  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.";
202
202
  readonly bridge: "layer-zero";
203
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
203
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
204
204
  };
205
205
  readonly FXB20251231: {
206
206
  readonly name: "FXB20251231";
@@ -214,7 +214,7 @@ export declare const fraxtal: {
214
214
  readonly documentation: "https://docs.frax.finance/frax-v3/fxbs";
215
215
  readonly description: "FXB tokens are simple, trustless tokens that resemble a zero-coupon bond that converts to the FRAX stablecoin on maturity. FXBs are debt tokens denominated in FRAX stablecoins, not a claim on any other asset or collateral. FXB tokens are only convertible to FRAX stablecoins, they do not guarantee FRAX peg, FRAX value, or yield/interest denominated in any other asset except FRAX.";
216
216
  readonly bridge: "fraxtal-canonical";
217
- readonly risks: readonly ["SYNTH_STABLE"];
217
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
218
218
  };
219
219
  readonly FXB_20261231: {
220
220
  readonly name: "FXB_4_DEC312026";
@@ -228,7 +228,7 @@ export declare const fraxtal: {
228
228
  readonly documentation: "https://docs.frax.finance/frax-v3/fxbs";
229
229
  readonly description: "FXB tokens are simple, trustless tokens that resemble a zero-coupon bond that converts to the FRAX stablecoin on maturity. FXBs are debt tokens denominated in FRAX stablecoins, not a claim on any other asset or collateral. FXB tokens are only convertible to FRAX stablecoins, they do not guarantee FRAX peg, FRAX value, or yield/interest denominated in any other asset except FRAX.";
230
230
  readonly bridge: "fraxtal-canonical";
231
- readonly risks: readonly ["SYNTH_STABLE"];
231
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
232
232
  };
233
233
  readonly FXB20291231: {
234
234
  readonly name: "FXB20291231";
@@ -242,7 +242,7 @@ export declare const fraxtal: {
242
242
  readonly documentation: "https://docs.frax.finance/frax-v3/fxbs";
243
243
  readonly description: "FXB tokens are simple, trustless tokens that resemble a zero-coupon bond that converts to the FRAX stablecoin on maturity. FXBs are debt tokens denominated in FRAX stablecoins, not a claim on any other asset or collateral. FXB tokens are only convertible to FRAX stablecoins, they do not guarantee FRAX peg, FRAX value, or yield/interest denominated in any other asset except FRAX.";
244
244
  readonly bridge: "fraxtal-canonical";
245
- readonly risks: readonly ["SYNTH_STABLE"];
245
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
246
246
  };
247
247
  readonly FXB20551231: {
248
248
  readonly name: "FXB20551231";
@@ -256,7 +256,7 @@ export declare const fraxtal: {
256
256
  readonly documentation: "https://docs.frax.finance/frax-v3/fxbs";
257
257
  readonly description: "FXB tokens are simple, trustless tokens that resemble a zero-coupon bond that converts to the FRAX stablecoin on maturity. FXBs are debt tokens denominated in FRAX stablecoins, not a claim on any other asset or collateral. FXB tokens are only convertible to FRAX stablecoins, they do not guarantee FRAX peg, FRAX value, or yield/interest denominated in any other asset except FRAX.";
258
258
  readonly bridge: "fraxtal-canonical";
259
- readonly risks: readonly ["SYNTH_STABLE"];
259
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
260
260
  };
261
261
  readonly DAI: {
262
262
  readonly name: "Dai Stablecoin";
@@ -270,7 +270,7 @@ export declare const fraxtal: {
270
270
  readonly bridge: "fraxtal-canonical";
271
271
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png";
272
272
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
273
- readonly risks: readonly ["SYNTH_STABLE"];
273
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
274
274
  };
275
275
  readonly sDAI: {
276
276
  readonly name: "Savings DAI";
@@ -284,7 +284,7 @@ export declare const fraxtal: {
284
284
  readonly documentation: "https://docs.sparkprotocol.io/hub/";
285
285
  readonly description: "sDAI is similar to DAI but with the added benefit of earning interest. You can use it just like DAI - own, transfer, and use it in the DeFi ecosystem. Swapping between sDAI and DAI incurs no additional costs and no slippage as is deposited or withdrawn from the DSR contract.";
286
286
  readonly bridge: "fraxtal-canonical";
287
- readonly risks: readonly ["SYNTH_STABLE"];
287
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
288
288
  };
289
289
  readonly PYUSD: {
290
290
  readonly name: "PayPal USD";
@@ -297,6 +297,7 @@ export declare const fraxtal: {
297
297
  readonly website: "https://www.paypal.com/us/digital-wallet/manage-money/crypto/pyusd";
298
298
  readonly bridge: "fraxtal-canonical";
299
299
  readonly description: "PayPal USD (PYUSD) is a stablecoin backed by secure and highly liquid assets.";
300
+ readonly tags: readonly ["STABLECOIN"];
300
301
  };
301
302
  readonly USDT: {
302
303
  readonly name: "USDT";
@@ -310,6 +311,7 @@ export declare const fraxtal: {
310
311
  readonly bridge: "fraxtal-canonical";
311
312
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
312
313
  readonly documentation: "https://tether.to/en/how-it-works";
314
+ readonly tags: readonly ["STABLECOIN"];
313
315
  };
314
316
  readonly WETH: {
315
317
  readonly name: "Wrapped Ether";
@@ -362,7 +364,7 @@ export declare const fraxtal: {
362
364
  readonly description: "Savings crvUSD is an interest-bearing stablecoin that earns yield simply by holding the token. Users do not need to take any action whatsoever, as the yield is passively accrued.";
363
365
  readonly documentation: "https://resources.curve.finance/crvusd/scrvusd/";
364
366
  readonly bridge: "fraxtal-canonical";
365
- readonly risks: readonly ["SYNTH_STABLE"];
367
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
366
368
  };
367
369
  readonly sfrxUSD: {
368
370
  readonly name: "Staked Frax USD";
@@ -375,7 +377,7 @@ export declare const fraxtal: {
375
377
  readonly description: "Staked Frax USD (sfrxUSD) is an ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in frxUSD stablecoins. The sfrxUSD token represents pro rata deposits within the vault and is always withdrawable for frxUSD stablecoins at the pro rata rate at all times. sfrxUSD APY attempts to roughly track the interest on reserve balances (IORB) rate of the United States Federal Reserve using the IORB oracle. This benchmark rate is generally accepted as the “risk free rate” of the US Dollar. The frxUSD staking vault attempts, but does not guarantee in any way, to target this rate.";
376
378
  readonly bridge: "layer-zero";
377
379
  readonly documentation: "https://docs.frax.finance/";
378
- readonly risks: readonly ["SYNTH_STABLE"];
380
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
379
381
  };
380
382
  readonly dUSD: {
381
383
  readonly name: "dTRINITY USD";
@@ -388,7 +390,7 @@ export declare const fraxtal: {
388
390
  readonly documentation: "https://docs.dtrinity.org/";
389
391
  readonly description: "dTRINITY USD (dUSD) is a decentralized stablecoin, fully backed by a non-custodial reserve of USD-denominated stablecoins and yieldcoins. Built on the ERC-20 standard, each dUSD token is soft-pegged to $1—backed by at least $1 worth of collateral.";
390
392
  readonly bridge: "native";
391
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
393
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
392
394
  };
393
395
  readonly sdUSD: {
394
396
  readonly name: "Staked dUSD";
@@ -401,7 +403,7 @@ export declare const fraxtal: {
401
403
  readonly documentation: "https://docs.dtrinity.org/";
402
404
  readonly description: "Staked dUSD is an ERC-4626 vault that allows users to stake their dUSD and receive sdUSD receipt tokens. These receipts function similarly to yield-bearing stablecoins (YBS). The dUSD deposited into dSTAKE is automatically supplied to lending protocols, earning yield and points from lending markets which accrue to sdUSD. Users can unstake sdUSD for dUSD based on available liquidity in lending markets. Through dTRINITY's subsidized lending mechanism, sdUSD is expected to deliver above-market yield from boosted utilization. ";
403
405
  readonly bridge: "native";
404
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
406
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
405
407
  };
406
408
  };
407
409
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
@@ -469,7 +471,7 @@ export declare const fraxtal: {
469
471
  readonly bridge: "fraxtal-canonical";
470
472
  readonly logoURI: "";
471
473
  readonly documentation: "https://docs.frax.finance/";
472
- readonly risks: readonly ["SYNTH_STABLE"];
474
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
473
475
  };
474
476
  readonly frxETH: {
475
477
  readonly name: "Frax Ether";
@@ -535,7 +537,7 @@ export declare const fraxtal: {
535
537
  readonly website: "https://curve.finance/crvusd";
536
538
  readonly description: "crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar";
537
539
  readonly documentation: "https://docs.curve.finance/crvUSD/crvUSD/";
538
- readonly risks: readonly ["SYNTH_STABLE"];
540
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
539
541
  };
540
542
  readonly frxUSDC: {
541
543
  readonly name: "USD Coin";
@@ -549,7 +551,7 @@ export declare const fraxtal: {
549
551
  readonly chainId: 252;
550
552
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
551
553
  readonly documentation: "https://developers.circle.com/docs";
552
- readonly risks: readonly ["SYNTH_STABLE"];
554
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
553
555
  };
554
556
  readonly cvxFXS: {
555
557
  readonly name: "Convex FXS";
@@ -589,7 +591,7 @@ export declare const fraxtal: {
589
591
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
590
592
  readonly description: "Ethena's synthetic dollar, USDe, provides the crypto-native, scalable solution for money achieved by delta-hedging Ethereum and Bitcoin collateral. USDe is fully-backed and free to compose throughout CeFi & DeFi.";
591
593
  readonly bridge: "stargate";
592
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
594
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
593
595
  };
594
596
  readonly sUSDe: {
595
597
  readonly name: "Staked USDe";
@@ -603,7 +605,7 @@ export declare const fraxtal: {
603
605
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
604
606
  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.";
605
607
  readonly bridge: "layer-zero";
606
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
608
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
607
609
  };
608
610
  readonly FXB20251231: {
609
611
  readonly name: "FXB20251231";
@@ -617,7 +619,7 @@ export declare const fraxtal: {
617
619
  readonly documentation: "https://docs.frax.finance/frax-v3/fxbs";
618
620
  readonly description: "FXB tokens are simple, trustless tokens that resemble a zero-coupon bond that converts to the FRAX stablecoin on maturity. FXBs are debt tokens denominated in FRAX stablecoins, not a claim on any other asset or collateral. FXB tokens are only convertible to FRAX stablecoins, they do not guarantee FRAX peg, FRAX value, or yield/interest denominated in any other asset except FRAX.";
619
621
  readonly bridge: "fraxtal-canonical";
620
- readonly risks: readonly ["SYNTH_STABLE"];
622
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
621
623
  };
622
624
  readonly FXB_20261231: {
623
625
  readonly name: "FXB_4_DEC312026";
@@ -631,7 +633,7 @@ export declare const fraxtal: {
631
633
  readonly documentation: "https://docs.frax.finance/frax-v3/fxbs";
632
634
  readonly description: "FXB tokens are simple, trustless tokens that resemble a zero-coupon bond that converts to the FRAX stablecoin on maturity. FXBs are debt tokens denominated in FRAX stablecoins, not a claim on any other asset or collateral. FXB tokens are only convertible to FRAX stablecoins, they do not guarantee FRAX peg, FRAX value, or yield/interest denominated in any other asset except FRAX.";
633
635
  readonly bridge: "fraxtal-canonical";
634
- readonly risks: readonly ["SYNTH_STABLE"];
636
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
635
637
  };
636
638
  readonly FXB20291231: {
637
639
  readonly name: "FXB20291231";
@@ -645,7 +647,7 @@ export declare const fraxtal: {
645
647
  readonly documentation: "https://docs.frax.finance/frax-v3/fxbs";
646
648
  readonly description: "FXB tokens are simple, trustless tokens that resemble a zero-coupon bond that converts to the FRAX stablecoin on maturity. FXBs are debt tokens denominated in FRAX stablecoins, not a claim on any other asset or collateral. FXB tokens are only convertible to FRAX stablecoins, they do not guarantee FRAX peg, FRAX value, or yield/interest denominated in any other asset except FRAX.";
647
649
  readonly bridge: "fraxtal-canonical";
648
- readonly risks: readonly ["SYNTH_STABLE"];
650
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
649
651
  };
650
652
  readonly FXB20551231: {
651
653
  readonly name: "FXB20551231";
@@ -659,7 +661,7 @@ export declare const fraxtal: {
659
661
  readonly documentation: "https://docs.frax.finance/frax-v3/fxbs";
660
662
  readonly description: "FXB tokens are simple, trustless tokens that resemble a zero-coupon bond that converts to the FRAX stablecoin on maturity. FXBs are debt tokens denominated in FRAX stablecoins, not a claim on any other asset or collateral. FXB tokens are only convertible to FRAX stablecoins, they do not guarantee FRAX peg, FRAX value, or yield/interest denominated in any other asset except FRAX.";
661
663
  readonly bridge: "fraxtal-canonical";
662
- readonly risks: readonly ["SYNTH_STABLE"];
664
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
663
665
  };
664
666
  readonly DAI: {
665
667
  readonly name: "Dai Stablecoin";
@@ -673,7 +675,7 @@ export declare const fraxtal: {
673
675
  readonly bridge: "fraxtal-canonical";
674
676
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png";
675
677
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
676
- readonly risks: readonly ["SYNTH_STABLE"];
678
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
677
679
  };
678
680
  readonly sDAI: {
679
681
  readonly name: "Savings DAI";
@@ -687,7 +689,7 @@ export declare const fraxtal: {
687
689
  readonly documentation: "https://docs.sparkprotocol.io/hub/";
688
690
  readonly description: "sDAI is similar to DAI but with the added benefit of earning interest. You can use it just like DAI - own, transfer, and use it in the DeFi ecosystem. Swapping between sDAI and DAI incurs no additional costs and no slippage as is deposited or withdrawn from the DSR contract.";
689
691
  readonly bridge: "fraxtal-canonical";
690
- readonly risks: readonly ["SYNTH_STABLE"];
692
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
691
693
  };
692
694
  readonly PYUSD: {
693
695
  readonly name: "PayPal USD";
@@ -700,6 +702,7 @@ export declare const fraxtal: {
700
702
  readonly website: "https://www.paypal.com/us/digital-wallet/manage-money/crypto/pyusd";
701
703
  readonly bridge: "fraxtal-canonical";
702
704
  readonly description: "PayPal USD (PYUSD) is a stablecoin backed by secure and highly liquid assets.";
705
+ readonly tags: readonly ["STABLECOIN"];
703
706
  };
704
707
  readonly USDT: {
705
708
  readonly name: "USDT";
@@ -713,6 +716,7 @@ export declare const fraxtal: {
713
716
  readonly bridge: "fraxtal-canonical";
714
717
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
715
718
  readonly documentation: "https://tether.to/en/how-it-works";
719
+ readonly tags: readonly ["STABLECOIN"];
716
720
  };
717
721
  readonly WETH: {
718
722
  readonly name: "Wrapped Ether";
@@ -765,7 +769,7 @@ export declare const fraxtal: {
765
769
  readonly description: "Savings crvUSD is an interest-bearing stablecoin that earns yield simply by holding the token. Users do not need to take any action whatsoever, as the yield is passively accrued.";
766
770
  readonly documentation: "https://resources.curve.finance/crvusd/scrvusd/";
767
771
  readonly bridge: "fraxtal-canonical";
768
- readonly risks: readonly ["SYNTH_STABLE"];
772
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
769
773
  };
770
774
  readonly sfrxUSD: {
771
775
  readonly name: "Staked Frax USD";
@@ -778,7 +782,7 @@ export declare const fraxtal: {
778
782
  readonly description: "Staked Frax USD (sfrxUSD) is an ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in frxUSD stablecoins. The sfrxUSD token represents pro rata deposits within the vault and is always withdrawable for frxUSD stablecoins at the pro rata rate at all times. sfrxUSD APY attempts to roughly track the interest on reserve balances (IORB) rate of the United States Federal Reserve using the IORB oracle. This benchmark rate is generally accepted as the “risk free rate” of the US Dollar. The frxUSD staking vault attempts, but does not guarantee in any way, to target this rate.";
779
783
  readonly bridge: "layer-zero";
780
784
  readonly documentation: "https://docs.frax.finance/";
781
- readonly risks: readonly ["SYNTH_STABLE"];
785
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
782
786
  };
783
787
  readonly dUSD: {
784
788
  readonly name: "dTRINITY USD";
@@ -791,7 +795,7 @@ export declare const fraxtal: {
791
795
  readonly documentation: "https://docs.dtrinity.org/";
792
796
  readonly description: "dTRINITY USD (dUSD) is a decentralized stablecoin, fully backed by a non-custodial reserve of USD-denominated stablecoins and yieldcoins. Built on the ERC-20 standard, each dUSD token is soft-pegged to $1—backed by at least $1 worth of collateral.";
793
797
  readonly bridge: "native";
794
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
798
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
795
799
  };
796
800
  readonly sdUSD: {
797
801
  readonly name: "Staked dUSD";
@@ -804,7 +808,7 @@ export declare const fraxtal: {
804
808
  readonly documentation: "https://docs.dtrinity.org/";
805
809
  readonly description: "Staked dUSD is an ERC-4626 vault that allows users to stake their dUSD and receive sdUSD receipt tokens. These receipts function similarly to yield-bearing stablecoins (YBS). The dUSD deposited into dSTAKE is automatically supplied to lending protocols, earning yield and points from lending markets which accrue to sdUSD. Users can unstake sdUSD for dUSD based on available liquidity in lending markets. Through dTRINITY's subsidized lending mechanism, sdUSD is expected to deliver above-market yield from boosted utilization. ";
806
810
  readonly bridge: "native";
807
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
811
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
808
812
  };
809
813
  }>;
810
814
  readonly native: {
@@ -63,7 +63,7 @@ export declare const tokens: {
63
63
  readonly bridge: "fraxtal-canonical";
64
64
  readonly logoURI: "";
65
65
  readonly documentation: "https://docs.frax.finance/";
66
- readonly risks: readonly ["SYNTH_STABLE"];
66
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
67
67
  };
68
68
  readonly frxETH: {
69
69
  readonly name: "Frax Ether";
@@ -129,7 +129,7 @@ export declare const tokens: {
129
129
  readonly website: "https://curve.finance/crvusd";
130
130
  readonly description: "crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar";
131
131
  readonly documentation: "https://docs.curve.finance/crvUSD/crvUSD/";
132
- readonly risks: readonly ["SYNTH_STABLE"];
132
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
133
133
  };
134
134
  readonly frxUSDC: {
135
135
  readonly name: "USD Coin";
@@ -143,7 +143,7 @@ export declare const tokens: {
143
143
  readonly chainId: 252;
144
144
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
145
145
  readonly documentation: "https://developers.circle.com/docs";
146
- readonly risks: readonly ["SYNTH_STABLE"];
146
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
147
147
  };
148
148
  readonly cvxFXS: {
149
149
  readonly name: "Convex FXS";
@@ -183,7 +183,7 @@ export declare const tokens: {
183
183
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
184
184
  readonly description: "Ethena's synthetic dollar, USDe, provides the crypto-native, scalable solution for money achieved by delta-hedging Ethereum and Bitcoin collateral. USDe is fully-backed and free to compose throughout CeFi & DeFi.";
185
185
  readonly bridge: "stargate";
186
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
186
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
187
187
  };
188
188
  readonly sUSDe: {
189
189
  readonly name: "Staked USDe";
@@ -197,7 +197,7 @@ export declare const tokens: {
197
197
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
198
198
  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.";
199
199
  readonly bridge: "layer-zero";
200
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
200
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
201
201
  };
202
202
  readonly FXB20251231: {
203
203
  readonly name: "FXB20251231";
@@ -211,7 +211,7 @@ export declare const tokens: {
211
211
  readonly documentation: "https://docs.frax.finance/frax-v3/fxbs";
212
212
  readonly description: "FXB tokens are simple, trustless tokens that resemble a zero-coupon bond that converts to the FRAX stablecoin on maturity. FXBs are debt tokens denominated in FRAX stablecoins, not a claim on any other asset or collateral. FXB tokens are only convertible to FRAX stablecoins, they do not guarantee FRAX peg, FRAX value, or yield/interest denominated in any other asset except FRAX.";
213
213
  readonly bridge: "fraxtal-canonical";
214
- readonly risks: readonly ["SYNTH_STABLE"];
214
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
215
215
  };
216
216
  readonly FXB_20261231: {
217
217
  readonly name: "FXB_4_DEC312026";
@@ -225,7 +225,7 @@ export declare const tokens: {
225
225
  readonly documentation: "https://docs.frax.finance/frax-v3/fxbs";
226
226
  readonly description: "FXB tokens are simple, trustless tokens that resemble a zero-coupon bond that converts to the FRAX stablecoin on maturity. FXBs are debt tokens denominated in FRAX stablecoins, not a claim on any other asset or collateral. FXB tokens are only convertible to FRAX stablecoins, they do not guarantee FRAX peg, FRAX value, or yield/interest denominated in any other asset except FRAX.";
227
227
  readonly bridge: "fraxtal-canonical";
228
- readonly risks: readonly ["SYNTH_STABLE"];
228
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
229
229
  };
230
230
  readonly FXB20291231: {
231
231
  readonly name: "FXB20291231";
@@ -239,7 +239,7 @@ export declare const tokens: {
239
239
  readonly documentation: "https://docs.frax.finance/frax-v3/fxbs";
240
240
  readonly description: "FXB tokens are simple, trustless tokens that resemble a zero-coupon bond that converts to the FRAX stablecoin on maturity. FXBs are debt tokens denominated in FRAX stablecoins, not a claim on any other asset or collateral. FXB tokens are only convertible to FRAX stablecoins, they do not guarantee FRAX peg, FRAX value, or yield/interest denominated in any other asset except FRAX.";
241
241
  readonly bridge: "fraxtal-canonical";
242
- readonly risks: readonly ["SYNTH_STABLE"];
242
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
243
243
  };
244
244
  readonly FXB20551231: {
245
245
  readonly name: "FXB20551231";
@@ -253,7 +253,7 @@ export declare const tokens: {
253
253
  readonly documentation: "https://docs.frax.finance/frax-v3/fxbs";
254
254
  readonly description: "FXB tokens are simple, trustless tokens that resemble a zero-coupon bond that converts to the FRAX stablecoin on maturity. FXBs are debt tokens denominated in FRAX stablecoins, not a claim on any other asset or collateral. FXB tokens are only convertible to FRAX stablecoins, they do not guarantee FRAX peg, FRAX value, or yield/interest denominated in any other asset except FRAX.";
255
255
  readonly bridge: "fraxtal-canonical";
256
- readonly risks: readonly ["SYNTH_STABLE"];
256
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
257
257
  };
258
258
  readonly DAI: {
259
259
  readonly name: "Dai Stablecoin";
@@ -267,7 +267,7 @@ export declare const tokens: {
267
267
  readonly bridge: "fraxtal-canonical";
268
268
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png";
269
269
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
270
- readonly risks: readonly ["SYNTH_STABLE"];
270
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
271
271
  };
272
272
  readonly sDAI: {
273
273
  readonly name: "Savings DAI";
@@ -281,7 +281,7 @@ export declare const tokens: {
281
281
  readonly documentation: "https://docs.sparkprotocol.io/hub/";
282
282
  readonly description: "sDAI is similar to DAI but with the added benefit of earning interest. You can use it just like DAI - own, transfer, and use it in the DeFi ecosystem. Swapping between sDAI and DAI incurs no additional costs and no slippage as is deposited or withdrawn from the DSR contract.";
283
283
  readonly bridge: "fraxtal-canonical";
284
- readonly risks: readonly ["SYNTH_STABLE"];
284
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
285
285
  };
286
286
  readonly PYUSD: {
287
287
  readonly name: "PayPal USD";
@@ -294,6 +294,7 @@ export declare const tokens: {
294
294
  readonly website: "https://www.paypal.com/us/digital-wallet/manage-money/crypto/pyusd";
295
295
  readonly bridge: "fraxtal-canonical";
296
296
  readonly description: "PayPal USD (PYUSD) is a stablecoin backed by secure and highly liquid assets.";
297
+ readonly tags: readonly ["STABLECOIN"];
297
298
  };
298
299
  readonly USDT: {
299
300
  readonly name: "USDT";
@@ -307,6 +308,7 @@ export declare const tokens: {
307
308
  readonly bridge: "fraxtal-canonical";
308
309
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
309
310
  readonly documentation: "https://tether.to/en/how-it-works";
311
+ readonly tags: readonly ["STABLECOIN"];
310
312
  };
311
313
  readonly WETH: {
312
314
  readonly name: "Wrapped Ether";
@@ -359,7 +361,7 @@ export declare const tokens: {
359
361
  readonly description: "Savings crvUSD is an interest-bearing stablecoin that earns yield simply by holding the token. Users do not need to take any action whatsoever, as the yield is passively accrued.";
360
362
  readonly documentation: "https://resources.curve.finance/crvusd/scrvusd/";
361
363
  readonly bridge: "fraxtal-canonical";
362
- readonly risks: readonly ["SYNTH_STABLE"];
364
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
363
365
  };
364
366
  readonly sfrxUSD: {
365
367
  readonly name: "Staked Frax USD";
@@ -372,7 +374,7 @@ export declare const tokens: {
372
374
  readonly description: "Staked Frax USD (sfrxUSD) is an ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in frxUSD stablecoins. The sfrxUSD token represents pro rata deposits within the vault and is always withdrawable for frxUSD stablecoins at the pro rata rate at all times. sfrxUSD APY attempts to roughly track the interest on reserve balances (IORB) rate of the United States Federal Reserve using the IORB oracle. This benchmark rate is generally accepted as the “risk free rate” of the US Dollar. The frxUSD staking vault attempts, but does not guarantee in any way, to target this rate.";
373
375
  readonly bridge: "layer-zero";
374
376
  readonly documentation: "https://docs.frax.finance/";
375
- readonly risks: readonly ["SYNTH_STABLE"];
377
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
376
378
  };
377
379
  readonly dUSD: {
378
380
  readonly name: "dTRINITY USD";
@@ -385,7 +387,7 @@ export declare const tokens: {
385
387
  readonly documentation: "https://docs.dtrinity.org/";
386
388
  readonly description: "dTRINITY USD (dUSD) is a decentralized stablecoin, fully backed by a non-custodial reserve of USD-denominated stablecoins and yieldcoins. Built on the ERC-20 standard, each dUSD token is soft-pegged to $1—backed by at least $1 worth of collateral.";
387
389
  readonly bridge: "native";
388
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
390
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
389
391
  };
390
392
  readonly sdUSD: {
391
393
  readonly name: "Staked dUSD";
@@ -398,6 +400,6 @@ export declare const tokens: {
398
400
  readonly documentation: "https://docs.dtrinity.org/";
399
401
  readonly description: "Staked dUSD is an ERC-4626 vault that allows users to stake their dUSD and receive sdUSD receipt tokens. These receipts function similarly to yield-bearing stablecoins (YBS). The dUSD deposited into dSTAKE is automatically supplied to lending protocols, earning yield and points from lending markets which accrue to sdUSD. Users can unstake sdUSD for dUSD based on available liquidity in lending markets. Through dTRINITY's subsidized lending mechanism, sdUSD is expected to deliver above-market yield from boosted utilization. ";
400
402
  readonly bridge: "native";
401
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
403
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
402
404
  };
403
405
  };
@@ -41,7 +41,7 @@ export const tokens = {
41
41
  bridge: 'fraxtal-canonical',
42
42
  logoURI: '',
43
43
  documentation: 'https://docs.frax.finance/',
44
- risks: ['SYNTH_STABLE'],
44
+ tags: ['STABLECOIN', 'SYNTHETIC'],
45
45
  },
46
46
  frxETH,
47
47
  wfrxETH: frxETH,
@@ -83,7 +83,7 @@ export const tokens = {
83
83
  website: 'https://curve.finance/crvusd',
84
84
  description: 'crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar',
85
85
  documentation: 'https://docs.curve.finance/crvUSD/crvUSD/',
86
- risks: ['SYNTH_STABLE'],
86
+ tags: ['STABLECOIN', 'SYNTHETIC'],
87
87
  },
88
88
  frxUSDC: {
89
89
  name: 'USD Coin',
@@ -97,7 +97,7 @@ export const tokens = {
97
97
  chainId: 252,
98
98
  logoURI: 'https://ftmscan.com/token/images/USDC_32.png',
99
99
  documentation: 'https://developers.circle.com/docs',
100
- risks: ['SYNTH_STABLE'],
100
+ tags: ['STABLECOIN', 'SYNTHETIC'],
101
101
  },
102
102
  cvxFXS: {
103
103
  name: 'Convex FXS',
@@ -137,7 +137,7 @@ export const tokens = {
137
137
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
138
138
  description: "Ethena's synthetic dollar, USDe, provides the crypto-native, scalable solution for money achieved by delta-hedging Ethereum and Bitcoin collateral. USDe is fully-backed and free to compose throughout CeFi & DeFi.",
139
139
  bridge: 'stargate',
140
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
140
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
141
141
  },
142
142
  sUSDe: {
143
143
  name: 'Staked USDe',
@@ -151,7 +151,7 @@ export const tokens = {
151
151
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
152
152
  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.',
153
153
  bridge: 'layer-zero',
154
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
154
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
155
155
  },
156
156
  FXB20251231: {
157
157
  name: 'FXB20251231',
@@ -165,7 +165,7 @@ export const tokens = {
165
165
  documentation: 'https://docs.frax.finance/frax-v3/fxbs',
166
166
  description: 'FXB tokens are simple, trustless tokens that resemble a zero-coupon bond that converts to the FRAX stablecoin on maturity. FXBs are debt tokens denominated in FRAX stablecoins, not a claim on any other asset or collateral. FXB tokens are only convertible to FRAX stablecoins, they do not guarantee FRAX peg, FRAX value, or yield/interest denominated in any other asset except FRAX.',
167
167
  bridge: 'fraxtal-canonical',
168
- risks: ['SYNTH_STABLE'],
168
+ tags: ['STABLECOIN', 'SYNTHETIC'],
169
169
  },
170
170
  FXB_20261231: {
171
171
  name: 'FXB_4_DEC312026',
@@ -179,7 +179,7 @@ export const tokens = {
179
179
  documentation: 'https://docs.frax.finance/frax-v3/fxbs',
180
180
  description: 'FXB tokens are simple, trustless tokens that resemble a zero-coupon bond that converts to the FRAX stablecoin on maturity. FXBs are debt tokens denominated in FRAX stablecoins, not a claim on any other asset or collateral. FXB tokens are only convertible to FRAX stablecoins, they do not guarantee FRAX peg, FRAX value, or yield/interest denominated in any other asset except FRAX.',
181
181
  bridge: 'fraxtal-canonical',
182
- risks: ['SYNTH_STABLE'],
182
+ tags: ['STABLECOIN', 'SYNTHETIC'],
183
183
  },
184
184
  FXB20291231: {
185
185
  name: 'FXB20291231',
@@ -193,7 +193,7 @@ export const tokens = {
193
193
  documentation: 'https://docs.frax.finance/frax-v3/fxbs',
194
194
  description: 'FXB tokens are simple, trustless tokens that resemble a zero-coupon bond that converts to the FRAX stablecoin on maturity. FXBs are debt tokens denominated in FRAX stablecoins, not a claim on any other asset or collateral. FXB tokens are only convertible to FRAX stablecoins, they do not guarantee FRAX peg, FRAX value, or yield/interest denominated in any other asset except FRAX.',
195
195
  bridge: 'fraxtal-canonical',
196
- risks: ['SYNTH_STABLE'],
196
+ tags: ['STABLECOIN', 'SYNTHETIC'],
197
197
  },
198
198
  FXB20551231: {
199
199
  name: 'FXB20551231',
@@ -207,7 +207,7 @@ export const tokens = {
207
207
  documentation: 'https://docs.frax.finance/frax-v3/fxbs',
208
208
  description: 'FXB tokens are simple, trustless tokens that resemble a zero-coupon bond that converts to the FRAX stablecoin on maturity. FXBs are debt tokens denominated in FRAX stablecoins, not a claim on any other asset or collateral. FXB tokens are only convertible to FRAX stablecoins, they do not guarantee FRAX peg, FRAX value, or yield/interest denominated in any other asset except FRAX.',
209
209
  bridge: 'fraxtal-canonical',
210
- risks: ['SYNTH_STABLE'],
210
+ tags: ['STABLECOIN', 'SYNTHETIC'],
211
211
  },
212
212
  DAI: {
213
213
  name: 'Dai Stablecoin',
@@ -221,7 +221,7 @@ export const tokens = {
221
221
  bridge: 'fraxtal-canonical',
222
222
  logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png',
223
223
  documentation: 'https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation',
224
- risks: ['SYNTH_STABLE'],
224
+ tags: ['STABLECOIN', 'SYNTHETIC'],
225
225
  },
226
226
  sDAI: {
227
227
  name: 'Savings DAI',
@@ -235,7 +235,7 @@ export const tokens = {
235
235
  documentation: 'https://docs.sparkprotocol.io/hub/',
236
236
  description: 'sDAI is similar to DAI but with the added benefit of earning interest. You can use it just like DAI - own, transfer, and use it in the DeFi ecosystem. Swapping between sDAI and DAI incurs no additional costs and no slippage as is deposited or withdrawn from the DSR contract.',
237
237
  bridge: 'fraxtal-canonical',
238
- risks: ['SYNTH_STABLE'],
238
+ tags: ['STABLECOIN', 'SYNTHETIC'],
239
239
  },
240
240
  PYUSD: {
241
241
  name: 'PayPal USD',
@@ -248,6 +248,7 @@ export const tokens = {
248
248
  website: 'https://www.paypal.com/us/digital-wallet/manage-money/crypto/pyusd',
249
249
  bridge: 'fraxtal-canonical',
250
250
  description: 'PayPal USD (PYUSD) is a stablecoin backed by secure and highly liquid assets.',
251
+ tags: ['STABLECOIN'],
251
252
  },
252
253
  USDT: {
253
254
  name: 'USDT',
@@ -261,6 +262,7 @@ export const tokens = {
261
262
  bridge: 'fraxtal-canonical',
262
263
  logoURI: 'https://hecoinfo.com/token/images/USDTHECO_32.png',
263
264
  documentation: 'https://tether.to/en/how-it-works',
265
+ tags: ['STABLECOIN'],
264
266
  },
265
267
  WETH: {
266
268
  name: 'Wrapped Ether',
@@ -313,7 +315,7 @@ export const tokens = {
313
315
  description: 'Savings crvUSD is an interest-bearing stablecoin that earns yield simply by holding the token. Users do not need to take any action whatsoever, as the yield is passively accrued.',
314
316
  documentation: 'https://resources.curve.finance/crvusd/scrvusd/',
315
317
  bridge: 'fraxtal-canonical',
316
- risks: ['SYNTH_STABLE'],
318
+ tags: ['STABLECOIN', 'SYNTHETIC'],
317
319
  },
318
320
  sfrxUSD: {
319
321
  name: 'Staked Frax USD',
@@ -326,7 +328,7 @@ export const tokens = {
326
328
  description: 'Staked Frax USD (sfrxUSD) is an ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in frxUSD stablecoins. The sfrxUSD token represents pro rata deposits within the vault and is always withdrawable for frxUSD stablecoins at the pro rata rate at all times. sfrxUSD APY attempts to roughly track the interest on reserve balances (IORB) rate of the United States Federal Reserve using the IORB oracle. This benchmark rate is generally accepted as the “risk free rate” of the US Dollar. The frxUSD staking vault attempts, but does not guarantee in any way, to target this rate.',
327
329
  bridge: 'layer-zero',
328
330
  documentation: 'https://docs.frax.finance/',
329
- risks: ['SYNTH_STABLE'],
331
+ tags: ['STABLECOIN', 'SYNTHETIC'],
330
332
  },
331
333
  dUSD: {
332
334
  name: 'dTRINITY USD',
@@ -339,7 +341,7 @@ export const tokens = {
339
341
  documentation: 'https://docs.dtrinity.org/',
340
342
  description: 'dTRINITY USD (dUSD) is a decentralized stablecoin, fully backed by a non-custodial reserve of USD-denominated stablecoins and yieldcoins. Built on the ERC-20 standard, each dUSD token is soft-pegged to $1—backed by at least $1 worth of collateral.',
341
343
  bridge: 'native',
342
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
344
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
343
345
  },
344
346
  sdUSD: {
345
347
  name: 'Staked dUSD',
@@ -352,6 +354,6 @@ export const tokens = {
352
354
  documentation: 'https://docs.dtrinity.org/',
353
355
  description: "Staked dUSD is an ERC-4626 vault that allows users to stake their dUSD and receive sdUSD receipt tokens. These receipts function similarly to yield-bearing stablecoins (YBS). The dUSD deposited into dSTAKE is automatically supplied to lending protocols, earning yield and points from lending markets which accrue to sdUSD. Users can unstake sdUSD for dUSD based on available liquidity in lending markets. Through dTRINITY's subsidized lending mechanism, sdUSD is expected to deliver above-market yield from boosted utilization. ",
354
356
  bridge: 'native',
355
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
357
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
356
358
  },
357
359
  };