@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
@@ -23,7 +23,7 @@ const lisUSD = {
23
23
  documentation: 'https://docs.bsc.lista.org/',
24
24
  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.',
25
25
  bridge: 'native',
26
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
26
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
27
27
  };
28
28
  export const tokens = {
29
29
  WNATIVE: BNB,
@@ -42,6 +42,7 @@ export const tokens = {
42
42
  bridge: 'native',
43
43
  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.',
44
44
  documentation: 'https://docs.stabl.fi/protocol-overview/introducing-stabl.fi',
45
+ tags: ['SYNTHETIC'],
45
46
  },
46
47
  OOEV2: {
47
48
  name: 'Open Ocean Finance',
@@ -67,6 +68,7 @@ export const tokens = {
67
68
  website: 'https://app.multichain.org/',
68
69
  description: 'Multichain supports to swap BTC to MultiBTC (Multichain BTC) 1:1.',
69
70
  documentation: 'https://docs.multichain.org/getting-started/introduction',
71
+ tags: ['SYNTHETIC'],
70
72
  },
71
73
  multiWUSDR: {
72
74
  name: 'Real USD',
@@ -80,6 +82,7 @@ export const tokens = {
80
82
  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.',
81
83
  bridge: 'multichain',
82
84
  logoURI: '',
85
+ tags: ['SYNTHETIC'],
83
86
  },
84
87
  wUSDR: {
85
88
  name: 'Real USD',
@@ -93,6 +96,7 @@ export const tokens = {
93
96
  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.',
94
97
  bridge: 'layer-zero',
95
98
  logoURI: '',
99
+ tags: ['SYNTHETIC'],
96
100
  },
97
101
  PRIMAL: {
98
102
  name: 'Primal',
@@ -141,7 +145,7 @@ export const tokens = {
141
145
  documentation: 'https://docs.inverse.finance/inverse-finance/using-dola/how-to-acquire-dola',
142
146
  description: 'Inverse.finance is a suite of permissionless decentralized finance tools governed by Inverse DAO, a decentralized autonomous organization running on the Ethereum blockchain.',
143
147
  bridge: 'multichain',
144
- risks: ['SYNTH_STABLE'],
148
+ tags: ['STABLECOIN', 'SYNTHETIC'],
145
149
  },
146
150
  MULTI: {
147
151
  name: 'Multichain',
@@ -166,6 +170,7 @@ export const tokens = {
166
170
  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.',
167
171
  logoURI: 'https://app.deus.finance/tokens/dei.svg',
168
172
  documentation: 'https://docs.deus.finance/',
173
+ tags: ['SYNTHETIC'],
169
174
  },
170
175
  ETSAlpha: {
171
176
  name: 'ETS Alpha',
@@ -178,7 +183,7 @@ export const tokens = {
178
183
  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. ',
179
184
  logoURI: 'https://app.deus.finance/tokens/dei.svg',
180
185
  documentation: 'https://docs.overnight.fi/',
181
- risks: ['SYNTH_STABLE'],
186
+ tags: ['STABLECOIN', 'SYNTHETIC'],
182
187
  },
183
188
  THE: {
184
189
  name: 'THENA',
@@ -203,7 +208,7 @@ export const tokens = {
203
208
  website: 'https://www.tarot.to/',
204
209
  bridge: 'layer-zero',
205
210
  description: 'Tarot is a decentralized lending protocol where users can participate as lenders or borrowers in isolated lending pools.',
206
- risks: ['NO_TIMELOCK'],
211
+ tags: ['NO_TIMELOCK'],
207
212
  },
208
213
  QUO: {
209
214
  name: 'Quoll Token',
@@ -215,7 +220,7 @@ export const tokens = {
215
220
  website: 'https://quoll.finance/',
216
221
  bridge: 'native',
217
222
  description: 'Quoll Finance is an advanced yield booster and on-chain incubator designed to maximize earnings across multiple DeFi protocols.',
218
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
223
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
219
224
  },
220
225
  qTHE: {
221
226
  name: 'Quoll THENA',
@@ -227,7 +232,7 @@ export const tokens = {
227
232
  website: 'https://quoll.finance/',
228
233
  bridge: 'native',
229
234
  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.',
230
- risks: ['NO_TIMELOCK'],
235
+ tags: ['NO_TIMELOCK'],
231
236
  },
232
237
  liveTHE: {
233
238
  name: 'liveTHE',
@@ -239,7 +244,7 @@ export const tokens = {
239
244
  website: 'https://www.liquiddriver.finance/',
240
245
  bridge: 'native',
241
246
  description: "liveTHE is LiquidDriver's liquid locker, built for THENA's governance token.",
242
- risks: ['NO_TIMELOCK'],
247
+ tags: ['NO_TIMELOCK'],
243
248
  },
244
249
  mPENDLE: {
245
250
  name: 'mPENDLE',
@@ -266,7 +271,7 @@ export const tokens = {
266
271
  description: 'mCAKE refers to "Magpie CAKE", a liquid version of veCAKE that allows users to earn rewards for their active participation on Cakepie.',
267
272
  documentation: 'https://docs.cakepiexyz.io/cakepie-overview',
268
273
  bridge: 'native',
269
- risks: ['NO_TIMELOCK'],
274
+ tags: ['NO_TIMELOCK'],
270
275
  },
271
276
  mBTC: {
272
277
  name: 'Magpie-Peg BTC',
@@ -280,7 +285,7 @@ export const tokens = {
280
285
  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.',
281
286
  documentation: 'https://docs.babypiexyz.io/',
282
287
  bridge: 'chainlink-ccip',
283
- risks: ['NO_TIMELOCK'],
288
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
284
289
  },
285
290
  PENDLE: {
286
291
  name: 'Pendle',
@@ -340,7 +345,7 @@ export const tokens = {
340
345
  website: 'https://jarvis.network/',
341
346
  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.',
342
347
  logoURI: 'https://i.imgur.com/EknGhAl.png',
343
- risks: ['SYNTH_STABLE'],
348
+ tags: ['STABLECOIN', 'SYNTHETIC'],
344
349
  },
345
350
  TRIVIA: {
346
351
  name: 'TRIVIA',
@@ -388,7 +393,7 @@ export const tokens = {
388
393
  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.",
389
394
  documentation: 'https://docs.mai.finance/',
390
395
  bridge: 'native',
391
- risks: ['SYNTH_STABLE'],
396
+ tags: ['STABLECOIN', 'SYNTHETIC'],
392
397
  },
393
398
  QI: {
394
399
  name: 'QiDao',
@@ -496,7 +501,7 @@ export const tokens = {
496
501
  description: 'jBRL is a multi-collateralized synthetic token tracking the price of Brazilian Real. It is built on the top of UMA and Chainlink.',
497
502
  bridge: 'multichain',
498
503
  logoURI: 'https://jarvis.network/images/jBRL.svg',
499
- risks: ['SYNTH_STABLE'],
504
+ tags: ['STABLECOIN', 'SYNTHETIC'],
500
505
  },
501
506
  BRZ: {
502
507
  name: 'BRZ Token',
@@ -508,7 +513,7 @@ export const tokens = {
508
513
  website: 'https://brztoken.io/',
509
514
  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.',
510
515
  logoURI: 'https://bscscan.com/token/images/brztoken_32.png',
511
- risks: ['SYNTH_STABLE'],
516
+ tags: ['STABLECOIN', 'SYNTHETIC'],
512
517
  },
513
518
  BRZw: {
514
519
  name: 'BRZ (Wormhole) Token',
@@ -520,7 +525,7 @@ export const tokens = {
520
525
  website: 'https://brztoken.io/',
521
526
  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.',
522
527
  logoURI: 'https://bscscan.com/token/images/brztoken_32.png',
523
- risks: ['SYNTH_STABLE'],
528
+ tags: ['STABLECOIN', 'SYNTHETIC'],
524
529
  },
525
530
  SOL: {
526
531
  name: 'Solana',
@@ -565,6 +570,7 @@ export const tokens = {
565
570
  website: 'https://bnb.ripae.finance/',
566
571
  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.',
567
572
  logoURI: 'https://bnb.ripae.finance/static/media/ripae_pftm.72dccc11.svg',
573
+ tags: ['SYNTHETIC'],
568
574
  },
569
575
  beCAKE: {
570
576
  name: 'Beefy Staked CAKE',
@@ -587,6 +593,7 @@ export const tokens = {
587
593
  logoURI: '',
588
594
  website: 'https://busm.money/',
589
595
  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!',
596
+ tags: ['SYNTHETIC'],
590
597
  },
591
598
  BOMB: {
592
599
  name: 'Bomb.Money',
@@ -598,6 +605,7 @@ export const tokens = {
598
605
  logoURI: '',
599
606
  website: 'https://app.bomb.money/',
600
607
  description: 'BOMB is pegged via algorithm to a 10,000:1 ratio to BTC. $100k BTC = $10 BOMB PEG',
608
+ tags: ['SYNTHETIC'],
601
609
  },
602
610
  BSHARE: {
603
611
  name: 'BSHARE',
@@ -688,7 +696,7 @@ export const tokens = {
688
696
  oracleId: 'stargate-bsc-busd',
689
697
  logoURI: 'https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xaEb044650278731Ef3DC244692AB9F64C78FfaEA/logo.png',
690
698
  documentation: 'https://stargateprotocol.gitbook.io/stargate/v/user-docs/',
691
- risks: ['SYNTH_STABLE'],
699
+ tags: ['STABLECOIN', 'SYNTHETIC'],
692
700
  },
693
701
  sbUSDT: {
694
702
  name: 'Stargate Tether USD LP',
@@ -701,6 +709,7 @@ export const tokens = {
701
709
  website: 'https://tether.to/',
702
710
  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.',
703
711
  documentation: 'https://stargateprotocol.gitbook.io/stargate/v/user-docs/',
712
+ tags: ['STABLECOIN'],
704
713
  },
705
714
  STG: {
706
715
  name: 'Stargate',
@@ -724,6 +733,7 @@ export const tokens = {
724
733
  logoURI: 'https://emp.money/static/media/emp-final2.bb119013',
725
734
  website: 'https://emp.money/',
726
735
  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.',
736
+ tags: ['SYNTHETIC'],
727
737
  },
728
738
  ESHARE: {
729
739
  name: 'EMP.Money Shares',
@@ -849,6 +859,7 @@ export const tokens = {
849
859
  logoURI: 'https://www.dibs.money/static/media/dibs.01460d5a.png',
850
860
  website: 'https://www.dibs.money/',
851
861
  description: 'DIBS is a stablecoin pegged to the price of BNB.',
862
+ tags: ['SYNTHETIC'],
852
863
  },
853
864
  AOT: {
854
865
  name: 'A.O.T.',
@@ -882,6 +893,7 @@ export const tokens = {
882
893
  logoURI: 'https://www.chargedefi.fi/static/media/static.180ec003.png',
883
894
  website: 'https://www.chargedefi.fi/',
884
895
  description: 'Algorithmic Stablecoin ecosystem with rebase mechanics.',
896
+ tags: ['SYNTHETIC'],
885
897
  },
886
898
  CHARGE: {
887
899
  name: 'CHARGE',
@@ -893,6 +905,7 @@ export const tokens = {
893
905
  logoURI: 'https://www.chargedefi.fi/static/media/charge.53089c19.png',
894
906
  website: 'https://www.chargedefi.fi/',
895
907
  description: 'Algorithmic Stablecoin ecosystem with rebase mechanics.',
908
+ tags: ['SYNTHETIC'],
896
909
  },
897
910
  BISON: {
898
911
  name: 'Bison',
@@ -939,7 +952,7 @@ export const tokens = {
939
952
  description: 'Frax is the world’s first fractional-algorithmic stablecoin.',
940
953
  bridge: 'frax',
941
954
  documentation: 'https://docs.frax.finance/',
942
- risks: ['SYNTH_STABLE'],
955
+ tags: ['STABLECOIN', 'SYNTHETIC'],
943
956
  },
944
957
  FXS: {
945
958
  name: 'Frax Share',
@@ -1161,7 +1174,7 @@ export const tokens = {
1161
1174
  logoURI: 'https://assets.coingecko.com/coins/images/14828/small/New_USDO_32px_.png',
1162
1175
  website: 'https://omnifarms.ocp.finance/',
1163
1176
  description: 'USDO is a decentralised stablecoin backed by a verifiable collateral pool of on-chain assets.',
1164
- risks: ['SYNTH_STABLE'],
1177
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1165
1178
  },
1166
1179
  FET: {
1167
1180
  name: 'Fetch',
@@ -1196,6 +1209,7 @@ export const tokens = {
1196
1209
  logoURI: 'https://www.rampdefi.com/icons/ramp_v4.svg',
1197
1210
  description: 'Ramp Defi USD pegged token',
1198
1211
  website: 'https://www.rampdefi.com/',
1212
+ tags: ['SYNTHETIC'],
1199
1213
  },
1200
1214
  BP: {
1201
1215
  name: 'Bunny Park',
@@ -1240,7 +1254,7 @@ export const tokens = {
1240
1254
  website: 'https://wault.finance/',
1241
1255
  description: "WUSD is Wault Finance's commerce-backed stablecoin! The world's first commerce-backed stablecoin!",
1242
1256
  logoURI: 'https://app.wault.finance/bsc/assets/images/stablecoin/wusd.svg',
1243
- risks: ['SYNTH_STABLE'],
1257
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1244
1258
  },
1245
1259
  CYT: {
1246
1260
  name: 'Coinary Token',
@@ -1527,6 +1541,7 @@ export const tokens = {
1527
1541
  website: 'https://hackenfoundation.com/',
1528
1542
  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.',
1529
1543
  logoURI: 'https://tokens.pancakeswap.finance/images/0xaA9E582e5751d703F85912903bacADdFed26484C.png',
1544
+ tags: ['SYNTHETIC'],
1530
1545
  },
1531
1546
  O3: {
1532
1547
  name: 'O3',
@@ -1648,6 +1663,7 @@ export const tokens = {
1648
1663
  website: 'https://soups.finance/',
1649
1664
  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.',
1650
1665
  logoURI: 'https://bscscan.com/token/images/soupfinance_32.png',
1666
+ tags: ['SYNTHETIC'],
1651
1667
  },
1652
1668
  '1INCH': {
1653
1669
  name: '1INCH',
@@ -1791,6 +1807,7 @@ export const tokens = {
1791
1807
  website: 'https://www.trueusd.com/',
1792
1808
  description: 'TrueUSD (TUSD) is the first independently-verified digital asset redeemable 1-for-1 for US Dollars.',
1793
1809
  logoURI: 'https://tokens.pancakeswap.finance/images/0x14016e85a25aeb13065688cafb43044c2ef86784.png',
1810
+ tags: ['STABLECOIN'],
1794
1811
  },
1795
1812
  VRT: {
1796
1813
  name: 'VRT',
@@ -2055,7 +2072,7 @@ export const tokens = {
2055
2072
  website: 'https://iron.finance/',
2056
2073
  description: 'IRON is the stablecoin token of the iron.finance protocol.',
2057
2074
  logoURI: 'https://bscscan.com/token/images/ironfinance_32.png?=v1',
2058
- risks: ['SYNTH_STABLE'],
2075
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2059
2076
  },
2060
2077
  KEYFI: {
2061
2078
  name: 'KeyFi Token',
@@ -2266,6 +2283,7 @@ export const tokens = {
2266
2283
  website: 'https://mirror.finance/',
2267
2284
  description: 'Mirrored COIN (mCOIN) is a synthetic asset tracking the price of a Coinbase stock.',
2268
2285
  logoURI: 'https://tokens.pancakeswap.finance/images/0x49022089e78a8d46ec87a3af86a1db6c189afa6f.png',
2286
+ tags: ['SYNTHETIC'],
2269
2287
  },
2270
2288
  MDX: {
2271
2289
  name: 'MDEX Token',
@@ -2312,7 +2330,7 @@ export const tokens = {
2312
2330
  bridge: 'binance-peg',
2313
2331
  logoURI: 'https://tokens.pancakeswap.finance/images/0xe9e7cea3dedca5984780bafc599bd69add087d56.png',
2314
2332
  documentation: 'https://help.paxos.com/hc/en-us/articles/4402670144148-BUSD',
2315
- risks: ['SYNTH_STABLE'],
2333
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2316
2334
  },
2317
2335
  ETH: {
2318
2336
  name: 'Ethereum Token',
@@ -2363,6 +2381,7 @@ export const tokens = {
2363
2381
  bridge: 'binance-peg',
2364
2382
  logoURI: 'https://tokens.pancakeswap.finance/images/0x55d398326f99059ff775485246999027b3197955.png',
2365
2383
  documentation: 'https://tether.to/en/how-it-works',
2384
+ tags: ['STABLECOIN'],
2366
2385
  },
2367
2386
  XRP: {
2368
2387
  name: 'XRP Token',
@@ -2456,7 +2475,7 @@ export const tokens = {
2456
2475
  bridge: 'binance-peg',
2457
2476
  logoURI: 'https://tokens.pancakeswap.finance/images/0x1af3f329e8be154074d8769d1ffa4ee058b1dbc3.png',
2458
2477
  documentation: 'https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation',
2459
- risks: ['SYNTH_STABLE'],
2478
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2460
2479
  },
2461
2480
  YFII: {
2462
2481
  name: 'YFII.finance Token',
@@ -2728,6 +2747,7 @@ export const tokens = {
2728
2747
  website: 'https://www.kava.io/',
2729
2748
  description: 'USDX is the crypto-backed native stablecoin of the Kava DeFi hub.',
2730
2749
  logoURI: 'https://tokens.pancakeswap.finance/images/0x1203355742e76875154c0d13eb81dcd7711dc7d9.png',
2750
+ tags: ['SYNTHETIC'],
2731
2751
  },
2732
2752
  INJ: {
2733
2753
  name: 'Injective Protocol',
@@ -2763,6 +2783,7 @@ export const tokens = {
2763
2783
  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.',
2764
2784
  bridge: 'binance-peg',
2765
2785
  logoURI: 'https://tokens.pancakeswap.finance/images/0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d.png',
2786
+ tags: ['STABLECOIN'],
2766
2787
  },
2767
2788
  CTK: {
2768
2789
  name: 'CertiK Token',
@@ -2827,7 +2848,7 @@ export const tokens = {
2827
2848
  website: 'https://qian.finance/',
2828
2849
  description: 'QUSD is the stablecoin developed by the QIAN protocol.',
2829
2850
  logoURI: 'https://tokens.pancakeswap.finance/images/0xb8C540d00dd0Bf76ea12E4B4B95eFC90804f924E.png',
2830
- risks: ['SYNTH_STABLE'],
2851
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2831
2852
  },
2832
2853
  VAI: {
2833
2854
  name: 'VAI Stablecoin',
@@ -2839,7 +2860,7 @@ export const tokens = {
2839
2860
  website: 'https://venus.io/',
2840
2861
  description: 'Vai is a decentralized stablecoin built on the Venus Protocol that runs on the Binance Smart Chain.',
2841
2862
  logoURI: 'https://tokens.pancakeswap.finance/images/0x4bd17003473389a42daf6a0a729f6fdb328bbbd7.png',
2842
- risks: ['SYNTH_STABLE'],
2863
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2843
2864
  },
2844
2865
  JUV: {
2845
2866
  name: 'Juventus',
@@ -3016,7 +3037,7 @@ export const tokens = {
3016
3037
  website: 'https://mirror.finance/',
3017
3038
  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.',
3018
3039
  logoURI: 'https://tokens.pancakeswap.finance/images/0x23396cF899Ca06c4472205fC903bDB4de249D6fC.png',
3019
- risks: ['SYNTH_STABLE'],
3040
+ tags: ['STABLECOIN', 'SYNTHETIC'],
3020
3041
  },
3021
3042
  EGLD: {
3022
3043
  name: 'Elrond',
@@ -3072,6 +3093,7 @@ export const tokens = {
3072
3093
  website: 'https://www.liquity.org/',
3073
3094
  description: 'LUSD is the USD-pegged stablecoin used to pay out loans on the Liquity protocol.',
3074
3095
  logoURI: 'https://tokens.pancakeswap.finance/images/0x23e8a70534308a4AAF76fb8C32ec13d17a3BD89e.png',
3096
+ tags: ['SYNTHETIC'],
3075
3097
  },
3076
3098
  SFP: {
3077
3099
  name: 'SafePal Token',
@@ -3105,6 +3127,7 @@ export const tokens = {
3105
3127
  website: 'https://renproject.io/',
3106
3128
  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.',
3107
3129
  logoURI: 'https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png',
3130
+ tags: ['SYNTHETIC'],
3108
3131
  },
3109
3132
  renDOGE: {
3110
3133
  name: 'renDOGE',
@@ -3116,6 +3139,7 @@ export const tokens = {
3116
3139
  website: 'https://renproject.io/',
3117
3140
  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.',
3118
3141
  logoURI: 'https://tokens.pancakeswap.finance/images/0xc3fed6eb39178a541d274e6fc748d48f0ca01cc3.png',
3142
+ tags: ['SYNTHETIC'],
3119
3143
  },
3120
3144
  anyMTLX: {
3121
3145
  name: 'anyMTLX',
@@ -3193,6 +3217,7 @@ export const tokens = {
3193
3217
  website: 'https://renproject.io/',
3194
3218
  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.',
3195
3219
  logoURI: 'https://tokens.pancakeswap.finance/images/0x695FD30aF473F2960e81Dc9bA7cB67679d35EDb7.png',
3220
+ tags: ['SYNTHETIC'],
3196
3221
  },
3197
3222
  IOTX: {
3198
3223
  name: 'IoTeX',
@@ -3381,6 +3406,7 @@ export const tokens = {
3381
3406
  website: 'https://p.network/',
3382
3407
  description: 'pBTC is a 1:1 pegged ERC777 Bitcoin representation on Ethereum.',
3383
3408
  logoURI: 'https://tokens.pancakeswap.finance/images/0xed28a457a5a76596ac48d87c0f577020f6ea1c4c.png',
3409
+ tags: ['SYNTHETIC'],
3384
3410
  },
3385
3411
  MIR: {
3386
3412
  name: 'Mirror Finance',
@@ -3623,6 +3649,7 @@ export const tokens = {
3623
3649
  website: 'https://diamondhand.fi/',
3624
3650
  description: 'dBTC is a synthetic token pegged to BTC developed by Diamonhand.fi.',
3625
3651
  logoURI: 'https://app.iron.finance/static/media/DBTC.2bb24d53.png',
3652
+ tags: ['SYNTHETIC'],
3626
3653
  },
3627
3654
  dBNB: {
3628
3655
  name: 'Diamond-Peg BNB',
@@ -3634,6 +3661,7 @@ export const tokens = {
3634
3661
  website: 'https://diamondhand.fi/',
3635
3662
  description: 'dBNB is a synthetic token pegged to BNB developed by Diamonhand.fi.',
3636
3663
  logoURI: 'https://app.iron.finance/static/media/DBNB.57de3f13.png',
3664
+ tags: ['SYNTHETIC'],
3637
3665
  },
3638
3666
  dETH: {
3639
3667
  name: 'Diamond-Peg ETH',
@@ -3645,6 +3673,7 @@ export const tokens = {
3645
3673
  website: 'https://diamondhand.fi/',
3646
3674
  description: 'dETH is a synthetic token pegged to ETH developed by Diamonhand.fi.',
3647
3675
  logoURI: 'https://app.iron.finance/static/media/DETH.4802e6eb.png',
3676
+ tags: ['SYNTHETIC'],
3648
3677
  },
3649
3678
  dADA: {
3650
3679
  name: 'Diamond-Peg ADA',
@@ -3656,6 +3685,7 @@ export const tokens = {
3656
3685
  website: 'https://diamondhand.fi/',
3657
3686
  description: 'dADA is a synthetic token pegged to ADA developed by Diamonhand.fi.',
3658
3687
  logoURI: 'https://app.iron.finance/static/media/DADA.d9b1a86c.png',
3688
+ tags: ['SYNTHETIC'],
3659
3689
  },
3660
3690
  dDOT: {
3661
3691
  name: 'Diamond-Peg DOT',
@@ -3667,6 +3697,7 @@ export const tokens = {
3667
3697
  website: 'https://diamondhand.fi/',
3668
3698
  description: 'dDOT is a synthetic token pegged to DOT developed by Diamonhand.fi.',
3669
3699
  logoURI: '',
3700
+ tags: ['SYNTHETIC'],
3670
3701
  },
3671
3702
  KROWN: {
3672
3703
  name: 'Krown',
@@ -4054,7 +4085,7 @@ export const tokens = {
4054
4085
  logoURI: 'https://raw.githubusercontent.com/ApeSwapFinance/apeswap-token-lists/main/assets/TOR.svg',
4055
4086
  website: 'https://tor.hector.network/',
4056
4087
  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.',
4057
- risks: ['SYNTH_STABLE'],
4088
+ tags: ['STABLECOIN', 'SYNTHETIC'],
4058
4089
  },
4059
4090
  CSIX: {
4060
4091
  name: 'Carbon',
@@ -4079,6 +4110,7 @@ export const tokens = {
4079
4110
  bridge: 'native',
4080
4111
  logoURI: '',
4081
4112
  documentation: 'https://docs.overnight.fi/',
4113
+ tags: ['CURATED'],
4082
4114
  },
4083
4115
  'USDT+': {
4084
4116
  name: 'USDT+ Stablecoin',
@@ -4092,6 +4124,7 @@ export const tokens = {
4092
4124
  bridge: 'native',
4093
4125
  logoURI: '',
4094
4126
  documentation: 'https://docs.overnight.fi/',
4127
+ tags: ['CURATED'],
4095
4128
  },
4096
4129
  USDD: {
4097
4130
  name: 'Decentralized USD',
@@ -4104,7 +4137,7 @@ export const tokens = {
4104
4137
  website: 'https://usdd.io/',
4105
4138
  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.',
4106
4139
  documentation: 'https://usdd.io/docs/',
4107
- risks: ['SYNTH_STABLE'],
4140
+ tags: ['STABLECOIN', 'SYNTHETIC'],
4108
4141
  },
4109
4142
  frxETH: {
4110
4143
  name: 'Frax Ether',
@@ -4177,6 +4210,7 @@ export const tokens = {
4177
4210
  description: 'Venus wrapped USDT. Venus is an algorithmic money market and synthetic stablecoin protocol launched exclusively on BNB Chain.',
4178
4211
  logoURI: '',
4179
4212
  staked: true,
4213
+ tags: ['STABLECOIN'],
4180
4214
  },
4181
4215
  RDNT: {
4182
4216
  name: 'RDNT',
@@ -4201,6 +4235,7 @@ export const tokens = {
4201
4235
  logoURI: '',
4202
4236
  documentation: 'https://docs.stafi.io/',
4203
4237
  bridge: 'native',
4238
+ tags: ['SYNTHETIC'],
4204
4239
  },
4205
4240
  voldBIFI: {
4206
4241
  name: 'Venus BIFI',
@@ -4236,7 +4271,7 @@ export const tokens = {
4236
4271
  description: 'Verified USD (USDV) is the first stablecoin that rewards Verified Minters based on their contribution to the tokens active circulation.',
4237
4272
  documentation: 'https://docs.usdv.money/docs',
4238
4273
  bridge: 'layer-zero',
4239
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
4274
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
4240
4275
  },
4241
4276
  weETH: {
4242
4277
  name: 'Wrapped eETH',
@@ -4250,7 +4285,7 @@ export const tokens = {
4250
4285
  description: 'Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.',
4251
4286
  documentation: 'https://etherfi.gitbook.io/etherfi',
4252
4287
  bridge: 'stargate',
4253
- risks: ['NO_TIMELOCK'],
4288
+ tags: ['NO_TIMELOCK'],
4254
4289
  },
4255
4290
  ZRO: {
4256
4291
  name: 'LayerZero',
@@ -4277,7 +4312,7 @@ export const tokens = {
4277
4312
  documentation: 'https://docs.bsc.lista.org/',
4278
4313
  description: 'slisBNB is the yield bearing & liquid staking token for Synclub, which appreciates against BNB in line with BNB’s staking APR.',
4279
4314
  bridge: 'native',
4280
- risks: ['NO_TIMELOCK'],
4315
+ tags: ['NO_TIMELOCK'],
4281
4316
  },
4282
4317
  lisUSD,
4283
4318
  pxETH: {
@@ -4292,7 +4327,7 @@ export const tokens = {
4292
4327
  documentation: 'https://dinero.xyz/docs',
4293
4328
  description: 'pxETH is an Ethereum liquid staking solution that forms the foundation of the Dinero protocol.',
4294
4329
  bridge: 'layer-zero',
4295
- risks: ['NO_TIMELOCK'],
4330
+ tags: ['NO_TIMELOCK'],
4296
4331
  },
4297
4332
  axlUSDC: {
4298
4333
  name: 'Axelar Wrapped USDC',
@@ -4306,6 +4341,7 @@ export const tokens = {
4306
4341
  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.',
4307
4342
  bridge: 'axelar',
4308
4343
  logoURI: 'https://tokens.pancakeswap.finance/images/0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d.png',
4344
+ tags: ['STABLECOIN'],
4309
4345
  },
4310
4346
  PEPE: {
4311
4347
  name: 'Pepe',
@@ -4319,7 +4355,7 @@ export const tokens = {
4319
4355
  documentation: 'https://www.pepe.vip/',
4320
4356
  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.',
4321
4357
  bridge: 'layer-zero',
4322
- risks: ['NO_TIMELOCK'],
4358
+ tags: ['NO_TIMELOCK'],
4323
4359
  },
4324
4360
  'SolvBTC.BBN': {
4325
4361
  name: 'SolvBTC Babylon',
@@ -4333,7 +4369,7 @@ export const tokens = {
4333
4369
  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.',
4334
4370
  bridge: 'native',
4335
4371
  documentation: 'https://docs.solv.finance/solv-documentation/getting-started-2/solvbtc.bbn',
4336
- risks: ['NO_TIMELOCK'],
4372
+ tags: ['NO_TIMELOCK'],
4337
4373
  },
4338
4374
  wstETH: {
4339
4375
  name: 'Lido Wrapped Staked ETH',
@@ -4360,7 +4396,7 @@ export const tokens = {
4360
4396
  description: 'MyShell is a decentralized AI consumer layer, connecting consumers, AI agent creators, and open-source researchers. ',
4361
4397
  documentation: 'https://docs.myshell.ai/',
4362
4398
  bridge: 'layer-zero',
4363
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
4399
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
4364
4400
  },
4365
4401
  TST: {
4366
4402
  name: 'Test',
@@ -4509,7 +4545,7 @@ export const tokens = {
4509
4545
  description: 'Plasma is a high-performance layer 1 blockchain purpose-built for stablecoins.',
4510
4546
  documentation: 'https://docs.plasma.to/',
4511
4547
  bridge: 'layer-zero',
4512
- risks: ['NO_TIMELOCK'],
4548
+ tags: ['NO_TIMELOCK'],
4513
4549
  },
4514
4550
  PUP: {
4515
4551
  name: 'PUP',
@@ -4571,7 +4607,7 @@ export const tokens = {
4571
4607
  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.',
4572
4608
  documentation: 'https://four-meme.gitbook.io/four.meme/protocol-integration',
4573
4609
  bridge: 'native',
4574
- risks: ['NO_TIMELOCK'],
4610
+ tags: ['NO_TIMELOCK'],
4575
4611
  },
4576
4612
  BNBHolder: {
4577
4613
  name: 'BNBHolder',
@@ -4596,7 +4632,7 @@ export const tokens = {
4596
4632
  website: 'https://chainopera.ai/',
4597
4633
  description: 'ChainOpera AI empowers collaborative intelligence through a network of AI agents co-created and co-operated by the community.',
4598
4634
  bridge: 'native',
4599
- risks: ['LARGE_HOLDERS'],
4635
+ tags: ['LARGE_HOLDERS'],
4600
4636
  documentation: 'https://paper.chainopera.ai/',
4601
4637
  },
4602
4638
  FINGERHEART: {
@@ -4622,7 +4658,7 @@ export const tokens = {
4622
4658
  website: 'https://www.xpin.network/',
4623
4659
  description: 'XPIN Network is a revolutionary Decentralized Wireless Network Platform designed to redefine global connectivity. The $XPIN token powers the network.',
4624
4660
  bridge: 'native',
4625
- risks: ['LARGE_HOLDERS'],
4661
+ tags: ['LARGE_HOLDERS'],
4626
4662
  documentation: 'https://docs.xpin.network/tokenomics',
4627
4663
  },
4628
4664
  LAB: {
@@ -4636,7 +4672,7 @@ export const tokens = {
4636
4672
  website: 'https://lab.pro/',
4637
4673
  description: 'Multi-chain trading infrastructure – overlay, app & Telegram. Trade and analyze with sub-second execution, low fees, and transparent rewards.',
4638
4674
  bridge: 'native',
4639
- risks: ['LARGE_HOLDERS'],
4675
+ tags: ['LARGE_HOLDERS'],
4640
4676
  documentation: 'https://docs.lab.pro/',
4641
4677
  },
4642
4678
  };