@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
@@ -63,6 +63,7 @@ export declare const tokens: {
63
63
  readonly bridge: "native";
64
64
  readonly description: "Stabl.fi is a next-generation, yield bearing stable indexcoin protocol. Users mint $CASH by depositing stables into the Stabl protocol. The amount of $CASH in your wallet will continually grow, due to the yield strategies the protocol deposited stables are put in as well as external yielding sources.";
65
65
  readonly documentation: "https://docs.stabl.fi/protocol-overview/introducing-stabl.fi";
66
+ readonly tags: readonly ["SYNTHETIC"];
66
67
  };
67
68
  readonly OOEV2: {
68
69
  readonly name: "Open Ocean Finance";
@@ -88,6 +89,7 @@ export declare const tokens: {
88
89
  readonly website: "https://app.multichain.org/";
89
90
  readonly description: "Multichain supports to swap BTC to MultiBTC (Multichain BTC) 1:1.";
90
91
  readonly documentation: "https://docs.multichain.org/getting-started/introduction";
92
+ readonly tags: readonly ["SYNTHETIC"];
91
93
  };
92
94
  readonly multiWUSDR: {
93
95
  readonly name: "Real USD";
@@ -101,6 +103,7 @@ export declare const tokens: {
101
103
  readonly description: "Real USD (USDR) is the world’s first stablecoin collateralized by tokenized, yield-producing real estate. USDR has a value accrual system built into its design. Using a consistent stream of dependable yield derived from rental revenue, Real USD delivers a native yield to holders. The token on BNB Chain is bridged via Multichain from Polygon.";
102
104
  readonly bridge: "multichain";
103
105
  readonly logoURI: "";
106
+ readonly tags: readonly ["SYNTHETIC"];
104
107
  };
105
108
  readonly wUSDR: {
106
109
  readonly name: "Real USD";
@@ -114,6 +117,7 @@ export declare const tokens: {
114
117
  readonly description: "Real USD (USDR) is the world’s first stablecoin collateralized by tokenized, yield-producing real estate. USDR has a value accrual system built into its design. Using a consistent stream of dependable yield derived from rental revenue, Real USD delivers a native yield to holders. The token on BNB Chain is bridged via Multichain from Polygon.";
115
118
  readonly bridge: "layer-zero";
116
119
  readonly logoURI: "";
120
+ readonly tags: readonly ["SYNTHETIC"];
117
121
  };
118
122
  readonly PRIMAL: {
119
123
  readonly name: "Primal";
@@ -162,7 +166,7 @@ export declare const tokens: {
162
166
  readonly documentation: "https://docs.inverse.finance/inverse-finance/using-dola/how-to-acquire-dola";
163
167
  readonly description: "Inverse.finance is a suite of permissionless decentralized finance tools governed by Inverse DAO, a decentralized autonomous organization running on the Ethereum blockchain.";
164
168
  readonly bridge: "multichain";
165
- readonly risks: readonly ["SYNTH_STABLE"];
169
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
166
170
  };
167
171
  readonly MULTI: {
168
172
  readonly name: "Multichain";
@@ -187,6 +191,7 @@ export declare const tokens: {
187
191
  readonly description: "DEI is an advanced algorithmic cross-chain fractional-reserve stablecoin, with one native bridge that will connect to all chains within the DEUS ecosystem. The collateral ratio of DEI is constantly monitored and adjusted via arbitrage bots.";
188
192
  readonly logoURI: "https://app.deus.finance/tokens/dei.svg";
189
193
  readonly documentation: "https://docs.deus.finance/";
194
+ readonly tags: readonly ["SYNTHETIC"];
190
195
  };
191
196
  readonly ETSAlpha: {
192
197
  readonly name: "ETS Alpha";
@@ -199,7 +204,7 @@ export declare const tokens: {
199
204
  readonly description: "The exchange-traded strategies(ETS) of overnight.fi are ERC-20 structured products that lets users leverage a collateralized debt position (e.g. DAI lent on Aave) to borrow a volatile asset (e.g. WETH), pair it with a stablecoin, and provide stable-to-crypto liquidity, (e.g. WETH/DAI) in an AMM, like Uni V3. This allows earning high APY and hedging against crypto volatility. ";
200
205
  readonly logoURI: "https://app.deus.finance/tokens/dei.svg";
201
206
  readonly documentation: "https://docs.overnight.fi/";
202
- readonly risks: readonly ["SYNTH_STABLE"];
207
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
203
208
  };
204
209
  readonly THE: {
205
210
  readonly name: "THENA";
@@ -224,7 +229,7 @@ export declare const tokens: {
224
229
  readonly website: "https://www.tarot.to/";
225
230
  readonly bridge: "layer-zero";
226
231
  readonly description: "Tarot is a decentralized lending protocol where users can participate as lenders or borrowers in isolated lending pools.";
227
- readonly risks: readonly ["NO_TIMELOCK"];
232
+ readonly tags: readonly ["NO_TIMELOCK"];
228
233
  };
229
234
  readonly QUO: {
230
235
  readonly name: "Quoll Token";
@@ -236,7 +241,7 @@ export declare const tokens: {
236
241
  readonly website: "https://quoll.finance/";
237
242
  readonly bridge: "native";
238
243
  readonly description: "Quoll Finance is an advanced yield booster and on-chain incubator designed to maximize earnings across multiple DeFi protocols.";
239
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
244
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
240
245
  };
241
246
  readonly qTHE: {
242
247
  readonly name: "Quoll THENA";
@@ -248,7 +253,7 @@ export declare const tokens: {
248
253
  readonly website: "https://quoll.finance/";
249
254
  readonly bridge: "native";
250
255
  readonly description: "$qTHENA is the tokenized version of veTHE. When users convert THE on Quoll, they receive $qTHENA, while the equivalent THE is locked for the maximum duration on Thena to acquire maximal veTHE. $qTHENA enables users to participate in the ecosystem of Quoll Finance with the flexibility of liquidity.";
251
- readonly risks: readonly ["NO_TIMELOCK"];
256
+ readonly tags: readonly ["NO_TIMELOCK"];
252
257
  };
253
258
  readonly liveTHE: {
254
259
  readonly name: "liveTHE";
@@ -260,7 +265,7 @@ export declare const tokens: {
260
265
  readonly website: "https://www.liquiddriver.finance/";
261
266
  readonly bridge: "native";
262
267
  readonly description: "liveTHE is LiquidDriver's liquid locker, built for THENA's governance token.";
263
- readonly risks: readonly ["NO_TIMELOCK"];
268
+ readonly tags: readonly ["NO_TIMELOCK"];
264
269
  };
265
270
  readonly mPENDLE: {
266
271
  readonly name: "mPENDLE";
@@ -287,7 +292,7 @@ export declare const tokens: {
287
292
  readonly description: "mCAKE refers to \"Magpie CAKE\", a liquid version of veCAKE that allows users to earn rewards for their active participation on Cakepie.";
288
293
  readonly documentation: "https://docs.cakepiexyz.io/cakepie-overview";
289
294
  readonly bridge: "native";
290
- readonly risks: readonly ["NO_TIMELOCK"];
295
+ readonly tags: readonly ["NO_TIMELOCK"];
291
296
  };
292
297
  readonly mBTC: {
293
298
  readonly name: "Magpie-Peg BTC";
@@ -301,7 +306,7 @@ export declare const tokens: {
301
306
  readonly description: "Babypie is a liquid staking platform that allows BTC to be staked on Babylon and utilized across DeFi. Bitcoin holders can deposit their native BTC on Babypie to mint mBTC, which is a ERC-20 token pegged to BTC on a 1:1 basis and does not accrue any underlying yield.";
302
307
  readonly documentation: "https://docs.babypiexyz.io/";
303
308
  readonly bridge: "chainlink-ccip";
304
- readonly risks: readonly ["NO_TIMELOCK"];
309
+ readonly tags: readonly ["NO_TIMELOCK", "SYNTHETIC"];
305
310
  };
306
311
  readonly PENDLE: {
307
312
  readonly name: "Pendle";
@@ -362,7 +367,7 @@ export declare const tokens: {
362
367
  readonly documentation: "https://docs.bsc.lista.org/";
363
368
  readonly description: "lisUSD is a decentralized, unbiased, collateral backed destablecoin soft-pegged to the US Dollar. Users who have collateralized their assets via Lista are eligible to take out a loan in lisUSD against their collateral.";
364
369
  readonly bridge: "native";
365
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
370
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
366
371
  };
367
372
  readonly jCHF: {
368
373
  readonly name: "Jarvis Synthetic Swiss Franc";
@@ -374,7 +379,7 @@ export declare const tokens: {
374
379
  readonly website: "https://jarvis.network/";
375
380
  readonly description: "jCHF is a multi-collateralized synthetic stable-coin from Jarvis tracking the price of the Swiss Franc. It is built on the top of UMA and Chainlink.";
376
381
  readonly logoURI: "https://i.imgur.com/EknGhAl.png";
377
- readonly risks: readonly ["SYNTH_STABLE"];
382
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
378
383
  };
379
384
  readonly TRIVIA: {
380
385
  readonly name: "TRIVIA";
@@ -422,7 +427,7 @@ export declare const tokens: {
422
427
  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.";
423
428
  readonly documentation: "https://docs.mai.finance/";
424
429
  readonly bridge: "native";
425
- readonly risks: readonly ["SYNTH_STABLE"];
430
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
426
431
  };
427
432
  readonly QI: {
428
433
  readonly name: "QiDao";
@@ -530,7 +535,7 @@ export declare const tokens: {
530
535
  readonly description: "jBRL is a multi-collateralized synthetic token tracking the price of Brazilian Real. It is built on the top of UMA and Chainlink.";
531
536
  readonly bridge: "multichain";
532
537
  readonly logoURI: "https://jarvis.network/images/jBRL.svg";
533
- readonly risks: readonly ["SYNTH_STABLE"];
538
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
534
539
  };
535
540
  readonly BRZ: {
536
541
  readonly name: "BRZ Token";
@@ -542,7 +547,7 @@ export declare const tokens: {
542
547
  readonly website: "https://brztoken.io/";
543
548
  readonly description: "BRZ is the first Brazilian stablecoin in circulation. It will allow Brazilians to directly ramp up investments in foreign exchanges and to trade a Brazilian Real (BRL) pegged stablecoin in global scale.";
544
549
  readonly logoURI: "https://bscscan.com/token/images/brztoken_32.png";
545
- readonly risks: readonly ["SYNTH_STABLE"];
550
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
546
551
  };
547
552
  readonly BRZw: {
548
553
  readonly name: "BRZ (Wormhole) Token";
@@ -554,7 +559,7 @@ export declare const tokens: {
554
559
  readonly website: "https://brztoken.io/";
555
560
  readonly description: "BRZw is the Wormhole bridged verison of BRZ. It will allow Brazilians to directly ramp up investments in foreign exchanges and to trade a Brazilian Real (BRL) pegged stablecoin in global scale.";
556
561
  readonly logoURI: "https://bscscan.com/token/images/brztoken_32.png";
557
- readonly risks: readonly ["SYNTH_STABLE"];
562
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
558
563
  };
559
564
  readonly SOL: {
560
565
  readonly name: "Solana";
@@ -599,6 +604,7 @@ export declare const tokens: {
599
604
  readonly website: "https://bnb.ripae.finance/";
600
605
  readonly description: "Ripae Finance’s full focus is to build a true cross-chain algorithmic stable coin protocol that is stabilized with true use-cases all around the DeFi Ecosystem.";
601
606
  readonly logoURI: "https://bnb.ripae.finance/static/media/ripae_pftm.72dccc11.svg";
607
+ readonly tags: readonly ["SYNTHETIC"];
602
608
  };
603
609
  readonly beCAKE: {
604
610
  readonly name: "Beefy Staked CAKE";
@@ -621,6 +627,7 @@ export declare const tokens: {
621
627
  readonly logoURI: "";
622
628
  readonly website: "https://busm.money/";
623
629
  readonly description: "BUSM.Money is explosive! Provide your yield-bearing xBOMB as collateral. Once completed, you will be ableto borrow BOMB US Money (BUSM). From here the sky is the limit! Purchase any token you wish, from more BOMB to another stablecoin!";
630
+ readonly tags: readonly ["SYNTHETIC"];
624
631
  };
625
632
  readonly BOMB: {
626
633
  readonly name: "Bomb.Money";
@@ -632,6 +639,7 @@ export declare const tokens: {
632
639
  readonly logoURI: "";
633
640
  readonly website: "https://app.bomb.money/";
634
641
  readonly description: "BOMB is pegged via algorithm to a 10,000:1 ratio to BTC. $100k BTC = $10 BOMB PEG";
642
+ readonly tags: readonly ["SYNTHETIC"];
635
643
  };
636
644
  readonly BSHARE: {
637
645
  readonly name: "BSHARE";
@@ -722,7 +730,7 @@ export declare const tokens: {
722
730
  readonly oracleId: "stargate-bsc-busd";
723
731
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xaEb044650278731Ef3DC244692AB9F64C78FfaEA/logo.png";
724
732
  readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
725
- readonly risks: readonly ["SYNTH_STABLE"];
733
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
726
734
  };
727
735
  readonly sbUSDT: {
728
736
  readonly name: "Stargate Tether USD LP";
@@ -735,6 +743,7 @@ export declare const tokens: {
735
743
  readonly website: "https://tether.to/";
736
744
  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.";
737
745
  readonly documentation: "https://stargateprotocol.gitbook.io/stargate/v/user-docs/";
746
+ readonly tags: readonly ["STABLECOIN"];
738
747
  };
739
748
  readonly STG: {
740
749
  readonly name: "Stargate";
@@ -758,6 +767,7 @@ export declare const tokens: {
758
767
  readonly logoURI: "https://emp.money/static/media/emp-final2.bb119013";
759
768
  readonly website: "https://emp.money/";
760
769
  readonly description: "EMP Money offers the first decentralised algorithmic stable coin on Binance Smartchain, pegged to the price of Ethereum via seigniorage at a rate of 4000 EMP: 1 ETH.";
770
+ readonly tags: readonly ["SYNTHETIC"];
761
771
  };
762
772
  readonly ESHARE: {
763
773
  readonly name: "EMP.Money Shares";
@@ -883,6 +893,7 @@ export declare const tokens: {
883
893
  readonly logoURI: "https://www.dibs.money/static/media/dibs.01460d5a.png";
884
894
  readonly website: "https://www.dibs.money/";
885
895
  readonly description: "DIBS is a stablecoin pegged to the price of BNB.";
896
+ readonly tags: readonly ["SYNTHETIC"];
886
897
  };
887
898
  readonly AOT: {
888
899
  readonly name: "A.O.T.";
@@ -916,6 +927,7 @@ export declare const tokens: {
916
927
  readonly logoURI: "https://www.chargedefi.fi/static/media/static.180ec003.png";
917
928
  readonly website: "https://www.chargedefi.fi/";
918
929
  readonly description: "Algorithmic Stablecoin ecosystem with rebase mechanics.";
930
+ readonly tags: readonly ["SYNTHETIC"];
919
931
  };
920
932
  readonly CHARGE: {
921
933
  readonly name: "CHARGE";
@@ -927,6 +939,7 @@ export declare const tokens: {
927
939
  readonly logoURI: "https://www.chargedefi.fi/static/media/charge.53089c19.png";
928
940
  readonly website: "https://www.chargedefi.fi/";
929
941
  readonly description: "Algorithmic Stablecoin ecosystem with rebase mechanics.";
942
+ readonly tags: readonly ["SYNTHETIC"];
930
943
  };
931
944
  readonly BISON: {
932
945
  readonly name: "Bison";
@@ -973,7 +986,7 @@ export declare const tokens: {
973
986
  readonly description: "Frax is the world’s first fractional-algorithmic stablecoin.";
974
987
  readonly bridge: "frax";
975
988
  readonly documentation: "https://docs.frax.finance/";
976
- readonly risks: readonly ["SYNTH_STABLE"];
989
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
977
990
  };
978
991
  readonly FXS: {
979
992
  readonly name: "Frax Share";
@@ -1195,7 +1208,7 @@ export declare const tokens: {
1195
1208
  readonly logoURI: "https://assets.coingecko.com/coins/images/14828/small/New_USDO_32px_.png";
1196
1209
  readonly website: "https://omnifarms.ocp.finance/";
1197
1210
  readonly description: "USDO is a decentralised stablecoin backed by a verifiable collateral pool of on-chain assets.";
1198
- readonly risks: readonly ["SYNTH_STABLE"];
1211
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1199
1212
  };
1200
1213
  readonly FET: {
1201
1214
  readonly name: "Fetch";
@@ -1230,6 +1243,7 @@ export declare const tokens: {
1230
1243
  readonly logoURI: "https://www.rampdefi.com/icons/ramp_v4.svg";
1231
1244
  readonly description: "Ramp Defi USD pegged token";
1232
1245
  readonly website: "https://www.rampdefi.com/";
1246
+ readonly tags: readonly ["SYNTHETIC"];
1233
1247
  };
1234
1248
  readonly BP: {
1235
1249
  readonly name: "Bunny Park";
@@ -1274,7 +1288,7 @@ export declare const tokens: {
1274
1288
  readonly website: "https://wault.finance/";
1275
1289
  readonly description: "WUSD is Wault Finance's commerce-backed stablecoin! The world's first commerce-backed stablecoin!";
1276
1290
  readonly logoURI: "https://app.wault.finance/bsc/assets/images/stablecoin/wusd.svg";
1277
- readonly risks: readonly ["SYNTH_STABLE"];
1291
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1278
1292
  };
1279
1293
  readonly CYT: {
1280
1294
  readonly name: "Coinary Token";
@@ -1561,6 +1575,7 @@ export declare const tokens: {
1561
1575
  readonly website: "https://hackenfoundation.com/";
1562
1576
  readonly description: "Hacken Token (HAI) is a cybersecurity coin underlying the rapidly growing Hacken Foundation. Hacken Foundation is a fully fledged organization that unites cybersecurity products and companies developing secure Web 3.0 infrastructure.";
1563
1577
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xaA9E582e5751d703F85912903bacADdFed26484C.png";
1578
+ readonly tags: readonly ["SYNTHETIC"];
1564
1579
  };
1565
1580
  readonly O3: {
1566
1581
  readonly name: "O3";
@@ -1682,6 +1697,7 @@ export declare const tokens: {
1682
1697
  readonly website: "https://soups.finance/";
1683
1698
  readonly description: "SOUP tokens are designed to be used as a medium of exchange. The built-in stability mechanism in the protocol aims to maintain SOUP peg to 1 Binance (BNB) token in the long run.";
1684
1699
  readonly logoURI: "https://bscscan.com/token/images/soupfinance_32.png";
1700
+ readonly tags: readonly ["SYNTHETIC"];
1685
1701
  };
1686
1702
  readonly '1INCH': {
1687
1703
  readonly name: "1INCH";
@@ -1825,6 +1841,7 @@ export declare const tokens: {
1825
1841
  readonly website: "https://www.trueusd.com/";
1826
1842
  readonly description: "TrueUSD (TUSD) is the first independently-verified digital asset redeemable 1-for-1 for US Dollars.";
1827
1843
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x14016e85a25aeb13065688cafb43044c2ef86784.png";
1844
+ readonly tags: readonly ["STABLECOIN"];
1828
1845
  };
1829
1846
  readonly VRT: {
1830
1847
  readonly name: "VRT";
@@ -2089,7 +2106,7 @@ export declare const tokens: {
2089
2106
  readonly website: "https://iron.finance/";
2090
2107
  readonly description: "IRON is the stablecoin token of the iron.finance protocol.";
2091
2108
  readonly logoURI: "https://bscscan.com/token/images/ironfinance_32.png?=v1";
2092
- readonly risks: readonly ["SYNTH_STABLE"];
2109
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2093
2110
  };
2094
2111
  readonly KEYFI: {
2095
2112
  readonly name: "KeyFi Token";
@@ -2300,6 +2317,7 @@ export declare const tokens: {
2300
2317
  readonly website: "https://mirror.finance/";
2301
2318
  readonly description: "Mirrored COIN (mCOIN) is a synthetic asset tracking the price of a Coinbase stock.";
2302
2319
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x49022089e78a8d46ec87a3af86a1db6c189afa6f.png";
2320
+ readonly tags: readonly ["SYNTHETIC"];
2303
2321
  };
2304
2322
  readonly MDX: {
2305
2323
  readonly name: "MDEX Token";
@@ -2346,7 +2364,7 @@ export declare const tokens: {
2346
2364
  readonly bridge: "binance-peg";
2347
2365
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xe9e7cea3dedca5984780bafc599bd69add087d56.png";
2348
2366
  readonly documentation: "https://help.paxos.com/hc/en-us/articles/4402670144148-BUSD";
2349
- readonly risks: readonly ["SYNTH_STABLE"];
2367
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2350
2368
  };
2351
2369
  readonly ETH: {
2352
2370
  readonly name: "Ethereum Token";
@@ -2397,6 +2415,7 @@ export declare const tokens: {
2397
2415
  readonly bridge: "binance-peg";
2398
2416
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x55d398326f99059ff775485246999027b3197955.png";
2399
2417
  readonly documentation: "https://tether.to/en/how-it-works";
2418
+ readonly tags: readonly ["STABLECOIN"];
2400
2419
  };
2401
2420
  readonly XRP: {
2402
2421
  readonly name: "XRP Token";
@@ -2490,7 +2509,7 @@ export declare const tokens: {
2490
2509
  readonly bridge: "binance-peg";
2491
2510
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x1af3f329e8be154074d8769d1ffa4ee058b1dbc3.png";
2492
2511
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
2493
- readonly risks: readonly ["SYNTH_STABLE"];
2512
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2494
2513
  };
2495
2514
  readonly YFII: {
2496
2515
  readonly name: "YFII.finance Token";
@@ -2762,6 +2781,7 @@ export declare const tokens: {
2762
2781
  readonly website: "https://www.kava.io/";
2763
2782
  readonly description: "USDX is the crypto-backed native stablecoin of the Kava DeFi hub.";
2764
2783
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x1203355742e76875154c0d13eb81dcd7711dc7d9.png";
2784
+ readonly tags: readonly ["SYNTHETIC"];
2765
2785
  };
2766
2786
  readonly INJ: {
2767
2787
  readonly name: "Injective Protocol";
@@ -2797,6 +2817,7 @@ export declare const tokens: {
2797
2817
  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.";
2798
2818
  readonly bridge: "binance-peg";
2799
2819
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d.png";
2820
+ readonly tags: readonly ["STABLECOIN"];
2800
2821
  };
2801
2822
  readonly CTK: {
2802
2823
  readonly name: "CertiK Token";
@@ -2861,7 +2882,7 @@ export declare const tokens: {
2861
2882
  readonly website: "https://qian.finance/";
2862
2883
  readonly description: "QUSD is the stablecoin developed by the QIAN protocol.";
2863
2884
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xb8C540d00dd0Bf76ea12E4B4B95eFC90804f924E.png";
2864
- readonly risks: readonly ["SYNTH_STABLE"];
2885
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2865
2886
  };
2866
2887
  readonly VAI: {
2867
2888
  readonly name: "VAI Stablecoin";
@@ -2873,7 +2894,7 @@ export declare const tokens: {
2873
2894
  readonly website: "https://venus.io/";
2874
2895
  readonly description: "Vai is a decentralized stablecoin built on the Venus Protocol that runs on the Binance Smart Chain.";
2875
2896
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4bd17003473389a42daf6a0a729f6fdb328bbbd7.png";
2876
- readonly risks: readonly ["SYNTH_STABLE"];
2897
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2877
2898
  };
2878
2899
  readonly JUV: {
2879
2900
  readonly name: "Juventus";
@@ -3050,7 +3071,7 @@ export declare const tokens: {
3050
3071
  readonly website: "https://mirror.finance/";
3051
3072
  readonly description: "TerraUSD (UST) is the decentralized and algorithmic stablecoin of the Terra blockchain. It is a scalable, yield-bearing coin that is value-pegged to the US Dollar.";
3052
3073
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x23396cF899Ca06c4472205fC903bDB4de249D6fC.png";
3053
- readonly risks: readonly ["SYNTH_STABLE"];
3074
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3054
3075
  };
3055
3076
  readonly EGLD: {
3056
3077
  readonly name: "Elrond";
@@ -3106,6 +3127,7 @@ export declare const tokens: {
3106
3127
  readonly website: "https://www.liquity.org/";
3107
3128
  readonly description: "LUSD is the USD-pegged stablecoin used to pay out loans on the Liquity protocol.";
3108
3129
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x23e8a70534308a4AAF76fb8C32ec13d17a3BD89e.png";
3130
+ readonly tags: readonly ["SYNTHETIC"];
3109
3131
  };
3110
3132
  readonly SFP: {
3111
3133
  readonly name: "SafePal Token";
@@ -3139,6 +3161,7 @@ export declare const tokens: {
3139
3161
  readonly website: "https://renproject.io/";
3140
3162
  readonly description: "RenBTC is an ERC-20 token built on the Ethereum network, pegged to Bitcoin. This means that each RenBTC can be always redeemed for one Bitcoin, and hence tends to maintain its value at close to the Bitcoin market rate.";
3141
3163
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png";
3164
+ readonly tags: readonly ["SYNTHETIC"];
3142
3165
  };
3143
3166
  readonly renDOGE: {
3144
3167
  readonly name: "renDOGE";
@@ -3150,6 +3173,7 @@ export declare const tokens: {
3150
3173
  readonly website: "https://renproject.io/";
3151
3174
  readonly description: "RenDOGE is an ERC-20 token built on the Ethereum network, pegged to Dogecoin. This means that each RenDoge can be always redeemed for one Dogecoin, and hence tends to maintain its value at close to the Dogecoin market rate.";
3152
3175
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xc3fed6eb39178a541d274e6fc748d48f0ca01cc3.png";
3176
+ readonly tags: readonly ["SYNTHETIC"];
3153
3177
  };
3154
3178
  readonly anyMTLX: {
3155
3179
  readonly name: "anyMTLX";
@@ -3227,6 +3251,7 @@ export declare const tokens: {
3227
3251
  readonly website: "https://renproject.io/";
3228
3252
  readonly description: "RenZEC is an ERC-20 token built on the Ethereum network, pegged to ZCash. This means that each RenZEC can be always redeemed for one ZCash, and hence tends to maintain its value at close to the ZCash market rate.";
3229
3253
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x695FD30aF473F2960e81Dc9bA7cB67679d35EDb7.png";
3254
+ readonly tags: readonly ["SYNTHETIC"];
3230
3255
  };
3231
3256
  readonly IOTX: {
3232
3257
  readonly name: "IoTeX";
@@ -3415,6 +3440,7 @@ export declare const tokens: {
3415
3440
  readonly website: "https://p.network/";
3416
3441
  readonly description: "pBTC is a 1:1 pegged ERC777 Bitcoin representation on Ethereum.";
3417
3442
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xed28a457a5a76596ac48d87c0f577020f6ea1c4c.png";
3443
+ readonly tags: readonly ["SYNTHETIC"];
3418
3444
  };
3419
3445
  readonly MIR: {
3420
3446
  readonly name: "Mirror Finance";
@@ -3657,6 +3683,7 @@ export declare const tokens: {
3657
3683
  readonly website: "https://diamondhand.fi/";
3658
3684
  readonly description: "dBTC is a synthetic token pegged to BTC developed by Diamonhand.fi.";
3659
3685
  readonly logoURI: "https://app.iron.finance/static/media/DBTC.2bb24d53.png";
3686
+ readonly tags: readonly ["SYNTHETIC"];
3660
3687
  };
3661
3688
  readonly dBNB: {
3662
3689
  readonly name: "Diamond-Peg BNB";
@@ -3668,6 +3695,7 @@ export declare const tokens: {
3668
3695
  readonly website: "https://diamondhand.fi/";
3669
3696
  readonly description: "dBNB is a synthetic token pegged to BNB developed by Diamonhand.fi.";
3670
3697
  readonly logoURI: "https://app.iron.finance/static/media/DBNB.57de3f13.png";
3698
+ readonly tags: readonly ["SYNTHETIC"];
3671
3699
  };
3672
3700
  readonly dETH: {
3673
3701
  readonly name: "Diamond-Peg ETH";
@@ -3679,6 +3707,7 @@ export declare const tokens: {
3679
3707
  readonly website: "https://diamondhand.fi/";
3680
3708
  readonly description: "dETH is a synthetic token pegged to ETH developed by Diamonhand.fi.";
3681
3709
  readonly logoURI: "https://app.iron.finance/static/media/DETH.4802e6eb.png";
3710
+ readonly tags: readonly ["SYNTHETIC"];
3682
3711
  };
3683
3712
  readonly dADA: {
3684
3713
  readonly name: "Diamond-Peg ADA";
@@ -3690,6 +3719,7 @@ export declare const tokens: {
3690
3719
  readonly website: "https://diamondhand.fi/";
3691
3720
  readonly description: "dADA is a synthetic token pegged to ADA developed by Diamonhand.fi.";
3692
3721
  readonly logoURI: "https://app.iron.finance/static/media/DADA.d9b1a86c.png";
3722
+ readonly tags: readonly ["SYNTHETIC"];
3693
3723
  };
3694
3724
  readonly dDOT: {
3695
3725
  readonly name: "Diamond-Peg DOT";
@@ -3701,6 +3731,7 @@ export declare const tokens: {
3701
3731
  readonly website: "https://diamondhand.fi/";
3702
3732
  readonly description: "dDOT is a synthetic token pegged to DOT developed by Diamonhand.fi.";
3703
3733
  readonly logoURI: "";
3734
+ readonly tags: readonly ["SYNTHETIC"];
3704
3735
  };
3705
3736
  readonly KROWN: {
3706
3737
  readonly name: "Krown";
@@ -4088,7 +4119,7 @@ export declare const tokens: {
4088
4119
  readonly logoURI: "https://raw.githubusercontent.com/ApeSwapFinance/apeswap-token-lists/main/assets/TOR.svg";
4089
4120
  readonly website: "https://tor.hector.network/";
4090
4121
  readonly description: "TOR is a fully collateralized stablecoin which acts as a foundational pillar within the Hector Network Ecosystem. Its unique smart contracts made it the first of its kind, creating positive price action for the HEC token each time a TOR coin is minted and empowering Hector Network to become deflationary.";
4091
- readonly risks: readonly ["SYNTH_STABLE"];
4122
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4092
4123
  };
4093
4124
  readonly CSIX: {
4094
4125
  readonly name: "Carbon";
@@ -4113,6 +4144,7 @@ export declare const tokens: {
4113
4144
  readonly bridge: "native";
4114
4145
  readonly logoURI: "";
4115
4146
  readonly documentation: "https://docs.overnight.fi/";
4147
+ readonly tags: readonly ["CURATED"];
4116
4148
  };
4117
4149
  readonly 'USDT+': {
4118
4150
  readonly name: "USDT+ Stablecoin";
@@ -4126,6 +4158,7 @@ export declare const tokens: {
4126
4158
  readonly bridge: "native";
4127
4159
  readonly logoURI: "";
4128
4160
  readonly documentation: "https://docs.overnight.fi/";
4161
+ readonly tags: readonly ["CURATED"];
4129
4162
  };
4130
4163
  readonly USDD: {
4131
4164
  readonly name: "Decentralized USD";
@@ -4138,7 +4171,7 @@ export declare const tokens: {
4138
4171
  readonly website: "https://usdd.io/";
4139
4172
  readonly description: "The USDD protocol aims to provide the blockchain industry with the most stable, decentralized, tamper-proof, and freeze-free stablecoin system, a perpetual system independent from any centralized entity.";
4140
4173
  readonly documentation: "https://usdd.io/docs/";
4141
- readonly risks: readonly ["SYNTH_STABLE"];
4174
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4142
4175
  };
4143
4176
  readonly frxETH: {
4144
4177
  readonly name: "Frax Ether";
@@ -4211,6 +4244,7 @@ export declare const tokens: {
4211
4244
  readonly description: "Venus wrapped USDT. Venus is an algorithmic money market and synthetic stablecoin protocol launched exclusively on BNB Chain.";
4212
4245
  readonly logoURI: "";
4213
4246
  readonly staked: true;
4247
+ readonly tags: readonly ["STABLECOIN"];
4214
4248
  };
4215
4249
  readonly RDNT: {
4216
4250
  readonly name: "RDNT";
@@ -4235,6 +4269,7 @@ export declare const tokens: {
4235
4269
  readonly logoURI: "";
4236
4270
  readonly documentation: "https://docs.stafi.io/";
4237
4271
  readonly bridge: "native";
4272
+ readonly tags: readonly ["SYNTHETIC"];
4238
4273
  };
4239
4274
  readonly voldBIFI: {
4240
4275
  readonly name: "Venus BIFI";
@@ -4270,7 +4305,7 @@ export declare const tokens: {
4270
4305
  readonly description: "Verified USD (USDV) is the first stablecoin that rewards Verified Minters based on their contribution to the tokens active circulation.";
4271
4306
  readonly documentation: "https://docs.usdv.money/docs";
4272
4307
  readonly bridge: "layer-zero";
4273
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
4308
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
4274
4309
  };
4275
4310
  readonly weETH: {
4276
4311
  readonly name: "Wrapped eETH";
@@ -4284,7 +4319,7 @@ export declare const tokens: {
4284
4319
  readonly description: "Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.";
4285
4320
  readonly documentation: "https://etherfi.gitbook.io/etherfi";
4286
4321
  readonly bridge: "stargate";
4287
- readonly risks: readonly ["NO_TIMELOCK"];
4322
+ readonly tags: readonly ["NO_TIMELOCK"];
4288
4323
  };
4289
4324
  readonly ZRO: {
4290
4325
  readonly name: "LayerZero";
@@ -4311,7 +4346,7 @@ export declare const tokens: {
4311
4346
  readonly documentation: "https://docs.bsc.lista.org/";
4312
4347
  readonly description: "slisBNB is the yield bearing & liquid staking token for Synclub, which appreciates against BNB in line with BNB’s staking APR.";
4313
4348
  readonly bridge: "native";
4314
- readonly risks: readonly ["NO_TIMELOCK"];
4349
+ readonly tags: readonly ["NO_TIMELOCK"];
4315
4350
  };
4316
4351
  readonly lisUSD: {
4317
4352
  readonly name: "Lista USD";
@@ -4325,7 +4360,7 @@ export declare const tokens: {
4325
4360
  readonly documentation: "https://docs.bsc.lista.org/";
4326
4361
  readonly description: "lisUSD is a decentralized, unbiased, collateral backed destablecoin soft-pegged to the US Dollar. Users who have collateralized their assets via Lista are eligible to take out a loan in lisUSD against their collateral.";
4327
4362
  readonly bridge: "native";
4328
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
4363
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
4329
4364
  };
4330
4365
  readonly pxETH: {
4331
4366
  readonly name: "Pirex Ether OFT";
@@ -4339,7 +4374,7 @@ export declare const tokens: {
4339
4374
  readonly documentation: "https://dinero.xyz/docs";
4340
4375
  readonly description: "pxETH is an Ethereum liquid staking solution that forms the foundation of the Dinero protocol.";
4341
4376
  readonly bridge: "layer-zero";
4342
- readonly risks: readonly ["NO_TIMELOCK"];
4377
+ readonly tags: readonly ["NO_TIMELOCK"];
4343
4378
  };
4344
4379
  readonly axlUSDC: {
4345
4380
  readonly name: "Axelar Wrapped USDC";
@@ -4353,6 +4388,7 @@ export declare const tokens: {
4353
4388
  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.";
4354
4389
  readonly bridge: "axelar";
4355
4390
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d.png";
4391
+ readonly tags: readonly ["STABLECOIN"];
4356
4392
  };
4357
4393
  readonly PEPE: {
4358
4394
  readonly name: "Pepe";
@@ -4366,7 +4402,7 @@ export declare const tokens: {
4366
4402
  readonly documentation: "https://www.pepe.vip/";
4367
4403
  readonly description: "Pepe is here to make memecoins great again. Launched stealth with no presale, zero taxes, LP burnt and contract renounced, $PEPE is a coin for the people, forever. Fueled by pure memetic power, let $PEPE show you the way.";
4368
4404
  readonly bridge: "layer-zero";
4369
- readonly risks: readonly ["NO_TIMELOCK"];
4405
+ readonly tags: readonly ["NO_TIMELOCK"];
4370
4406
  };
4371
4407
  readonly 'SolvBTC.BBN': {
4372
4408
  readonly name: "SolvBTC Babylon";
@@ -4380,7 +4416,7 @@ export declare const tokens: {
4380
4416
  readonly description: "SolvBTC.BBN is a liquid staking token (LST) for Bitcoin, representing the staked Bitcoin in Babylon. SolvBTC.BBN allows Bitcoin holders to earn staking yields, in exchange for sharing $1.3 trillion economic security of Bitcoin with PoS chains, while enabling them the flexibility to participate in DeFi.";
4381
4417
  readonly bridge: "native";
4382
4418
  readonly documentation: "https://docs.solv.finance/solv-documentation/getting-started-2/solvbtc.bbn";
4383
- readonly risks: readonly ["NO_TIMELOCK"];
4419
+ readonly tags: readonly ["NO_TIMELOCK"];
4384
4420
  };
4385
4421
  readonly wstETH: {
4386
4422
  readonly name: "Lido Wrapped Staked ETH";
@@ -4407,7 +4443,7 @@ export declare const tokens: {
4407
4443
  readonly description: "MyShell is a decentralized AI consumer layer, connecting consumers, AI agent creators, and open-source researchers. ";
4408
4444
  readonly documentation: "https://docs.myshell.ai/";
4409
4445
  readonly bridge: "layer-zero";
4410
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4446
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
4411
4447
  };
4412
4448
  readonly TST: {
4413
4449
  readonly name: "Test";
@@ -4556,7 +4592,7 @@ export declare const tokens: {
4556
4592
  readonly description: "Plasma is a high-performance layer 1 blockchain purpose-built for stablecoins.";
4557
4593
  readonly documentation: "https://docs.plasma.to/";
4558
4594
  readonly bridge: "layer-zero";
4559
- readonly risks: readonly ["NO_TIMELOCK"];
4595
+ readonly tags: readonly ["NO_TIMELOCK"];
4560
4596
  };
4561
4597
  readonly PUP: {
4562
4598
  readonly name: "PUP";
@@ -4618,7 +4654,7 @@ export declare const tokens: {
4618
4654
  readonly description: "Four.meme is a streamlined, low-cost pathway to introduce even more meme tokens into the world. Create anything. Any meme you want to put out into the blockchain ecosystem. We’re here to be your canvas and your logistical minion. We’ll help you get the most traction possible with users on BSC. All we’re asking is you create the best viral memes that can potentially make you famous.";
4619
4655
  readonly documentation: "https://four-meme.gitbook.io/four.meme/protocol-integration";
4620
4656
  readonly bridge: "native";
4621
- readonly risks: readonly ["NO_TIMELOCK"];
4657
+ readonly tags: readonly ["NO_TIMELOCK"];
4622
4658
  };
4623
4659
  readonly BNBHolder: {
4624
4660
  readonly name: "BNBHolder";
@@ -4643,7 +4679,7 @@ export declare const tokens: {
4643
4679
  readonly website: "https://chainopera.ai/";
4644
4680
  readonly description: "ChainOpera AI empowers collaborative intelligence through a network of AI agents co-created and co-operated by the community.";
4645
4681
  readonly bridge: "native";
4646
- readonly risks: readonly ["LARGE_HOLDERS"];
4682
+ readonly tags: readonly ["LARGE_HOLDERS"];
4647
4683
  readonly documentation: "https://paper.chainopera.ai/";
4648
4684
  };
4649
4685
  readonly FINGERHEART: {
@@ -4669,7 +4705,7 @@ export declare const tokens: {
4669
4705
  readonly website: "https://www.xpin.network/";
4670
4706
  readonly description: "XPIN Network is a revolutionary Decentralized Wireless Network Platform designed to redefine global connectivity. The $XPIN token powers the network.";
4671
4707
  readonly bridge: "native";
4672
- readonly risks: readonly ["LARGE_HOLDERS"];
4708
+ readonly tags: readonly ["LARGE_HOLDERS"];
4673
4709
  readonly documentation: "https://docs.xpin.network/tokenomics";
4674
4710
  };
4675
4711
  readonly LAB: {
@@ -4683,7 +4719,7 @@ export declare const tokens: {
4683
4719
  readonly website: "https://lab.pro/";
4684
4720
  readonly description: "Multi-chain trading infrastructure – overlay, app & Telegram. Trade and analyze with sub-second execution, low fees, and transparent rewards.";
4685
4721
  readonly bridge: "native";
4686
- readonly risks: readonly ["LARGE_HOLDERS"];
4722
+ readonly tags: readonly ["LARGE_HOLDERS"];
4687
4723
  readonly documentation: "https://docs.lab.pro/";
4688
4724
  };
4689
4725
  };