@beefyfinance/blockchain-addressbook 0.54.122 → 0.54.123

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/build/address-book/arbitrum/index.d.ts +178 -96
  2. package/build/address-book/arbitrum/tokens/tokens.d.ts +89 -48
  3. package/build/address-book/arbitrum/tokens/tokens.js +89 -48
  4. package/build/address-book/aurora/index.d.ts +14 -6
  5. package/build/address-book/aurora/tokens/tokens.d.ts +7 -3
  6. package/build/address-book/aurora/tokens/tokens.js +7 -3
  7. package/build/address-book/avax/index.d.ts +80 -32
  8. package/build/address-book/avax/tokens/tokens.d.ts +40 -16
  9. package/build/address-book/avax/tokens/tokens.js +40 -16
  10. package/build/address-book/base/index.d.ts +212 -188
  11. package/build/address-book/base/tokens/tokens.d.ts +106 -94
  12. package/build/address-book/base/tokens/tokens.js +106 -94
  13. package/build/address-book/berachain/index.d.ts +26 -22
  14. package/build/address-book/berachain/tokens/tokens.d.ts +13 -11
  15. package/build/address-book/berachain/tokens/tokens.js +13 -11
  16. package/build/address-book/bsc/index.d.ts +150 -78
  17. package/build/address-book/bsc/tokens/tokens.d.ts +75 -39
  18. package/build/address-book/bsc/tokens/tokens.js +74 -38
  19. package/build/address-book/canto/index.d.ts +10 -4
  20. package/build/address-book/canto/tokens/tokens.d.ts +5 -2
  21. package/build/address-book/canto/tokens/tokens.js +5 -2
  22. package/build/address-book/celo/index.d.ts +12 -6
  23. package/build/address-book/celo/tokens/tokens.d.ts +6 -3
  24. package/build/address-book/celo/tokens/tokens.js +6 -3
  25. package/build/address-book/cronos/index.d.ts +16 -4
  26. package/build/address-book/cronos/tokens/tokens.d.ts +8 -2
  27. package/build/address-book/cronos/tokens/tokens.js +8 -2
  28. package/build/address-book/emerald/index.d.ts +14 -0
  29. package/build/address-book/emerald/tokens/tokens.d.ts +7 -0
  30. package/build/address-book/emerald/tokens/tokens.js +7 -0
  31. package/build/address-book/ethereum/index.d.ts +216 -160
  32. package/build/address-book/ethereum/tokens/tokens.d.ts +108 -80
  33. package/build/address-book/ethereum/tokens/tokens.js +105 -77
  34. package/build/address-book/fantom/index.d.ts +100 -38
  35. package/build/address-book/fantom/tokens/tokens.d.ts +50 -19
  36. package/build/address-book/fantom/tokens/tokens.js +50 -19
  37. package/build/address-book/fraxtal/index.d.ts +34 -30
  38. package/build/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  39. package/build/address-book/fraxtal/tokens/tokens.js +17 -15
  40. package/build/address-book/fuse/index.d.ts +14 -4
  41. package/build/address-book/fuse/tokens/tokens.d.ts +7 -2
  42. package/build/address-book/fuse/tokens/tokens.js +7 -2
  43. package/build/address-book/gnosis/index.d.ts +28 -14
  44. package/build/address-book/gnosis/tokens/tokens.d.ts +14 -7
  45. package/build/address-book/gnosis/tokens/tokens.js +11 -4
  46. package/build/address-book/heco/index.d.ts +4 -2
  47. package/build/address-book/heco/tokens/tokens.d.ts +2 -1
  48. package/build/address-book/heco/tokens/tokens.js +2 -1
  49. package/build/address-book/hyperevm/index.d.ts +18 -16
  50. package/build/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  51. package/build/address-book/hyperevm/tokens/tokens.js +9 -8
  52. package/build/address-book/kava/index.d.ts +18 -10
  53. package/build/address-book/kava/tokens/tokens.d.ts +9 -5
  54. package/build/address-book/kava/tokens/tokens.js +9 -5
  55. package/build/address-book/linea/index.d.ts +34 -24
  56. package/build/address-book/linea/tokens/tokens.d.ts +17 -12
  57. package/build/address-book/linea/tokens/tokens.js +17 -12
  58. package/build/address-book/lisk/index.d.ts +4 -0
  59. package/build/address-book/lisk/tokens/tokens.d.ts +2 -0
  60. package/build/address-book/lisk/tokens/tokens.js +2 -0
  61. package/build/address-book/manta/index.d.ts +6 -2
  62. package/build/address-book/manta/tokens/tokens.d.ts +3 -1
  63. package/build/address-book/manta/tokens/tokens.js +3 -1
  64. package/build/address-book/mantle/index.d.ts +18 -14
  65. package/build/address-book/mantle/tokens/tokens.d.ts +9 -7
  66. package/build/address-book/mantle/tokens/tokens.js +9 -7
  67. package/build/address-book/metis/index.d.ts +8 -2
  68. package/build/address-book/metis/tokens/tokens.d.ts +4 -1
  69. package/build/address-book/metis/tokens/tokens.js +4 -1
  70. package/build/address-book/mode/index.d.ts +16 -12
  71. package/build/address-book/mode/tokens/tokens.d.ts +8 -6
  72. package/build/address-book/mode/tokens/tokens.js +8 -6
  73. package/build/address-book/monad/index.d.ts +22 -18
  74. package/build/address-book/monad/tokens/tokens.d.ts +11 -9
  75. package/build/address-book/monad/tokens/tokens.js +11 -9
  76. package/build/address-book/moonbeam/index.d.ts +42 -12
  77. package/build/address-book/moonbeam/tokens/tokens.d.ts +21 -6
  78. package/build/address-book/moonbeam/tokens/tokens.js +21 -6
  79. package/build/address-book/moonriver/index.d.ts +20 -16
  80. package/build/address-book/moonriver/tokens/tokens.d.ts +10 -8
  81. package/build/address-book/moonriver/tokens/tokens.js +10 -8
  82. package/build/address-book/one/index.d.ts +10 -0
  83. package/build/address-book/one/tokens/tokens.d.ts +5 -0
  84. package/build/address-book/one/tokens/tokens.js +5 -0
  85. package/build/address-book/optimism/index.d.ts +134 -80
  86. package/build/address-book/optimism/tokens/tokens.d.ts +67 -40
  87. package/build/address-book/optimism/tokens/tokens.js +67 -40
  88. package/build/address-book/plasma/index.d.ts +14 -12
  89. package/build/address-book/plasma/tokens/tokens.d.ts +7 -6
  90. package/build/address-book/plasma/tokens/tokens.js +7 -6
  91. package/build/address-book/polygon/index.d.ts +114 -48
  92. package/build/address-book/polygon/tokens/tokens.d.ts +57 -24
  93. package/build/address-book/polygon/tokens/tokens.js +56 -23
  94. package/build/address-book/real/index.d.ts +18 -16
  95. package/build/address-book/real/tokens/tokens.d.ts +9 -8
  96. package/build/address-book/real/tokens/tokens.js +9 -8
  97. package/build/address-book/rootstock/index.d.ts +6 -4
  98. package/build/address-book/rootstock/tokens/tokens.d.ts +3 -2
  99. package/build/address-book/rootstock/tokens/tokens.js +3 -2
  100. package/build/address-book/saga/index.d.ts +2 -0
  101. package/build/address-book/saga/tokens/tokens.d.ts +1 -0
  102. package/build/address-book/saga/tokens/tokens.js +1 -0
  103. package/build/address-book/scroll/index.d.ts +8 -4
  104. package/build/address-book/scroll/tokens/tokens.d.ts +4 -2
  105. package/build/address-book/scroll/tokens/tokens.js +4 -2
  106. package/build/address-book/sei/index.d.ts +6 -0
  107. package/build/address-book/sei/tokens/tokens.d.ts +3 -0
  108. package/build/address-book/sei/tokens/tokens.js +3 -0
  109. package/build/address-book/sonic/index.d.ts +40 -20
  110. package/build/address-book/sonic/tokens/tokens.d.ts +20 -10
  111. package/build/address-book/sonic/tokens/tokens.js +20 -10
  112. package/build/address-book/zkevm/index.d.ts +8 -4
  113. package/build/address-book/zkevm/tokens/tokens.d.ts +4 -2
  114. package/build/address-book/zkevm/tokens/tokens.js +4 -2
  115. package/build/address-book/zksync/index.d.ts +12 -4
  116. package/build/address-book/zksync/tokens/tokens.d.ts +6 -2
  117. package/build/address-book/zksync/tokens/tokens.js +6 -2
  118. package/build/types/token.d.ts +1 -1
  119. package/build-esm/address-book/arbitrum/index.d.ts +178 -96
  120. package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +89 -48
  121. package/build-esm/address-book/arbitrum/tokens/tokens.js +89 -48
  122. package/build-esm/address-book/aurora/index.d.ts +14 -6
  123. package/build-esm/address-book/aurora/tokens/tokens.d.ts +7 -3
  124. package/build-esm/address-book/aurora/tokens/tokens.js +7 -3
  125. package/build-esm/address-book/avax/index.d.ts +80 -32
  126. package/build-esm/address-book/avax/tokens/tokens.d.ts +40 -16
  127. package/build-esm/address-book/avax/tokens/tokens.js +40 -16
  128. package/build-esm/address-book/base/index.d.ts +212 -188
  129. package/build-esm/address-book/base/tokens/tokens.d.ts +106 -94
  130. package/build-esm/address-book/base/tokens/tokens.js +106 -94
  131. package/build-esm/address-book/berachain/index.d.ts +26 -22
  132. package/build-esm/address-book/berachain/tokens/tokens.d.ts +13 -11
  133. package/build-esm/address-book/berachain/tokens/tokens.js +13 -11
  134. package/build-esm/address-book/bsc/index.d.ts +150 -78
  135. package/build-esm/address-book/bsc/tokens/tokens.d.ts +75 -39
  136. package/build-esm/address-book/bsc/tokens/tokens.js +74 -38
  137. package/build-esm/address-book/canto/index.d.ts +10 -4
  138. package/build-esm/address-book/canto/tokens/tokens.d.ts +5 -2
  139. package/build-esm/address-book/canto/tokens/tokens.js +5 -2
  140. package/build-esm/address-book/celo/index.d.ts +12 -6
  141. package/build-esm/address-book/celo/tokens/tokens.d.ts +6 -3
  142. package/build-esm/address-book/celo/tokens/tokens.js +6 -3
  143. package/build-esm/address-book/cronos/index.d.ts +16 -4
  144. package/build-esm/address-book/cronos/tokens/tokens.d.ts +8 -2
  145. package/build-esm/address-book/cronos/tokens/tokens.js +8 -2
  146. package/build-esm/address-book/emerald/index.d.ts +14 -0
  147. package/build-esm/address-book/emerald/tokens/tokens.d.ts +7 -0
  148. package/build-esm/address-book/emerald/tokens/tokens.js +7 -0
  149. package/build-esm/address-book/ethereum/index.d.ts +216 -160
  150. package/build-esm/address-book/ethereum/tokens/tokens.d.ts +108 -80
  151. package/build-esm/address-book/ethereum/tokens/tokens.js +105 -77
  152. package/build-esm/address-book/fantom/index.d.ts +100 -38
  153. package/build-esm/address-book/fantom/tokens/tokens.d.ts +50 -19
  154. package/build-esm/address-book/fantom/tokens/tokens.js +50 -19
  155. package/build-esm/address-book/fraxtal/index.d.ts +34 -30
  156. package/build-esm/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  157. package/build-esm/address-book/fraxtal/tokens/tokens.js +17 -15
  158. package/build-esm/address-book/fuse/index.d.ts +14 -4
  159. package/build-esm/address-book/fuse/tokens/tokens.d.ts +7 -2
  160. package/build-esm/address-book/fuse/tokens/tokens.js +7 -2
  161. package/build-esm/address-book/gnosis/index.d.ts +28 -14
  162. package/build-esm/address-book/gnosis/tokens/tokens.d.ts +14 -7
  163. package/build-esm/address-book/gnosis/tokens/tokens.js +11 -4
  164. package/build-esm/address-book/heco/index.d.ts +4 -2
  165. package/build-esm/address-book/heco/tokens/tokens.d.ts +2 -1
  166. package/build-esm/address-book/heco/tokens/tokens.js +2 -1
  167. package/build-esm/address-book/hyperevm/index.d.ts +18 -16
  168. package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  169. package/build-esm/address-book/hyperevm/tokens/tokens.js +9 -8
  170. package/build-esm/address-book/kava/index.d.ts +18 -10
  171. package/build-esm/address-book/kava/tokens/tokens.d.ts +9 -5
  172. package/build-esm/address-book/kava/tokens/tokens.js +9 -5
  173. package/build-esm/address-book/linea/index.d.ts +34 -24
  174. package/build-esm/address-book/linea/tokens/tokens.d.ts +17 -12
  175. package/build-esm/address-book/linea/tokens/tokens.js +17 -12
  176. package/build-esm/address-book/lisk/index.d.ts +4 -0
  177. package/build-esm/address-book/lisk/tokens/tokens.d.ts +2 -0
  178. package/build-esm/address-book/lisk/tokens/tokens.js +2 -0
  179. package/build-esm/address-book/manta/index.d.ts +6 -2
  180. package/build-esm/address-book/manta/tokens/tokens.d.ts +3 -1
  181. package/build-esm/address-book/manta/tokens/tokens.js +3 -1
  182. package/build-esm/address-book/mantle/index.d.ts +18 -14
  183. package/build-esm/address-book/mantle/tokens/tokens.d.ts +9 -7
  184. package/build-esm/address-book/mantle/tokens/tokens.js +9 -7
  185. package/build-esm/address-book/metis/index.d.ts +8 -2
  186. package/build-esm/address-book/metis/tokens/tokens.d.ts +4 -1
  187. package/build-esm/address-book/metis/tokens/tokens.js +4 -1
  188. package/build-esm/address-book/mode/index.d.ts +16 -12
  189. package/build-esm/address-book/mode/tokens/tokens.d.ts +8 -6
  190. package/build-esm/address-book/mode/tokens/tokens.js +8 -6
  191. package/build-esm/address-book/monad/index.d.ts +22 -18
  192. package/build-esm/address-book/monad/tokens/tokens.d.ts +11 -9
  193. package/build-esm/address-book/monad/tokens/tokens.js +11 -9
  194. package/build-esm/address-book/moonbeam/index.d.ts +42 -12
  195. package/build-esm/address-book/moonbeam/tokens/tokens.d.ts +21 -6
  196. package/build-esm/address-book/moonbeam/tokens/tokens.js +21 -6
  197. package/build-esm/address-book/moonriver/index.d.ts +20 -16
  198. package/build-esm/address-book/moonriver/tokens/tokens.d.ts +10 -8
  199. package/build-esm/address-book/moonriver/tokens/tokens.js +10 -8
  200. package/build-esm/address-book/one/index.d.ts +10 -0
  201. package/build-esm/address-book/one/tokens/tokens.d.ts +5 -0
  202. package/build-esm/address-book/one/tokens/tokens.js +5 -0
  203. package/build-esm/address-book/optimism/index.d.ts +134 -80
  204. package/build-esm/address-book/optimism/tokens/tokens.d.ts +67 -40
  205. package/build-esm/address-book/optimism/tokens/tokens.js +67 -40
  206. package/build-esm/address-book/plasma/index.d.ts +14 -12
  207. package/build-esm/address-book/plasma/tokens/tokens.d.ts +7 -6
  208. package/build-esm/address-book/plasma/tokens/tokens.js +7 -6
  209. package/build-esm/address-book/polygon/index.d.ts +114 -48
  210. package/build-esm/address-book/polygon/tokens/tokens.d.ts +57 -24
  211. package/build-esm/address-book/polygon/tokens/tokens.js +56 -23
  212. package/build-esm/address-book/real/index.d.ts +18 -16
  213. package/build-esm/address-book/real/tokens/tokens.d.ts +9 -8
  214. package/build-esm/address-book/real/tokens/tokens.js +9 -8
  215. package/build-esm/address-book/rootstock/index.d.ts +6 -4
  216. package/build-esm/address-book/rootstock/tokens/tokens.d.ts +3 -2
  217. package/build-esm/address-book/rootstock/tokens/tokens.js +3 -2
  218. package/build-esm/address-book/saga/index.d.ts +2 -0
  219. package/build-esm/address-book/saga/tokens/tokens.d.ts +1 -0
  220. package/build-esm/address-book/saga/tokens/tokens.js +1 -0
  221. package/build-esm/address-book/scroll/index.d.ts +8 -4
  222. package/build-esm/address-book/scroll/tokens/tokens.d.ts +4 -2
  223. package/build-esm/address-book/scroll/tokens/tokens.js +4 -2
  224. package/build-esm/address-book/sei/index.d.ts +6 -0
  225. package/build-esm/address-book/sei/tokens/tokens.d.ts +3 -0
  226. package/build-esm/address-book/sei/tokens/tokens.js +3 -0
  227. package/build-esm/address-book/sonic/index.d.ts +40 -20
  228. package/build-esm/address-book/sonic/tokens/tokens.d.ts +20 -10
  229. package/build-esm/address-book/sonic/tokens/tokens.js +20 -10
  230. package/build-esm/address-book/zkevm/index.d.ts +8 -4
  231. package/build-esm/address-book/zkevm/tokens/tokens.d.ts +4 -2
  232. package/build-esm/address-book/zkevm/tokens/tokens.js +4 -2
  233. package/build-esm/address-book/zksync/index.d.ts +12 -4
  234. package/build-esm/address-book/zksync/tokens/tokens.d.ts +6 -2
  235. package/build-esm/address-book/zksync/tokens/tokens.js +6 -2
  236. package/build-esm/types/token.d.ts +1 -1
  237. package/package.json +1 -1
