@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
@@ -63,6 +63,7 @@ export declare const tokens: {
63
63
  readonly description: "USDC (Multichain) 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.";
64
64
  readonly documentation: "https://developers.circle.com/docs";
65
65
  readonly bridge: "multichain";
66
+ readonly tags: readonly ["SYNTHETIC"];
66
67
  };
67
68
  readonly multichainUSDT: {
68
69
  readonly name: "USDT";
@@ -76,6 +77,7 @@ export declare const tokens: {
76
77
  readonly description: "Multichain Bridged Token. Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
77
78
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
78
79
  readonly bridge: "multichain";
80
+ readonly tags: readonly ["SYNTHETIC"];
79
81
  };
80
82
  readonly USDT: {
81
83
  readonly name: "USDT";
@@ -89,7 +91,7 @@ export declare const tokens: {
89
91
  readonly description: "Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
90
92
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
91
93
  readonly bridge: "native";
92
- readonly risks: readonly ["SYNTH_STABLE"];
94
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
93
95
  };
94
96
  readonly DAI: {
95
97
  readonly name: "Dai Stablecoin";
@@ -103,7 +105,7 @@ export declare const tokens: {
103
105
  readonly description: "Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.";
104
106
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png";
105
107
  readonly bridge: "multichain";
106
- readonly risks: readonly ["SYNTH_STABLE"];
108
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
107
109
  };
108
110
  readonly SUSHI: {
109
111
  readonly name: "Sushi";
@@ -153,6 +155,7 @@ export declare const tokens: {
153
155
  readonly bridge: "axelar";
154
156
  readonly description: "axlUSDC is a cross-chain representation of USDC, secured by a validator set using delegated Proof-of-Stake and multi-party cryptography. It allows USDC to move seamlessly across different blockchain ecosystems, minted by depositing USDC into an Axelar Gateway on Ethereum, and can be acquired through DEXs, cross-chain swaps via Squid, or bridging via Satellite.money.";
155
157
  readonly documentation: "https://docs.axelar.dev/learn/axlusdc";
158
+ readonly tags: readonly ["STABLECOIN"];
156
159
  };
157
160
  readonly axlUSDT: {
158
161
  readonly name: "USDT";
@@ -166,6 +169,7 @@ export declare const tokens: {
166
169
  readonly description: "axlUSDT is a cross-chain representation of USDT, secured by a validator set using delegated Proof-of-Stake and multi-party cryptography. It allows USDT to move seamlessly across different blockchain ecosystems, minted by depositing USDT into an Axelar Gateway on Ethereum, and can be acquired through DEXs, cross-chain swaps via Squid, or bridging via Satellite.money.";
167
170
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
168
171
  readonly bridge: "axelar";
172
+ readonly tags: readonly ["STABLECOIN"];
169
173
  };
170
174
  readonly axlDAI: {
171
175
  readonly name: "Axelar Dai Stablecoin";
@@ -179,7 +183,7 @@ export declare const tokens: {
179
183
  readonly description: "Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.";
180
184
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png";
181
185
  readonly bridge: "axelar";
182
- readonly risks: readonly ["SYNTH_STABLE"];
186
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
183
187
  };
184
188
  readonly VARA: {
185
189
  readonly name: "VARA";
@@ -218,7 +222,7 @@ export declare const tokens: {
218
222
  readonly website: "https://www.mai.finance/";
219
223
  readonly description: "MAI is a stablecoin collateralized by your crypto holdings. It's powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.";
220
224
  readonly documentation: "https://docs.mai.finance/";
221
- readonly risks: readonly ["SYNTH_STABLE"];
225
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
222
226
  };
223
227
  readonly BNB: {
224
228
  readonly name: "Binance Chain";
@@ -270,7 +274,7 @@ export declare const tokens: {
270
274
  readonly logoURI: "";
271
275
  readonly documentation: "https://docs.abracadabra.money/";
272
276
  readonly bridge: "layer-zero";
273
- readonly risks: readonly ["SYNTH_STABLE"];
277
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
274
278
  };
275
279
  readonly axlETH: {
276
280
  readonly name: "Axelar Wrapped ETH";
@@ -31,6 +31,7 @@ exports.tokens = {
31
31
  description: 'USDC (Multichain) 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.',
32
32
  documentation: 'https://developers.circle.com/docs',
33
33
  bridge: 'multichain',
34
+ tags: ['SYNTHETIC'],
34
35
  },
35
36
  multichainUSDT: {
36
37
  name: 'USDT',
@@ -44,6 +45,7 @@ exports.tokens = {
44
45
  description: 'Multichain Bridged Token. Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.',
45
46
  logoURI: 'https://hecoinfo.com/token/images/USDTHECO_32.png',
46
47
  bridge: 'multichain',
48
+ tags: ['SYNTHETIC'],
47
49
  },
48
50
  USDT: {
49
51
  name: 'USDT',
@@ -57,7 +59,7 @@ exports.tokens = {
57
59
  description: 'Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.',
58
60
  logoURI: 'https://hecoinfo.com/token/images/USDTHECO_32.png',
59
61
  bridge: 'native',
60
- risks: ['SYNTH_STABLE'],
62
+ tags: ['STABLECOIN', 'SYNTHETIC'],
61
63
  },
62
64
  DAI: {
63
65
  name: 'Dai Stablecoin',
@@ -71,7 +73,7 @@ exports.tokens = {
71
73
  description: 'Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.',
72
74
  logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png',
73
75
  bridge: 'multichain',
74
- risks: ['SYNTH_STABLE'],
76
+ tags: ['STABLECOIN', 'SYNTHETIC'],
75
77
  },
76
78
  SUSHI: {
77
79
  name: 'Sushi',
@@ -121,6 +123,7 @@ exports.tokens = {
121
123
  bridge: 'axelar',
122
124
  description: 'axlUSDC is a cross-chain representation of USDC, secured by a validator set using delegated Proof-of-Stake and multi-party cryptography. It allows USDC to move seamlessly across different blockchain ecosystems, minted by depositing USDC into an Axelar Gateway on Ethereum, and can be acquired through DEXs, cross-chain swaps via Squid, or bridging via Satellite.money.',
123
125
  documentation: 'https://docs.axelar.dev/learn/axlusdc',
126
+ tags: ['STABLECOIN'],
124
127
  },
125
128
  axlUSDT: {
126
129
  name: 'USDT',
@@ -134,6 +137,7 @@ exports.tokens = {
134
137
  description: 'axlUSDT is a cross-chain representation of USDT, secured by a validator set using delegated Proof-of-Stake and multi-party cryptography. It allows USDT to move seamlessly across different blockchain ecosystems, minted by depositing USDT into an Axelar Gateway on Ethereum, and can be acquired through DEXs, cross-chain swaps via Squid, or bridging via Satellite.money.',
135
138
  logoURI: 'https://hecoinfo.com/token/images/USDTHECO_32.png',
136
139
  bridge: 'axelar',
140
+ tags: ['STABLECOIN'],
137
141
  },
138
142
  axlDAI: {
139
143
  name: 'Axelar Dai Stablecoin',
@@ -147,7 +151,7 @@ exports.tokens = {
147
151
  description: 'Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.',
148
152
  logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png',
149
153
  bridge: 'axelar',
150
- risks: ['SYNTH_STABLE'],
154
+ tags: ['STABLECOIN', 'SYNTHETIC'],
151
155
  },
152
156
  VARA: {
153
157
  name: 'VARA',
@@ -186,7 +190,7 @@ exports.tokens = {
186
190
  website: 'https://www.mai.finance/',
187
191
  description: "MAI is a stablecoin collateralized by your crypto holdings. It's powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.",
188
192
  documentation: 'https://docs.mai.finance/',
189
- risks: ['SYNTH_STABLE'],
193
+ tags: ['STABLECOIN', 'SYNTHETIC'],
190
194
  },
191
195
  BNB: {
192
196
  name: 'Binance Chain',
@@ -238,7 +242,7 @@ exports.tokens = {
238
242
  logoURI: '',
239
243
  documentation: 'https://docs.abracadabra.money/',
240
244
  bridge: 'layer-zero',
241
- risks: ['SYNTH_STABLE'],
245
+ tags: ['STABLECOIN', 'SYNTHETIC'],
242
246
  },
243
247
  axlETH: {
244
248
  name: 'Axelar Wrapped ETH',
@@ -66,6 +66,7 @@ export declare const linea: {
66
66
  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.";
67
67
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xB12BFcA5A55806AaF64E99521918A4bf0fC40802.svg";
68
68
  readonly bridge: "linea-canonical";
69
+ readonly tags: readonly ["STABLECOIN"];
69
70
  };
70
71
  readonly USDT: {
71
72
  readonly name: "USDT";
@@ -79,6 +80,7 @@ export declare const linea: {
79
80
  readonly description: "Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
80
81
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
81
82
  readonly bridge: "linea-canonical";
83
+ readonly tags: readonly ["STABLECOIN"];
82
84
  };
83
85
  readonly DAI: {
84
86
  readonly name: "Dai Stablecoin";
@@ -92,7 +94,7 @@ export declare const linea: {
92
94
  readonly description: "Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.";
93
95
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png";
94
96
  readonly bridge: "linea-canonical";
95
- readonly risks: readonly ["SYNTH_STABLE"];
97
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
96
98
  };
97
99
  readonly WBTC: {
98
100
  readonly name: "Wrapped BTC";
@@ -144,7 +146,7 @@ export declare const linea: {
144
146
  readonly description: "Lynex democratizes sophisticated liquidity strategies, seamlessly connecting everyday traders with expert-level capabilities. Our platform features a competitive ecosystem of Automated Liquidity Managers (ALMs) and strategists, all striving to optimize returns, minimize risks like impermanent loss, and boost overall efficiency for every user.";
145
147
  readonly documentation: "https://lynex.gitbook.io/lynex-docs/protocol-overview/about-lynex";
146
148
  readonly bridge: "native";
147
- readonly risks: readonly ["NO_TIMELOCK"];
149
+ readonly tags: readonly ["NO_TIMELOCK"];
148
150
  };
149
151
  readonly oLYNX: {
150
152
  readonly name: "Option LYNX Token";
@@ -171,7 +173,7 @@ export declare const linea: {
171
173
  readonly description: "MAI is a stablecoin collateralized by your crypto holdings. It's powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.";
172
174
  readonly documentation: "https://docs.mai.finance/";
173
175
  readonly bridge: "native";
174
- readonly risks: readonly ["SYNTH_STABLE"];
176
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
175
177
  };
176
178
  readonly DUSD: {
177
179
  readonly name: "Davos.xyz USD";
@@ -185,7 +187,7 @@ export declare const linea: {
185
187
  readonly description: "The Davos Protocol is an innovative collateralised debt position (CDP) protocol designed to facilitate the seamless minting of DUSD, an inflation-proof omnichain stablecoin, by leveraging Liquid Staking Tokens (LSTs). The protocol aims to address the challenges faced by traditional CDPs in decentralised finance (DeFi) by incorporating an unbiased monetary policy and fair borrowing rates, thereby enhancing user protection and promoting broader DeFi adoption. ";
186
188
  readonly documentation: "https://davos.xyz/assets/davos_whitepaper.pdf";
187
189
  readonly bridge: "native";
188
- readonly risks: readonly ["SYNTH_STABLE"];
190
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
189
191
  };
190
192
  readonly 'USD+': {
191
193
  readonly name: "USD+";
@@ -199,6 +201,7 @@ export declare const linea: {
199
201
  readonly description: "USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
200
202
  readonly bridge: "native";
201
203
  readonly documentation: "https://docs.overnight.fi/";
204
+ readonly tags: readonly ["CURATED"];
202
205
  };
203
206
  readonly 'USDT+': {
204
207
  readonly name: "USDT+";
@@ -212,6 +215,7 @@ export declare const linea: {
212
215
  readonly description: "USDT+ is USDT that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDT. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
213
216
  readonly bridge: "native";
214
217
  readonly documentation: "https://docs.overnight.fi/";
218
+ readonly tags: readonly ["CURATED"];
215
219
  };
216
220
  readonly ezETH: {
217
221
  readonly name: "Renzo Restaked ETH Token";
@@ -225,7 +229,7 @@ export declare const linea: {
225
229
  readonly description: "Renzo ezETH is a Liquid Restaking Token (LRT) and Strategy Manager for EigenLayer. It is the interface to the EigenLayer ecosystem securing Actively Validated Services (AVSs) and offering a higher yield than ETH staking.";
226
230
  readonly documentation: "https://docs.renzoprotocol.com/docs/";
227
231
  readonly bridge: "connext";
228
- readonly risks: readonly ["NO_TIMELOCK"];
232
+ readonly tags: readonly ["NO_TIMELOCK"];
229
233
  };
230
234
  readonly STONE: {
231
235
  readonly name: "StakeStone Ether";
@@ -239,7 +243,7 @@ export declare const linea: {
239
243
  readonly description: "StakeStone is an omni-chain LST (Liquid Staking Token) protocol aiming to bring native staking yields and liquidity to Layer 2s in a decentralized manner.";
240
244
  readonly documentation: "https://docs.stakestone.io/stakestone";
241
245
  readonly bridge: "layer-zero";
242
- readonly risks: readonly ["NO_TIMELOCK"];
246
+ readonly tags: readonly ["NO_TIMELOCK"];
243
247
  };
244
248
  readonly NILE: {
245
249
  readonly name: "NILE Token";
@@ -266,7 +270,7 @@ export declare const linea: {
266
270
  readonly description: "Liquity is a decentralized borrowing protocol that allows you to draw interest-free loans against Ether used as collateral. Loans are paid out in LUSD (a USD pegged stablecoin) and need to maintain a minimum collateral ratio of 110%.";
267
271
  readonly bridge: "linea-canonical";
268
272
  readonly documentation: "https://docs.liquity.org/";
269
- readonly risks: readonly ["SYNTH_STABLE"];
273
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
270
274
  };
271
275
  readonly weETH: {
272
276
  readonly name: "Wrapped eETH";
@@ -280,7 +284,7 @@ export declare const linea: {
280
284
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
281
285
  readonly bridge: "stargate";
282
286
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
283
- readonly risks: readonly ["NO_TIMELOCK"];
287
+ readonly tags: readonly ["NO_TIMELOCK"];
284
288
  };
285
289
  readonly inETH: {
286
290
  readonly name: "Inception ETH";
@@ -294,7 +298,7 @@ export declare const linea: {
294
298
  readonly description: "Inception ETH is a pioneering DeFi platform that provides a full solution for liquid restaking. Inception ETH is designed to streamline and improve the restaking process by combining Isolated and Native Liquid Restaking and a diverse array of Liquid Restaking Tokens.";
295
299
  readonly bridge: "inception";
296
300
  readonly documentation: "https://docs.inceptionlrt.com/";
297
- readonly risks: readonly ["NO_TIMELOCK"];
301
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
298
302
  };
299
303
  readonly wrsETH: {
300
304
  readonly name: "rsETHWrapper";
@@ -307,7 +311,7 @@ export declare const linea: {
307
311
  readonly website: "https://kelpdao.xyz/";
308
312
  readonly description: "The rsETHWrapper contract serves as a standardized interface for rsETH tokens, which are Liquid Restaked Tokens (LRT) issued by Kelp DAO. Designed to offer liquidity to illiquid assets deposited into restaking platforms like EigenLayer, users can interact with these tokens seamlessly.";
309
313
  readonly bridge: "stargate";
310
- readonly risks: readonly ["NO_TIMELOCK"];
314
+ readonly tags: readonly ["NO_TIMELOCK"];
311
315
  };
312
316
  readonly FOXY: {
313
317
  readonly name: "Foxy";
@@ -320,7 +324,7 @@ export declare const linea: {
320
324
  readonly website: "https://www.welikethefox.io/";
321
325
  readonly description: "Foxy is the mascot of the Linea blockchain. Every chain needs a champion, and we like the fox.";
322
326
  readonly bridge: "native";
323
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
327
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
324
328
  };
325
329
  readonly REX: {
326
330
  readonly name: "Etherex";
@@ -347,7 +351,7 @@ export declare const linea: {
347
351
  readonly documentation: "https://github.com/Astera-Finance/whitepapers";
348
352
  readonly description: "Pioneering Ethereum-native credit rails on linea";
349
353
  readonly bridge: "layer-zero";
350
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
354
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
351
355
  };
352
356
  readonly REX33: {
353
357
  readonly name: "Etherex Liquid Staking Token";
@@ -374,6 +378,7 @@ export declare const linea: {
374
378
  readonly description: "Aave interest bearing native USDC. USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
375
379
  readonly bridge: "native";
376
380
  readonly staked: true;
381
+ readonly tags: readonly ["STABLECOIN"];
377
382
  };
378
383
  readonly LINEA: {
379
384
  readonly name: "Linea";
@@ -454,6 +459,7 @@ export declare const linea: {
454
459
  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.";
455
460
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xB12BFcA5A55806AaF64E99521918A4bf0fC40802.svg";
456
461
  readonly bridge: "linea-canonical";
462
+ readonly tags: readonly ["STABLECOIN"];
457
463
  };
458
464
  readonly USDT: {
459
465
  readonly name: "USDT";
@@ -467,6 +473,7 @@ export declare const linea: {
467
473
  readonly description: "Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
468
474
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
469
475
  readonly bridge: "linea-canonical";
476
+ readonly tags: readonly ["STABLECOIN"];
470
477
  };
471
478
  readonly DAI: {
472
479
  readonly name: "Dai Stablecoin";
@@ -480,7 +487,7 @@ export declare const linea: {
480
487
  readonly description: "Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.";
481
488
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png";
482
489
  readonly bridge: "linea-canonical";
483
- readonly risks: readonly ["SYNTH_STABLE"];
490
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
484
491
  };
485
492
  readonly WBTC: {
486
493
  readonly name: "Wrapped BTC";
@@ -532,7 +539,7 @@ export declare const linea: {
532
539
  readonly description: "Lynex democratizes sophisticated liquidity strategies, seamlessly connecting everyday traders with expert-level capabilities. Our platform features a competitive ecosystem of Automated Liquidity Managers (ALMs) and strategists, all striving to optimize returns, minimize risks like impermanent loss, and boost overall efficiency for every user.";
533
540
  readonly documentation: "https://lynex.gitbook.io/lynex-docs/protocol-overview/about-lynex";
534
541
  readonly bridge: "native";
535
- readonly risks: readonly ["NO_TIMELOCK"];
542
+ readonly tags: readonly ["NO_TIMELOCK"];
536
543
  };
537
544
  readonly oLYNX: {
538
545
  readonly name: "Option LYNX Token";
@@ -559,7 +566,7 @@ export declare const linea: {
559
566
  readonly description: "MAI is a stablecoin collateralized by your crypto holdings. It's powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.";
560
567
  readonly documentation: "https://docs.mai.finance/";
561
568
  readonly bridge: "native";
562
- readonly risks: readonly ["SYNTH_STABLE"];
569
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
563
570
  };
564
571
  readonly DUSD: {
565
572
  readonly name: "Davos.xyz USD";
@@ -573,7 +580,7 @@ export declare const linea: {
573
580
  readonly description: "The Davos Protocol is an innovative collateralised debt position (CDP) protocol designed to facilitate the seamless minting of DUSD, an inflation-proof omnichain stablecoin, by leveraging Liquid Staking Tokens (LSTs). The protocol aims to address the challenges faced by traditional CDPs in decentralised finance (DeFi) by incorporating an unbiased monetary policy and fair borrowing rates, thereby enhancing user protection and promoting broader DeFi adoption. ";
574
581
  readonly documentation: "https://davos.xyz/assets/davos_whitepaper.pdf";
575
582
  readonly bridge: "native";
576
- readonly risks: readonly ["SYNTH_STABLE"];
583
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
577
584
  };
578
585
  readonly 'USD+': {
579
586
  readonly name: "USD+";
@@ -587,6 +594,7 @@ export declare const linea: {
587
594
  readonly description: "USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
588
595
  readonly bridge: "native";
589
596
  readonly documentation: "https://docs.overnight.fi/";
597
+ readonly tags: readonly ["CURATED"];
590
598
  };
591
599
  readonly 'USDT+': {
592
600
  readonly name: "USDT+";
@@ -600,6 +608,7 @@ export declare const linea: {
600
608
  readonly description: "USDT+ is USDT that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDT. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
601
609
  readonly bridge: "native";
602
610
  readonly documentation: "https://docs.overnight.fi/";
611
+ readonly tags: readonly ["CURATED"];
603
612
  };
604
613
  readonly ezETH: {
605
614
  readonly name: "Renzo Restaked ETH Token";
@@ -613,7 +622,7 @@ export declare const linea: {
613
622
  readonly description: "Renzo ezETH is a Liquid Restaking Token (LRT) and Strategy Manager for EigenLayer. It is the interface to the EigenLayer ecosystem securing Actively Validated Services (AVSs) and offering a higher yield than ETH staking.";
614
623
  readonly documentation: "https://docs.renzoprotocol.com/docs/";
615
624
  readonly bridge: "connext";
616
- readonly risks: readonly ["NO_TIMELOCK"];
625
+ readonly tags: readonly ["NO_TIMELOCK"];
617
626
  };
618
627
  readonly STONE: {
619
628
  readonly name: "StakeStone Ether";
@@ -627,7 +636,7 @@ export declare const linea: {
627
636
  readonly description: "StakeStone is an omni-chain LST (Liquid Staking Token) protocol aiming to bring native staking yields and liquidity to Layer 2s in a decentralized manner.";
628
637
  readonly documentation: "https://docs.stakestone.io/stakestone";
629
638
  readonly bridge: "layer-zero";
630
- readonly risks: readonly ["NO_TIMELOCK"];
639
+ readonly tags: readonly ["NO_TIMELOCK"];
631
640
  };
632
641
  readonly NILE: {
633
642
  readonly name: "NILE Token";
@@ -654,7 +663,7 @@ export declare const linea: {
654
663
  readonly description: "Liquity is a decentralized borrowing protocol that allows you to draw interest-free loans against Ether used as collateral. Loans are paid out in LUSD (a USD pegged stablecoin) and need to maintain a minimum collateral ratio of 110%.";
655
664
  readonly bridge: "linea-canonical";
656
665
  readonly documentation: "https://docs.liquity.org/";
657
- readonly risks: readonly ["SYNTH_STABLE"];
666
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
658
667
  };
659
668
  readonly weETH: {
660
669
  readonly name: "Wrapped eETH";
@@ -668,7 +677,7 @@ export declare const linea: {
668
677
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
669
678
  readonly bridge: "stargate";
670
679
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
671
- readonly risks: readonly ["NO_TIMELOCK"];
680
+ readonly tags: readonly ["NO_TIMELOCK"];
672
681
  };
673
682
  readonly inETH: {
674
683
  readonly name: "Inception ETH";
@@ -682,7 +691,7 @@ export declare const linea: {
682
691
  readonly description: "Inception ETH is a pioneering DeFi platform that provides a full solution for liquid restaking. Inception ETH is designed to streamline and improve the restaking process by combining Isolated and Native Liquid Restaking and a diverse array of Liquid Restaking Tokens.";
683
692
  readonly bridge: "inception";
684
693
  readonly documentation: "https://docs.inceptionlrt.com/";
685
- readonly risks: readonly ["NO_TIMELOCK"];
694
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
686
695
  };
687
696
  readonly wrsETH: {
688
697
  readonly name: "rsETHWrapper";
@@ -695,7 +704,7 @@ export declare const linea: {
695
704
  readonly website: "https://kelpdao.xyz/";
696
705
  readonly description: "The rsETHWrapper contract serves as a standardized interface for rsETH tokens, which are Liquid Restaked Tokens (LRT) issued by Kelp DAO. Designed to offer liquidity to illiquid assets deposited into restaking platforms like EigenLayer, users can interact with these tokens seamlessly.";
697
706
  readonly bridge: "stargate";
698
- readonly risks: readonly ["NO_TIMELOCK"];
707
+ readonly tags: readonly ["NO_TIMELOCK"];
699
708
  };
700
709
  readonly FOXY: {
701
710
  readonly name: "Foxy";
@@ -708,7 +717,7 @@ export declare const linea: {
708
717
  readonly website: "https://www.welikethefox.io/";
709
718
  readonly description: "Foxy is the mascot of the Linea blockchain. Every chain needs a champion, and we like the fox.";
710
719
  readonly bridge: "native";
711
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
720
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
712
721
  };
713
722
  readonly REX: {
714
723
  readonly name: "Etherex";
@@ -735,7 +744,7 @@ export declare const linea: {
735
744
  readonly documentation: "https://github.com/Astera-Finance/whitepapers";
736
745
  readonly description: "Pioneering Ethereum-native credit rails on linea";
737
746
  readonly bridge: "layer-zero";
738
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
747
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
739
748
  };
740
749
  readonly REX33: {
741
750
  readonly name: "Etherex Liquid Staking Token";
@@ -762,6 +771,7 @@ export declare const linea: {
762
771
  readonly description: "Aave interest bearing native USDC. USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
763
772
  readonly bridge: "native";
764
773
  readonly staked: true;
774
+ readonly tags: readonly ["STABLECOIN"];
765
775
  };
766
776
  readonly LINEA: {
767
777
  readonly name: "Linea";
@@ -63,6 +63,7 @@ export declare const tokens: {
63
63
  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.";
64
64
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xB12BFcA5A55806AaF64E99521918A4bf0fC40802.svg";
65
65
  readonly bridge: "linea-canonical";
66
+ readonly tags: readonly ["STABLECOIN"];
66
67
  };
67
68
  readonly USDT: {
68
69
  readonly name: "USDT";
@@ -76,6 +77,7 @@ export declare const tokens: {
76
77
  readonly description: "Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
77
78
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
78
79
  readonly bridge: "linea-canonical";
80
+ readonly tags: readonly ["STABLECOIN"];
79
81
  };
80
82
  readonly DAI: {
81
83
  readonly name: "Dai Stablecoin";
@@ -89,7 +91,7 @@ export declare const tokens: {
89
91
  readonly description: "Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.";
90
92
  readonly logoURI: "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png";
91
93
  readonly bridge: "linea-canonical";
92
- readonly risks: readonly ["SYNTH_STABLE"];
94
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
93
95
  };
94
96
  readonly WBTC: {
95
97
  readonly name: "Wrapped BTC";
@@ -141,7 +143,7 @@ export declare const tokens: {
141
143
  readonly description: "Lynex democratizes sophisticated liquidity strategies, seamlessly connecting everyday traders with expert-level capabilities. Our platform features a competitive ecosystem of Automated Liquidity Managers (ALMs) and strategists, all striving to optimize returns, minimize risks like impermanent loss, and boost overall efficiency for every user.";
142
144
  readonly documentation: "https://lynex.gitbook.io/lynex-docs/protocol-overview/about-lynex";
143
145
  readonly bridge: "native";
144
- readonly risks: readonly ["NO_TIMELOCK"];
146
+ readonly tags: readonly ["NO_TIMELOCK"];
145
147
  };
146
148
  readonly oLYNX: {
147
149
  readonly name: "Option LYNX Token";
@@ -168,7 +170,7 @@ export declare const tokens: {
168
170
  readonly description: "MAI is a stablecoin collateralized by your crypto holdings. It's powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.";
169
171
  readonly documentation: "https://docs.mai.finance/";
170
172
  readonly bridge: "native";
171
- readonly risks: readonly ["SYNTH_STABLE"];
173
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
172
174
  };
173
175
  readonly DUSD: {
174
176
  readonly name: "Davos.xyz USD";
@@ -182,7 +184,7 @@ export declare const tokens: {
182
184
  readonly description: "The Davos Protocol is an innovative collateralised debt position (CDP) protocol designed to facilitate the seamless minting of DUSD, an inflation-proof omnichain stablecoin, by leveraging Liquid Staking Tokens (LSTs). The protocol aims to address the challenges faced by traditional CDPs in decentralised finance (DeFi) by incorporating an unbiased monetary policy and fair borrowing rates, thereby enhancing user protection and promoting broader DeFi adoption. ";
183
185
  readonly documentation: "https://davos.xyz/assets/davos_whitepaper.pdf";
184
186
  readonly bridge: "native";
185
- readonly risks: readonly ["SYNTH_STABLE"];
187
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
186
188
  };
187
189
  readonly 'USD+': {
188
190
  readonly name: "USD+";
@@ -196,6 +198,7 @@ export declare const tokens: {
196
198
  readonly description: "USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
197
199
  readonly bridge: "native";
198
200
  readonly documentation: "https://docs.overnight.fi/";
201
+ readonly tags: readonly ["CURATED"];
199
202
  };
200
203
  readonly 'USDT+': {
201
204
  readonly name: "USDT+";
@@ -209,6 +212,7 @@ export declare const tokens: {
209
212
  readonly description: "USDT+ is USDT that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDT. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
210
213
  readonly bridge: "native";
211
214
  readonly documentation: "https://docs.overnight.fi/";
215
+ readonly tags: readonly ["CURATED"];
212
216
  };
213
217
  readonly ezETH: {
214
218
  readonly name: "Renzo Restaked ETH Token";
@@ -222,7 +226,7 @@ export declare const tokens: {
222
226
  readonly description: "Renzo ezETH is a Liquid Restaking Token (LRT) and Strategy Manager for EigenLayer. It is the interface to the EigenLayer ecosystem securing Actively Validated Services (AVSs) and offering a higher yield than ETH staking.";
223
227
  readonly documentation: "https://docs.renzoprotocol.com/docs/";
224
228
  readonly bridge: "connext";
225
- readonly risks: readonly ["NO_TIMELOCK"];
229
+ readonly tags: readonly ["NO_TIMELOCK"];
226
230
  };
227
231
  readonly STONE: {
228
232
  readonly name: "StakeStone Ether";
@@ -236,7 +240,7 @@ export declare const tokens: {
236
240
  readonly description: "StakeStone is an omni-chain LST (Liquid Staking Token) protocol aiming to bring native staking yields and liquidity to Layer 2s in a decentralized manner.";
237
241
  readonly documentation: "https://docs.stakestone.io/stakestone";
238
242
  readonly bridge: "layer-zero";
239
- readonly risks: readonly ["NO_TIMELOCK"];
243
+ readonly tags: readonly ["NO_TIMELOCK"];
240
244
  };
241
245
  readonly NILE: {
242
246
  readonly name: "NILE Token";
@@ -263,7 +267,7 @@ export declare const tokens: {
263
267
  readonly description: "Liquity is a decentralized borrowing protocol that allows you to draw interest-free loans against Ether used as collateral. Loans are paid out in LUSD (a USD pegged stablecoin) and need to maintain a minimum collateral ratio of 110%.";
264
268
  readonly bridge: "linea-canonical";
265
269
  readonly documentation: "https://docs.liquity.org/";
266
- readonly risks: readonly ["SYNTH_STABLE"];
270
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
267
271
  };
268
272
  readonly weETH: {
269
273
  readonly name: "Wrapped eETH";
@@ -277,7 +281,7 @@ export declare const tokens: {
277
281
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
278
282
  readonly bridge: "stargate";
279
283
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
280
- readonly risks: readonly ["NO_TIMELOCK"];
284
+ readonly tags: readonly ["NO_TIMELOCK"];
281
285
  };
282
286
  readonly inETH: {
283
287
  readonly name: "Inception ETH";
@@ -291,7 +295,7 @@ export declare const tokens: {
291
295
  readonly description: "Inception ETH is a pioneering DeFi platform that provides a full solution for liquid restaking. Inception ETH is designed to streamline and improve the restaking process by combining Isolated and Native Liquid Restaking and a diverse array of Liquid Restaking Tokens.";
292
296
  readonly bridge: "inception";
293
297
  readonly documentation: "https://docs.inceptionlrt.com/";
294
- readonly risks: readonly ["NO_TIMELOCK"];
298
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
295
299
  };
296
300
  readonly wrsETH: {
297
301
  readonly name: "rsETHWrapper";
@@ -304,7 +308,7 @@ export declare const tokens: {
304
308
  readonly website: "https://kelpdao.xyz/";
305
309
  readonly description: "The rsETHWrapper contract serves as a standardized interface for rsETH tokens, which are Liquid Restaked Tokens (LRT) issued by Kelp DAO. Designed to offer liquidity to illiquid assets deposited into restaking platforms like EigenLayer, users can interact with these tokens seamlessly.";
306
310
  readonly bridge: "stargate";
307
- readonly risks: readonly ["NO_TIMELOCK"];
311
+ readonly tags: readonly ["NO_TIMELOCK"];
308
312
  };
309
313
  readonly FOXY: {
310
314
  readonly name: "Foxy";
@@ -317,7 +321,7 @@ export declare const tokens: {
317
321
  readonly website: "https://www.welikethefox.io/";
318
322
  readonly description: "Foxy is the mascot of the Linea blockchain. Every chain needs a champion, and we like the fox.";
319
323
  readonly bridge: "native";
320
- readonly risks: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
324
+ readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
321
325
  };
322
326
  readonly REX: {
323
327
  readonly name: "Etherex";
@@ -344,7 +348,7 @@ export declare const tokens: {
344
348
  readonly documentation: "https://github.com/Astera-Finance/whitepapers";
345
349
  readonly description: "Pioneering Ethereum-native credit rails on linea";
346
350
  readonly bridge: "layer-zero";
347
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
351
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
348
352
  };
349
353
  readonly REX33: {
350
354
  readonly name: "Etherex Liquid Staking Token";
@@ -371,6 +375,7 @@ export declare const tokens: {
371
375
  readonly description: "Aave interest bearing native USDC. USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.";
372
376
  readonly bridge: "native";
373
377
  readonly staked: true;
378
+ readonly tags: readonly ["STABLECOIN"];
374
379
  };
375
380
  readonly LINEA: {
376
381
  readonly name: "Linea";