@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
@@ -50,6 +50,7 @@ export const tokens = {
50
50
  chainId: 42161,
51
51
  logoURI: 'https://ftmscan.com/token/images/USDC_32.png',
52
52
  documentation: 'https://www.circle.com/en/usdc-multichain/arbitrum',
53
+ tags: ['STABLECOIN'],
53
54
  },
54
55
  arbUSDCe: {
55
56
  name: 'USD Coin',
@@ -63,6 +64,7 @@ export const tokens = {
63
64
  chainId: 42161,
64
65
  logoURI: 'https://ftmscan.com/token/images/USDC_32.png',
65
66
  documentation: 'https://developers.circle.com/docs',
67
+ tags: ['STABLECOIN'],
66
68
  },
67
69
  ARX: {
68
70
  name: 'Arbitrum Exchange',
@@ -112,7 +114,7 @@ export const tokens = {
112
114
  bridge: 'layer-zero',
113
115
  logoURI: '',
114
116
  documentation: 'https://docs.abracadabra.money/',
115
- risks: ['SYNTH_STABLE'],
117
+ tags: ['STABLECOIN', 'SYNTHETIC'],
116
118
  },
117
119
  SPELL: {
118
120
  name: 'Spell Token',
@@ -163,6 +165,7 @@ export const tokens = {
163
165
  bridge: 'native',
164
166
  logoURI: 'https://hecoinfo.com/token/images/USDTHECO_32.png',
165
167
  documentation: 'https://tether.to/en/how-it-works',
168
+ tags: ['STABLECOIN'],
166
169
  },
167
170
  gOHM: {
168
171
  name: 'Governance OHM',
@@ -210,6 +213,7 @@ export const tokens = {
210
213
  website: 'https://stargate.finance/',
211
214
  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.',
212
215
  documentation: 'https://stargateprotocol.gitbook.io/stargate/v/user-docs/',
216
+ tags: ['STABLECOIN'],
213
217
  },
214
218
  sarUSDT: {
215
219
  name: 'Stargate Tether USD LP',
@@ -222,6 +226,7 @@ export const tokens = {
222
226
  website: 'https://tether.to/',
223
227
  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.',
224
228
  documentation: 'https://stargateprotocol.gitbook.io/stargate/v/user-docs/',
229
+ tags: ['STABLECOIN'],
225
230
  },
226
231
  sarETH: {
227
232
  name: 'Stargate Ethereum LP',
@@ -247,7 +252,7 @@ export const tokens = {
247
252
  bridge: 'arbitrum-canonical',
248
253
  logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png',
249
254
  documentation: 'https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation',
250
- risks: ['SYNTH_STABLE'],
255
+ tags: ['STABLECOIN', 'SYNTHETIC'],
251
256
  },
252
257
  VST: {
253
258
  name: 'Vesta Stable',
@@ -260,7 +265,7 @@ export const tokens = {
260
265
  website: 'https://vestafinance.xyz/',
261
266
  description: 'Vesta Finance allows you to borrow collateralized stablecoin VST against supported crypto assets with no interest rate.',
262
267
  documentation: 'https://docs.vestafinance.xyz/',
263
- risks: ['SYNTH_STABLE'],
268
+ tags: ['STABLECOIN', 'SYNTHETIC'],
264
269
  },
265
270
  psETH: {
266
271
  name: 'Ripae sETH',
@@ -272,6 +277,7 @@ export const tokens = {
272
277
  website: 'https://ripae.finance/',
273
278
  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.',
274
279
  logoURI: '',
280
+ tags: ['SYNTHETIC'],
275
281
  },
276
282
  pETH: {
277
283
  name: 'pETH',
@@ -284,6 +290,7 @@ export const tokens = {
284
290
  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.',
285
291
  bridge: 'native',
286
292
  logoURI: '',
293
+ tags: ['SYNTHETIC'],
287
294
  },
288
295
  oldRDNT: {
289
296
  name: 'RDNT',
@@ -370,7 +377,7 @@ export const tokens = {
370
377
  bridge: 'frax',
371
378
  logoURI: 'https://raw.githubusercontent.com/pangolindex/tokens/main/assets/0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64/logo.png',
372
379
  documentation: 'https://docs.frax.finance/',
373
- risks: ['SYNTH_STABLE'],
380
+ tags: ['STABLECOIN', 'SYNTHETIC'],
374
381
  },
375
382
  UNI: {
376
383
  name: 'Uniswap',
@@ -409,6 +416,7 @@ export const tokens = {
409
416
  bridge: 'hop',
410
417
  logoURI: '',
411
418
  documentation: 'https://docs.hop.exchange/',
419
+ tags: ['SYNTHETIC'],
412
420
  },
413
421
  hMAGIC: {
414
422
  name: 'MAGIC Hop Token',
@@ -435,6 +443,7 @@ export const tokens = {
435
443
  bridge: 'hop',
436
444
  logoURI: '',
437
445
  documentation: 'https://docs.hop.exchange/',
446
+ tags: ['SYNTHETIC'],
438
447
  },
439
448
  hUSDC: {
440
449
  name: 'USDC Hop Token',
@@ -474,6 +483,7 @@ export const tokens = {
474
483
  bridge: 'hop',
475
484
  logoURI: '',
476
485
  documentation: 'https://docs.hop.exchange/',
486
+ tags: ['SYNTHETIC'],
477
487
  },
478
488
  USX: {
479
489
  name: 'dForce USD',
@@ -486,7 +496,7 @@ export const tokens = {
486
496
  website: 'https://dforce.network/',
487
497
  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).',
488
498
  documentation: 'https://docs.dforce.network/protocols/usx',
489
- risks: ['SYNTH_STABLE'],
499
+ tags: ['STABLECOIN', 'SYNTHETIC'],
490
500
  },
491
501
  MAI: {
492
502
  name: 'Mai Stablecoin',
@@ -500,7 +510,7 @@ export const tokens = {
500
510
  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.",
501
511
  documentation: 'https://docs.mai.finance/',
502
512
  bridge: 'native',
503
- risks: ['SYNTH_STABLE'],
513
+ tags: ['STABLECOIN', 'SYNTHETIC'],
504
514
  },
505
515
  'oldBIFI-ETH LP': {
506
516
  name: 'oldBIFI-ETH LP',
@@ -524,7 +534,7 @@ export const tokens = {
524
534
  website: 'https://usdd.io/',
525
535
  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.',
526
536
  documentation: 'https://usdd.io/docs/',
527
- risks: ['SYNTH_STABLE'],
537
+ tags: ['STABLECOIN', 'SYNTHETIC'],
528
538
  },
529
539
  ezETH: {
530
540
  name: 'Renzo Restaked ETH',
@@ -538,7 +548,7 @@ export const tokens = {
538
548
  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.',
539
549
  documentation: 'https://docs.renzoprotocol.com/docs/',
540
550
  bridge: 'arbitrum-canonical',
541
- risks: ['NO_TIMELOCK'],
551
+ tags: ['NO_TIMELOCK'],
542
552
  },
543
553
  agEUR: {
544
554
  name: 'agEUR',
@@ -552,6 +562,7 @@ export const tokens = {
552
562
  description: 'Angle is a decentralized, capital-efficient and over-collateralized stablecoins protocol.',
553
563
  bridge: 'layer-zero',
554
564
  documentation: 'https://docs.angle.money/',
565
+ tags: ['SYNTHETIC'],
555
566
  },
556
567
  TUSD: {
557
568
  name: 'TrueUSD',
@@ -563,6 +574,7 @@ export const tokens = {
563
574
  logoURI: '',
564
575
  website: 'https://www.trueusd.com/',
565
576
  description: 'TrueUSD (TUSD) is the first independently-verified digital asset redeemable 1-for-1 for US Dollars.',
577
+ tags: ['STABLECOIN'],
566
578
  },
567
579
  GNS: {
568
580
  name: 'Gains Network Token',
@@ -602,7 +614,7 @@ export const tokens = {
602
614
  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%.',
603
615
  bridge: 'arbitrum-canonical',
604
616
  documentation: 'https://docs.liquity.org/',
605
- risks: ['SYNTH_STABLE'],
617
+ tags: ['STABLECOIN', 'SYNTHETIC'],
606
618
  },
607
619
  JRT: {
608
620
  name: 'Jarvis Reward Token',
@@ -628,7 +640,7 @@ export const tokens = {
628
640
  bridge: 'native',
629
641
  logoURI: '',
630
642
  documentation: 'https://learn.jarvis.network/',
631
- risks: ['SYNTH_STABLE'],
643
+ tags: ['STABLECOIN', 'SYNTHETIC'],
632
644
  },
633
645
  'USD+': {
634
646
  name: 'USD+ Stablecoin',
@@ -642,6 +654,7 @@ export const tokens = {
642
654
  bridge: 'native',
643
655
  logoURI: '',
644
656
  documentation: 'https://docs.overnight.fi/',
657
+ tags: ['CURATED'],
645
658
  },
646
659
  RAM: {
647
660
  name: 'Ramses',
@@ -679,7 +692,7 @@ export const tokens = {
679
692
  bridge: 'arbitrum-canonical',
680
693
  logoURI: 'https://assets.spookyswap.finance/tokens/DOLA.png',
681
694
  documentation: 'https://docs.inverse.finance/',
682
- risks: ['SYNTH_STABLE'],
695
+ tags: ['STABLECOIN', 'SYNTHETIC'],
683
696
  },
684
697
  DEI: {
685
698
  name: 'DEI',
@@ -692,6 +705,7 @@ export const tokens = {
692
705
  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.',
693
706
  logoURI: 'https://app.deus.finance/tokens/dei.svg',
694
707
  documentation: 'https://docs.deus.finance/',
708
+ tags: ['SYNTHETIC'],
695
709
  },
696
710
  DEUS: {
697
711
  name: 'DEUS',
@@ -769,7 +783,7 @@ export const tokens = {
769
783
  bridge: 'native',
770
784
  logoURI: 'https://raw.githubusercontent.com/beefyfinance/beefy-app/prod/src/images/single-assets/GNS.png',
771
785
  documentation: 'https://gains-network.gitbook.io/docs-home/',
772
- risks: ['SYNTH_STABLE'],
786
+ tags: ['STABLECOIN', 'SYNTHETIC'],
773
787
  },
774
788
  frxETH: {
775
789
  name: 'Frax Ether',
@@ -809,6 +823,7 @@ export const tokens = {
809
823
  bridge: 'native',
810
824
  logoURI: '',
811
825
  documentation: 'https://docs.overnight.fi/',
826
+ tags: ['CURATED'],
812
827
  },
813
828
  FXS: {
814
829
  name: 'Frax Share',
@@ -884,6 +899,7 @@ export const tokens = {
884
899
  bridge: 'arbitrum-canonical',
885
900
  logoURI: '',
886
901
  documentation: 'https://docs.rocketpool.net/guides/',
902
+ tags: ['SYNTHETIC'],
887
903
  },
888
904
  CHR: {
889
905
  name: 'Chronos',
@@ -909,6 +925,7 @@ export const tokens = {
909
925
  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 Arbitrum is bridged via Multichain from Polygon',
910
926
  bridge: 'multichain',
911
927
  logoURI: '',
928
+ tags: ['SYNTHETIC'],
912
929
  },
913
930
  tBTC: {
914
931
  name: 'tBTC v2',
@@ -959,6 +976,7 @@ export const tokens = {
959
976
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
960
977
  description: 'Balancer linear pool that consist of 50/50 USDT and wrapped Aave Interest Bearing USDT.',
961
978
  bridge: 'native',
979
+ tags: ['STABLECOIN'],
962
980
  },
963
981
  bbaaUSDTV2: {
964
982
  name: 'Balancer Aave USDT Linear Pool',
@@ -972,6 +990,7 @@ export const tokens = {
972
990
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
973
991
  description: 'Balancer linear pool that consist of 50/50 USDT and wrapped Aave Interest Bearing USDT.',
974
992
  bridge: 'native',
993
+ tags: ['STABLECOIN'],
975
994
  },
976
995
  aaUSDC: {
977
996
  name: 'Aave USDC',
@@ -985,6 +1004,7 @@ export const tokens = {
985
1004
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
986
1005
  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.',
987
1006
  staked: true,
1007
+ tags: ['STABLECOIN'],
988
1008
  },
989
1009
  waaUSDC: {
990
1010
  name: 'Wrapped Aave Tether USD',
@@ -1010,6 +1030,7 @@ export const tokens = {
1010
1030
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
1011
1031
  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.',
1012
1032
  staked: true,
1033
+ tags: ['STABLECOIN'],
1013
1034
  },
1014
1035
  bbaaUSDC: {
1015
1036
  name: 'Balancer Aave USDC Linear Pool',
@@ -1023,6 +1044,7 @@ export const tokens = {
1023
1044
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1024
1045
  description: 'Balancer linear pool that consist of 50/50 USDC and wrapped Aave Interest Bearing USDC.',
1025
1046
  bridge: 'arbitrum-canonical',
1047
+ tags: ['STABLECOIN'],
1026
1048
  },
1027
1049
  bbaaUSDCV2: {
1028
1050
  name: 'Balancer Aave USDC Linear Pool',
@@ -1036,6 +1058,7 @@ export const tokens = {
1036
1058
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1037
1059
  description: 'Balancer linear pool that consist of 50/50 USDC and wrapped Aave Interest Bearing USDC.',
1038
1060
  bridge: 'arbitrum-canonical',
1061
+ tags: ['STABLECOIN'],
1039
1062
  },
1040
1063
  aaDAI: {
1041
1064
  name: 'Aave DAI',
@@ -1048,6 +1071,7 @@ export const tokens = {
1048
1071
  website: 'https://makerdao.com/en/',
1049
1072
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
1050
1073
  description: 'Aave interest bearing DAI. 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.',
1074
+ tags: ['SYNTHETIC'],
1051
1075
  },
1052
1076
  waaDAI: {
1053
1077
  name: 'Wrapped Aave Tether DAI',
@@ -1060,6 +1084,7 @@ export const tokens = {
1060
1084
  website: 'https://makerdao.com/en/',
1061
1085
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
1062
1086
  description: 'Wrapped Aave interest bearing DAI. 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.',
1087
+ tags: ['SYNTHETIC'],
1063
1088
  },
1064
1089
  bbaaDAI: {
1065
1090
  name: 'Balancer Aave DAI Linear Pool',
@@ -1073,7 +1098,7 @@ export const tokens = {
1073
1098
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1074
1099
  description: 'Balancer linear pool that consist of 50/50 DAI and wrapped Aave Interest Bearing DAI.',
1075
1100
  bridge: 'native',
1076
- risks: ['SYNTH_STABLE'],
1101
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1077
1102
  },
1078
1103
  bbaaDAIV2: {
1079
1104
  name: 'Balancer Aave DAI Linear Pool',
@@ -1087,7 +1112,7 @@ export const tokens = {
1087
1112
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1088
1113
  description: 'Balancer linear pool that consist of 50/50 DAI and wrapped Aave Interest Bearing DAI.',
1089
1114
  bridge: 'native',
1090
- risks: ['SYNTH_STABLE'],
1115
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1091
1116
  },
1092
1117
  bbaaUSD: {
1093
1118
  name: 'Balancer Aave Stable Composable Pool',
@@ -1100,7 +1125,7 @@ export const tokens = {
1100
1125
  website: 'https://app.balancer.fi/#/',
1101
1126
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1102
1127
  description: 'Balancer composable pool that consist of bbaUSDT, bbaUSDC, and bbaDAI. bbTokens are Aave boosted linear pools.',
1103
- risks: ['SYNTH_STABLE'],
1128
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1104
1129
  },
1105
1130
  bbaaUSDV2: {
1106
1131
  name: 'Balancer Aave Stable Composable Pool',
@@ -1113,6 +1138,7 @@ export const tokens = {
1113
1138
  website: 'https://app.balancer.fi/#/',
1114
1139
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1115
1140
  description: 'Balancer composable pool that consist of bbaUSDT, bbaUSDC, and bbaDAI. bbTokens are Aave boosted linear pools.',
1141
+ tags: ['SYNTHETIC'],
1116
1142
  },
1117
1143
  auraBAL: {
1118
1144
  name: 'Aura Staked BAL BPT',
@@ -1212,6 +1238,7 @@ export const tokens = {
1212
1238
  description: ' ',
1213
1239
  bridge: 'native',
1214
1240
  staked: true,
1241
+ tags: ['STABLECOIN'],
1215
1242
  },
1216
1243
  LODE: {
1217
1244
  name: 'Lodestar',
@@ -1263,6 +1290,7 @@ export const tokens = {
1263
1290
  bridge: 'native',
1264
1291
  logoURI: '',
1265
1292
  documentation: 'https://docs.overnight.fi/',
1293
+ tags: ['CURATED'],
1266
1294
  },
1267
1295
  'USDT+': {
1268
1296
  name: 'USDT+',
@@ -1276,6 +1304,7 @@ export const tokens = {
1276
1304
  bridge: 'native',
1277
1305
  logoURI: '',
1278
1306
  documentation: 'https://docs.overnight.fi/',
1307
+ tags: ['CURATED'],
1279
1308
  },
1280
1309
  SOL: {
1281
1310
  name: 'Wrapped SOL',
@@ -1339,7 +1368,7 @@ export const tokens = {
1339
1368
  website: 'https://curve.finance/crvusd',
1340
1369
  description: 'crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar',
1341
1370
  documentation: 'https://docs.curve.finance/crvUSD/crvUSD/',
1342
- risks: ['SYNTH_STABLE'],
1371
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1343
1372
  },
1344
1373
  sFRAX: {
1345
1374
  name: 'Staked FRAX',
@@ -1353,7 +1382,7 @@ export const tokens = {
1353
1382
  bridge: 'frax',
1354
1383
  logoURI: '',
1355
1384
  documentation: 'https://docs.frax.finance/frax-v3/sfrax',
1356
- risks: ['SYNTH_STABLE'],
1385
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1357
1386
  },
1358
1387
  bpt4POOL: {
1359
1388
  name: 'Balancer 4POOL BPT',
@@ -1367,7 +1396,7 @@ export const tokens = {
1367
1396
  documentation: 'https://docs.balancer.fi/concepts/pools/composable-stable.html',
1368
1397
  description: 'Composable Stable Pools are designed for assets that are either expected to consistently swap at near parity, or at a known exchange rate. Composable Stable Pools use Stable Math (based on StableSwap, popularized by Curve) which allows for swaps of significant size before encountering substantial price impact, vastly increasing capital efficiency for like-kind and correlated-kind swaps.',
1369
1398
  bridge: 'native',
1370
- risks: ['SYNTH_STABLE'],
1399
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1371
1400
  },
1372
1401
  JOE: {
1373
1402
  chainId: 42161,
@@ -1391,7 +1420,7 @@ export const tokens = {
1391
1420
  website: 'https://ether.fi/',
1392
1421
  description: 'Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.',
1393
1422
  bridge: 'arbitrum-canonical',
1394
- risks: ['NO_TIMELOCK'],
1423
+ tags: ['NO_TIMELOCK'],
1395
1424
  },
1396
1425
  rsETH: {
1397
1426
  chainId: 42161,
@@ -1405,7 +1434,7 @@ export const tokens = {
1405
1434
  documentation: 'https://kelp.gitbook.io/kelp',
1406
1435
  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.',
1407
1436
  bridge: 'stargate',
1408
- risks: ['NO_TIMELOCK'],
1437
+ tags: ['NO_TIMELOCK'],
1409
1438
  },
1410
1439
  renBTC: {
1411
1440
  name: 'renBTC',
@@ -1417,6 +1446,7 @@ export const tokens = {
1417
1446
  website: 'https://renproject.io/',
1418
1447
  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.',
1419
1448
  logoURI: 'https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png',
1449
+ tags: ['SYNTHETIC'],
1420
1450
  },
1421
1451
  OP: {
1422
1452
  name: 'OP',
@@ -1482,7 +1512,7 @@ export const tokens = {
1482
1512
  documentation: 'https://docs.mountainprotocol.com/',
1483
1513
  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.',
1484
1514
  bridge: 'native',
1485
- risks: ['NO_TIMELOCK'],
1515
+ tags: ['NO_TIMELOCK', 'STABLECOIN'],
1486
1516
  },
1487
1517
  PENDLE: {
1488
1518
  name: 'Pendle',
@@ -1537,6 +1567,7 @@ export const tokens = {
1537
1567
  'However, fETH isn’t exactly a stablecoin because it gains and loses a small amount of value as ETH rises and falls. Those price movements are fixed at 10% of the size of ETH’s. In this way, it’s anchored to the Ethereum economy rather than the US one. If you think USD will devalue over time compared to ETH, you might like to hold it instead of USD stablecoins. ',
1538
1568
  documentation: 'https://docs.aladdin.club/f-x-protocol',
1539
1569
  bridge: 'layer-zero',
1570
+ tags: ['SYNTHETIC'],
1540
1571
  },
1541
1572
  xETH: {
1542
1573
  name: 'Leveraged ETH',
@@ -1564,6 +1595,7 @@ export const tokens = {
1564
1595
  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.',
1565
1596
  staked: true,
1566
1597
  bridge: 'native',
1598
+ tags: ['STABLECOIN'],
1567
1599
  },
1568
1600
  stataArbUSDTn: {
1569
1601
  name: 'Static Aave Arbitrum USDTn',
@@ -1578,6 +1610,7 @@ export const tokens = {
1578
1610
  description: 'Aave interest bearing USDT. 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.',
1579
1611
  staked: true,
1580
1612
  bridge: 'native',
1613
+ tags: ['STABLECOIN'],
1581
1614
  },
1582
1615
  'ETH+': {
1583
1616
  name: 'ETHPlus',
@@ -1603,7 +1636,7 @@ export const tokens = {
1603
1636
  description: 'rgUSD is an overcollateralized stablecoin launched on Reserve Protocol that acts as a collective point for DeFi users to negotiate with stablecoin yield providers for the best returns.',
1604
1637
  documentation: 'https://reserve.org/protocol/',
1605
1638
  bridge: 'arbitrum-canonical',
1606
- risks: ['SYNTH_STABLE'],
1639
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1607
1640
  },
1608
1641
  eUSD: {
1609
1642
  name: 'Electronic Dollar',
@@ -1617,7 +1650,7 @@ export const tokens = {
1617
1650
  description: 'The Electronic Dollar (eUSD) is a decentralized 1:1 asset-backed stablecoin built with Reserve Protocol, available on the Ethereum and MobileCoin blockchains. It sets itself apart from other stablecoins due to its decentralized, community-governed, and censorship-resistant nature.',
1618
1651
  documentation: 'https://reserve.org/protocol/',
1619
1652
  bridge: 'arbitrum-canonical',
1620
- risks: ['SYNTH_STABLE'],
1653
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1621
1654
  },
1622
1655
  KNOX: {
1623
1656
  name: 'KNOX Dollar',
@@ -1631,7 +1664,7 @@ export const tokens = {
1631
1664
  description: 'A permissionless, yield-bearing stablecoin designed to be a reliable store of value. Built with Reserve Protocol.',
1632
1665
  documentation: 'https://reserve.org/protocol/',
1633
1666
  bridge: 'native',
1634
- risks: ['SYNTH_STABLE'],
1667
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1635
1668
  },
1636
1669
  SILO: {
1637
1670
  name: 'Silo Governance Token',
@@ -1671,7 +1704,7 @@ export const tokens = {
1671
1704
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
1672
1705
  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.',
1673
1706
  bridge: 'layer-zero',
1674
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
1707
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
1675
1708
  },
1676
1709
  RSR: {
1677
1710
  name: 'Reserve Rights',
@@ -1724,6 +1757,7 @@ export const tokens = {
1724
1757
  documentation: 'https://alchemix-finance.gitbook.io/v2/',
1725
1758
  description: 'Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.',
1726
1759
  bridge: 'connext',
1760
+ tags: ['SYNTHETIC'],
1727
1761
  },
1728
1762
  alUSD: {
1729
1763
  name: 'Alchemix USD',
@@ -1737,6 +1771,7 @@ export const tokens = {
1737
1771
  description: 'Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.',
1738
1772
  documentation: 'https://alchemix-finance.gitbook.io/user-docs/',
1739
1773
  bridge: 'connext',
1774
+ tags: ['SYNTHETIC'],
1740
1775
  },
1741
1776
  USDV: {
1742
1777
  name: 'USDV',
@@ -1750,7 +1785,7 @@ export const tokens = {
1750
1785
  description: 'Verified USD (USDV) is the first stablecoin that rewards Verified Minters based on their contribution to the tokens active circulation.',
1751
1786
  documentation: 'https://docs.usdv.money/docs',
1752
1787
  bridge: 'layer-zero',
1753
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
1788
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
1754
1789
  },
1755
1790
  COMP: {
1756
1791
  name: 'Compound',
@@ -1777,7 +1812,7 @@ export const tokens = {
1777
1812
  documentation: 'https://synapse-3.gitbook.io/synapse-protocol',
1778
1813
  description: 'Synapse (SYN) is an interoperability protocol designed for safely and securely sending arbitrary data between blockchains.',
1779
1814
  bridge: 'synapse',
1780
- risks: ['NO_TIMELOCK'],
1815
+ tags: ['NO_TIMELOCK'],
1781
1816
  },
1782
1817
  WMATIC: {
1783
1818
  name: 'WMATIC',
@@ -1817,7 +1852,7 @@ export const tokens = {
1817
1852
  documentation: 'https://www.pepe.vip/',
1818
1853
  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.',
1819
1854
  bridge: 'layer-zero',
1820
- risks: ['NO_TIMELOCK'],
1855
+ tags: ['NO_TIMELOCK'],
1821
1856
  },
1822
1857
  ZRO: {
1823
1858
  name: 'LayerZero',
@@ -1869,7 +1904,7 @@ export const tokens = {
1869
1904
  website: 'https://app.bedrock.technology/unieth',
1870
1905
  description: 'uniETH represents the staked ETH plus all future staking rewards and accrual of EigenLayer points and Bedrock diamonds. uniETH does not grow in quantity over time but instead, grows in value, i.e. 1 uniETH becomes worth increasingly more than 1 ETH.',
1871
1906
  bridge: 'celer',
1872
- risks: ['NO_TIMELOCK'],
1907
+ tags: ['NO_TIMELOCK'],
1873
1908
  },
1874
1909
  ETHx: {
1875
1910
  name: 'ETHx',
@@ -1883,7 +1918,7 @@ export const tokens = {
1883
1918
  bridge: 'chainlink-ccip',
1884
1919
  description: "ETHx is an innovative liquid staking token developed by Stader, designed to revolutionize Ethereum staking. Stader's vision for ETHx is to transform the staking experience, providing users with the unprecedented freedom to move and utilize their staked ETH while continuing to earn rewards and engage with the growing DeFi ecosystem.",
1885
1920
  documentation: 'https://staderlabs.gitbook.io/ethereum',
1886
- risks: ['NO_TIMELOCK'],
1921
+ tags: ['NO_TIMELOCK'],
1887
1922
  },
1888
1923
  WOETH: {
1889
1924
  name: 'Wrapped OETH',
@@ -1897,7 +1932,7 @@ export const tokens = {
1897
1932
  description: 'OETH is a liquid staking token that allows Ethereum staking and yield earning while maintaining a 1:1 peg with ETH. Its non-rebasing, ERC-4626 tokenized vault version simplifies DeFi integrations and ensures stability and transparency through its fully on-chain, collateralized design with distributed validator technology (DVT).',
1898
1933
  documentation: 'https://docs.originprotocol.com/protocol/oeth',
1899
1934
  bridge: 'chainlink-ccip',
1900
- risks: ['NO_TIMELOCK'],
1935
+ tags: ['NO_TIMELOCK'],
1901
1936
  },
1902
1937
  wUSDM: {
1903
1938
  name: 'Mountain Protocol USD',
@@ -1911,7 +1946,7 @@ export const tokens = {
1911
1946
  documentation: 'https://docs.mountainprotocol.com/',
1912
1947
  description: 'The wUSDM token is the wrapped version of USDM, 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.',
1913
1948
  bridge: 'native',
1914
- risks: ['NO_TIMELOCK'],
1949
+ tags: ['NO_TIMELOCK', 'STABLECOIN'],
1915
1950
  },
1916
1951
  USDx: {
1917
1952
  name: 'Synthetix USD',
@@ -1925,7 +1960,7 @@ export const tokens = {
1925
1960
  documentation: 'https://docs.synthetix.io/',
1926
1961
  description: 'Synthetix Arbitrum-native stablecoin.',
1927
1962
  bridge: 'native',
1928
- risks: ['SYNTH_STABLE'],
1963
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1929
1964
  },
1930
1965
  gUSDC: {
1931
1966
  name: 'Gains Network USDC',
@@ -1939,7 +1974,7 @@ export const tokens = {
1939
1974
  description: 'gUSDC is a tokenized yield-bearing vault following the ERC-4626 standard, representing shares of USDC. It pays trader winnings, receives their losses, and distributes trading fees to stakers, maintaining collateralization through an epoch system that manages trader PnL.',
1940
1975
  documentation: 'https://gains-network.gitbook.io/docs-home/liquidity-farming-pools/gtoken-vaults',
1941
1976
  bridge: 'native',
1942
- risks: ['SYNTH_STABLE'],
1977
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1943
1978
  },
1944
1979
  GYD: {
1945
1980
  name: 'Gyro Dollar',
@@ -1953,7 +1988,7 @@ export const tokens = {
1953
1988
  documentation: 'https://docs.gyro.finance/gyroscope-protocol/stablecoin',
1954
1989
  description: 'A fully backed stablecoin: the Gyroscope stablecoin aims at a long-term reserve ratio of 100%, where every unit of stablecoin is backed by 1 USD worth of collateral.',
1955
1990
  bridge: 'chainlink',
1956
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
1991
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
1957
1992
  },
1958
1993
  GHO: {
1959
1994
  name: 'GHO Token',
@@ -1967,7 +2002,7 @@ export const tokens = {
1967
2002
  documentation: 'https://docs.aave.com/faq/gho-stablecoin',
1968
2003
  bridge: 'chainlink',
1969
2004
  description: 'GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.',
1970
- risks: ['SYNTH_STABLE'],
2005
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1971
2006
  },
1972
2007
  ETHFI: {
1973
2008
  name: 'ether.fi Governance Token',
@@ -1981,7 +2016,7 @@ export const tokens = {
1981
2016
  documentation: 'https://etherfi.gitbook.io/etherfi',
1982
2017
  bridge: 'wormhole',
1983
2018
  description: 'ETHFI is the governance token of ether.fi, a restaking protocol on Ethereum. Token holders will have a say in the future of the protocol.',
1984
- risks: ['NO_TIMELOCK'],
2019
+ tags: ['NO_TIMELOCK'],
1985
2020
  },
1986
2021
  dlcBTC: {
1987
2022
  name: 'iBTC (formerly dlcBTC)',
@@ -1995,7 +2030,7 @@ export const tokens = {
1995
2030
  documentation: 'https://docs.ibtc.network/',
1996
2031
  bridge: 'native',
1997
2032
  description: 'iBTC (formerly dlcBTC) is a self-custodial representation of Bitcoin on Ethereum, enabling Bitcoin holders to participate in DeFi protocols while retaining full ownership of their assets. It employs Discreet Log Contracts (DLCs) to lock Bitcoin in a multisig UTXO, with one key held by the user and the other distributed across a decentralized network.',
1998
- risks: ['NO_TIMELOCK'],
2033
+ tags: ['NO_TIMELOCK'],
1999
2034
  },
2000
2035
  sUSDe: {
2001
2036
  name: 'Staked USDe',
@@ -2009,7 +2044,7 @@ export const tokens = {
2009
2044
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
2010
2045
  description: 'Users are able to stake their USDe for sUSDe through the Ethena front-end. sUSDe is a reward-bearing token that accrues value from the yield that Ethena’s underlying delta-neutral position generates. sUSDe is subject to a 7-day un-staking period.',
2011
2046
  bridge: 'layer-zero',
2012
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
2047
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
2013
2048
  },
2014
2049
  CAKE: {
2015
2050
  name: 'PancakeSwap Token',
@@ -2023,7 +2058,7 @@ export const tokens = {
2023
2058
  documentation: 'https://docs.pancakeswap.finance/',
2024
2059
  description: 'PancakeSwap is an automated market maker (AMM) — a decentralized finance (DeFi) application that allows users to exchange tokens, providing liquidity via farming and earning fees in return.',
2025
2060
  bridge: 'layer-zero',
2026
- risks: ['NO_TIMELOCK'],
2061
+ tags: ['NO_TIMELOCK'],
2027
2062
  },
2028
2063
  stataArbFRAXn: {
2029
2064
  name: 'Static Aave Arbitrum FRAXn',
@@ -2037,6 +2072,7 @@ export const tokens = {
2037
2072
  description: 'Aave interest bearing FRAX. Frax is the first fractional-algorithmic stablecoin protocol.',
2038
2073
  staked: true,
2039
2074
  bridge: 'native',
2075
+ tags: ['SYNTHETIC'],
2040
2076
  },
2041
2077
  stataArbGHOn: {
2042
2078
  name: 'Static Aave Arbitrum GHOn',
@@ -2051,7 +2087,7 @@ export const tokens = {
2051
2087
  description: 'Aave interest bearing GHO. GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.',
2052
2088
  staked: true,
2053
2089
  bridge: 'native',
2054
- risks: ['SYNTH_STABLE'],
2090
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2055
2091
  },
2056
2092
  EIGEN: {
2057
2093
  name: 'Eigen',
@@ -2078,7 +2114,7 @@ export const tokens = {
2078
2114
  documentation: 'https://orderly.network/docs/home',
2079
2115
  description: 'ORDER is the governance token of the Orderly Network. Staking ORDER will boost trading and market making rewards.',
2080
2116
  bridge: 'layer-zero',
2081
- risks: ['NO_TIMELOCK'],
2117
+ tags: ['NO_TIMELOCK'],
2082
2118
  },
2083
2119
  MORE: {
2084
2120
  name: 'MORE',
@@ -2091,7 +2127,7 @@ export const tokens = {
2091
2127
  description: 'Stack’s $MORE token is a non-algorithmic, collateral-backed stablecoin. This means that every $1 USD of $MORE should have more than $1 USD of collateral backing. Stack considers $MORE to be worth $1 however at times it may not trade at this value. In these instances, Stack has several options at its disposal to regain the $1 USD peg.',
2092
2128
  bridge: 'native',
2093
2129
  chainId: 42161,
2094
- risks: ['NO_TIMELOCK'],
2130
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
2095
2131
  },
2096
2132
  XVS: {
2097
2133
  name: 'Venus',
@@ -2105,7 +2141,7 @@ export const tokens = {
2105
2141
  documentation: 'https://docs-v4.venus.io/',
2106
2142
  description: 'Venus is an algorithmic money market and synthetic stablecoin protocol.',
2107
2143
  bridge: 'layer-zero',
2108
- risks: ['NO_TIMELOCK'],
2144
+ tags: ['NO_TIMELOCK'],
2109
2145
  },
2110
2146
  EURe: {
2111
2147
  name: 'Monerium EURe emoney',
@@ -2119,6 +2155,7 @@ export const tokens = {
2119
2155
  bridge: 'arbitrum-canonical',
2120
2156
  documentation: 'https://monerium.dev/',
2121
2157
  description: 'EURe is a Euro stable-coin from Monerium. Monerium is the first company authorized to issue money on blockchains under European financial regulation. They have issued EUR, USD, GBP, and ISK as e-money tokens on Ethereum and EUR on Algorand. Monerium also operates a gateway for instant transfers of EUR between bank accounts and blockchain wallets/smart contracts.',
2158
+ tags: ['STABLECOIN'],
2122
2159
  },
2123
2160
  Bold: {
2124
2161
  name: 'Bold Stablecoin',
@@ -2132,6 +2169,7 @@ export const tokens = {
2132
2169
  documentation: 'https://docs.liquity.org/',
2133
2170
  description: 'BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.',
2134
2171
  bridge: 'chainlink-ccip',
2172
+ tags: ['SYNTHETIC'],
2135
2173
  },
2136
2174
  eBTC: {
2137
2175
  name: 'ether.fi BTC',
@@ -2145,6 +2183,7 @@ export const tokens = {
2145
2183
  documentation: 'https://etherfi.gitbook.io/etherfi',
2146
2184
  description: 'EtherFi eBTC is backed by LBTC, through a partnership with Lombard, to bring the first dual yielding (staking + restaking) Bitcoin product to market. Staking will be conducted through Babylon, with restaking services through a combination of Eigen Layer, Symbiotic, and Karak. Users are able to deposit LBTC & WBTC.',
2147
2185
  bridge: 'layer-zero',
2186
+ tags: ['SYNTHETIC'],
2148
2187
  },
2149
2188
  waArbWBTC: {
2150
2189
  name: 'Wrapped Aave Staked WBTC',
@@ -2170,6 +2209,7 @@ export const tokens = {
2170
2209
  description: 'Wrapped Aave Staked 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.',
2171
2210
  documentation: 'https://www.centre.io/',
2172
2211
  bridge: 'native',
2212
+ tags: ['STABLECOIN'],
2173
2213
  },
2174
2214
  waArbUSDT: {
2175
2215
  name: 'Wrapped Aave Staked USDT',
@@ -2183,6 +2223,7 @@ export const tokens = {
2183
2223
  bridge: 'native',
2184
2224
  logoURI: '',
2185
2225
  documentation: 'https://tether.to/en/how-it-works',
2226
+ tags: ['STABLECOIN'],
2186
2227
  },
2187
2228
  waArbGHO: {
2188
2229
  name: 'Wrapped Aave Staked GHO',
@@ -2196,7 +2237,7 @@ export const tokens = {
2196
2237
  documentation: 'https://docs.aave.com/faq/gho-stablecoin',
2197
2238
  bridge: 'native',
2198
2239
  description: 'Wrapped Aave Staked GHO. GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.',
2199
- risks: ['SYNTH_STABLE'],
2240
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2200
2241
  },
2201
2242
  waArbWETH: {
2202
2243
  name: 'Wrapped Aave Staked WETH',
@@ -2236,7 +2277,7 @@ export const tokens = {
2236
2277
  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.',
2237
2278
  documentation: 'https://docs.renzoprotocol.com/docs/',
2238
2279
  bridge: 'native',
2239
- risks: ['NO_TIMELOCK'],
2280
+ tags: ['NO_TIMELOCK'],
2240
2281
  },
2241
2282
  orbETH: {
2242
2283
  name: 'Orbit Ether',
@@ -2250,7 +2291,7 @@ export const tokens = {
2250
2291
  description: 'Dinero is a suite of products that scale yield for protocols and users. It includes: (i) an ETH liquid staking token (pxETH) which benefits from ETH staking yield from Dinero’s validators; (ii) a decentralized, collateral-backed stablecoin (pxUSD) as a medium of exchange on Ethereum; and (iii) a public and permissionless RPC for users.',
2251
2292
  documentation: 'https://dinero.xyz/docs',
2252
2293
  bridge: 'native',
2253
- risks: ['NO_TIMELOCK'],
2294
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
2254
2295
  },
2255
2296
  CORN: {
2256
2297
  name: 'Corn',
@@ -2264,6 +2305,6 @@ export const tokens = {
2264
2305
  description: 'Corn is a high-performance, low-cost network built for stablecoin payments, settlements, and financial applications at global scale.',
2265
2306
  documentation: 'https://docs.usecorn.com/',
2266
2307
  bridge: 'layer-zero',
2267
- risks: ['NO_TIMELOCK'],
2308
+ tags: ['NO_TIMELOCK'],
2268
2309
  },
2269
2310
  };