@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
  };
@@ -44,7 +44,7 @@ exports.tokens = {
44
44
  description: 'Turn your favorite stables into Honey. Leverage liquidity incentives on various platforms.',
45
45
  documentation: 'https://docs.berachain.com/',
46
46
  bridge: 'native',
47
- risks: ['SYNTH_STABLE'],
47
+ tags: ['STABLECOIN', 'SYNTHETIC'],
48
48
  },
49
49
  BGT: {
50
50
  name: 'Bera Governance Token',
@@ -71,6 +71,7 @@ exports.tokens = {
71
71
  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.',
72
72
  documentation: '',
73
73
  bridge: 'layerzero',
74
+ tags: ['STABLECOIN'],
74
75
  },
75
76
  BYUSD: {
76
77
  name: 'Bera pyUSD',
@@ -84,6 +85,7 @@ exports.tokens = {
84
85
  description: 'Bera LayerZero Bridged PYUSD. PayPal USD (PYUSD) is a stablecoin backed by secure and highly liquid assets.',
85
86
  documentation: '',
86
87
  bridge: 'layerzero',
88
+ tags: ['STABLECOIN'],
87
89
  },
88
90
  WBTC: {
89
91
  name: 'Wrapped BTC',
@@ -157,7 +159,7 @@ exports.tokens = {
157
159
  website: 'https://www.bmbm.lol/',
158
160
  description: 'bm, short for Bera Morning, is a widely recognized term in the Berachain community and the first meme coin ever launched on Berachain.',
159
161
  bridge: 'native',
160
- risks: ['LARGE_HOLDERS'],
162
+ tags: ['LARGE_HOLDERS'],
161
163
  },
162
164
  LBGT: {
163
165
  name: 'Liquid BGT',
@@ -170,7 +172,7 @@ exports.tokens = {
170
172
  documentation: 'https://docs.berapaw.com/',
171
173
  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.',
172
174
  bridge: 'native',
173
- risks: ['NO_TIMELOCK'],
175
+ tags: ['NO_TIMELOCK'],
174
176
  },
175
177
  YEET: {
176
178
  name: 'YEET',
@@ -183,7 +185,7 @@ exports.tokens = {
183
185
  documentation: 'https://docs.yeetit.xyz/',
184
186
  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.',
185
187
  bridge: 'native',
186
- risks: ['LARGE_HOLDERS'],
188
+ tags: ['LARGE_HOLDERS'],
187
189
  },
188
190
  RAMEN: {
189
191
  name: 'Ramen Token',
@@ -195,7 +197,7 @@ exports.tokens = {
195
197
  website: 'https://ramen.finance/',
196
198
  description: 'Token launchpad powering liquidity for next-gen protocols on Berachain',
197
199
  bridge: 'native',
198
- risks: ['LARGE_HOLDERS'],
200
+ tags: ['LARGE_HOLDERS'],
199
201
  },
200
202
  SolvBTC: {
201
203
  name: 'SolvBTC',
@@ -208,7 +210,7 @@ exports.tokens = {
208
210
  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.',
209
211
  documentation: 'https://docs.solv.finance/key-products/solvbtc',
210
212
  bridge: 'layerzero',
211
- risks: ['NO_TIMELOCK'],
213
+ tags: ['NO_TIMELOCK'],
212
214
  },
213
215
  xSolvBTC: {
214
216
  name: 'xSolvBTC',
@@ -221,7 +223,7 @@ exports.tokens = {
221
223
  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.',
222
224
  documentation: 'https://docs.solv.finance/key-products/solvbtc',
223
225
  bridge: 'layerzero',
224
- risks: ['NO_TIMELOCK'],
226
+ tags: ['NO_TIMELOCK'],
225
227
  },
226
228
  BREAD: {
227
229
  name: 'BREAD',
@@ -246,7 +248,7 @@ exports.tokens = {
246
248
  documentation: 'https://docs.oogabooga.io/',
247
249
  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.",
248
250
  bridge: 'native',
249
- risks: ['LARGE_HOLDERS'],
251
+ tags: ['LARGE_HOLDERS'],
250
252
  },
251
253
  USDbr: {
252
254
  name: 'USDbr',
@@ -259,7 +261,7 @@ exports.tokens = {
259
261
  documentation: 'https://nome-protocol.gitbook.io/nomeprotocol',
260
262
  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.',
261
263
  bridge: 'native',
262
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
264
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
263
265
  },
264
266
  DOLO: {
265
267
  name: 'Dolomite',
@@ -285,7 +287,7 @@ exports.tokens = {
285
287
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
286
288
  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.',
287
289
  bridge: 'layer-zero',
288
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
290
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
289
291
  },
290
292
  sUSDe: {
291
293
  name: 'Staked USDe',
@@ -299,6 +301,6 @@ exports.tokens = {
299
301
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
300
302
  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.',
301
303
  bridge: 'layer-zero',
302
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
304
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
303
305
  },
304
306
  };