@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
@@ -53,7 +53,7 @@ export const tokens = {
53
53
  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 Optimism is bridged via Multichain from Polygon.',
54
54
  bridge: 'multichain',
55
55
  logoURI: '',
56
- risks: ['SYNTH_STABLE'],
56
+ tags: ['STABLECOIN', 'SYNTHETIC'],
57
57
  },
58
58
  beOPX: {
59
59
  name: 'Beefy Escrowed OPX',
@@ -89,7 +89,7 @@ export const tokens = {
89
89
  bridge: 'native',
90
90
  logoURI: 'https://i.imgur.com/ZvP634G.png',
91
91
  documentation: 'https://learn.jarvis.network/',
92
- risks: ['SYNTH_STABLE'],
92
+ tags: ['STABLECOIN', 'SYNTHETIC'],
93
93
  },
94
94
  HOP: {
95
95
  name: 'HOP Protocol',
@@ -140,6 +140,7 @@ export const tokens = {
140
140
  documentation: 'https://www.circle.com/blog/now-available-usdc-on-op-mainnet',
141
141
  description: 'USDC.e is an Ethereum-based USDC bridged via the official Optimism Bridge.',
142
142
  bridge: 'optimism-canonical',
143
+ tags: ['STABLECOIN'],
143
144
  },
144
145
  USDC: {
145
146
  name: 'USD Coin',
@@ -152,6 +153,7 @@ export const tokens = {
152
153
  documentation: 'https://developers.circle.com/docs',
153
154
  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.',
154
155
  bridge: 'native',
156
+ tags: ['STABLECOIN'],
155
157
  },
156
158
  sUSD: {
157
159
  name: 'Synth sUSD',
@@ -165,7 +167,7 @@ export const tokens = {
165
167
  description: 'sUSD is a synthetic USD token enabled by the Synthetix protocol. It tracks the price of the US Dollar through price feeds supplied by Chainlink’s decentralized network of oracles',
166
168
  bridge: 'optimism-canonical',
167
169
  documentation: 'https://docs.synthetix.io/synthetix-protocol/readme',
168
- risks: ['SYNTH_STABLE'],
170
+ tags: ['STABLECOIN', 'SYNTHETIC'],
169
171
  },
170
172
  WBTC: {
171
173
  chainId: 10,
@@ -191,6 +193,7 @@ export const tokens = {
191
193
  bridge: 'optimism-canonical',
192
194
  logoURI: 'https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x408D4cD0ADb7ceBd1F1A1C33A0Ba2098E1295bAB/logo.png',
193
195
  documentation: 'https://docs.synthetix.io/synthetix-protocol/readme',
196
+ tags: ['SYNTHETIC'],
194
197
  },
195
198
  LYRA: {
196
199
  chainId: 10,
@@ -266,7 +269,7 @@ export const tokens = {
266
269
  logoURI: 'https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png',
267
270
  bridge: 'native',
268
271
  documentation: 'https://docs.mai.finance/',
269
- risks: ['SYNTH_STABLE'],
272
+ tags: ['STABLECOIN', 'SYNTHETIC'],
270
273
  },
271
274
  FRAX: {
272
275
  name: 'Frax',
@@ -280,7 +283,7 @@ export const tokens = {
280
283
  bridge: 'frax',
281
284
  logoURI: 'https://avatars.githubusercontent.com/u/56005256?s=200&v=4',
282
285
  documentation: 'https://docs.frax.finance/',
283
- risks: ['SYNTH_STABLE'],
286
+ tags: ['STABLECOIN', 'SYNTHETIC'],
284
287
  },
285
288
  VELO: {
286
289
  chainId: 10,
@@ -307,6 +310,7 @@ export const tokens = {
307
310
  description: 'Synths are derivative tokens providing exposure to a range of assets. They can be traded with infinite liquidity and zero slippage by leveraging the Synthetix protocol’s unique pooled collateral model. Trades between Synths generate a small fee that is distributed to SNX collateral providers.',
308
311
  bridge: 'optimism-canonical',
309
312
  documentation: 'https://docs.synthetix.io/synthetix-protocol/readme',
313
+ tags: ['SYNTHETIC'],
310
314
  },
311
315
  DAI: {
312
316
  name: 'DAI Stablecoin',
@@ -320,7 +324,7 @@ export const tokens = {
320
324
  description: 'Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain',
321
325
  bridge: 'optimism-canonical',
322
326
  documentation: 'https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation',
323
- risks: ['SYNTH_STABLE'],
327
+ tags: ['STABLECOIN', 'SYNTHETIC'],
324
328
  },
325
329
  LUSD: {
326
330
  name: 'LUSD Stablecoin',
@@ -334,7 +338,7 @@ export const tokens = {
334
338
  description: 'Liquity is a decentralized borrowing protocol that allows you to draw interest-free loans against Ether used as collateral. Loans are paid out in LUSD (a USD pegged stablecoin) and need to maintain a minimum collateral ratio of 110%.',
335
339
  bridge: 'optimism-canonical',
336
340
  documentation: 'https://docs.liquity.org/',
337
- risks: ['SYNTH_STABLE'],
341
+ tags: ['STABLECOIN', 'SYNTHETIC'],
338
342
  },
339
343
  soUSDC: {
340
344
  name: 'Stargate USD Coin LP',
@@ -347,6 +351,7 @@ export const tokens = {
347
351
  website: 'https://stargate.finance/',
348
352
  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.',
349
353
  documentation: 'https://stargateprotocol.gitbook.io/stargate/v/user-docs/',
354
+ tags: ['STABLECOIN'],
350
355
  },
351
356
  soETH: {
352
357
  name: 'Stargate Ethereum LP',
@@ -370,6 +375,7 @@ export const tokens = {
370
375
  website: 'https://renproject.io/',
371
376
  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.',
372
377
  logoURI: 'https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png',
378
+ tags: ['SYNTHETIC'],
373
379
  },
374
380
  FXS: {
375
381
  name: 'Frax Share',
@@ -408,7 +414,7 @@ export const tokens = {
408
414
  description: 'Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.',
409
415
  bridge: 'optimism-canonical',
410
416
  documentation: 'https://alchemix-finance.gitbook.io/user-docs/',
411
- risks: ['SYNTH_STABLE'],
417
+ tags: ['STABLECOIN', 'SYNTHETIC'],
412
418
  },
413
419
  alETH: {
414
420
  name: 'Alchemix ETH',
@@ -422,6 +428,7 @@ export const tokens = {
422
428
  description: 'Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.',
423
429
  bridge: 'optimism-canonical',
424
430
  documentation: 'https://alchemix-finance.gitbook.io/user-docs/',
431
+ tags: ['SYNTHETIC'],
425
432
  },
426
433
  DOLA: {
427
434
  name: 'Dola USD Stablecoin',
@@ -435,7 +442,7 @@ export const tokens = {
435
442
  description: 'Inverse.finance is a suite of permissionless decentralized finance tools governed by Inverse DAO, a decentralized autonomous organization running on the Ethereum blockchain.',
436
443
  bridge: 'optimism-canonical',
437
444
  documentation: 'https://docs.inverse.finance/',
438
- risks: ['SYNTH_STABLE'],
445
+ tags: ['STABLECOIN', 'SYNTHETIC'],
439
446
  },
440
447
  HND: {
441
448
  name: 'Hundred Finance',
@@ -473,7 +480,7 @@ export const tokens = {
473
480
  description: 'EURA (previously agEUR) is pegged to the value of the Euro (€) and is a product of Angle, a decentralized, capital-efficient and over-collateralized stablecoins protocol.',
474
481
  bridge: 'layer-zero',
475
482
  documentation: 'https://docs.angle.money/',
476
- risks: ['SYNTH_STABLE'],
483
+ tags: ['STABLECOIN', 'SYNTHETIC'],
477
484
  },
478
485
  USDA: {
479
486
  name: 'USDA',
@@ -487,7 +494,7 @@ export const tokens = {
487
494
  description: 'USDA is pegged to the value of the Dollar ($) and is a product of Angle, a decentralized, capital-efficient and over-collateralized stablecoins protocol.',
488
495
  bridge: 'layer-zero',
489
496
  documentation: 'https://docs.angle.money/',
490
- risks: ['SYNTH_STABLE'],
497
+ tags: ['STABLECOIN', 'SYNTHETIC'],
491
498
  },
492
499
  L2DAO: {
493
500
  name: 'Layer2DAO',
@@ -522,6 +529,7 @@ export const tokens = {
522
529
  website: 'https://ripae.finance/',
523
530
  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.',
524
531
  logoURI: '',
532
+ tags: ['SYNTHETIC'],
525
533
  },
526
534
  sETHo: {
527
535
  name: 'sETHo',
@@ -533,6 +541,7 @@ export const tokens = {
533
541
  website: 'https://ripae.finance/',
534
542
  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.',
535
543
  logoURI: '',
544
+ tags: ['SYNTHETIC'],
536
545
  },
537
546
  rETH: {
538
547
  name: 'Rocket Pool ETH',
@@ -558,6 +567,7 @@ export const tokens = {
558
567
  description: 'USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.',
559
568
  logoURI: '',
560
569
  documentation: 'https://docs.overnight.fi/',
570
+ tags: ['CURATED'],
561
571
  },
562
572
  'USD+': {
563
573
  name: 'USD+ Stablecoin',
@@ -571,6 +581,7 @@ export const tokens = {
571
581
  bridge: 'native',
572
582
  logoURI: '',
573
583
  documentation: 'https://docs.overnight.fi/',
584
+ tags: ['CURATED'],
574
585
  },
575
586
  'wUSD+': {
576
587
  name: 'Wrapped USD+ Stablecoin',
@@ -584,6 +595,7 @@ export const tokens = {
584
595
  bridge: 'native',
585
596
  logoURI: '',
586
597
  documentation: 'https://docs.overnight.fi/',
598
+ tags: ['CURATED'],
587
599
  },
588
600
  'DAI+': {
589
601
  name: 'DAI+ Stablecoin',
@@ -597,6 +609,7 @@ export const tokens = {
597
609
  bridge: 'native',
598
610
  logoURI: '',
599
611
  documentation: 'https://docs.overnight.fi/',
612
+ tags: ['CURATED'],
600
613
  },
601
614
  'bbDAI+': {
602
615
  name: 'Beets Composable Pool DAI+ Stablecoin',
@@ -609,6 +622,7 @@ export const tokens = {
609
622
  description: 'DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.',
610
623
  logoURI: '',
611
624
  documentation: 'https://docs.overnight.fi/',
625
+ tags: ['CURATED'],
612
626
  },
613
627
  'wDAI+': {
614
628
  name: 'Wrapped DAI+ Stablecoin',
@@ -621,6 +635,7 @@ export const tokens = {
621
635
  description: 'DAI+ is DAI that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into DAI. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.',
622
636
  logoURI: '',
623
637
  documentation: 'https://docs.overnight.fi/',
638
+ tags: ['CURATED'],
624
639
  },
625
640
  TUSD: {
626
641
  name: 'TrueUSD',
@@ -632,6 +647,7 @@ export const tokens = {
632
647
  logoURI: '',
633
648
  website: 'https://www.trueusd.com/',
634
649
  description: 'TrueUSD (TUSD) is the first independently-verified digital asset redeemable 1-for-1 for US Dollars.',
650
+ tags: ['STABLECOIN'],
635
651
  },
636
652
  BOND: {
637
653
  name: 'BarnBridge Governance Token (Optimism)',
@@ -669,7 +685,7 @@ export const tokens = {
669
685
  website: 'https://dforce.network/',
670
686
  description: 'USX is the most important DeFi primitive within dForce’s protocol matrix, starting off with an over-collateralization design, where supported assets can be used as collaterals to mint USX within the respective approved LTV ratio (similar to DAI).',
671
687
  documentation: 'https://docs.dforce.network/protocols/usx',
672
- risks: ['SYNTH_STABLE'],
688
+ tags: ['STABLECOIN', 'SYNTHETIC'],
673
689
  },
674
690
  MIM: {
675
691
  name: 'Magic Internet Money',
@@ -683,7 +699,7 @@ export const tokens = {
683
699
  description: 'You, the Spellcaster, can provide collateral in the form of various interest bearing crypto assets such as yvYFI, yvUSDT, yvUSDC, xSUSHI and more. With this, you can borrow magic internet money (MIM) which is a stable coin that you can swap for any other traditional stable coin.',
684
700
  bridge: 'layer-zero',
685
701
  documentation: 'https://docs.abracadabra.money/',
686
- risks: ['SYNTH_STABLE'],
702
+ tags: ['STABLECOIN', 'SYNTHETIC'],
687
703
  },
688
704
  rfaWETH: {
689
705
  name: 'Reaper.Farm Aave WETH',
@@ -756,7 +772,7 @@ export const tokens = {
756
772
  website: 'https://op.beets.fi/pools',
757
773
  description: 'Composable Pool with Reaper.Farm USDT, USDC and DAI deposited into different Reaper.Farm vaults and leveraged through Aave',
758
774
  documentation: 'https://docs.beets.fi/balancer-v2-1/pools',
759
- risks: ['SYNTH_STABLE'],
775
+ tags: ['STABLECOIN', 'SYNTHETIC'],
760
776
  },
761
777
  rfaUSDT: {
762
778
  name: 'Reaper.Farm Aave USDT',
@@ -781,6 +797,7 @@ export const tokens = {
781
797
  website: 'https://op.beets.fi/pools',
782
798
  description: 'Composable Pool with DAI deposited into Reaper.Farm and leveraged through Aave',
783
799
  documentation: 'https://docs.beets.fi/balancer-v2-1/pools',
800
+ tags: ['SYNTHETIC'],
784
801
  },
785
802
  rfaDAI: {
786
803
  name: 'Reaper.Farm Aave DAI',
@@ -793,6 +810,7 @@ export const tokens = {
793
810
  website: 'https://www.reaper.farm/',
794
811
  description: 'DAI deposited into Reaper.Farm and leveraged through Aave',
795
812
  documentation: 'https://docs.reaper.farm/reaper-farms/general-knowledge/types-of-strategies/ltv-looping',
813
+ tags: ['SYNTHETIC'],
796
814
  },
797
815
  bbrfaWBTC: {
798
816
  name: 'Beets Reaper.Farm Boosted Aave WBTC',
@@ -830,6 +848,7 @@ export const tokens = {
830
848
  bridge: 'optimism-canonical',
831
849
  logoURI: 'https://tokens.pancakeswap.finance/images/0x55d398326f99059ff775485246999027b3197955.png',
832
850
  documentation: 'https://tether.to/en/how-it-works',
851
+ tags: ['STABLECOIN'],
833
852
  },
834
853
  wstETH: {
835
854
  name: 'Lido Wrapped Staked ETH',
@@ -856,6 +875,7 @@ export const tokens = {
856
875
  bridge: 'hop',
857
876
  logoURI: '',
858
877
  documentation: 'https://docs.hop.exchange/',
878
+ tags: ['SYNTHETIC'],
859
879
  },
860
880
  hUSDC: {
861
881
  name: 'USDC Hop Token',
@@ -895,6 +915,7 @@ export const tokens = {
895
915
  bridge: 'hop',
896
916
  logoURI: '',
897
917
  documentation: 'https://docs.hop.exchange/',
918
+ tags: ['SYNTHETIC'],
898
919
  },
899
920
  hSNX: {
900
921
  name: 'SNX Hop Token',
@@ -946,6 +967,7 @@ export const tokens = {
946
967
  website: 'https://app.unidex.exchange/trading',
947
968
  description: 'UniDex is building on top of the existing landscape by introducing a perpetual leverage trading platform that will allow any synthetic asset to be traded in a permissionless, transparent, and trader-focused platform for any person to tap into.',
948
969
  documentation: 'https://unidexexchange.gitbook.io/unidex/',
970
+ tags: ['SYNTHETIC'],
949
971
  },
950
972
  sEUR: {
951
973
  name: 'Synth sEUR',
@@ -958,7 +980,7 @@ export const tokens = {
958
980
  website: 'https://synthetix.io/',
959
981
  description: 'Forex Synths track the price of forex currencies via price feeds supplied by Chainlinks oracle network of distributed node operators.',
960
982
  documentation: 'https://docs.synthetix.io/tokens/',
961
- risks: ['SYNTH_STABLE'],
983
+ tags: ['STABLECOIN', 'SYNTHETIC'],
962
984
  },
963
985
  frxETH: {
964
986
  name: 'Frax Ether',
@@ -1022,7 +1044,7 @@ export const tokens = {
1022
1044
  website: 'https://www.zkbob.com/',
1023
1045
  description: 'BOB is a multi-chain & multi-collateral stable token (stablecoin) enhanced with optional privacy features.',
1024
1046
  documentation: 'https://docs.zkbob.com/bob-stablecoin/bob-highlights',
1025
- risks: ['SYNTH_STABLE'],
1047
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1026
1048
  },
1027
1049
  KNC: {
1028
1050
  name: 'Kyber Network Crystal v2',
@@ -1099,7 +1121,7 @@ export const tokens = {
1099
1121
  description: 'The launch of TProtocol will drastically alter the current DeFi picture and add an important missing piece, making DeFi users able to benefit from the mid-term interest rate gap between the stables and rising treasury. TProtocol will provide permissionless interest bearing tokens backed by the treasury with short duration. The redemption price of this treasury token will increase over time as interest from treasury accrues into the tokens.',
1100
1122
  bridge: 'optimism-canonical',
1101
1123
  documentation: 'https://tprotocol.gitbook.io/tprotocol-documentation/white-paper/tprotocol-documentation',
1102
- risks: ['SYNTH_STABLE'],
1124
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1103
1125
  },
1104
1126
  MTA: {
1105
1127
  name: 'Meta',
@@ -1191,6 +1213,7 @@ export const tokens = {
1191
1213
  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.',
1192
1214
  bridge: 'layer-zero',
1193
1215
  logoURI: '',
1216
+ tags: ['SYNTHETIC'],
1194
1217
  },
1195
1218
  OVN: {
1196
1219
  name: 'OVN',
@@ -1295,7 +1318,7 @@ export const tokens = {
1295
1318
  website: 'https://curve.finance/crvusd',
1296
1319
  description: 'crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar',
1297
1320
  documentation: 'https://docs.curve.finance/crvUSD/crvUSD/',
1298
- risks: ['SYNTH_STABLE'],
1321
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1299
1322
  },
1300
1323
  scrvUSD: {
1301
1324
  name: 'Savings crvUSD',
@@ -1308,7 +1331,7 @@ export const tokens = {
1308
1331
  description: 'Savings crvUSD, abbreviated as scrvUSD, is an interest-bearing stablecoin that earns yield simply by holding the token.',
1309
1332
  documentation: 'https://resources.curve.finance/crvusd/scrvusd',
1310
1333
  bridge: 'optimism-canonical',
1311
- risks: ['SYNTH_STABLE'],
1334
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1312
1335
  },
1313
1336
  sFRAX: {
1314
1337
  name: 'Staked FRAX',
@@ -1322,7 +1345,7 @@ export const tokens = {
1322
1345
  description: 'Staked FRAX (sFRAX) is an ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in FRAX stablecoins. The sFRAX token represents pro rata deposits within the vault and is always withdrawable for FRAX stablecoins at the pro rata rate at all times. sFRAX APY attempts to roughly track the interest on reserve balances (IORB) rate of the United States Federal Reserve using the IORB oracle. This benchmark rate is generally accepted as the “risk free rate” of the US Dollar. The FRAX staking vault attempts, but does not guarantee in any way, to target this rate.',
1323
1346
  documentation: 'https://docs.frax.finance/frax-v3/sfrax',
1324
1347
  bridge: 'frax',
1325
- risks: ['SYNTH_STABLE'],
1348
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1326
1349
  },
1327
1350
  POOL: {
1328
1351
  name: 'PoolTogether',
@@ -1349,7 +1372,7 @@ export const tokens = {
1349
1372
  description: 'Verified USD (USDV) is the first stablecoin that rewards Verified Minters based on their contribution to the tokens active circulation.',
1350
1373
  documentation: 'https://docs.usdv.money/docs',
1351
1374
  bridge: 'layer-zero',
1352
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
1375
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
1353
1376
  },
1354
1377
  sDAI: {
1355
1378
  name: 'Savings xDAI',
@@ -1363,7 +1386,7 @@ export const tokens = {
1363
1386
  description: 'Savings Dai (sDAI) is an ERC-4626 representation/wrapper of DAI in the Dai Savings Rate (DSR) module. sDAI allows users to deposit DAI to receive the yield generated by the Maker protocol while still being able to transfer, stake, lend and use it in any way you want.',
1364
1387
  documentation: 'https://docs.spark.fi/',
1365
1388
  bridge: 'optimism-canonical',
1366
- risks: ['SYNTH_STABLE'],
1389
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1367
1390
  },
1368
1391
  aOptUSDCn: {
1369
1392
  name: 'Aave Optimism USDCn',
@@ -1377,6 +1400,7 @@ export const tokens = {
1377
1400
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
1378
1401
  description: 'Aave interest bearing native USDC. USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.',
1379
1402
  staked: true,
1403
+ tags: ['STABLECOIN'],
1380
1404
  },
1381
1405
  aOptUSDC: {
1382
1406
  name: 'Aave Optimism USDC',
@@ -1390,6 +1414,7 @@ export const tokens = {
1390
1414
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
1391
1415
  description: 'Aave interest bearing USDC. USDC is a fully collateralized US dollar stablecoin. USDC is issued by regulated financial institutions, backed by fully reserved assets, redeemable on a 1:1 basis for US dollars.',
1392
1416
  staked: true,
1417
+ tags: ['STABLECOIN'],
1393
1418
  },
1394
1419
  wrsETH: {
1395
1420
  name: 'rsETHWrapper',
@@ -1403,7 +1428,7 @@ export const tokens = {
1403
1428
  description: 'The rsETHWrapper contract serves as a standardized interface for rsETH tokens, which are Liquid Restaked Tokens (LRT) issued by Kelp DAO. Designed to offer liquidity to illiquid assets deposited into restaking platforms like EigenLayer, users can interact with these tokens seamlessly.',
1404
1429
  documentation: 'https://kelp.gitbook.io/kelp',
1405
1430
  bridge: 'stargate',
1406
- risks: ['NO_TIMELOCK'],
1431
+ tags: ['NO_TIMELOCK'],
1407
1432
  },
1408
1433
  HAI: {
1409
1434
  name: 'HAI',
@@ -1417,7 +1442,7 @@ export const tokens = {
1417
1442
  description: 'HAI is a stablecoin protocol that is backed by a variety of collaterals. It maintains its stability through the use of a PI controller which dynamically sets interest rates that affect the price of HAI. HAI is backed by the value of the various collateral assets locked by users who mint HAI, similar to how traditional currencies used to be backed by gold or other assets.',
1418
1443
  documentation: 'https://docs.letsgethai.com/',
1419
1444
  bridge: 'native',
1420
- risks: ['SYNTH_STABLE'],
1445
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1421
1446
  },
1422
1447
  KITE: {
1423
1448
  name: 'KITE',
@@ -1444,7 +1469,7 @@ export const tokens = {
1444
1469
  documentation: 'https://kelp.gitbook.io/kelp',
1445
1470
  description: 'rsETH is a Liquid Restaked Token (LRT) issued by Kelp DAO designed to offer liquidity to illiquid assets deposited into restaking platforms, such as EigenLayer.',
1446
1471
  bridge: 'stargate',
1447
- risks: ['NO_TIMELOCK'],
1472
+ tags: ['NO_TIMELOCK'],
1448
1473
  },
1449
1474
  USDM: {
1450
1475
  name: 'Mountain Protocol USD',
@@ -1458,6 +1483,7 @@ export const tokens = {
1458
1483
  documentation: 'https://docs.mountainprotocol.com/',
1459
1484
  description: 'The USDM token is a rebasing ERC20 token, redeemable at a pegged 1:1 USD value by primary users. USDM is a fully backed stablecoin, backed by "USDM Reserves", which are held under custody with regulated financial institutions in bankruptcy-remote accounts, segregated from the Company\'s operating accounts, on behalf of, and for the benefit of, Users.',
1460
1485
  bridge: 'native',
1486
+ tags: ['STABLECOIN'],
1461
1487
  },
1462
1488
  USDe: {
1463
1489
  name: 'USDe',
@@ -1471,7 +1497,7 @@ export const tokens = {
1471
1497
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
1472
1498
  description: 'Ethenas USDe is not the same as a fiat stablecoin like USDC or USDT. USDe is a synthetic dollar, backed with crypto assets and corresponding short futures positions.',
1473
1499
  bridge: 'layer-zero',
1474
- risks: ['NO_TIMELOCK'],
1500
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
1475
1501
  },
1476
1502
  weETH: {
1477
1503
  name: 'Wrapped eETH',
@@ -1485,7 +1511,7 @@ export const tokens = {
1485
1511
  description: 'Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.',
1486
1512
  documentation: 'https://etherfi.gitbook.io/etherfi',
1487
1513
  bridge: 'stargate',
1488
- risks: ['NO_TIMELOCK'],
1514
+ tags: ['NO_TIMELOCK'],
1489
1515
  },
1490
1516
  ZRO: {
1491
1517
  name: 'LayerZero',
@@ -1512,7 +1538,7 @@ export const tokens = {
1512
1538
  description: 'Renzo ezETH is a Liquid Restaking Token (LRT) and Strategy Manager for EigenLayer. It is the interface to the EigenLayer ecosystem securing Actively Validated Services (AVSs) and offering a higher yield than ETH staking.',
1513
1539
  documentation: 'https://docs.renzoprotocol.com/docs/',
1514
1540
  bridge: 'optimism-canonical',
1515
- risks: ['NO_TIMELOCK'],
1541
+ tags: ['NO_TIMELOCK'],
1516
1542
  },
1517
1543
  TLX: {
1518
1544
  name: 'TLX DAO Token',
@@ -1526,7 +1552,7 @@ export const tokens = {
1526
1552
  description: 'TLX is the native governance token of the TLX protocol. TLX is a permissionless, non-custodial leveraged token platform built on Optimism.',
1527
1553
  documentation: 'https://docs.tlx.fi/',
1528
1554
  bridge: 'native',
1529
- risks: ['NO_TIMELOCK'],
1555
+ tags: ['NO_TIMELOCK'],
1530
1556
  },
1531
1557
  msUSD: {
1532
1558
  name: 'Metronome Synth USD',
@@ -1540,7 +1566,7 @@ export const tokens = {
1540
1566
  website: 'https://metronome.io/',
1541
1567
  documentation: 'https://docs.metronome.io/',
1542
1568
  bridge: 'layer-zero',
1543
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
1569
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
1544
1570
  },
1545
1571
  msETH: {
1546
1572
  name: 'Metronome Synth ETH',
@@ -1554,7 +1580,7 @@ export const tokens = {
1554
1580
  website: 'https://metronome.io/',
1555
1581
  documentation: 'https://docs.metronome.io/',
1556
1582
  bridge: 'layer-zero',
1557
- risks: ['NO_TIMELOCK'],
1583
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
1558
1584
  },
1559
1585
  uniBTC: {
1560
1586
  name: 'Universal BTC',
@@ -1568,7 +1594,7 @@ export const tokens = {
1568
1594
  description: 'A brand new restaking protocol that accept wrapped BTC tokens partnership with the BTC staking protocol Babylon chain, the first supported wrapped BTC is wBTC token on Ethereum blockchain, so all the wBTC token holders will enjoy both yield on staking BTC tokens plus the security of Ethereum network.',
1569
1595
  bridge: 'native',
1570
1596
  documentation: 'https://docs.bedrock.technology/multi-asset-liquid-staking/unibtc/introduction',
1571
- risks: ['NO_TIMELOCK'],
1597
+ tags: ['NO_TIMELOCK'],
1572
1598
  },
1573
1599
  pxETH: {
1574
1600
  name: 'Pirex Ether OFT',
@@ -1582,7 +1608,7 @@ export const tokens = {
1582
1608
  website: 'https://dinero.xyz/',
1583
1609
  documentation: 'https://dinero.xyz/docs',
1584
1610
  bridge: 'layer-zero',
1585
- risks: ['NO_TIMELOCK'],
1611
+ tags: ['NO_TIMELOCK'],
1586
1612
  },
1587
1613
  WELL: {
1588
1614
  name: 'WELL',
@@ -1609,7 +1635,7 @@ export const tokens = {
1609
1635
  website: 'https://metronome.io/',
1610
1636
  documentation: 'https://docs.metronome.io/',
1611
1637
  bridge: 'layer-zero',
1612
- risks: ['NO_TIMELOCK'],
1638
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
1613
1639
  },
1614
1640
  wUSDM: {
1615
1641
  name: 'Mountain Protocol USD',
@@ -1623,7 +1649,7 @@ export const tokens = {
1623
1649
  website: 'https://mountainprotocol.com/',
1624
1650
  documentation: 'https://docs.mountainprotocol.com/',
1625
1651
  bridge: 'native',
1626
- risks: ['NO_TIMELOCK'],
1652
+ tags: ['NO_TIMELOCK', 'STABLECOIN'],
1627
1653
  },
1628
1654
  ALCX: {
1629
1655
  name: 'Alchemix',
@@ -1650,7 +1676,7 @@ export const tokens = {
1650
1676
  documentation: 'https://synapse-3.gitbook.io/synapse-protocol',
1651
1677
  description: 'Synapse (SYN) is an interoperability protocol designed for safely and securely sending arbitrary data between blockchains.',
1652
1678
  bridge: 'synapse',
1653
- risks: ['NO_TIMELOCK'],
1679
+ tags: ['NO_TIMELOCK'],
1654
1680
  },
1655
1681
  Bold: {
1656
1682
  name: 'Bold Stablecoin',
@@ -1664,7 +1690,7 @@ export const tokens = {
1664
1690
  documentation: 'https://docs.liquity.org/',
1665
1691
  description: 'BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.',
1666
1692
  bridge: 'chainlink-ccip',
1667
- risks: ['SYNTH_STABLE'],
1693
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1668
1694
  },
1669
1695
  OVER: {
1670
1696
  name: 'Overtime DAO Token',
@@ -1678,7 +1704,7 @@ export const tokens = {
1678
1704
  description: 'Overtime is an onchain sportsbook ecosystem with platforms for placing bets on popular sporting events and digital options trading.',
1679
1705
  documentation: 'https://docs.overtime.io/',
1680
1706
  bridge: 'chainlink-ccip',
1681
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1707
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
1682
1708
  },
1683
1709
  BOLDV2: {
1684
1710
  name: 'BOLD Stablecoin',
@@ -1692,7 +1718,7 @@ export const tokens = {
1692
1718
  documentation: 'https://docs.liquity.org/',
1693
1719
  description: 'BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.',
1694
1720
  bridge: 'chainlink-ccip',
1695
- risks: ['SYNTH_STABLE'],
1721
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1696
1722
  },
1697
1723
  waOptWETH: {
1698
1724
  name: 'Wrapped Optimism WETH Token',
@@ -1745,6 +1771,7 @@ export const tokens = {
1745
1771
  bridge: 'native',
1746
1772
  logoURI: '',
1747
1773
  documentation: 'https://ethereum.org/en/developers/docs/',
1774
+ tags: ['STABLECOIN'],
1748
1775
  },
1749
1776
  sfrxUSD: {
1750
1777
  chainId: 10,
@@ -1758,7 +1785,7 @@ export const tokens = {
1758
1785
  bridge: 'layer-zero',
1759
1786
  logoURI: '',
1760
1787
  documentation: 'https://docs.frax.finance/',
1761
- risks: ['SYNTH_STABLE'],
1788
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1762
1789
  },
1763
1790
  sfrxETH: {
1764
1791
  name: 'Staked Frax Ether',