@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,6 +53,7 @@ exports.tokens = {
53
53
  chainId: 42161,
54
54
  logoURI: 'https://ftmscan.com/token/images/USDC_32.png',
55
55
  documentation: 'https://www.circle.com/en/usdc-multichain/arbitrum',
56
+ tags: ['STABLECOIN'],
56
57
  },
57
58
  arbUSDCe: {
58
59
  name: 'USD Coin',
@@ -66,6 +67,7 @@ exports.tokens = {
66
67
  chainId: 42161,
67
68
  logoURI: 'https://ftmscan.com/token/images/USDC_32.png',
68
69
  documentation: 'https://developers.circle.com/docs',
70
+ tags: ['STABLECOIN'],
69
71
  },
70
72
  ARX: {
71
73
  name: 'Arbitrum Exchange',
@@ -115,7 +117,7 @@ exports.tokens = {
115
117
  bridge: 'layer-zero',
116
118
  logoURI: '',
117
119
  documentation: 'https://docs.abracadabra.money/',
118
- risks: ['SYNTH_STABLE'],
120
+ tags: ['STABLECOIN', 'SYNTHETIC'],
119
121
  },
120
122
  SPELL: {
121
123
  name: 'Spell Token',
@@ -166,6 +168,7 @@ exports.tokens = {
166
168
  bridge: 'native',
167
169
  logoURI: 'https://hecoinfo.com/token/images/USDTHECO_32.png',
168
170
  documentation: 'https://tether.to/en/how-it-works',
171
+ tags: ['STABLECOIN'],
169
172
  },
170
173
  gOHM: {
171
174
  name: 'Governance OHM',
@@ -213,6 +216,7 @@ exports.tokens = {
213
216
  website: 'https://stargate.finance/',
214
217
  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.',
215
218
  documentation: 'https://stargateprotocol.gitbook.io/stargate/v/user-docs/',
219
+ tags: ['STABLECOIN'],
216
220
  },
217
221
  sarUSDT: {
218
222
  name: 'Stargate Tether USD LP',
@@ -225,6 +229,7 @@ exports.tokens = {
225
229
  website: 'https://tether.to/',
226
230
  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.',
227
231
  documentation: 'https://stargateprotocol.gitbook.io/stargate/v/user-docs/',
232
+ tags: ['STABLECOIN'],
228
233
  },
229
234
  sarETH: {
230
235
  name: 'Stargate Ethereum LP',
@@ -250,7 +255,7 @@ exports.tokens = {
250
255
  bridge: 'arbitrum-canonical',
251
256
  logoURI: 'https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png',
252
257
  documentation: 'https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation',
253
- risks: ['SYNTH_STABLE'],
258
+ tags: ['STABLECOIN', 'SYNTHETIC'],
254
259
  },
255
260
  VST: {
256
261
  name: 'Vesta Stable',
@@ -263,7 +268,7 @@ exports.tokens = {
263
268
  website: 'https://vestafinance.xyz/',
264
269
  description: 'Vesta Finance allows you to borrow collateralized stablecoin VST against supported crypto assets with no interest rate.',
265
270
  documentation: 'https://docs.vestafinance.xyz/',
266
- risks: ['SYNTH_STABLE'],
271
+ tags: ['STABLECOIN', 'SYNTHETIC'],
267
272
  },
268
273
  psETH: {
269
274
  name: 'Ripae sETH',
@@ -275,6 +280,7 @@ exports.tokens = {
275
280
  website: 'https://ripae.finance/',
276
281
  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.',
277
282
  logoURI: '',
283
+ tags: ['SYNTHETIC'],
278
284
  },
279
285
  pETH: {
280
286
  name: 'pETH',
@@ -287,6 +293,7 @@ exports.tokens = {
287
293
  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.',
288
294
  bridge: 'native',
289
295
  logoURI: '',
296
+ tags: ['SYNTHETIC'],
290
297
  },
291
298
  oldRDNT: {
292
299
  name: 'RDNT',
@@ -373,7 +380,7 @@ exports.tokens = {
373
380
  bridge: 'frax',
374
381
  logoURI: 'https://raw.githubusercontent.com/pangolindex/tokens/main/assets/0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64/logo.png',
375
382
  documentation: 'https://docs.frax.finance/',
376
- risks: ['SYNTH_STABLE'],
383
+ tags: ['STABLECOIN', 'SYNTHETIC'],
377
384
  },
378
385
  UNI: {
379
386
  name: 'Uniswap',
@@ -412,6 +419,7 @@ exports.tokens = {
412
419
  bridge: 'hop',
413
420
  logoURI: '',
414
421
  documentation: 'https://docs.hop.exchange/',
422
+ tags: ['SYNTHETIC'],
415
423
  },
416
424
  hMAGIC: {
417
425
  name: 'MAGIC Hop Token',
@@ -438,6 +446,7 @@ exports.tokens = {
438
446
  bridge: 'hop',
439
447
  logoURI: '',
440
448
  documentation: 'https://docs.hop.exchange/',
449
+ tags: ['SYNTHETIC'],
441
450
  },
442
451
  hUSDC: {
443
452
  name: 'USDC Hop Token',
@@ -477,6 +486,7 @@ exports.tokens = {
477
486
  bridge: 'hop',
478
487
  logoURI: '',
479
488
  documentation: 'https://docs.hop.exchange/',
489
+ tags: ['SYNTHETIC'],
480
490
  },
481
491
  USX: {
482
492
  name: 'dForce USD',
@@ -489,7 +499,7 @@ exports.tokens = {
489
499
  website: 'https://dforce.network/',
490
500
  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).',
491
501
  documentation: 'https://docs.dforce.network/protocols/usx',
492
- risks: ['SYNTH_STABLE'],
502
+ tags: ['STABLECOIN', 'SYNTHETIC'],
493
503
  },
494
504
  MAI: {
495
505
  name: 'Mai Stablecoin',
@@ -503,7 +513,7 @@ exports.tokens = {
503
513
  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.",
504
514
  documentation: 'https://docs.mai.finance/',
505
515
  bridge: 'native',
506
- risks: ['SYNTH_STABLE'],
516
+ tags: ['STABLECOIN', 'SYNTHETIC'],
507
517
  },
508
518
  'oldBIFI-ETH LP': {
509
519
  name: 'oldBIFI-ETH LP',
@@ -527,7 +537,7 @@ exports.tokens = {
527
537
  website: 'https://usdd.io/',
528
538
  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.',
529
539
  documentation: 'https://usdd.io/docs/',
530
- risks: ['SYNTH_STABLE'],
540
+ tags: ['STABLECOIN', 'SYNTHETIC'],
531
541
  },
532
542
  ezETH: {
533
543
  name: 'Renzo Restaked ETH',
@@ -541,7 +551,7 @@ exports.tokens = {
541
551
  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.',
542
552
  documentation: 'https://docs.renzoprotocol.com/docs/',
543
553
  bridge: 'arbitrum-canonical',
544
- risks: ['NO_TIMELOCK'],
554
+ tags: ['NO_TIMELOCK'],
545
555
  },
546
556
  agEUR: {
547
557
  name: 'agEUR',
@@ -555,6 +565,7 @@ exports.tokens = {
555
565
  description: 'Angle is a decentralized, capital-efficient and over-collateralized stablecoins protocol.',
556
566
  bridge: 'layer-zero',
557
567
  documentation: 'https://docs.angle.money/',
568
+ tags: ['SYNTHETIC'],
558
569
  },
559
570
  TUSD: {
560
571
  name: 'TrueUSD',
@@ -566,6 +577,7 @@ exports.tokens = {
566
577
  logoURI: '',
567
578
  website: 'https://www.trueusd.com/',
568
579
  description: 'TrueUSD (TUSD) is the first independently-verified digital asset redeemable 1-for-1 for US Dollars.',
580
+ tags: ['STABLECOIN'],
569
581
  },
570
582
  GNS: {
571
583
  name: 'Gains Network Token',
@@ -605,7 +617,7 @@ exports.tokens = {
605
617
  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%.',
606
618
  bridge: 'arbitrum-canonical',
607
619
  documentation: 'https://docs.liquity.org/',
608
- risks: ['SYNTH_STABLE'],
620
+ tags: ['STABLECOIN', 'SYNTHETIC'],
609
621
  },
610
622
  JRT: {
611
623
  name: 'Jarvis Reward Token',
@@ -631,7 +643,7 @@ exports.tokens = {
631
643
  bridge: 'native',
632
644
  logoURI: '',
633
645
  documentation: 'https://learn.jarvis.network/',
634
- risks: ['SYNTH_STABLE'],
646
+ tags: ['STABLECOIN', 'SYNTHETIC'],
635
647
  },
636
648
  'USD+': {
637
649
  name: 'USD+ Stablecoin',
@@ -645,6 +657,7 @@ exports.tokens = {
645
657
  bridge: 'native',
646
658
  logoURI: '',
647
659
  documentation: 'https://docs.overnight.fi/',
660
+ tags: ['CURATED'],
648
661
  },
649
662
  RAM: {
650
663
  name: 'Ramses',
@@ -682,7 +695,7 @@ exports.tokens = {
682
695
  bridge: 'arbitrum-canonical',
683
696
  logoURI: 'https://assets.spookyswap.finance/tokens/DOLA.png',
684
697
  documentation: 'https://docs.inverse.finance/',
685
- risks: ['SYNTH_STABLE'],
698
+ tags: ['STABLECOIN', 'SYNTHETIC'],
686
699
  },
687
700
  DEI: {
688
701
  name: 'DEI',
@@ -695,6 +708,7 @@ exports.tokens = {
695
708
  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.',
696
709
  logoURI: 'https://app.deus.finance/tokens/dei.svg',
697
710
  documentation: 'https://docs.deus.finance/',
711
+ tags: ['SYNTHETIC'],
698
712
  },
699
713
  DEUS: {
700
714
  name: 'DEUS',
@@ -772,7 +786,7 @@ exports.tokens = {
772
786
  bridge: 'native',
773
787
  logoURI: 'https://raw.githubusercontent.com/beefyfinance/beefy-app/prod/src/images/single-assets/GNS.png',
774
788
  documentation: 'https://gains-network.gitbook.io/docs-home/',
775
- risks: ['SYNTH_STABLE'],
789
+ tags: ['STABLECOIN', 'SYNTHETIC'],
776
790
  },
777
791
  frxETH: {
778
792
  name: 'Frax Ether',
@@ -812,6 +826,7 @@ exports.tokens = {
812
826
  bridge: 'native',
813
827
  logoURI: '',
814
828
  documentation: 'https://docs.overnight.fi/',
829
+ tags: ['CURATED'],
815
830
  },
816
831
  FXS: {
817
832
  name: 'Frax Share',
@@ -887,6 +902,7 @@ exports.tokens = {
887
902
  bridge: 'arbitrum-canonical',
888
903
  logoURI: '',
889
904
  documentation: 'https://docs.rocketpool.net/guides/',
905
+ tags: ['SYNTHETIC'],
890
906
  },
891
907
  CHR: {
892
908
  name: 'Chronos',
@@ -912,6 +928,7 @@ exports.tokens = {
912
928
  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',
913
929
  bridge: 'multichain',
914
930
  logoURI: '',
931
+ tags: ['SYNTHETIC'],
915
932
  },
916
933
  tBTC: {
917
934
  name: 'tBTC v2',
@@ -962,6 +979,7 @@ exports.tokens = {
962
979
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
963
980
  description: 'Balancer linear pool that consist of 50/50 USDT and wrapped Aave Interest Bearing USDT.',
964
981
  bridge: 'native',
982
+ tags: ['STABLECOIN'],
965
983
  },
966
984
  bbaaUSDTV2: {
967
985
  name: 'Balancer Aave USDT Linear Pool',
@@ -975,6 +993,7 @@ exports.tokens = {
975
993
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
976
994
  description: 'Balancer linear pool that consist of 50/50 USDT and wrapped Aave Interest Bearing USDT.',
977
995
  bridge: 'native',
996
+ tags: ['STABLECOIN'],
978
997
  },
979
998
  aaUSDC: {
980
999
  name: 'Aave USDC',
@@ -988,6 +1007,7 @@ exports.tokens = {
988
1007
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
989
1008
  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.',
990
1009
  staked: true,
1010
+ tags: ['STABLECOIN'],
991
1011
  },
992
1012
  waaUSDC: {
993
1013
  name: 'Wrapped Aave Tether USD',
@@ -1013,6 +1033,7 @@ exports.tokens = {
1013
1033
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
1014
1034
  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.',
1015
1035
  staked: true,
1036
+ tags: ['STABLECOIN'],
1016
1037
  },
1017
1038
  bbaaUSDC: {
1018
1039
  name: 'Balancer Aave USDC Linear Pool',
@@ -1026,6 +1047,7 @@ exports.tokens = {
1026
1047
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1027
1048
  description: 'Balancer linear pool that consist of 50/50 USDC and wrapped Aave Interest Bearing USDC.',
1028
1049
  bridge: 'arbitrum-canonical',
1050
+ tags: ['STABLECOIN'],
1029
1051
  },
1030
1052
  bbaaUSDCV2: {
1031
1053
  name: 'Balancer Aave USDC Linear Pool',
@@ -1039,6 +1061,7 @@ exports.tokens = {
1039
1061
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1040
1062
  description: 'Balancer linear pool that consist of 50/50 USDC and wrapped Aave Interest Bearing USDC.',
1041
1063
  bridge: 'arbitrum-canonical',
1064
+ tags: ['STABLECOIN'],
1042
1065
  },
1043
1066
  aaDAI: {
1044
1067
  name: 'Aave DAI',
@@ -1051,6 +1074,7 @@ exports.tokens = {
1051
1074
  website: 'https://makerdao.com/en/',
1052
1075
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
1053
1076
  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.',
1077
+ tags: ['SYNTHETIC'],
1054
1078
  },
1055
1079
  waaDAI: {
1056
1080
  name: 'Wrapped Aave Tether DAI',
@@ -1063,6 +1087,7 @@ exports.tokens = {
1063
1087
  website: 'https://makerdao.com/en/',
1064
1088
  documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
1065
1089
  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.',
1090
+ tags: ['SYNTHETIC'],
1066
1091
  },
1067
1092
  bbaaDAI: {
1068
1093
  name: 'Balancer Aave DAI Linear Pool',
@@ -1076,7 +1101,7 @@ exports.tokens = {
1076
1101
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1077
1102
  description: 'Balancer linear pool that consist of 50/50 DAI and wrapped Aave Interest Bearing DAI.',
1078
1103
  bridge: 'native',
1079
- risks: ['SYNTH_STABLE'],
1104
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1080
1105
  },
1081
1106
  bbaaDAIV2: {
1082
1107
  name: 'Balancer Aave DAI Linear Pool',
@@ -1090,7 +1115,7 @@ exports.tokens = {
1090
1115
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1091
1116
  description: 'Balancer linear pool that consist of 50/50 DAI and wrapped Aave Interest Bearing DAI.',
1092
1117
  bridge: 'native',
1093
- risks: ['SYNTH_STABLE'],
1118
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1094
1119
  },
1095
1120
  bbaaUSD: {
1096
1121
  name: 'Balancer Aave Stable Composable Pool',
@@ -1103,7 +1128,7 @@ exports.tokens = {
1103
1128
  website: 'https://app.balancer.fi/#/',
1104
1129
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1105
1130
  description: 'Balancer composable pool that consist of bbaUSDT, bbaUSDC, and bbaDAI. bbTokens are Aave boosted linear pools.',
1106
- risks: ['SYNTH_STABLE'],
1131
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1107
1132
  },
1108
1133
  bbaaUSDV2: {
1109
1134
  name: 'Balancer Aave Stable Composable Pool',
@@ -1116,6 +1141,7 @@ exports.tokens = {
1116
1141
  website: 'https://app.balancer.fi/#/',
1117
1142
  documentation: 'https://docs.balancer.fi/products/balancer-pools/boosted-pools',
1118
1143
  description: 'Balancer composable pool that consist of bbaUSDT, bbaUSDC, and bbaDAI. bbTokens are Aave boosted linear pools.',
1144
+ tags: ['SYNTHETIC'],
1119
1145
  },
1120
1146
  auraBAL: {
1121
1147
  name: 'Aura Staked BAL BPT',
@@ -1215,6 +1241,7 @@ exports.tokens = {
1215
1241
  description: ' ',
1216
1242
  bridge: 'native',
1217
1243
  staked: true,
1244
+ tags: ['STABLECOIN'],
1218
1245
  },
1219
1246
  LODE: {
1220
1247
  name: 'Lodestar',
@@ -1266,6 +1293,7 @@ exports.tokens = {
1266
1293
  bridge: 'native',
1267
1294
  logoURI: '',
1268
1295
  documentation: 'https://docs.overnight.fi/',
1296
+ tags: ['CURATED'],
1269
1297
  },
1270
1298
  'USDT+': {
1271
1299
  name: 'USDT+',
@@ -1279,6 +1307,7 @@ exports.tokens = {
1279
1307
  bridge: 'native',
1280
1308
  logoURI: '',
1281
1309
  documentation: 'https://docs.overnight.fi/',
1310
+ tags: ['CURATED'],
1282
1311
  },
1283
1312
  SOL: {
1284
1313
  name: 'Wrapped SOL',
@@ -1342,7 +1371,7 @@ exports.tokens = {
1342
1371
  website: 'https://curve.finance/crvusd',
1343
1372
  description: 'crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar',
1344
1373
  documentation: 'https://docs.curve.finance/crvUSD/crvUSD/',
1345
- risks: ['SYNTH_STABLE'],
1374
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1346
1375
  },
1347
1376
  sFRAX: {
1348
1377
  name: 'Staked FRAX',
@@ -1356,7 +1385,7 @@ exports.tokens = {
1356
1385
  bridge: 'frax',
1357
1386
  logoURI: '',
1358
1387
  documentation: 'https://docs.frax.finance/frax-v3/sfrax',
1359
- risks: ['SYNTH_STABLE'],
1388
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1360
1389
  },
1361
1390
  bpt4POOL: {
1362
1391
  name: 'Balancer 4POOL BPT',
@@ -1370,7 +1399,7 @@ exports.tokens = {
1370
1399
  documentation: 'https://docs.balancer.fi/concepts/pools/composable-stable.html',
1371
1400
  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.',
1372
1401
  bridge: 'native',
1373
- risks: ['SYNTH_STABLE'],
1402
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1374
1403
  },
1375
1404
  JOE: {
1376
1405
  chainId: 42161,
@@ -1394,7 +1423,7 @@ exports.tokens = {
1394
1423
  website: 'https://ether.fi/',
1395
1424
  description: 'Stake ETH, get eETH - a natively restaked liquid staking token that fuels DeFi and decentralizes Ethereum.',
1396
1425
  bridge: 'arbitrum-canonical',
1397
- risks: ['NO_TIMELOCK'],
1426
+ tags: ['NO_TIMELOCK'],
1398
1427
  },
1399
1428
  rsETH: {
1400
1429
  chainId: 42161,
@@ -1408,7 +1437,7 @@ exports.tokens = {
1408
1437
  documentation: 'https://kelp.gitbook.io/kelp',
1409
1438
  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.',
1410
1439
  bridge: 'stargate',
1411
- risks: ['NO_TIMELOCK'],
1440
+ tags: ['NO_TIMELOCK'],
1412
1441
  },
1413
1442
  renBTC: {
1414
1443
  name: 'renBTC',
@@ -1420,6 +1449,7 @@ exports.tokens = {
1420
1449
  website: 'https://renproject.io/',
1421
1450
  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.',
1422
1451
  logoURI: 'https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png',
1452
+ tags: ['SYNTHETIC'],
1423
1453
  },
1424
1454
  OP: {
1425
1455
  name: 'OP',
@@ -1485,7 +1515,7 @@ exports.tokens = {
1485
1515
  documentation: 'https://docs.mountainprotocol.com/',
1486
1516
  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.',
1487
1517
  bridge: 'native',
1488
- risks: ['NO_TIMELOCK'],
1518
+ tags: ['NO_TIMELOCK', 'STABLECOIN'],
1489
1519
  },
1490
1520
  PENDLE: {
1491
1521
  name: 'Pendle',
@@ -1540,6 +1570,7 @@ exports.tokens = {
1540
1570
  '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. ',
1541
1571
  documentation: 'https://docs.aladdin.club/f-x-protocol',
1542
1572
  bridge: 'layer-zero',
1573
+ tags: ['SYNTHETIC'],
1543
1574
  },
1544
1575
  xETH: {
1545
1576
  name: 'Leveraged ETH',
@@ -1567,6 +1598,7 @@ exports.tokens = {
1567
1598
  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.',
1568
1599
  staked: true,
1569
1600
  bridge: 'native',
1601
+ tags: ['STABLECOIN'],
1570
1602
  },
1571
1603
  stataArbUSDTn: {
1572
1604
  name: 'Static Aave Arbitrum USDTn',
@@ -1581,6 +1613,7 @@ exports.tokens = {
1581
1613
  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.',
1582
1614
  staked: true,
1583
1615
  bridge: 'native',
1616
+ tags: ['STABLECOIN'],
1584
1617
  },
1585
1618
  'ETH+': {
1586
1619
  name: 'ETHPlus',
@@ -1606,7 +1639,7 @@ exports.tokens = {
1606
1639
  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.',
1607
1640
  documentation: 'https://reserve.org/protocol/',
1608
1641
  bridge: 'arbitrum-canonical',
1609
- risks: ['SYNTH_STABLE'],
1642
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1610
1643
  },
1611
1644
  eUSD: {
1612
1645
  name: 'Electronic Dollar',
@@ -1620,7 +1653,7 @@ exports.tokens = {
1620
1653
  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.',
1621
1654
  documentation: 'https://reserve.org/protocol/',
1622
1655
  bridge: 'arbitrum-canonical',
1623
- risks: ['SYNTH_STABLE'],
1656
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1624
1657
  },
1625
1658
  KNOX: {
1626
1659
  name: 'KNOX Dollar',
@@ -1634,7 +1667,7 @@ exports.tokens = {
1634
1667
  description: 'A permissionless, yield-bearing stablecoin designed to be a reliable store of value. Built with Reserve Protocol.',
1635
1668
  documentation: 'https://reserve.org/protocol/',
1636
1669
  bridge: 'native',
1637
- risks: ['SYNTH_STABLE'],
1670
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1638
1671
  },
1639
1672
  SILO: {
1640
1673
  name: 'Silo Governance Token',
@@ -1674,7 +1707,7 @@ exports.tokens = {
1674
1707
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
1675
1708
  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.',
1676
1709
  bridge: 'layer-zero',
1677
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
1710
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
1678
1711
  },
1679
1712
  RSR: {
1680
1713
  name: 'Reserve Rights',
@@ -1727,6 +1760,7 @@ exports.tokens = {
1727
1760
  documentation: 'https://alchemix-finance.gitbook.io/v2/',
1728
1761
  description: 'Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.',
1729
1762
  bridge: 'connext',
1763
+ tags: ['SYNTHETIC'],
1730
1764
  },
1731
1765
  alUSD: {
1732
1766
  name: 'Alchemix USD',
@@ -1740,6 +1774,7 @@ exports.tokens = {
1740
1774
  description: 'Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.',
1741
1775
  documentation: 'https://alchemix-finance.gitbook.io/user-docs/',
1742
1776
  bridge: 'connext',
1777
+ tags: ['SYNTHETIC'],
1743
1778
  },
1744
1779
  USDV: {
1745
1780
  name: 'USDV',
@@ -1753,7 +1788,7 @@ exports.tokens = {
1753
1788
  description: 'Verified USD (USDV) is the first stablecoin that rewards Verified Minters based on their contribution to the tokens active circulation.',
1754
1789
  documentation: 'https://docs.usdv.money/docs',
1755
1790
  bridge: 'layer-zero',
1756
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
1791
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
1757
1792
  },
1758
1793
  COMP: {
1759
1794
  name: 'Compound',
@@ -1780,7 +1815,7 @@ exports.tokens = {
1780
1815
  documentation: 'https://synapse-3.gitbook.io/synapse-protocol',
1781
1816
  description: 'Synapse (SYN) is an interoperability protocol designed for safely and securely sending arbitrary data between blockchains.',
1782
1817
  bridge: 'synapse',
1783
- risks: ['NO_TIMELOCK'],
1818
+ tags: ['NO_TIMELOCK'],
1784
1819
  },
1785
1820
  WMATIC: {
1786
1821
  name: 'WMATIC',
@@ -1820,7 +1855,7 @@ exports.tokens = {
1820
1855
  documentation: 'https://www.pepe.vip/',
1821
1856
  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.',
1822
1857
  bridge: 'layer-zero',
1823
- risks: ['NO_TIMELOCK'],
1858
+ tags: ['NO_TIMELOCK'],
1824
1859
  },
1825
1860
  ZRO: {
1826
1861
  name: 'LayerZero',
@@ -1872,7 +1907,7 @@ exports.tokens = {
1872
1907
  website: 'https://app.bedrock.technology/unieth',
1873
1908
  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.',
1874
1909
  bridge: 'celer',
1875
- risks: ['NO_TIMELOCK'],
1910
+ tags: ['NO_TIMELOCK'],
1876
1911
  },
1877
1912
  ETHx: {
1878
1913
  name: 'ETHx',
@@ -1886,7 +1921,7 @@ exports.tokens = {
1886
1921
  bridge: 'chainlink-ccip',
1887
1922
  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.",
1888
1923
  documentation: 'https://staderlabs.gitbook.io/ethereum',
1889
- risks: ['NO_TIMELOCK'],
1924
+ tags: ['NO_TIMELOCK'],
1890
1925
  },
1891
1926
  WOETH: {
1892
1927
  name: 'Wrapped OETH',
@@ -1900,7 +1935,7 @@ exports.tokens = {
1900
1935
  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).',
1901
1936
  documentation: 'https://docs.originprotocol.com/protocol/oeth',
1902
1937
  bridge: 'chainlink-ccip',
1903
- risks: ['NO_TIMELOCK'],
1938
+ tags: ['NO_TIMELOCK'],
1904
1939
  },
1905
1940
  wUSDM: {
1906
1941
  name: 'Mountain Protocol USD',
@@ -1914,7 +1949,7 @@ exports.tokens = {
1914
1949
  documentation: 'https://docs.mountainprotocol.com/',
1915
1950
  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.',
1916
1951
  bridge: 'native',
1917
- risks: ['NO_TIMELOCK'],
1952
+ tags: ['NO_TIMELOCK', 'STABLECOIN'],
1918
1953
  },
1919
1954
  USDx: {
1920
1955
  name: 'Synthetix USD',
@@ -1928,7 +1963,7 @@ exports.tokens = {
1928
1963
  documentation: 'https://docs.synthetix.io/',
1929
1964
  description: 'Synthetix Arbitrum-native stablecoin.',
1930
1965
  bridge: 'native',
1931
- risks: ['SYNTH_STABLE'],
1966
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1932
1967
  },
1933
1968
  gUSDC: {
1934
1969
  name: 'Gains Network USDC',
@@ -1942,7 +1977,7 @@ exports.tokens = {
1942
1977
  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.',
1943
1978
  documentation: 'https://gains-network.gitbook.io/docs-home/liquidity-farming-pools/gtoken-vaults',
1944
1979
  bridge: 'native',
1945
- risks: ['SYNTH_STABLE'],
1980
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1946
1981
  },
1947
1982
  GYD: {
1948
1983
  name: 'Gyro Dollar',
@@ -1956,7 +1991,7 @@ exports.tokens = {
1956
1991
  documentation: 'https://docs.gyro.finance/gyroscope-protocol/stablecoin',
1957
1992
  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.',
1958
1993
  bridge: 'chainlink',
1959
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
1994
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
1960
1995
  },
1961
1996
  GHO: {
1962
1997
  name: 'GHO Token',
@@ -1970,7 +2005,7 @@ exports.tokens = {
1970
2005
  documentation: 'https://docs.aave.com/faq/gho-stablecoin',
1971
2006
  bridge: 'chainlink',
1972
2007
  description: 'GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.',
1973
- risks: ['SYNTH_STABLE'],
2008
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1974
2009
  },
1975
2010
  ETHFI: {
1976
2011
  name: 'ether.fi Governance Token',
@@ -1984,7 +2019,7 @@ exports.tokens = {
1984
2019
  documentation: 'https://etherfi.gitbook.io/etherfi',
1985
2020
  bridge: 'wormhole',
1986
2021
  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.',
1987
- risks: ['NO_TIMELOCK'],
2022
+ tags: ['NO_TIMELOCK'],
1988
2023
  },
1989
2024
  dlcBTC: {
1990
2025
  name: 'iBTC (formerly dlcBTC)',
@@ -1998,7 +2033,7 @@ exports.tokens = {
1998
2033
  documentation: 'https://docs.ibtc.network/',
1999
2034
  bridge: 'native',
2000
2035
  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.',
2001
- risks: ['NO_TIMELOCK'],
2036
+ tags: ['NO_TIMELOCK'],
2002
2037
  },
2003
2038
  sUSDe: {
2004
2039
  name: 'Staked USDe',
@@ -2012,7 +2047,7 @@ exports.tokens = {
2012
2047
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
2013
2048
  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.',
2014
2049
  bridge: 'layer-zero',
2015
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
2050
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
2016
2051
  },
2017
2052
  CAKE: {
2018
2053
  name: 'PancakeSwap Token',
@@ -2026,7 +2061,7 @@ exports.tokens = {
2026
2061
  documentation: 'https://docs.pancakeswap.finance/',
2027
2062
  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.',
2028
2063
  bridge: 'layer-zero',
2029
- risks: ['NO_TIMELOCK'],
2064
+ tags: ['NO_TIMELOCK'],
2030
2065
  },
2031
2066
  stataArbFRAXn: {
2032
2067
  name: 'Static Aave Arbitrum FRAXn',
@@ -2040,6 +2075,7 @@ exports.tokens = {
2040
2075
  description: 'Aave interest bearing FRAX. Frax is the first fractional-algorithmic stablecoin protocol.',
2041
2076
  staked: true,
2042
2077
  bridge: 'native',
2078
+ tags: ['SYNTHETIC'],
2043
2079
  },
2044
2080
  stataArbGHOn: {
2045
2081
  name: 'Static Aave Arbitrum GHOn',
@@ -2054,7 +2090,7 @@ exports.tokens = {
2054
2090
  description: 'Aave interest bearing GHO. GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.',
2055
2091
  staked: true,
2056
2092
  bridge: 'native',
2057
- risks: ['SYNTH_STABLE'],
2093
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2058
2094
  },
2059
2095
  EIGEN: {
2060
2096
  name: 'Eigen',
@@ -2081,7 +2117,7 @@ exports.tokens = {
2081
2117
  documentation: 'https://orderly.network/docs/home',
2082
2118
  description: 'ORDER is the governance token of the Orderly Network. Staking ORDER will boost trading and market making rewards.',
2083
2119
  bridge: 'layer-zero',
2084
- risks: ['NO_TIMELOCK'],
2120
+ tags: ['NO_TIMELOCK'],
2085
2121
  },
2086
2122
  MORE: {
2087
2123
  name: 'MORE',
@@ -2094,7 +2130,7 @@ exports.tokens = {
2094
2130
  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.',
2095
2131
  bridge: 'native',
2096
2132
  chainId: 42161,
2097
- risks: ['NO_TIMELOCK'],
2133
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
2098
2134
  },
2099
2135
  XVS: {
2100
2136
  name: 'Venus',
@@ -2108,7 +2144,7 @@ exports.tokens = {
2108
2144
  documentation: 'https://docs-v4.venus.io/',
2109
2145
  description: 'Venus is an algorithmic money market and synthetic stablecoin protocol.',
2110
2146
  bridge: 'layer-zero',
2111
- risks: ['NO_TIMELOCK'],
2147
+ tags: ['NO_TIMELOCK'],
2112
2148
  },
2113
2149
  EURe: {
2114
2150
  name: 'Monerium EURe emoney',
@@ -2122,6 +2158,7 @@ exports.tokens = {
2122
2158
  bridge: 'arbitrum-canonical',
2123
2159
  documentation: 'https://monerium.dev/',
2124
2160
  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.',
2161
+ tags: ['STABLECOIN'],
2125
2162
  },
2126
2163
  Bold: {
2127
2164
  name: 'Bold Stablecoin',
@@ -2135,6 +2172,7 @@ exports.tokens = {
2135
2172
  documentation: 'https://docs.liquity.org/',
2136
2173
  description: 'BOLD is the USD-pegged stablecoin issued in Liquity V2. It is over-collateralized and backed only by WETH, wstETH, and rETH.',
2137
2174
  bridge: 'chainlink-ccip',
2175
+ tags: ['SYNTHETIC'],
2138
2176
  },
2139
2177
  eBTC: {
2140
2178
  name: 'ether.fi BTC',
@@ -2148,6 +2186,7 @@ exports.tokens = {
2148
2186
  documentation: 'https://etherfi.gitbook.io/etherfi',
2149
2187
  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.',
2150
2188
  bridge: 'layer-zero',
2189
+ tags: ['SYNTHETIC'],
2151
2190
  },
2152
2191
  waArbWBTC: {
2153
2192
  name: 'Wrapped Aave Staked WBTC',
@@ -2173,6 +2212,7 @@ exports.tokens = {
2173
2212
  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.',
2174
2213
  documentation: 'https://www.centre.io/',
2175
2214
  bridge: 'native',
2215
+ tags: ['STABLECOIN'],
2176
2216
  },
2177
2217
  waArbUSDT: {
2178
2218
  name: 'Wrapped Aave Staked USDT',
@@ -2186,6 +2226,7 @@ exports.tokens = {
2186
2226
  bridge: 'native',
2187
2227
  logoURI: '',
2188
2228
  documentation: 'https://tether.to/en/how-it-works',
2229
+ tags: ['STABLECOIN'],
2189
2230
  },
2190
2231
  waArbGHO: {
2191
2232
  name: 'Wrapped Aave Staked GHO',
@@ -2199,7 +2240,7 @@ exports.tokens = {
2199
2240
  documentation: 'https://docs.aave.com/faq/gho-stablecoin',
2200
2241
  bridge: 'native',
2201
2242
  description: 'Wrapped Aave Staked GHO. GHO is a decentralized multi-collateral stablecoin that is fully backed, transparent and native to the Aave Protocol.',
2202
- risks: ['SYNTH_STABLE'],
2243
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2203
2244
  },
2204
2245
  waArbWETH: {
2205
2246
  name: 'Wrapped Aave Staked WETH',
@@ -2239,7 +2280,7 @@ exports.tokens = {
2239
2280
  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.',
2240
2281
  documentation: 'https://docs.renzoprotocol.com/docs/',
2241
2282
  bridge: 'native',
2242
- risks: ['NO_TIMELOCK'],
2283
+ tags: ['NO_TIMELOCK'],
2243
2284
  },
2244
2285
  orbETH: {
2245
2286
  name: 'Orbit Ether',
@@ -2253,7 +2294,7 @@ exports.tokens = {
2253
2294
  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.',
2254
2295
  documentation: 'https://dinero.xyz/docs',
2255
2296
  bridge: 'native',
2256
- risks: ['NO_TIMELOCK'],
2297
+ tags: ['NO_TIMELOCK', 'SYNTHETIC'],
2257
2298
  },
2258
2299
  CORN: {
2259
2300
  name: 'Corn',
@@ -2267,6 +2308,6 @@ exports.tokens = {
2267
2308
  description: 'Corn is a high-performance, low-cost network built for stablecoin payments, settlements, and financial applications at global scale.',
2268
2309
  documentation: 'https://docs.usecorn.com/',
2269
2310
  bridge: 'layer-zero',
2270
- risks: ['NO_TIMELOCK'],
2311
+ tags: ['NO_TIMELOCK'],
2271
2312
  },
2272
2313
  };