@beefyfinance/blockchain-addressbook 0.54.122 → 0.54.124

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 +48 -18
  74. package/build/address-book/monad/tokens/tokens.d.ts +24 -9
  75. package/build/address-book/monad/tokens/tokens.js +24 -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 +48 -18
  192. package/build-esm/address-book/monad/tokens/tokens.d.ts +24 -9
  193. package/build-esm/address-book/monad/tokens/tokens.js +24 -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
@@ -79,7 +79,7 @@ export declare const berachain: {
79
79
  readonly description: "Turn your favorite stables into Honey. Leverage liquidity incentives on various platforms.";
80
80
  readonly documentation: "https://docs.berachain.com/";
81
81
  readonly bridge: "native";
82
- readonly risks: readonly ["SYNTH_STABLE"];
82
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
83
83
  };
84
84
  readonly BGT: {
85
85
  readonly name: "Bera Governance Token";
@@ -106,6 +106,7 @@ export declare const berachain: {
106
106
  readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
107
107
  readonly documentation: "";
108
108
  readonly bridge: "layerzero";
109
+ readonly tags: readonly ["STABLECOIN"];
109
110
  };
110
111
  readonly BYUSD: {
111
112
  readonly name: "Bera pyUSD";
@@ -119,6 +120,7 @@ export declare const berachain: {
119
120
  readonly description: "Bera LayerZero Bridged PYUSD. PayPal USD (PYUSD) is a stablecoin backed by secure and highly liquid assets.";
120
121
  readonly documentation: "";
121
122
  readonly bridge: "layerzero";
123
+ readonly tags: readonly ["STABLECOIN"];
122
124
  };
123
125
  readonly WBTC: {
124
126
  readonly name: "Wrapped BTC";
@@ -192,7 +194,7 @@ export declare const berachain: {
192
194
  readonly website: "https://www.bmbm.lol/";
193
195
  readonly description: "bm, short for Bera Morning, is a widely recognized term in the Berachain community and the first meme coin ever launched on Berachain.";
194
196
  readonly bridge: "native";
195
- readonly risks: readonly ["LARGE_HOLDERS"];
197
+ readonly tags: readonly ["LARGE_HOLDERS"];
196
198
  };
197
199
  readonly LBGT: {
198
200
  readonly name: "Liquid BGT";
@@ -205,7 +207,7 @@ export declare const berachain: {
205
207
  readonly documentation: "https://docs.berapaw.com/";
206
208
  readonly description: "The Liquid Bera Governance Token ($LBGT) is a core component of BeraPaw. It tokenizes Berachain’s native Governance, BGT, into a liquid, transferable asset. This innovation simplifies participation in Berachain’s Proof of Liquidity (PoL) by automating rewards and delegations while providing users with the flexibility to trade and utilize $LBGT across decentralized finance (DeFi) ecosystems.";
207
209
  readonly bridge: "native";
208
- readonly risks: readonly ["NO_TIMELOCK"];
210
+ readonly tags: readonly ["NO_TIMELOCK"];
209
211
  };
210
212
  readonly YEET: {
211
213
  readonly name: "YEET";
@@ -218,7 +220,7 @@ export declare const berachain: {
218
220
  readonly documentation: "https://docs.yeetit.xyz/";
219
221
  readonly description: "Yeet offers three core products: the Yeet Game, YeetBonds, and Vault. The Yeet Game combines DeFi and on-chain gaming, allowing players to win $BERA and $YEET prizes. YeetBonds is an open marketplace for OTC sales where users can buy Berachain ecosystem tokens at a discount, in collaboration with Bond Protocol. The Vault is a yield product that farms liquidity and compounds rewards using a complex DeFi yield farming strategy, simplified for users.";
220
222
  readonly bridge: "native";
221
- readonly risks: readonly ["LARGE_HOLDERS"];
223
+ readonly tags: readonly ["LARGE_HOLDERS"];
222
224
  };
223
225
  readonly RAMEN: {
224
226
  readonly name: "Ramen Token";
@@ -230,7 +232,7 @@ export declare const berachain: {
230
232
  readonly website: "https://ramen.finance/";
231
233
  readonly description: "Token launchpad powering liquidity for next-gen protocols on Berachain";
232
234
  readonly bridge: "native";
233
- readonly risks: readonly ["LARGE_HOLDERS"];
235
+ readonly tags: readonly ["LARGE_HOLDERS"];
234
236
  };
235
237
  readonly SolvBTC: {
236
238
  readonly name: "SolvBTC";
@@ -243,7 +245,7 @@ export declare const berachain: {
243
245
  readonly description: "SolvBTC is a universal Bitcoin reserve token that connects Bitcoin’s value across multiple blockchains. Backed 1:1 by a transparent reserve, it allows you to use your Bitcoin in DeFi, CeFi, and TradFi markets for lending, trading, or yield generation while maintaining full control.";
244
246
  readonly documentation: "https://docs.solv.finance/key-products/solvbtc";
245
247
  readonly bridge: "layerzero";
246
- readonly risks: readonly ["NO_TIMELOCK"];
248
+ readonly tags: readonly ["NO_TIMELOCK"];
247
249
  };
248
250
  readonly xSolvBTC: {
249
251
  readonly name: "xSolvBTC";
@@ -256,7 +258,7 @@ export declare const berachain: {
256
258
  readonly description: "xSolvBTC is a yield-bearing Bitcoin token representing staked Bitcoin in the Babylon ecosystem. Pegged 1:1 with Bitcoin, it enables users to earn staking rewards from Babylon while unlocking liquidity and additional yields in the DeFi ecosystem.";
257
259
  readonly documentation: "https://docs.solv.finance/key-products/solvbtc";
258
260
  readonly bridge: "layerzero";
259
- readonly risks: readonly ["NO_TIMELOCK"];
261
+ readonly tags: readonly ["NO_TIMELOCK"];
260
262
  };
261
263
  readonly BREAD: {
262
264
  readonly name: "BREAD";
@@ -281,7 +283,7 @@ export declare const berachain: {
281
283
  readonly documentation: "https://docs.oogabooga.io/";
282
284
  readonly description: "Ooga Booga is a decentralized exchange aggregator built on Berachain, designed to help traders find the most cost-effective crypto swaps across various exchanges. It serves as Berachain's native liquidity aggregator, enhancing the efficiency and accessibility of decentralized trading on the platform.";
283
285
  readonly bridge: "native";
284
- readonly risks: readonly ["LARGE_HOLDERS"];
286
+ readonly tags: readonly ["LARGE_HOLDERS"];
285
287
  };
286
288
  readonly USDbr: {
287
289
  readonly name: "USDbr";
@@ -294,7 +296,7 @@ export declare const berachain: {
294
296
  readonly documentation: "https://nome-protocol.gitbook.io/nomeprotocol";
295
297
  readonly description: "Nome Protocol is a synthetic asset protocol designed to provide scalable, algorithmic liquidity for the Berachain ecosystem. It operates through $USDbr, an elastic, algorithmic stablecoin, and $NOME, its governance and staking asset.";
296
298
  readonly bridge: "native";
297
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
299
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
298
300
  };
299
301
  readonly DOLO: {
300
302
  readonly name: "Dolomite";
@@ -320,7 +322,7 @@ export declare const berachain: {
320
322
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
321
323
  readonly description: "Ethenas USDe is not the same as a fiat stablecoin like USDC or USDT. USDe is a synthetic dollar, backed with crypto assets and corresponding short futures positions.";
322
324
  readonly bridge: "layer-zero";
323
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
325
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
324
326
  };
325
327
  readonly sUSDe: {
326
328
  readonly name: "Staked USDe";
@@ -334,7 +336,7 @@ export declare const berachain: {
334
336
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
335
337
  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.";
336
338
  readonly bridge: "layer-zero";
337
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
339
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
338
340
  };
339
341
  };
340
342
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
@@ -415,7 +417,7 @@ export declare const berachain: {
415
417
  readonly description: "Turn your favorite stables into Honey. Leverage liquidity incentives on various platforms.";
416
418
  readonly documentation: "https://docs.berachain.com/";
417
419
  readonly bridge: "native";
418
- readonly risks: readonly ["SYNTH_STABLE"];
420
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
419
421
  };
420
422
  readonly BGT: {
421
423
  readonly name: "Bera Governance Token";
@@ -442,6 +444,7 @@ export declare const berachain: {
442
444
  readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
443
445
  readonly documentation: "";
444
446
  readonly bridge: "layerzero";
447
+ readonly tags: readonly ["STABLECOIN"];
445
448
  };
446
449
  readonly BYUSD: {
447
450
  readonly name: "Bera pyUSD";
@@ -455,6 +458,7 @@ export declare const berachain: {
455
458
  readonly description: "Bera LayerZero Bridged PYUSD. PayPal USD (PYUSD) is a stablecoin backed by secure and highly liquid assets.";
456
459
  readonly documentation: "";
457
460
  readonly bridge: "layerzero";
461
+ readonly tags: readonly ["STABLECOIN"];
458
462
  };
459
463
  readonly WBTC: {
460
464
  readonly name: "Wrapped BTC";
@@ -528,7 +532,7 @@ export declare const berachain: {
528
532
  readonly website: "https://www.bmbm.lol/";
529
533
  readonly description: "bm, short for Bera Morning, is a widely recognized term in the Berachain community and the first meme coin ever launched on Berachain.";
530
534
  readonly bridge: "native";
531
- readonly risks: readonly ["LARGE_HOLDERS"];
535
+ readonly tags: readonly ["LARGE_HOLDERS"];
532
536
  };
533
537
  readonly LBGT: {
534
538
  readonly name: "Liquid BGT";
@@ -541,7 +545,7 @@ export declare const berachain: {
541
545
  readonly documentation: "https://docs.berapaw.com/";
542
546
  readonly description: "The Liquid Bera Governance Token ($LBGT) is a core component of BeraPaw. It tokenizes Berachain’s native Governance, BGT, into a liquid, transferable asset. This innovation simplifies participation in Berachain’s Proof of Liquidity (PoL) by automating rewards and delegations while providing users with the flexibility to trade and utilize $LBGT across decentralized finance (DeFi) ecosystems.";
543
547
  readonly bridge: "native";
544
- readonly risks: readonly ["NO_TIMELOCK"];
548
+ readonly tags: readonly ["NO_TIMELOCK"];
545
549
  };
546
550
  readonly YEET: {
547
551
  readonly name: "YEET";
@@ -554,7 +558,7 @@ export declare const berachain: {
554
558
  readonly documentation: "https://docs.yeetit.xyz/";
555
559
  readonly description: "Yeet offers three core products: the Yeet Game, YeetBonds, and Vault. The Yeet Game combines DeFi and on-chain gaming, allowing players to win $BERA and $YEET prizes. YeetBonds is an open marketplace for OTC sales where users can buy Berachain ecosystem tokens at a discount, in collaboration with Bond Protocol. The Vault is a yield product that farms liquidity and compounds rewards using a complex DeFi yield farming strategy, simplified for users.";
556
560
  readonly bridge: "native";
557
- readonly risks: readonly ["LARGE_HOLDERS"];
561
+ readonly tags: readonly ["LARGE_HOLDERS"];
558
562
  };
559
563
  readonly RAMEN: {
560
564
  readonly name: "Ramen Token";
@@ -566,7 +570,7 @@ export declare const berachain: {
566
570
  readonly website: "https://ramen.finance/";
567
571
  readonly description: "Token launchpad powering liquidity for next-gen protocols on Berachain";
568
572
  readonly bridge: "native";
569
- readonly risks: readonly ["LARGE_HOLDERS"];
573
+ readonly tags: readonly ["LARGE_HOLDERS"];
570
574
  };
571
575
  readonly SolvBTC: {
572
576
  readonly name: "SolvBTC";
@@ -579,7 +583,7 @@ export declare const berachain: {
579
583
  readonly description: "SolvBTC is a universal Bitcoin reserve token that connects Bitcoin’s value across multiple blockchains. Backed 1:1 by a transparent reserve, it allows you to use your Bitcoin in DeFi, CeFi, and TradFi markets for lending, trading, or yield generation while maintaining full control.";
580
584
  readonly documentation: "https://docs.solv.finance/key-products/solvbtc";
581
585
  readonly bridge: "layerzero";
582
- readonly risks: readonly ["NO_TIMELOCK"];
586
+ readonly tags: readonly ["NO_TIMELOCK"];
583
587
  };
584
588
  readonly xSolvBTC: {
585
589
  readonly name: "xSolvBTC";
@@ -592,7 +596,7 @@ export declare const berachain: {
592
596
  readonly description: "xSolvBTC is a yield-bearing Bitcoin token representing staked Bitcoin in the Babylon ecosystem. Pegged 1:1 with Bitcoin, it enables users to earn staking rewards from Babylon while unlocking liquidity and additional yields in the DeFi ecosystem.";
593
597
  readonly documentation: "https://docs.solv.finance/key-products/solvbtc";
594
598
  readonly bridge: "layerzero";
595
- readonly risks: readonly ["NO_TIMELOCK"];
599
+ readonly tags: readonly ["NO_TIMELOCK"];
596
600
  };
597
601
  readonly BREAD: {
598
602
  readonly name: "BREAD";
@@ -617,7 +621,7 @@ export declare const berachain: {
617
621
  readonly documentation: "https://docs.oogabooga.io/";
618
622
  readonly description: "Ooga Booga is a decentralized exchange aggregator built on Berachain, designed to help traders find the most cost-effective crypto swaps across various exchanges. It serves as Berachain's native liquidity aggregator, enhancing the efficiency and accessibility of decentralized trading on the platform.";
619
623
  readonly bridge: "native";
620
- readonly risks: readonly ["LARGE_HOLDERS"];
624
+ readonly tags: readonly ["LARGE_HOLDERS"];
621
625
  };
622
626
  readonly USDbr: {
623
627
  readonly name: "USDbr";
@@ -630,7 +634,7 @@ export declare const berachain: {
630
634
  readonly documentation: "https://nome-protocol.gitbook.io/nomeprotocol";
631
635
  readonly description: "Nome Protocol is a synthetic asset protocol designed to provide scalable, algorithmic liquidity for the Berachain ecosystem. It operates through $USDbr, an elastic, algorithmic stablecoin, and $NOME, its governance and staking asset.";
632
636
  readonly bridge: "native";
633
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
637
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
634
638
  };
635
639
  readonly DOLO: {
636
640
  readonly name: "Dolomite";
@@ -656,7 +660,7 @@ export declare const berachain: {
656
660
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
657
661
  readonly description: "Ethenas USDe is not the same as a fiat stablecoin like USDC or USDT. USDe is a synthetic dollar, backed with crypto assets and corresponding short futures positions.";
658
662
  readonly bridge: "layer-zero";
659
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
663
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
660
664
  };
661
665
  readonly sUSDe: {
662
666
  readonly name: "Staked USDe";
@@ -670,7 +674,7 @@ export declare const berachain: {
670
674
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
671
675
  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.";
672
676
  readonly bridge: "layer-zero";
673
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
677
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
674
678
  };
675
679
  }>;
676
680
  readonly native: {
@@ -76,7 +76,7 @@ export declare const tokens: {
76
76
  readonly description: "Turn your favorite stables into Honey. Leverage liquidity incentives on various platforms.";
77
77
  readonly documentation: "https://docs.berachain.com/";
78
78
  readonly bridge: "native";
79
- readonly risks: readonly ["SYNTH_STABLE"];
79
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
80
80
  };
81
81
  readonly BGT: {
82
82
  readonly name: "Bera Governance Token";
@@ -103,6 +103,7 @@ export declare const tokens: {
103
103
  readonly description: "USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
104
104
  readonly documentation: "";
105
105
  readonly bridge: "layerzero";
106
+ readonly tags: readonly ["STABLECOIN"];
106
107
  };
107
108
  readonly BYUSD: {
108
109
  readonly name: "Bera pyUSD";
@@ -116,6 +117,7 @@ export declare const tokens: {
116
117
  readonly description: "Bera LayerZero Bridged PYUSD. PayPal USD (PYUSD) is a stablecoin backed by secure and highly liquid assets.";
117
118
  readonly documentation: "";
118
119
  readonly bridge: "layerzero";
120
+ readonly tags: readonly ["STABLECOIN"];
119
121
  };
120
122
  readonly WBTC: {
121
123
  readonly name: "Wrapped BTC";
@@ -189,7 +191,7 @@ export declare const tokens: {
189
191
  readonly website: "https://www.bmbm.lol/";
190
192
  readonly description: "bm, short for Bera Morning, is a widely recognized term in the Berachain community and the first meme coin ever launched on Berachain.";
191
193
  readonly bridge: "native";
192
- readonly risks: readonly ["LARGE_HOLDERS"];
194
+ readonly tags: readonly ["LARGE_HOLDERS"];
193
195
  };
194
196
  readonly LBGT: {
195
197
  readonly name: "Liquid BGT";
@@ -202,7 +204,7 @@ export declare const tokens: {
202
204
  readonly documentation: "https://docs.berapaw.com/";
203
205
  readonly description: "The Liquid Bera Governance Token ($LBGT) is a core component of BeraPaw. It tokenizes Berachain’s native Governance, BGT, into a liquid, transferable asset. This innovation simplifies participation in Berachain’s Proof of Liquidity (PoL) by automating rewards and delegations while providing users with the flexibility to trade and utilize $LBGT across decentralized finance (DeFi) ecosystems.";
204
206
  readonly bridge: "native";
205
- readonly risks: readonly ["NO_TIMELOCK"];
207
+ readonly tags: readonly ["NO_TIMELOCK"];
206
208
  };
207
209
  readonly YEET: {
208
210
  readonly name: "YEET";
@@ -215,7 +217,7 @@ export declare const tokens: {
215
217
  readonly documentation: "https://docs.yeetit.xyz/";
216
218
  readonly description: "Yeet offers three core products: the Yeet Game, YeetBonds, and Vault. The Yeet Game combines DeFi and on-chain gaming, allowing players to win $BERA and $YEET prizes. YeetBonds is an open marketplace for OTC sales where users can buy Berachain ecosystem tokens at a discount, in collaboration with Bond Protocol. The Vault is a yield product that farms liquidity and compounds rewards using a complex DeFi yield farming strategy, simplified for users.";
217
219
  readonly bridge: "native";
218
- readonly risks: readonly ["LARGE_HOLDERS"];
220
+ readonly tags: readonly ["LARGE_HOLDERS"];
219
221
  };
220
222
  readonly RAMEN: {
221
223
  readonly name: "Ramen Token";
@@ -227,7 +229,7 @@ export declare const tokens: {
227
229
  readonly website: "https://ramen.finance/";
228
230
  readonly description: "Token launchpad powering liquidity for next-gen protocols on Berachain";
229
231
  readonly bridge: "native";
230
- readonly risks: readonly ["LARGE_HOLDERS"];
232
+ readonly tags: readonly ["LARGE_HOLDERS"];
231
233
  };
232
234
  readonly SolvBTC: {
233
235
  readonly name: "SolvBTC";
@@ -240,7 +242,7 @@ export declare const tokens: {
240
242
  readonly description: "SolvBTC is a universal Bitcoin reserve token that connects Bitcoin’s value across multiple blockchains. Backed 1:1 by a transparent reserve, it allows you to use your Bitcoin in DeFi, CeFi, and TradFi markets for lending, trading, or yield generation while maintaining full control.";
241
243
  readonly documentation: "https://docs.solv.finance/key-products/solvbtc";
242
244
  readonly bridge: "layerzero";
243
- readonly risks: readonly ["NO_TIMELOCK"];
245
+ readonly tags: readonly ["NO_TIMELOCK"];
244
246
  };
245
247
  readonly xSolvBTC: {
246
248
  readonly name: "xSolvBTC";
@@ -253,7 +255,7 @@ export declare const tokens: {
253
255
  readonly description: "xSolvBTC is a yield-bearing Bitcoin token representing staked Bitcoin in the Babylon ecosystem. Pegged 1:1 with Bitcoin, it enables users to earn staking rewards from Babylon while unlocking liquidity and additional yields in the DeFi ecosystem.";
254
256
  readonly documentation: "https://docs.solv.finance/key-products/solvbtc";
255
257
  readonly bridge: "layerzero";
256
- readonly risks: readonly ["NO_TIMELOCK"];
258
+ readonly tags: readonly ["NO_TIMELOCK"];
257
259
  };
258
260
  readonly BREAD: {
259
261
  readonly name: "BREAD";
@@ -278,7 +280,7 @@ export declare const tokens: {
278
280
  readonly documentation: "https://docs.oogabooga.io/";
279
281
  readonly description: "Ooga Booga is a decentralized exchange aggregator built on Berachain, designed to help traders find the most cost-effective crypto swaps across various exchanges. It serves as Berachain's native liquidity aggregator, enhancing the efficiency and accessibility of decentralized trading on the platform.";
280
282
  readonly bridge: "native";
281
- readonly risks: readonly ["LARGE_HOLDERS"];
283
+ readonly tags: readonly ["LARGE_HOLDERS"];
282
284
  };
283
285
  readonly USDbr: {
284
286
  readonly name: "USDbr";
@@ -291,7 +293,7 @@ export declare const tokens: {
291
293
  readonly documentation: "https://nome-protocol.gitbook.io/nomeprotocol";
292
294
  readonly description: "Nome Protocol is a synthetic asset protocol designed to provide scalable, algorithmic liquidity for the Berachain ecosystem. It operates through $USDbr, an elastic, algorithmic stablecoin, and $NOME, its governance and staking asset.";
293
295
  readonly bridge: "native";
294
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
296
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
295
297
  };
296
298
  readonly DOLO: {
297
299
  readonly name: "Dolomite";
@@ -317,7 +319,7 @@ export declare const tokens: {
317
319
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
318
320
  readonly description: "Ethenas USDe is not the same as a fiat stablecoin like USDC or USDT. USDe is a synthetic dollar, backed with crypto assets and corresponding short futures positions.";
319
321
  readonly bridge: "layer-zero";
320
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
322
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
321
323
  };
322
324
  readonly sUSDe: {
323
325
  readonly name: "Staked USDe";
@@ -331,6 +333,6 @@ export declare const tokens: {
331
333
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
332
334
  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.";
333
335
  readonly bridge: "layer-zero";
334
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
336
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
335
337
  };
336
338
  };
@@ -41,7 +41,7 @@ export const tokens = {
41
41
  description: 'Turn your favorite stables into Honey. Leverage liquidity incentives on various platforms.',
42
42
  documentation: 'https://docs.berachain.com/',
43
43
  bridge: 'native',
44
- risks: ['SYNTH_STABLE'],
44
+ tags: ['STABLECOIN', 'SYNTHETIC'],
45
45
  },
46
46
  BGT: {
47
47
  name: 'Bera Governance Token',
@@ -68,6 +68,7 @@ export const tokens = {
68
68
  description: 'USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.',
69
69
  documentation: '',
70
70
  bridge: 'layerzero',
71
+ tags: ['STABLECOIN'],
71
72
  },
72
73
  BYUSD: {
73
74
  name: 'Bera pyUSD',
@@ -81,6 +82,7 @@ export const tokens = {
81
82
  description: 'Bera LayerZero Bridged PYUSD. PayPal USD (PYUSD) is a stablecoin backed by secure and highly liquid assets.',
82
83
  documentation: '',
83
84
  bridge: 'layerzero',
85
+ tags: ['STABLECOIN'],
84
86
  },
85
87
  WBTC: {
86
88
  name: 'Wrapped BTC',
@@ -154,7 +156,7 @@ export const tokens = {
154
156
  website: 'https://www.bmbm.lol/',
155
157
  description: 'bm, short for Bera Morning, is a widely recognized term in the Berachain community and the first meme coin ever launched on Berachain.',
156
158
  bridge: 'native',
157
- risks: ['LARGE_HOLDERS'],
159
+ tags: ['LARGE_HOLDERS'],
158
160
  },
159
161
  LBGT: {
160
162
  name: 'Liquid BGT',
@@ -167,7 +169,7 @@ export const tokens = {
167
169
  documentation: 'https://docs.berapaw.com/',
168
170
  description: 'The Liquid Bera Governance Token ($LBGT) is a core component of BeraPaw. It tokenizes Berachain’s native Governance, BGT, into a liquid, transferable asset. This innovation simplifies participation in Berachain’s Proof of Liquidity (PoL) by automating rewards and delegations while providing users with the flexibility to trade and utilize $LBGT across decentralized finance (DeFi) ecosystems.',
169
171
  bridge: 'native',
170
- risks: ['NO_TIMELOCK'],
172
+ tags: ['NO_TIMELOCK'],
171
173
  },
172
174
  YEET: {
173
175
  name: 'YEET',
@@ -180,7 +182,7 @@ export const tokens = {
180
182
  documentation: 'https://docs.yeetit.xyz/',
181
183
  description: 'Yeet offers three core products: the Yeet Game, YeetBonds, and Vault. The Yeet Game combines DeFi and on-chain gaming, allowing players to win $BERA and $YEET prizes. YeetBonds is an open marketplace for OTC sales where users can buy Berachain ecosystem tokens at a discount, in collaboration with Bond Protocol. The Vault is a yield product that farms liquidity and compounds rewards using a complex DeFi yield farming strategy, simplified for users.',
182
184
  bridge: 'native',
183
- risks: ['LARGE_HOLDERS'],
185
+ tags: ['LARGE_HOLDERS'],
184
186
  },
185
187
  RAMEN: {
186
188
  name: 'Ramen Token',
@@ -192,7 +194,7 @@ export const tokens = {
192
194
  website: 'https://ramen.finance/',
193
195
  description: 'Token launchpad powering liquidity for next-gen protocols on Berachain',
194
196
  bridge: 'native',
195
- risks: ['LARGE_HOLDERS'],
197
+ tags: ['LARGE_HOLDERS'],
196
198
  },
197
199
  SolvBTC: {
198
200
  name: 'SolvBTC',
@@ -205,7 +207,7 @@ export const tokens = {
205
207
  description: 'SolvBTC is a universal Bitcoin reserve token that connects Bitcoin’s value across multiple blockchains. Backed 1:1 by a transparent reserve, it allows you to use your Bitcoin in DeFi, CeFi, and TradFi markets for lending, trading, or yield generation while maintaining full control.',
206
208
  documentation: 'https://docs.solv.finance/key-products/solvbtc',
207
209
  bridge: 'layerzero',
208
- risks: ['NO_TIMELOCK'],
210
+ tags: ['NO_TIMELOCK'],
209
211
  },
210
212
  xSolvBTC: {
211
213
  name: 'xSolvBTC',
@@ -218,7 +220,7 @@ export const tokens = {
218
220
  description: 'xSolvBTC is a yield-bearing Bitcoin token representing staked Bitcoin in the Babylon ecosystem. Pegged 1:1 with Bitcoin, it enables users to earn staking rewards from Babylon while unlocking liquidity and additional yields in the DeFi ecosystem.',
219
221
  documentation: 'https://docs.solv.finance/key-products/solvbtc',
220
222
  bridge: 'layerzero',
221
- risks: ['NO_TIMELOCK'],
223
+ tags: ['NO_TIMELOCK'],
222
224
  },
223
225
  BREAD: {
224
226
  name: 'BREAD',
@@ -243,7 +245,7 @@ export const tokens = {
243
245
  documentation: 'https://docs.oogabooga.io/',
244
246
  description: "Ooga Booga is a decentralized exchange aggregator built on Berachain, designed to help traders find the most cost-effective crypto swaps across various exchanges. It serves as Berachain's native liquidity aggregator, enhancing the efficiency and accessibility of decentralized trading on the platform.",
245
247
  bridge: 'native',
246
- risks: ['LARGE_HOLDERS'],
248
+ tags: ['LARGE_HOLDERS'],
247
249
  },
248
250
  USDbr: {
249
251
  name: 'USDbr',
@@ -256,7 +258,7 @@ export const tokens = {
256
258
  documentation: 'https://nome-protocol.gitbook.io/nomeprotocol',
257
259
  description: 'Nome Protocol is a synthetic asset protocol designed to provide scalable, algorithmic liquidity for the Berachain ecosystem. It operates through $USDbr, an elastic, algorithmic stablecoin, and $NOME, its governance and staking asset.',
258
260
  bridge: 'native',
259
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
261
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
260
262
  },
261
263
  DOLO: {
262
264
  name: 'Dolomite',
@@ -282,7 +284,7 @@ export const tokens = {
282
284
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
283
285
  description: 'Ethenas USDe is not the same as a fiat stablecoin like USDC or USDT. USDe is a synthetic dollar, backed with crypto assets and corresponding short futures positions.',
284
286
  bridge: 'layer-zero',
285
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
287
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
286
288
  },
287
289
  sUSDe: {
288
290
  name: 'Staked USDe',
@@ -296,6 +298,6 @@ export const tokens = {
296
298
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
297
299
  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.',
298
300
  bridge: 'layer-zero',
299
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
301
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
300
302
  },
301
303
  };