@@ -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
  };
@@ -44,7 +44,7 @@ exports.tokens = {
44
44
  bridge: 'fraxtal-canonical',
45
45
  logoURI: '',
46
46
  documentation: 'https://docs.frax.finance/',
47
- risks: ['SYNTH_STABLE'],
47
+ tags: ['STABLECOIN', 'SYNTHETIC'],
48
48
  },
49
49
  frxETH,
50
50
  wfrxETH: frxETH,
@@ -86,7 +86,7 @@ exports.tokens = {
86
86
  website: 'https://curve.finance/crvusd',
87
87
  description: 'crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar',
88
88
  documentation: 'https://docs.curve.finance/crvUSD/crvUSD/',
89
- risks: ['SYNTH_STABLE'],
89
+ tags: ['STABLECOIN', 'SYNTHETIC'],
90
90
  },
91
91
  frxUSDC: {
92
92
  name: 'USD Coin',
@@ -100,7 +100,7 @@ exports.tokens = {
100
100
  chainId: 252,
101
101
  logoURI: 'https://ftmscan.com/token/images/USDC_32.png',
102
102
  documentation: 'https://developers.circle.com/docs',
103
- risks: ['SYNTH_STABLE'],
103
+ tags: ['STABLECOIN', 'SYNTHETIC'],
104
104
  },
105
105
  cvxFXS: {
106
106
  name: 'Convex FXS',
@@ -140,7 +140,7 @@ exports.tokens = {
140
140
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
141
141
  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.",
142
142
  bridge: 'stargate',
143
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
143
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
144
144
  },
145
145
  sUSDe: {
146
146
  name: 'Staked USDe',
@@ -154,7 +154,7 @@ exports.tokens = {
154
154
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
155
155
  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.',
156
156
  bridge: 'layer-zero',
157
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
157
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
158
158
  },
159
159
  FXB20251231: {
160
160
  name: 'FXB20251231',
@@ -168,7 +168,7 @@ exports.tokens = {
168
168
  documentation: 'https://docs.frax.finance/frax-v3/fxbs',
169
169
  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.',
170
170
  bridge: 'fraxtal-canonical',
171
- risks: ['SYNTH_STABLE'],
171
+ tags: ['STABLECOIN', 'SYNTHETIC'],
172
172
  },
173
173
  FXB_20261231: {
174
174
  name: 'FXB_4_DEC312026',
@@ -182,7 +182,7 @@ exports.tokens = {
182
182
  documentation: 'https://docs.frax.finance/frax-v3/fxbs',
183
183
  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.',
184
184
  bridge: 'fraxtal-canonical',
185
- risks: ['SYNTH_STABLE'],
185
+ tags: ['STABLECOIN', 'SYNTHETIC'],
186
186
  },
187
187
  FXB20291231: {
188
188
  name: 'FXB20291231',
@@ -196,7 +196,7 @@ exports.tokens = {
196
196
  documentation: 'https://docs.frax.finance/frax-v3/fxbs',
197
197
  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.',
198
198
  bridge: 'fraxtal-canonical',
199
- risks: ['SYNTH_STABLE'],
199
+ tags: ['STABLECOIN', 'SYNTHETIC'],
200
200
  },
201
201
  FXB20551231: {
202
202
  name: 'FXB20551231',
@@ -210,7 +210,7 @@ exports.tokens = {
210
210
  documentation: 'https://docs.frax.finance/frax-v3/fxbs',
211
211
  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.',
212
212
  bridge: 'fraxtal-canonical',
213
- risks: ['SYNTH_STABLE'],
213
+ tags: ['STABLECOIN', 'SYNTHETIC'],
214
214
  },
215
215
  DAI: {
216
216
  name: 'Dai Stablecoin',
@@ -224,7 +224,7 @@ exports.tokens = {
224
224
  bridge: 'fraxtal-canonical',
225
225
  logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png',
226
226
  documentation: 'https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation',
227
- risks: ['SYNTH_STABLE'],
227
+ tags: ['STABLECOIN', 'SYNTHETIC'],
228
228
  },
229
229
  sDAI: {
230
230
  name: 'Savings DAI',
@@ -238,7 +238,7 @@ exports.tokens = {
238
238
  documentation: 'https://docs.sparkprotocol.io/hub/',
239
239
  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.',
240
240
  bridge: 'fraxtal-canonical',
241
- risks: ['SYNTH_STABLE'],
241
+ tags: ['STABLECOIN', 'SYNTHETIC'],
242
242
  },
243
243
  PYUSD: {
244
244
  name: 'PayPal USD',
@@ -251,6 +251,7 @@ exports.tokens = {
251
251
  website: 'https://www.paypal.com/us/digital-wallet/manage-money/crypto/pyusd',
252
252
  bridge: 'fraxtal-canonical',
253
253
  description: 'PayPal USD (PYUSD) is a stablecoin backed by secure and highly liquid assets.',
254
+ tags: ['STABLECOIN'],
254
255
  },
255
256
  USDT: {
256
257
  name: 'USDT',
@@ -264,6 +265,7 @@ exports.tokens = {
264
265
  bridge: 'fraxtal-canonical',
265
266
  logoURI: 'https://hecoinfo.com/token/images/USDTHECO_32.png',
266
267
  documentation: 'https://tether.to/en/how-it-works',
268
+ tags: ['STABLECOIN'],
267
269
  },
268
270
  WETH: {
269
271
  name: 'Wrapped Ether',
@@ -316,7 +318,7 @@ exports.tokens = {
316
318
  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.',
317
319
  documentation: 'https://resources.curve.finance/crvusd/scrvusd/',
318
320
  bridge: 'fraxtal-canonical',
319
- risks: ['SYNTH_STABLE'],
321
+ tags: ['STABLECOIN', 'SYNTHETIC'],
320
322
  },
321
323
  sfrxUSD: {
322
324
  name: 'Staked Frax USD',
@@ -329,7 +331,7 @@ exports.tokens = {
329
331
  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.',
330
332
  bridge: 'layer-zero',
331
333
  documentation: 'https://docs.frax.finance/',
332
- risks: ['SYNTH_STABLE'],
334
+ tags: ['STABLECOIN', 'SYNTHETIC'],
333
335
  },
334
336
  dUSD: {
335
337
  name: 'dTRINITY USD',
@@ -342,7 +344,7 @@ exports.tokens = {
342
344
  documentation: 'https://docs.dtrinity.org/',
343
345
  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.',
344
346
  bridge: 'native',
345
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
347
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
346
348
  },
347
349
  sdUSD: {
348
350
  name: 'Staked dUSD',
@@ -355,6 +357,6 @@ exports.tokens = {
355
357
  documentation: 'https://docs.dtrinity.org/',
356
358
  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. ",
357
359
  bridge: 'native',
358
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
360
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
359
361
  },
360
362
  };