@beefyfinance/blockchain-addressbook 0.54.121 → 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 +204 -94
  2. package/build/address-book/arbitrum/tokens/tokens.d.ts +102 -47
  3. package/build/address-book/arbitrum/tokens/tokens.js +102 -47
  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 +204 -94
  120. package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +102 -47
  121. package/build-esm/address-book/arbitrum/tokens/tokens.js +102 -47
  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
@@ -90,7 +90,7 @@ export const tokens = {
90
90
  website: 'https://alchemix.fi/',
91
91
  description: 'Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.',
92
92
  bridge: 'multichain',
93
- risks: ['SYNTH_STABLE'],
93
+ tags: ['STABLECOIN', 'SYNTHETIC'],
94
94
  },
95
95
  POTS: {
96
96
  name: 'Moonpot',
@@ -187,6 +187,7 @@ export const tokens = {
187
187
  website: 'https://fantom.foundation/defi/',
188
188
  description: 'Mint fUSD, the stablecoin on Fantom pegged 1:1 to the USD price, using your FTM.',
189
189
  bridge: 'native',
190
+ tags: ['SYNTHETIC'],
190
191
  },
191
192
  MIDAS: {
192
193
  name: 'MIDAS',
@@ -211,7 +212,7 @@ export const tokens = {
211
212
  website: 'https://tor.hector.network/',
212
213
  bridge: 'native',
213
214
  description: 'TOR is a fully collateralized stablecoin which acts as a foundational pillar within the Hector Network Ecosystem. Its unique smart contracts made it the first of its kind, creating positive price action for the HEC token each time a TOR coin is minted and empowering Hector Network to become deflationary.',
214
- risks: ['SYNTH_STABLE'],
215
+ tags: ['STABLECOIN', 'SYNTHETIC'],
215
216
  },
216
217
  sFTMx: {
217
218
  name: 'sFTMx',
@@ -261,6 +262,7 @@ export const tokens = {
261
262
  bridge: 'native',
262
263
  description: 'USDB provides a wide range of financial tools and services to individuals and institutions',
263
264
  logoURI: '',
265
+ tags: ['SYNTHETIC'],
264
266
  },
265
267
  GEL: {
266
268
  name: 'Gelato',
@@ -285,6 +287,7 @@ export const tokens = {
285
287
  bridge: 'native',
286
288
  description: 'Mint fully decentralized sythentic assets on Binance Smart Chain, Fantom & Avalanche.',
287
289
  logoURI: '',
290
+ tags: ['SYNTHETIC'],
288
291
  },
289
292
  USDL: {
290
293
  name: 'Top Shelf USD L-Token',
@@ -297,7 +300,7 @@ export const tokens = {
297
300
  bridge: 'native',
298
301
  description: 'Mint fully decentralized sythentic assets on Binance Smart Chain, Fantom & Avalanche.',
299
302
  logoURI: '',
300
- risks: ['SYNTH_STABLE'],
303
+ tags: ['STABLECOIN', 'SYNTHETIC'],
301
304
  },
302
305
  STG: {
303
306
  name: 'Stargate',
@@ -359,6 +362,7 @@ export const tokens = {
359
362
  description: 'Based Finance the first algorithmic token pegged to TOMB on the FTM Network.',
360
363
  bridge: 'native',
361
364
  logoURI: 'https://assets.coingecko.com/coins/images/23535/small/BASED_TOKEN.109291b9.png',
365
+ tags: ['SYNTHETIC'],
362
366
  },
363
367
  ATLAS: {
364
368
  name: 'Atlas Cloud',
@@ -420,6 +424,7 @@ export const tokens = {
420
424
  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.',
421
425
  logoURI: 'https://app.deus.finance/tokens/dei.svg',
422
426
  documentation: 'https://docs.deus.finance/',
427
+ tags: ['SYNTHETIC'],
423
428
  },
424
429
  DEI: {
425
430
  name: 'DEI',
@@ -433,6 +438,7 @@ export const tokens = {
433
438
  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.',
434
439
  logoURI: 'https://app.deus.finance/tokens/dei.svg',
435
440
  documentation: 'https://docs.deus.finance/',
441
+ tags: ['SYNTHETIC'],
436
442
  },
437
443
  DEUS: {
438
444
  name: 'DEUS',
@@ -483,6 +489,7 @@ export const tokens = {
483
489
  bridge: 'native',
484
490
  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.',
485
491
  logoURI: 'https://ripae.finance/logo_pftm.svg',
492
+ tags: ['SYNTHETIC'],
486
493
  },
487
494
  MST: {
488
495
  name: 'Monster',
@@ -568,6 +575,7 @@ export const tokens = {
568
575
  bridge: 'native',
569
576
  description: 'Users can deposit collateral into the Creditum platform and then borrow (mint) cUSD based on the USD value of the collateral deposited.',
570
577
  logoURI: 'https://revenant.finance/img/tokens/cUSD.png',
578
+ tags: ['SYNTHETIC'],
571
579
  },
572
580
  gOHM: {
573
581
  name: 'Governance OHM',
@@ -737,7 +745,7 @@ export const tokens = {
737
745
  bridge: 'multichain',
738
746
  description: 'Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.',
739
747
  logoURI: 'https://s2.coinmarketcap.com/static/img/coins/64x64/7129.png',
740
- risks: ['SYNTH_STABLE'],
748
+ tags: ['STABLECOIN', 'SYNTHETIC'],
741
749
  },
742
750
  USTw: {
743
751
  name: 'TerraUSD (Wormhole)',
@@ -750,7 +758,7 @@ export const tokens = {
750
758
  website: 'https://coinmarketcap.com/currencies/terrausd-wormhole/',
751
759
  bridge: 'wormhole',
752
760
  description: 'Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.',
753
- risks: ['SYNTH_STABLE'],
761
+ tags: ['STABLECOIN', 'SYNTHETIC'],
754
762
  },
755
763
  USTaxl: {
756
764
  name: 'TerraUSD (Axelar)',
@@ -763,7 +771,7 @@ export const tokens = {
763
771
  website: 'https://coinmarketcap.com/currencies/terrausd-wormhole/',
764
772
  bridge: 'axelar',
765
773
  description: 'Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.',
766
- risks: ['SYNTH_STABLE'],
774
+ tags: ['STABLECOIN', 'SYNTHETIC'],
767
775
  },
768
776
  SOL: {
769
777
  name: 'Solana',
@@ -788,7 +796,7 @@ export const tokens = {
788
796
  bridge: 'multichain',
789
797
  description: 'TrueUSD is one of a number of cryptocurrency stablecoins administered by TrustToken, a platform for tokenizing real-world assets.',
790
798
  logoURI: 'https://s2.coinmarketcap.com/static/img/coins/200x200/2563.png',
791
- risks: ['SYNTH_STABLE'],
799
+ tags: ['STABLECOIN', 'SYNTHETIC'],
792
800
  },
793
801
  JOE: {
794
802
  name: 'Joe Token',
@@ -850,7 +858,7 @@ export const tokens = {
850
858
  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.",
851
859
  logoURI: 'https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png',
852
860
  documentation: 'https://docs.mai.finance/',
853
- risks: ['SYNTH_STABLE'],
861
+ tags: ['STABLECOIN', 'SYNTHETIC'],
854
862
  },
855
863
  BEETS: {
856
864
  name: 'Beethoven X Token',
@@ -876,6 +884,7 @@ export const tokens = {
876
884
  bridge: 'native',
877
885
  description: 'Singular is a multichain, decentralized, strategic yield farm running on Polygon, BSC, Fantom and Okchain. Users are incentivized with a triple farming system.',
878
886
  logoURI: 'https://github.com/singularfarm/assets/blob/main/400.png?raw=true',
887
+ tags: ['SYNTHETIC'],
879
888
  },
880
889
  GEIST: {
881
890
  name: 'GEIST',
@@ -900,6 +909,7 @@ export const tokens = {
900
909
  website: 'https://fantom.jetswap.finance/',
901
910
  description: 'JetSwap AMM',
902
911
  bridge: 'native',
912
+ tags: ['SYNTHETIC'],
903
913
  },
904
914
  STEAK: {
905
915
  name: 'SteakToken',
@@ -949,7 +959,7 @@ export const tokens = {
949
959
  description: 'You, the Spellcaster, can provide collateral in the form of various interest bearing crypto assets such as yvYFI, yvUSDT, yvUSDC, xSUSHI and more. With this, you can borrow magic internet money (MIM) which is a stable coin that you can swap for any other traditional stable coin.',
950
960
  logoURI: '',
951
961
  documentation: 'https://docs.abracadabra.money/',
952
- risks: ['SYNTH_STABLE'],
962
+ tags: ['STABLECOIN', 'SYNTHETIC'],
953
963
  },
954
964
  DIS: {
955
965
  name: 'TosDis',
@@ -974,7 +984,7 @@ export const tokens = {
974
984
  bridge: 'multichain',
975
985
  description: 'These are digitised US Dollars and are always purchased and redeemed at 1 BUSD for 1 US dollar.',
976
986
  logoURI: '',
977
- risks: ['SYNTH_STABLE'],
987
+ tags: ['STABLECOIN', 'SYNTHETIC'],
978
988
  },
979
989
  SPIRIT: {
980
990
  name: 'SpiritSwap',
@@ -1012,6 +1022,7 @@ export const tokens = {
1012
1022
  bridge: 'native',
1013
1023
  description: 'The first algorithmic stablecoin on Fantom Opera, pegged to the price of 1 FTM via seigniorage',
1014
1024
  logoURI: 'https://assets.spookyswap.finance/tokens/TOMB.png',
1025
+ tags: ['SYNTHETIC'],
1015
1026
  },
1016
1027
  sFTM: {
1017
1028
  name: 'Staked FTM',
@@ -1036,6 +1047,7 @@ export const tokens = {
1036
1047
  bridge: 'native',
1037
1048
  description: 'Fantom offers the first DeFi stack built on an aBFT consensus. It’s much faster, cheaper, and more reliable and secure than its predecessors.',
1038
1049
  logoURI: 'https://repository.fantom.network/logos/wti.svg',
1050
+ tags: ['SYNTHETIC'],
1039
1051
  },
1040
1052
  fSILVER: {
1041
1053
  name: 'fSilver',
@@ -1048,6 +1060,7 @@ export const tokens = {
1048
1060
  description: 'Frapped an innovative wrapper for silver tokens.',
1049
1061
  logoURI: 'https://repository.fantom.network/logos/silver.svg',
1050
1062
  bridge: 'native',
1063
+ tags: ['SYNTHETIC'],
1051
1064
  },
1052
1065
  fLINK: {
1053
1066
  name: 'fLINK',
@@ -1060,6 +1073,7 @@ export const tokens = {
1060
1073
  description: 'Frapped an innovative wrapper for LINK tokens.',
1061
1074
  logoURI: 'https://repository.fantom.network/logos/link.svg',
1062
1075
  bridge: 'native',
1076
+ tags: ['SYNTHETIC'],
1063
1077
  },
1064
1078
  fKRW: {
1065
1079
  name: 'fKRW',
@@ -1070,6 +1084,7 @@ export const tokens = {
1070
1084
  chainId: 250,
1071
1085
  logoURI: 'https://repository.fantom.network/logos/krw.svg',
1072
1086
  bridge: 'native',
1087
+ tags: ['SYNTHETIC'],
1073
1088
  },
1074
1089
  fJPY: {
1075
1090
  name: 'fJPY',
@@ -1080,6 +1095,7 @@ export const tokens = {
1080
1095
  chainId: 250,
1081
1096
  logoURI: 'https://repository.fantom.network/logos/jpy.svg',
1082
1097
  bridge: 'native',
1098
+ tags: ['SYNTHETIC'],
1083
1099
  },
1084
1100
  fGOLD: {
1085
1101
  name: 'fGold',
@@ -1090,6 +1106,7 @@ export const tokens = {
1090
1106
  chainId: 250,
1091
1107
  logoURI: 'https://repository.fantom.network/logos/gold.svg',
1092
1108
  bridge: 'native',
1109
+ tags: ['SYNTHETIC'],
1093
1110
  },
1094
1111
  fGBP: {
1095
1112
  name: 'fGBP',
@@ -1100,6 +1117,7 @@ export const tokens = {
1100
1117
  chainId: 250,
1101
1118
  logoURI: 'https://repository.fantom.network/logos/gbp.svg',
1102
1119
  bridge: 'native',
1120
+ tags: ['SYNTHETIC'],
1103
1121
  },
1104
1122
  fEUR: {
1105
1123
  name: 'fEUR',
@@ -1110,6 +1128,7 @@ export const tokens = {
1110
1128
  chainId: 250,
1111
1129
  logoURI: 'https://repository.fantom.network/logos/euro.svg',
1112
1130
  bridge: 'native',
1131
+ tags: ['SYNTHETIC'],
1113
1132
  },
1114
1133
  fETH: {
1115
1134
  name: 'fETH',
@@ -1120,6 +1139,7 @@ export const tokens = {
1120
1139
  chainId: 250,
1121
1140
  logoURI: 'https://repository.fantom.network/logos/eth.svg',
1122
1141
  bridge: 'native',
1142
+ tags: ['SYNTHETIC'],
1123
1143
  },
1124
1144
  fCNY: {
1125
1145
  name: 'fCNY',
@@ -1130,6 +1150,7 @@ export const tokens = {
1130
1150
  chainId: 250,
1131
1151
  logoURI: 'https://repository.fantom.network/logos/cny.svg',
1132
1152
  bridge: 'native',
1153
+ tags: ['SYNTHETIC'],
1133
1154
  },
1134
1155
  fCHF: {
1135
1156
  name: 'fCHF',
@@ -1140,6 +1161,7 @@ export const tokens = {
1140
1161
  chainId: 250,
1141
1162
  logoURI: 'https://repository.fantom.network/logos/chf.svg',
1142
1163
  bridge: 'native',
1164
+ tags: ['SYNTHETIC'],
1143
1165
  },
1144
1166
  fBTC: {
1145
1167
  name: 'fBTC',
@@ -1150,6 +1172,7 @@ export const tokens = {
1150
1172
  chainId: 250,
1151
1173
  logoURI: 'https://repository.fantom.network/logos/bitcoin.svg',
1152
1174
  bridge: 'native',
1175
+ tags: ['SYNTHETIC'],
1153
1176
  },
1154
1177
  fBNB: {
1155
1178
  name: 'fBNB',
@@ -1160,6 +1183,7 @@ export const tokens = {
1160
1183
  chainId: 250,
1161
1184
  logoURI: 'https://repository.fantom.network/logos/bnb.svg',
1162
1185
  bridge: 'native',
1186
+ tags: ['SYNTHETIC'],
1163
1187
  },
1164
1188
  fBAND: {
1165
1189
  name: 'fBAND',
@@ -1170,6 +1194,7 @@ export const tokens = {
1170
1194
  chainId: 250,
1171
1195
  logoURI: 'https://repository.fantom.network/logos/band.svg',
1172
1196
  bridge: 'native',
1197
+ tags: ['SYNTHETIC'],
1173
1198
  },
1174
1199
  LINK: {
1175
1200
  name: 'ChainLink',
@@ -1195,7 +1220,7 @@ export const tokens = {
1195
1220
  chainId: 250,
1196
1221
  logoURI: 'https://ftmscan.com/token/images/USDC_32.png',
1197
1222
  bridge: 'multichain',
1198
- risks: ['SYNTH_STABLE'],
1223
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1199
1224
  },
1200
1225
  WBTC: {
1201
1226
  ...BTC,
@@ -1228,7 +1253,7 @@ export const tokens = {
1228
1253
  description: 'Dai is a stable, decentralized currency that does not discriminate. Any individual or business can realize the advantages of digital money.',
1229
1254
  logoURI: 'https://ftmscan.com/token/images/MCDDai_32.png',
1230
1255
  bridge: 'multichain',
1231
- risks: ['SYNTH_STABLE'],
1256
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1232
1257
  },
1233
1258
  SUSHI: {
1234
1259
  name: 'Sushi',
@@ -1313,6 +1338,7 @@ export const tokens = {
1313
1338
  description: 'The Frax Protocol introduced the world to the concept of a cryptocurrency being partially backed by collateral and partially stabilized algorithmically.',
1314
1339
  logoURI: 'https://ftmscan.com/token/images/fraxfinance_32.png',
1315
1340
  bridge: 'multichain',
1341
+ tags: ['SYNTHETIC'],
1316
1342
  },
1317
1343
  FRAX: {
1318
1344
  name: 'Frax',
@@ -1326,7 +1352,7 @@ export const tokens = {
1326
1352
  logoURI: 'https://ftmscan.com/token/images/fraxfinance_32.png',
1327
1353
  documentation: 'https://docs.frax.finance/',
1328
1354
  bridge: 'frax',
1329
- risks: ['SYNTH_STABLE'],
1355
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1330
1356
  },
1331
1357
  FXS: {
1332
1358
  name: 'Frax Share',
@@ -1393,6 +1419,7 @@ export const tokens = {
1393
1419
  description: 'Tracks the price of a single US dollar (USD). The synth always remains at a constant of 1.',
1394
1420
  logoURI: 'https://ftmscan.com/token/images/sUSD_32.png',
1395
1421
  bridge: 'multichain',
1422
+ tags: ['SYNTHETIC'],
1396
1423
  },
1397
1424
  SNX: {
1398
1425
  name: 'Synthetix Network',
@@ -1429,7 +1456,7 @@ export const tokens = {
1429
1456
  description: 'Frapped an innovative wrapper for USDT tokens.',
1430
1457
  bridge: 'multichain',
1431
1458
  logoURI: 'https://raw.githubusercontent.com/sushiswap/assets/master/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png',
1432
- risks: ['SYNTH_STABLE'],
1459
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1433
1460
  },
1434
1461
  BADGER: {
1435
1462
  name: 'Badger',
@@ -1625,7 +1652,7 @@ export const tokens = {
1625
1652
  bridge: 'multichain',
1626
1653
  description: 'Inverse.finance is a suite of permissionless decentralized finance tools governed by Inverse DAO, a decentralized autonomous organization running on the Ethereum blockchain.',
1627
1654
  logoURI: 'https://assets.spookyswap.finance/tokens/DOLA.png',
1628
- risks: ['SYNTH_STABLE'],
1655
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1629
1656
  },
1630
1657
  INV: {
1631
1658
  name: 'Inverse Finance',
@@ -1723,7 +1750,7 @@ export const tokens = {
1723
1750
  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.',
1724
1751
  chainId: 250,
1725
1752
  logoURI: 'https://ftmscan.com/token/images/USDC_32.png',
1726
- risks: ['SYNTH_STABLE'],
1753
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1727
1754
  },
1728
1755
  MATIC: {
1729
1756
  name: 'MATIC',
@@ -1786,7 +1813,7 @@ export const tokens = {
1786
1813
  chainId: 250,
1787
1814
  logoURI: 'https://ftmscan.com/token/images/USDC_32.png',
1788
1815
  bridge: 'stargate',
1789
- risks: ['SYNTH_STABLE'],
1816
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1790
1817
  },
1791
1818
  renBTC: {
1792
1819
  name: 'renBTC',
@@ -1799,6 +1826,7 @@ export const tokens = {
1799
1826
  bridge: 'ren',
1800
1827
  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.',
1801
1828
  logoURI: 'https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png',
1829
+ tags: ['SYNTHETIC'],
1802
1830
  },
1803
1831
  EQUAL: {
1804
1832
  name: 'Equalizer',
@@ -1864,6 +1892,7 @@ export const tokens = {
1864
1892
  bridge: 'axelar',
1865
1893
  description: 'axlUSDC is a cross-chain representation of USDC, secured by a validator set using delegated Proof-of-Stake and multi-party cryptography. It allows USDC to move seamlessly across different blockchain ecosystems, minted by depositing USDC into an Axelar Gateway on Ethereum, and can be acquired through DEXs, cross-chain swaps via Squid, or bridging via Satellite.money.',
1866
1894
  documentation: 'https://docs.axelar.dev/learn/axlusdc',
1895
+ tags: ['STABLECOIN'],
1867
1896
  },
1868
1897
  ankrETH: {
1869
1898
  name: 'Ankr Staked ETH',
@@ -1890,6 +1919,7 @@ export const tokens = {
1890
1919
  bridge: 'layer-zero',
1891
1920
  description: "Layer Zero USDC leverages Stargate's smart contract endpoints on Ethereum and Fantom to transfer tokens seamlessly between the two chains, locking and minting tokens as needed for cross-chain liquidity. This mechanism ensures efficient and secure interoperability while preserving the value of USDC across different blockchains.",
1892
1921
  documentation: 'https://layerzero.gitbook.io/docs/',
1922
+ tags: ['STABLECOIN'],
1893
1923
  },
1894
1924
  lzUSDT: {
1895
1925
  name: 'Tether USD',
@@ -1903,6 +1933,7 @@ export const tokens = {
1903
1933
  bridge: 'layer-zero',
1904
1934
  description: "Layer Zero USDT leverages Stargate's smart contract endpoints on Ethereum and Fantom to transfer tokens seamlessly between the two chains, locking and minting tokens as needed for cross-chain liquidity. This mechanism ensures efficient and secure interoperability while preserving the value of USDT across different blockchains.",
1905
1935
  documentation: 'https://layerzero.gitbook.io/docs/',
1936
+ tags: ['STABLECOIN'],
1906
1937
  },
1907
1938
  lzWETH: {
1908
1939
  name: 'Wrapped Ether',
@@ -1993,7 +2024,7 @@ export const tokens = {
1993
2024
  website: 'https://spartacus.finance/',
1994
2025
  bridge: 'native',
1995
2026
  description: '',
1996
- risks: ['SYNTH_STABLE'],
2027
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1997
2028
  },
1998
2029
  fUSDCe: {
1999
2030
  name: 'Bridged USDC',
@@ -2007,6 +2038,6 @@ export const tokens = {
2007
2038
  chainId: 250,
2008
2039
  logoURI: '',
2009
2040
  bridge: 'wormhole',
2010
- risks: ['SYNTH_STABLE'],
2041
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2011
2042
  },
2012
2043
  };