@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
@@ -103,7 +103,7 @@ export declare const fantom: {
103
103
  readonly website: "https://alchemix.fi/";
104
104
  readonly description: "Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.";
105
105
  readonly bridge: "multichain";
106
- readonly risks: readonly ["SYNTH_STABLE"];
106
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
107
107
  };
108
108
  readonly POTS: {
109
109
  readonly name: "Moonpot";
@@ -200,6 +200,7 @@ export declare const fantom: {
200
200
  readonly website: "https://fantom.foundation/defi/";
201
201
  readonly description: "Mint fUSD, the stablecoin on Fantom pegged 1:1 to the USD price, using your FTM.";
202
202
  readonly bridge: "native";
203
+ readonly tags: readonly ["SYNTHETIC"];
203
204
  };
204
205
  readonly MIDAS: {
205
206
  readonly name: "MIDAS";
@@ -224,7 +225,7 @@ export declare const fantom: {
224
225
  readonly website: "https://tor.hector.network/";
225
226
  readonly bridge: "native";
226
227
  readonly 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.";
227
- readonly risks: readonly ["SYNTH_STABLE"];
228
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
228
229
  };
229
230
  readonly sFTMx: {
230
231
  readonly name: "sFTMx";
@@ -274,6 +275,7 @@ export declare const fantom: {
274
275
  readonly bridge: "native";
275
276
  readonly description: "USDB provides a wide range of financial tools and services to individuals and institutions";
276
277
  readonly logoURI: "";
278
+ readonly tags: readonly ["SYNTHETIC"];
277
279
  };
278
280
  readonly GEL: {
279
281
  readonly name: "Gelato";
@@ -298,6 +300,7 @@ export declare const fantom: {
298
300
  readonly bridge: "native";
299
301
  readonly description: "Mint fully decentralized sythentic assets on Binance Smart Chain, Fantom & Avalanche.";
300
302
  readonly logoURI: "";
303
+ readonly tags: readonly ["SYNTHETIC"];
301
304
  };
302
305
  readonly USDL: {
303
306
  readonly name: "Top Shelf USD L-Token";
@@ -310,7 +313,7 @@ export declare const fantom: {
310
313
  readonly bridge: "native";
311
314
  readonly description: "Mint fully decentralized sythentic assets on Binance Smart Chain, Fantom & Avalanche.";
312
315
  readonly logoURI: "";
313
- readonly risks: readonly ["SYNTH_STABLE"];
316
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
314
317
  };
315
318
  readonly STG: {
316
319
  readonly name: "Stargate";
@@ -372,6 +375,7 @@ export declare const fantom: {
372
375
  readonly description: "Based Finance the first algorithmic token pegged to TOMB on the FTM Network.";
373
376
  readonly bridge: "native";
374
377
  readonly logoURI: "https://assets.coingecko.com/coins/images/23535/small/BASED_TOKEN.109291b9.png";
378
+ readonly tags: readonly ["SYNTHETIC"];
375
379
  };
376
380
  readonly ATLAS: {
377
381
  readonly name: "Atlas Cloud";
@@ -433,6 +437,7 @@ export declare const fantom: {
433
437
  readonly 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
438
  readonly logoURI: "https://app.deus.finance/tokens/dei.svg";
435
439
  readonly documentation: "https://docs.deus.finance/";
440
+ readonly tags: readonly ["SYNTHETIC"];
436
441
  };
437
442
  readonly DEI: {
438
443
  readonly name: "DEI";
@@ -446,6 +451,7 @@ export declare const fantom: {
446
451
  readonly 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.";
447
452
  readonly logoURI: "https://app.deus.finance/tokens/dei.svg";
448
453
  readonly documentation: "https://docs.deus.finance/";
454
+ readonly tags: readonly ["SYNTHETIC"];
449
455
  };
450
456
  readonly DEUS: {
451
457
  readonly name: "DEUS";
@@ -496,6 +502,7 @@ export declare const fantom: {
496
502
  readonly bridge: "native";
497
503
  readonly 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.";
498
504
  readonly logoURI: "https://ripae.finance/logo_pftm.svg";
505
+ readonly tags: readonly ["SYNTHETIC"];
499
506
  };
500
507
  readonly MST: {
501
508
  readonly name: "Monster";
@@ -581,6 +588,7 @@ export declare const fantom: {
581
588
  readonly bridge: "native";
582
589
  readonly description: "Users can deposit collateral into the Creditum platform and then borrow (mint) cUSD based on the USD value of the collateral deposited.";
583
590
  readonly logoURI: "https://revenant.finance/img/tokens/cUSD.png";
591
+ readonly tags: readonly ["SYNTHETIC"];
584
592
  };
585
593
  readonly gOHM: {
586
594
  readonly name: "Governance OHM";
@@ -750,7 +758,7 @@ export declare const fantom: {
750
758
  readonly bridge: "multichain";
751
759
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
752
760
  readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/7129.png";
753
- readonly risks: readonly ["SYNTH_STABLE"];
761
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
754
762
  };
755
763
  readonly USTw: {
756
764
  readonly name: "TerraUSD (Wormhole)";
@@ -763,7 +771,7 @@ export declare const fantom: {
763
771
  readonly website: "https://coinmarketcap.com/currencies/terrausd-wormhole/";
764
772
  readonly bridge: "wormhole";
765
773
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
766
- readonly risks: readonly ["SYNTH_STABLE"];
774
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
767
775
  };
768
776
  readonly USTaxl: {
769
777
  readonly name: "TerraUSD (Axelar)";
@@ -776,7 +784,7 @@ export declare const fantom: {
776
784
  readonly website: "https://coinmarketcap.com/currencies/terrausd-wormhole/";
777
785
  readonly bridge: "axelar";
778
786
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
779
- readonly risks: readonly ["SYNTH_STABLE"];
787
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
780
788
  };
781
789
  readonly SOL: {
782
790
  readonly name: "Solana";
@@ -801,7 +809,7 @@ export declare const fantom: {
801
809
  readonly bridge: "multichain";
802
810
  readonly description: "TrueUSD is one of a number of cryptocurrency stablecoins administered by TrustToken, a platform for tokenizing real-world assets.";
803
811
  readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/200x200/2563.png";
804
- readonly risks: readonly ["SYNTH_STABLE"];
812
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
805
813
  };
806
814
  readonly JOE: {
807
815
  readonly name: "Joe Token";
@@ -863,7 +871,7 @@ export declare const fantom: {
863
871
  readonly 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.";
864
872
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
865
873
  readonly documentation: "https://docs.mai.finance/";
866
- readonly risks: readonly ["SYNTH_STABLE"];
874
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
867
875
  };
868
876
  readonly BEETS: {
869
877
  readonly name: "Beethoven X Token";
@@ -889,6 +897,7 @@ export declare const fantom: {
889
897
  readonly bridge: "native";
890
898
  readonly description: "Singular is a multichain, decentralized, strategic yield farm running on Polygon, BSC, Fantom and Okchain. Users are incentivized with a triple farming system.";
891
899
  readonly logoURI: "https://github.com/singularfarm/assets/blob/main/400.png?raw=true";
900
+ readonly tags: readonly ["SYNTHETIC"];
892
901
  };
893
902
  readonly GEIST: {
894
903
  readonly name: "GEIST";
@@ -913,6 +922,7 @@ export declare const fantom: {
913
922
  readonly website: "https://fantom.jetswap.finance/";
914
923
  readonly description: "JetSwap AMM";
915
924
  readonly bridge: "native";
925
+ readonly tags: readonly ["SYNTHETIC"];
916
926
  };
917
927
  readonly STEAK: {
918
928
  readonly name: "SteakToken";
@@ -962,7 +972,7 @@ export declare const fantom: {
962
972
  readonly 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.";
963
973
  readonly logoURI: "";
964
974
  readonly documentation: "https://docs.abracadabra.money/";
965
- readonly risks: readonly ["SYNTH_STABLE"];
975
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
966
976
  };
967
977
  readonly DIS: {
968
978
  readonly name: "TosDis";
@@ -987,7 +997,7 @@ export declare const fantom: {
987
997
  readonly bridge: "multichain";
988
998
  readonly description: "These are digitised US Dollars and are always purchased and redeemed at 1 BUSD for 1 US dollar.";
989
999
  readonly logoURI: "";
990
- readonly risks: readonly ["SYNTH_STABLE"];
1000
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
991
1001
  };
992
1002
  readonly SPIRIT: {
993
1003
  readonly name: "SpiritSwap";
@@ -1025,6 +1035,7 @@ export declare const fantom: {
1025
1035
  readonly bridge: "native";
1026
1036
  readonly description: "The first algorithmic stablecoin on Fantom Opera, pegged to the price of 1 FTM via seigniorage";
1027
1037
  readonly logoURI: "https://assets.spookyswap.finance/tokens/TOMB.png";
1038
+ readonly tags: readonly ["SYNTHETIC"];
1028
1039
  };
1029
1040
  readonly sFTM: {
1030
1041
  readonly name: "Staked FTM";
@@ -1049,6 +1060,7 @@ export declare const fantom: {
1049
1060
  readonly bridge: "native";
1050
1061
  readonly 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.";
1051
1062
  readonly logoURI: "https://repository.fantom.network/logos/wti.svg";
1063
+ readonly tags: readonly ["SYNTHETIC"];
1052
1064
  };
1053
1065
  readonly fSILVER: {
1054
1066
  readonly name: "fSilver";
@@ -1061,6 +1073,7 @@ export declare const fantom: {
1061
1073
  readonly description: "Frapped an innovative wrapper for silver tokens.";
1062
1074
  readonly logoURI: "https://repository.fantom.network/logos/silver.svg";
1063
1075
  readonly bridge: "native";
1076
+ readonly tags: readonly ["SYNTHETIC"];
1064
1077
  };
1065
1078
  readonly fLINK: {
1066
1079
  readonly name: "fLINK";
@@ -1073,6 +1086,7 @@ export declare const fantom: {
1073
1086
  readonly description: "Frapped an innovative wrapper for LINK tokens.";
1074
1087
  readonly logoURI: "https://repository.fantom.network/logos/link.svg";
1075
1088
  readonly bridge: "native";
1089
+ readonly tags: readonly ["SYNTHETIC"];
1076
1090
  };
1077
1091
  readonly fKRW: {
1078
1092
  readonly name: "fKRW";
@@ -1083,6 +1097,7 @@ export declare const fantom: {
1083
1097
  readonly chainId: 250;
1084
1098
  readonly logoURI: "https://repository.fantom.network/logos/krw.svg";
1085
1099
  readonly bridge: "native";
1100
+ readonly tags: readonly ["SYNTHETIC"];
1086
1101
  };
1087
1102
  readonly fJPY: {
1088
1103
  readonly name: "fJPY";
@@ -1093,6 +1108,7 @@ export declare const fantom: {
1093
1108
  readonly chainId: 250;
1094
1109
  readonly logoURI: "https://repository.fantom.network/logos/jpy.svg";
1095
1110
  readonly bridge: "native";
1111
+ readonly tags: readonly ["SYNTHETIC"];
1096
1112
  };
1097
1113
  readonly fGOLD: {
1098
1114
  readonly name: "fGold";
@@ -1103,6 +1119,7 @@ export declare const fantom: {
1103
1119
  readonly chainId: 250;
1104
1120
  readonly logoURI: "https://repository.fantom.network/logos/gold.svg";
1105
1121
  readonly bridge: "native";
1122
+ readonly tags: readonly ["SYNTHETIC"];
1106
1123
  };
1107
1124
  readonly fGBP: {
1108
1125
  readonly name: "fGBP";
@@ -1113,6 +1130,7 @@ export declare const fantom: {
1113
1130
  readonly chainId: 250;
1114
1131
  readonly logoURI: "https://repository.fantom.network/logos/gbp.svg";
1115
1132
  readonly bridge: "native";
1133
+ readonly tags: readonly ["SYNTHETIC"];
1116
1134
  };
1117
1135
  readonly fEUR: {
1118
1136
  readonly name: "fEUR";
@@ -1123,6 +1141,7 @@ export declare const fantom: {
1123
1141
  readonly chainId: 250;
1124
1142
  readonly logoURI: "https://repository.fantom.network/logos/euro.svg";
1125
1143
  readonly bridge: "native";
1144
+ readonly tags: readonly ["SYNTHETIC"];
1126
1145
  };
1127
1146
  readonly fETH: {
1128
1147
  readonly name: "fETH";
@@ -1133,6 +1152,7 @@ export declare const fantom: {
1133
1152
  readonly chainId: 250;
1134
1153
  readonly logoURI: "https://repository.fantom.network/logos/eth.svg";
1135
1154
  readonly bridge: "native";
1155
+ readonly tags: readonly ["SYNTHETIC"];
1136
1156
  };
1137
1157
  readonly fCNY: {
1138
1158
  readonly name: "fCNY";
@@ -1143,6 +1163,7 @@ export declare const fantom: {
1143
1163
  readonly chainId: 250;
1144
1164
  readonly logoURI: "https://repository.fantom.network/logos/cny.svg";
1145
1165
  readonly bridge: "native";
1166
+ readonly tags: readonly ["SYNTHETIC"];
1146
1167
  };
1147
1168
  readonly fCHF: {
1148
1169
  readonly name: "fCHF";
@@ -1153,6 +1174,7 @@ export declare const fantom: {
1153
1174
  readonly chainId: 250;
1154
1175
  readonly logoURI: "https://repository.fantom.network/logos/chf.svg";
1155
1176
  readonly bridge: "native";
1177
+ readonly tags: readonly ["SYNTHETIC"];
1156
1178
  };
1157
1179
  readonly fBTC: {
1158
1180
  readonly name: "fBTC";
@@ -1163,6 +1185,7 @@ export declare const fantom: {
1163
1185
  readonly chainId: 250;
1164
1186
  readonly logoURI: "https://repository.fantom.network/logos/bitcoin.svg";
1165
1187
  readonly bridge: "native";
1188
+ readonly tags: readonly ["SYNTHETIC"];
1166
1189
  };
1167
1190
  readonly fBNB: {
1168
1191
  readonly name: "fBNB";
@@ -1173,6 +1196,7 @@ export declare const fantom: {
1173
1196
  readonly chainId: 250;
1174
1197
  readonly logoURI: "https://repository.fantom.network/logos/bnb.svg";
1175
1198
  readonly bridge: "native";
1199
+ readonly tags: readonly ["SYNTHETIC"];
1176
1200
  };
1177
1201
  readonly fBAND: {
1178
1202
  readonly name: "fBAND";
@@ -1183,6 +1207,7 @@ export declare const fantom: {
1183
1207
  readonly chainId: 250;
1184
1208
  readonly logoURI: "https://repository.fantom.network/logos/band.svg";
1185
1209
  readonly bridge: "native";
1210
+ readonly tags: readonly ["SYNTHETIC"];
1186
1211
  };
1187
1212
  readonly LINK: {
1188
1213
  readonly name: "ChainLink";
@@ -1208,7 +1233,7 @@ export declare const fantom: {
1208
1233
  readonly chainId: 250;
1209
1234
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
1210
1235
  readonly bridge: "multichain";
1211
- readonly risks: readonly ["SYNTH_STABLE"];
1236
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1212
1237
  };
1213
1238
  readonly WBTC: {
1214
1239
  readonly symbol: "fmcWBTC";
@@ -1257,7 +1282,7 @@ export declare const fantom: {
1257
1282
  readonly description: "Dai is a stable, decentralized currency that does not discriminate. Any individual or business can realize the advantages of digital money.";
1258
1283
  readonly logoURI: "https://ftmscan.com/token/images/MCDDai_32.png";
1259
1284
  readonly bridge: "multichain";
1260
- readonly risks: readonly ["SYNTH_STABLE"];
1285
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1261
1286
  };
1262
1287
  readonly SUSHI: {
1263
1288
  readonly name: "Sushi";
@@ -1342,6 +1367,7 @@ export declare const fantom: {
1342
1367
  readonly description: "The Frax Protocol introduced the world to the concept of a cryptocurrency being partially backed by collateral and partially stabilized algorithmically.";
1343
1368
  readonly logoURI: "https://ftmscan.com/token/images/fraxfinance_32.png";
1344
1369
  readonly bridge: "multichain";
1370
+ readonly tags: readonly ["SYNTHETIC"];
1345
1371
  };
1346
1372
  readonly FRAX: {
1347
1373
  readonly name: "Frax";
@@ -1355,7 +1381,7 @@ export declare const fantom: {
1355
1381
  readonly logoURI: "https://ftmscan.com/token/images/fraxfinance_32.png";
1356
1382
  readonly documentation: "https://docs.frax.finance/";
1357
1383
  readonly bridge: "frax";
1358
- readonly risks: readonly ["SYNTH_STABLE"];
1384
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1359
1385
  };
1360
1386
  readonly FXS: {
1361
1387
  readonly name: "Frax Share";
@@ -1443,6 +1469,7 @@ export declare const fantom: {
1443
1469
  readonly description: "Tracks the price of a single US dollar (USD). The synth always remains at a constant of 1.";
1444
1470
  readonly logoURI: "https://ftmscan.com/token/images/sUSD_32.png";
1445
1471
  readonly bridge: "multichain";
1472
+ readonly tags: readonly ["SYNTHETIC"];
1446
1473
  };
1447
1474
  readonly SNX: {
1448
1475
  readonly name: "Synthetix Network";
@@ -1479,7 +1506,7 @@ export declare const fantom: {
1479
1506
  readonly description: "Frapped an innovative wrapper for USDT tokens.";
1480
1507
  readonly bridge: "multichain";
1481
1508
  readonly logoURI: "https://raw.githubusercontent.com/sushiswap/assets/master/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png";
1482
- readonly risks: readonly ["SYNTH_STABLE"];
1509
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1483
1510
  };
1484
1511
  readonly BADGER: {
1485
1512
  readonly name: "Badger";
@@ -1675,7 +1702,7 @@ export declare const fantom: {
1675
1702
  readonly bridge: "multichain";
1676
1703
  readonly description: "Inverse.finance is a suite of permissionless decentralized finance tools governed by Inverse DAO, a decentralized autonomous organization running on the Ethereum blockchain.";
1677
1704
  readonly logoURI: "https://assets.spookyswap.finance/tokens/DOLA.png";
1678
- readonly risks: readonly ["SYNTH_STABLE"];
1705
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1679
1706
  };
1680
1707
  readonly INV: {
1681
1708
  readonly name: "Inverse Finance";
@@ -1773,7 +1800,7 @@ export declare const fantom: {
1773
1800
  readonly 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.";
1774
1801
  readonly chainId: 250;
1775
1802
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
1776
- readonly risks: readonly ["SYNTH_STABLE"];
1803
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1777
1804
  };
1778
1805
  readonly MATIC: {
1779
1806
  readonly name: "MATIC";
@@ -1836,7 +1863,7 @@ export declare const fantom: {
1836
1863
  readonly chainId: 250;
1837
1864
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
1838
1865
  readonly bridge: "stargate";
1839
- readonly risks: readonly ["SYNTH_STABLE"];
1866
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1840
1867
  };
1841
1868
  readonly renBTC: {
1842
1869
  readonly name: "renBTC";
@@ -1849,6 +1876,7 @@ export declare const fantom: {
1849
1876
  readonly bridge: "ren";
1850
1877
  readonly 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.";
1851
1878
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png";
1879
+ readonly tags: readonly ["SYNTHETIC"];
1852
1880
  };
1853
1881
  readonly EQUAL: {
1854
1882
  readonly name: "Equalizer";
@@ -1914,6 +1942,7 @@ export declare const fantom: {
1914
1942
  readonly bridge: "axelar";
1915
1943
  readonly 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.";
1916
1944
  readonly documentation: "https://docs.axelar.dev/learn/axlusdc";
1945
+ readonly tags: readonly ["STABLECOIN"];
1917
1946
  };
1918
1947
  readonly ankrETH: {
1919
1948
  readonly name: "Ankr Staked ETH";
@@ -1940,6 +1969,7 @@ export declare const fantom: {
1940
1969
  readonly bridge: "layer-zero";
1941
1970
  readonly 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.";
1942
1971
  readonly documentation: "https://layerzero.gitbook.io/docs/";
1972
+ readonly tags: readonly ["STABLECOIN"];
1943
1973
  };
1944
1974
  readonly lzUSDT: {
1945
1975
  readonly name: "Tether USD";
@@ -1953,6 +1983,7 @@ export declare const fantom: {
1953
1983
  readonly bridge: "layer-zero";
1954
1984
  readonly 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.";
1955
1985
  readonly documentation: "https://layerzero.gitbook.io/docs/";
1986
+ readonly tags: readonly ["STABLECOIN"];
1956
1987
  };
1957
1988
  readonly lzWETH: {
1958
1989
  readonly name: "Wrapped Ether";
@@ -2043,7 +2074,7 @@ export declare const fantom: {
2043
2074
  readonly website: "https://spartacus.finance/";
2044
2075
  readonly bridge: "native";
2045
2076
  readonly description: "";
2046
- readonly risks: readonly ["SYNTH_STABLE"];
2077
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2047
2078
  };
2048
2079
  readonly fUSDCe: {
2049
2080
  readonly name: "Bridged USDC";
@@ -2057,7 +2088,7 @@ export declare const fantom: {
2057
2088
  readonly chainId: 250;
2058
2089
  readonly logoURI: "";
2059
2090
  readonly bridge: "wormhole";
2060
- readonly risks: readonly ["SYNTH_STABLE"];
2091
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2061
2092
  };
2062
2093
  };
2063
2094
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
@@ -2162,7 +2193,7 @@ export declare const fantom: {
2162
2193
  readonly website: "https://alchemix.fi/";
2163
2194
  readonly description: "Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.";
2164
2195
  readonly bridge: "multichain";
2165
- readonly risks: readonly ["SYNTH_STABLE"];
2196
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2166
2197
  };
2167
2198
  readonly POTS: {
2168
2199
  readonly name: "Moonpot";
@@ -2259,6 +2290,7 @@ export declare const fantom: {
2259
2290
  readonly website: "https://fantom.foundation/defi/";
2260
2291
  readonly description: "Mint fUSD, the stablecoin on Fantom pegged 1:1 to the USD price, using your FTM.";
2261
2292
  readonly bridge: "native";
2293
+ readonly tags: readonly ["SYNTHETIC"];
2262
2294
  };
2263
2295
  readonly MIDAS: {
2264
2296
  readonly name: "MIDAS";
@@ -2283,7 +2315,7 @@ export declare const fantom: {
2283
2315
  readonly website: "https://tor.hector.network/";
2284
2316
  readonly bridge: "native";
2285
2317
  readonly 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.";
2286
- readonly risks: readonly ["SYNTH_STABLE"];
2318
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2287
2319
  };
2288
2320
  readonly sFTMx: {
2289
2321
  readonly name: "sFTMx";
@@ -2333,6 +2365,7 @@ export declare const fantom: {
2333
2365
  readonly bridge: "native";
2334
2366
  readonly description: "USDB provides a wide range of financial tools and services to individuals and institutions";
2335
2367
  readonly logoURI: "";
2368
+ readonly tags: readonly ["SYNTHETIC"];
2336
2369
  };
2337
2370
  readonly GEL: {
2338
2371
  readonly name: "Gelato";
@@ -2357,6 +2390,7 @@ export declare const fantom: {
2357
2390
  readonly bridge: "native";
2358
2391
  readonly description: "Mint fully decentralized sythentic assets on Binance Smart Chain, Fantom & Avalanche.";
2359
2392
  readonly logoURI: "";
2393
+ readonly tags: readonly ["SYNTHETIC"];
2360
2394
  };
2361
2395
  readonly USDL: {
2362
2396
  readonly name: "Top Shelf USD L-Token";
@@ -2369,7 +2403,7 @@ export declare const fantom: {
2369
2403
  readonly bridge: "native";
2370
2404
  readonly description: "Mint fully decentralized sythentic assets on Binance Smart Chain, Fantom & Avalanche.";
2371
2405
  readonly logoURI: "";
2372
- readonly risks: readonly ["SYNTH_STABLE"];
2406
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2373
2407
  };
2374
2408
  readonly STG: {
2375
2409
  readonly name: "Stargate";
@@ -2431,6 +2465,7 @@ export declare const fantom: {
2431
2465
  readonly description: "Based Finance the first algorithmic token pegged to TOMB on the FTM Network.";
2432
2466
  readonly bridge: "native";
2433
2467
  readonly logoURI: "https://assets.coingecko.com/coins/images/23535/small/BASED_TOKEN.109291b9.png";
2468
+ readonly tags: readonly ["SYNTHETIC"];
2434
2469
  };
2435
2470
  readonly ATLAS: {
2436
2471
  readonly name: "Atlas Cloud";
@@ -2492,6 +2527,7 @@ export declare const fantom: {
2492
2527
  readonly 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.";
2493
2528
  readonly logoURI: "https://app.deus.finance/tokens/dei.svg";
2494
2529
  readonly documentation: "https://docs.deus.finance/";
2530
+ readonly tags: readonly ["SYNTHETIC"];
2495
2531
  };
2496
2532
  readonly DEI: {
2497
2533
  readonly name: "DEI";
@@ -2505,6 +2541,7 @@ export declare const fantom: {
2505
2541
  readonly 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.";
2506
2542
  readonly logoURI: "https://app.deus.finance/tokens/dei.svg";
2507
2543
  readonly documentation: "https://docs.deus.finance/";
2544
+ readonly tags: readonly ["SYNTHETIC"];
2508
2545
  };
2509
2546
  readonly DEUS: {
2510
2547
  readonly name: "DEUS";
@@ -2555,6 +2592,7 @@ export declare const fantom: {
2555
2592
  readonly bridge: "native";
2556
2593
  readonly 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.";
2557
2594
  readonly logoURI: "https://ripae.finance/logo_pftm.svg";
2595
+ readonly tags: readonly ["SYNTHETIC"];
2558
2596
  };
2559
2597
  readonly MST: {
2560
2598
  readonly name: "Monster";
@@ -2640,6 +2678,7 @@ export declare const fantom: {
2640
2678
  readonly bridge: "native";
2641
2679
  readonly description: "Users can deposit collateral into the Creditum platform and then borrow (mint) cUSD based on the USD value of the collateral deposited.";
2642
2680
  readonly logoURI: "https://revenant.finance/img/tokens/cUSD.png";
2681
+ readonly tags: readonly ["SYNTHETIC"];
2643
2682
  };
2644
2683
  readonly gOHM: {
2645
2684
  readonly name: "Governance OHM";
@@ -2809,7 +2848,7 @@ export declare const fantom: {
2809
2848
  readonly bridge: "multichain";
2810
2849
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
2811
2850
  readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/7129.png";
2812
- readonly risks: readonly ["SYNTH_STABLE"];
2851
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2813
2852
  };
2814
2853
  readonly USTw: {
2815
2854
  readonly name: "TerraUSD (Wormhole)";
@@ -2822,7 +2861,7 @@ export declare const fantom: {
2822
2861
  readonly website: "https://coinmarketcap.com/currencies/terrausd-wormhole/";
2823
2862
  readonly bridge: "wormhole";
2824
2863
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
2825
- readonly risks: readonly ["SYNTH_STABLE"];
2864
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2826
2865
  };
2827
2866
  readonly USTaxl: {
2828
2867
  readonly name: "TerraUSD (Axelar)";
@@ -2835,7 +2874,7 @@ export declare const fantom: {
2835
2874
  readonly website: "https://coinmarketcap.com/currencies/terrausd-wormhole/";
2836
2875
  readonly bridge: "axelar";
2837
2876
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
2838
- readonly risks: readonly ["SYNTH_STABLE"];
2877
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2839
2878
  };
2840
2879
  readonly SOL: {
2841
2880
  readonly name: "Solana";
@@ -2860,7 +2899,7 @@ export declare const fantom: {
2860
2899
  readonly bridge: "multichain";
2861
2900
  readonly description: "TrueUSD is one of a number of cryptocurrency stablecoins administered by TrustToken, a platform for tokenizing real-world assets.";
2862
2901
  readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/200x200/2563.png";
2863
- readonly risks: readonly ["SYNTH_STABLE"];
2902
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2864
2903
  };
2865
2904
  readonly JOE: {
2866
2905
  readonly name: "Joe Token";
@@ -2922,7 +2961,7 @@ export declare const fantom: {
2922
2961
  readonly 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.";
2923
2962
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
2924
2963
  readonly documentation: "https://docs.mai.finance/";
2925
- readonly risks: readonly ["SYNTH_STABLE"];
2964
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2926
2965
  };
2927
2966
  readonly BEETS: {
2928
2967
  readonly name: "Beethoven X Token";
@@ -2948,6 +2987,7 @@ export declare const fantom: {
2948
2987
  readonly bridge: "native";
2949
2988
  readonly description: "Singular is a multichain, decentralized, strategic yield farm running on Polygon, BSC, Fantom and Okchain. Users are incentivized with a triple farming system.";
2950
2989
  readonly logoURI: "https://github.com/singularfarm/assets/blob/main/400.png?raw=true";
2990
+ readonly tags: readonly ["SYNTHETIC"];
2951
2991
  };
2952
2992
  readonly GEIST: {
2953
2993
  readonly name: "GEIST";
@@ -2972,6 +3012,7 @@ export declare const fantom: {
2972
3012
  readonly website: "https://fantom.jetswap.finance/";
2973
3013
  readonly description: "JetSwap AMM";
2974
3014
  readonly bridge: "native";
3015
+ readonly tags: readonly ["SYNTHETIC"];
2975
3016
  };
2976
3017
  readonly STEAK: {
2977
3018
  readonly name: "SteakToken";
@@ -3021,7 +3062,7 @@ export declare const fantom: {
3021
3062
  readonly 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.";
3022
3063
  readonly logoURI: "";
3023
3064
  readonly documentation: "https://docs.abracadabra.money/";
3024
- readonly risks: readonly ["SYNTH_STABLE"];
3065
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3025
3066
  };
3026
3067
  readonly DIS: {
3027
3068
  readonly name: "TosDis";
@@ -3046,7 +3087,7 @@ export declare const fantom: {
3046
3087
  readonly bridge: "multichain";
3047
3088
  readonly description: "These are digitised US Dollars and are always purchased and redeemed at 1 BUSD for 1 US dollar.";
3048
3089
  readonly logoURI: "";
3049
- readonly risks: readonly ["SYNTH_STABLE"];
3090
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3050
3091
  };
3051
3092
  readonly SPIRIT: {
3052
3093
  readonly name: "SpiritSwap";
@@ -3084,6 +3125,7 @@ export declare const fantom: {
3084
3125
  readonly bridge: "native";
3085
3126
  readonly description: "The first algorithmic stablecoin on Fantom Opera, pegged to the price of 1 FTM via seigniorage";
3086
3127
  readonly logoURI: "https://assets.spookyswap.finance/tokens/TOMB.png";
3128
+ readonly tags: readonly ["SYNTHETIC"];
3087
3129
  };
3088
3130
  readonly sFTM: {
3089
3131
  readonly name: "Staked FTM";
@@ -3108,6 +3150,7 @@ export declare const fantom: {
3108
3150
  readonly bridge: "native";
3109
3151
  readonly 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.";
3110
3152
  readonly logoURI: "https://repository.fantom.network/logos/wti.svg";
3153
+ readonly tags: readonly ["SYNTHETIC"];
3111
3154
  };
3112
3155
  readonly fSILVER: {
3113
3156
  readonly name: "fSilver";
@@ -3120,6 +3163,7 @@ export declare const fantom: {
3120
3163
  readonly description: "Frapped an innovative wrapper for silver tokens.";
3121
3164
  readonly logoURI: "https://repository.fantom.network/logos/silver.svg";
3122
3165
  readonly bridge: "native";
3166
+ readonly tags: readonly ["SYNTHETIC"];
3123
3167
  };
3124
3168
  readonly fLINK: {
3125
3169
  readonly name: "fLINK";
@@ -3132,6 +3176,7 @@ export declare const fantom: {
3132
3176
  readonly description: "Frapped an innovative wrapper for LINK tokens.";
3133
3177
  readonly logoURI: "https://repository.fantom.network/logos/link.svg";
3134
3178
  readonly bridge: "native";
3179
+ readonly tags: readonly ["SYNTHETIC"];
3135
3180
  };
3136
3181
  readonly fKRW: {
3137
3182
  readonly name: "fKRW";
@@ -3142,6 +3187,7 @@ export declare const fantom: {
3142
3187
  readonly chainId: 250;
3143
3188
  readonly logoURI: "https://repository.fantom.network/logos/krw.svg";
3144
3189
  readonly bridge: "native";
3190
+ readonly tags: readonly ["SYNTHETIC"];
3145
3191
  };
3146
3192
  readonly fJPY: {
3147
3193
  readonly name: "fJPY";
@@ -3152,6 +3198,7 @@ export declare const fantom: {
3152
3198
  readonly chainId: 250;
3153
3199
  readonly logoURI: "https://repository.fantom.network/logos/jpy.svg";
3154
3200
  readonly bridge: "native";
3201
+ readonly tags: readonly ["SYNTHETIC"];
3155
3202
  };
3156
3203
  readonly fGOLD: {
3157
3204
  readonly name: "fGold";
@@ -3162,6 +3209,7 @@ export declare const fantom: {
3162
3209
  readonly chainId: 250;
3163
3210
  readonly logoURI: "https://repository.fantom.network/logos/gold.svg";
3164
3211
  readonly bridge: "native";
3212
+ readonly tags: readonly ["SYNTHETIC"];
3165
3213
  };
3166
3214
  readonly fGBP: {
3167
3215
  readonly name: "fGBP";
@@ -3172,6 +3220,7 @@ export declare const fantom: {
3172
3220
  readonly chainId: 250;
3173
3221
  readonly logoURI: "https://repository.fantom.network/logos/gbp.svg";
3174
3222
  readonly bridge: "native";
3223
+ readonly tags: readonly ["SYNTHETIC"];
3175
3224
  };
3176
3225
  readonly fEUR: {
3177
3226
  readonly name: "fEUR";
@@ -3182,6 +3231,7 @@ export declare const fantom: {
3182
3231
  readonly chainId: 250;
3183
3232
  readonly logoURI: "https://repository.fantom.network/logos/euro.svg";
3184
3233
  readonly bridge: "native";
3234
+ readonly tags: readonly ["SYNTHETIC"];
3185
3235
  };
3186
3236
  readonly fETH: {
3187
3237
  readonly name: "fETH";
@@ -3192,6 +3242,7 @@ export declare const fantom: {
3192
3242
  readonly chainId: 250;
3193
3243
  readonly logoURI: "https://repository.fantom.network/logos/eth.svg";
3194
3244
  readonly bridge: "native";
3245
+ readonly tags: readonly ["SYNTHETIC"];
3195
3246
  };
3196
3247
  readonly fCNY: {
3197
3248
  readonly name: "fCNY";
@@ -3202,6 +3253,7 @@ export declare const fantom: {
3202
3253
  readonly chainId: 250;
3203
3254
  readonly logoURI: "https://repository.fantom.network/logos/cny.svg";
3204
3255
  readonly bridge: "native";
3256
+ readonly tags: readonly ["SYNTHETIC"];
3205
3257
  };
3206
3258
  readonly fCHF: {
3207
3259
  readonly name: "fCHF";
@@ -3212,6 +3264,7 @@ export declare const fantom: {
3212
3264
  readonly chainId: 250;
3213
3265
  readonly logoURI: "https://repository.fantom.network/logos/chf.svg";
3214
3266
  readonly bridge: "native";
3267
+ readonly tags: readonly ["SYNTHETIC"];
3215
3268
  };
3216
3269
  readonly fBTC: {
3217
3270
  readonly name: "fBTC";
@@ -3222,6 +3275,7 @@ export declare const fantom: {
3222
3275
  readonly chainId: 250;
3223
3276
  readonly logoURI: "https://repository.fantom.network/logos/bitcoin.svg";
3224
3277
  readonly bridge: "native";
3278
+ readonly tags: readonly ["SYNTHETIC"];
3225
3279
  };
3226
3280
  readonly fBNB: {
3227
3281
  readonly name: "fBNB";
@@ -3232,6 +3286,7 @@ export declare const fantom: {
3232
3286
  readonly chainId: 250;
3233
3287
  readonly logoURI: "https://repository.fantom.network/logos/bnb.svg";
3234
3288
  readonly bridge: "native";
3289
+ readonly tags: readonly ["SYNTHETIC"];
3235
3290
  };
3236
3291
  readonly fBAND: {
3237
3292
  readonly name: "fBAND";
@@ -3242,6 +3297,7 @@ export declare const fantom: {
3242
3297
  readonly chainId: 250;
3243
3298
  readonly logoURI: "https://repository.fantom.network/logos/band.svg";
3244
3299
  readonly bridge: "native";
3300
+ readonly tags: readonly ["SYNTHETIC"];
3245
3301
  };
3246
3302
  readonly LINK: {
3247
3303
  readonly name: "ChainLink";
@@ -3267,7 +3323,7 @@ export declare const fantom: {
3267
3323
  readonly chainId: 250;
3268
3324
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
3269
3325
  readonly bridge: "multichain";
3270
- readonly risks: readonly ["SYNTH_STABLE"];
3326
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3271
3327
  };
3272
3328
  readonly WBTC: {
3273
3329
  readonly symbol: "fmcWBTC";
@@ -3316,7 +3372,7 @@ export declare const fantom: {
3316
3372
  readonly description: "Dai is a stable, decentralized currency that does not discriminate. Any individual or business can realize the advantages of digital money.";
3317
3373
  readonly logoURI: "https://ftmscan.com/token/images/MCDDai_32.png";
3318
3374
  readonly bridge: "multichain";
3319
- readonly risks: readonly ["SYNTH_STABLE"];
3375
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3320
3376
  };
3321
3377
  readonly SUSHI: {
3322
3378
  readonly name: "Sushi";
@@ -3401,6 +3457,7 @@ export declare const fantom: {
3401
3457
  readonly description: "The Frax Protocol introduced the world to the concept of a cryptocurrency being partially backed by collateral and partially stabilized algorithmically.";
3402
3458
  readonly logoURI: "https://ftmscan.com/token/images/fraxfinance_32.png";
3403
3459
  readonly bridge: "multichain";
3460
+ readonly tags: readonly ["SYNTHETIC"];
3404
3461
  };
3405
3462
  readonly FRAX: {
3406
3463
  readonly name: "Frax";
@@ -3414,7 +3471,7 @@ export declare const fantom: {
3414
3471
  readonly logoURI: "https://ftmscan.com/token/images/fraxfinance_32.png";
3415
3472
  readonly documentation: "https://docs.frax.finance/";
3416
3473
  readonly bridge: "frax";
3417
- readonly risks: readonly ["SYNTH_STABLE"];
3474
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3418
3475
  };
3419
3476
  readonly FXS: {
3420
3477
  readonly name: "Frax Share";
@@ -3502,6 +3559,7 @@ export declare const fantom: {
3502
3559
  readonly description: "Tracks the price of a single US dollar (USD). The synth always remains at a constant of 1.";
3503
3560
  readonly logoURI: "https://ftmscan.com/token/images/sUSD_32.png";
3504
3561
  readonly bridge: "multichain";
3562
+ readonly tags: readonly ["SYNTHETIC"];
3505
3563
  };
3506
3564
  readonly SNX: {
3507
3565
  readonly name: "Synthetix Network";
@@ -3538,7 +3596,7 @@ export declare const fantom: {
3538
3596
  readonly description: "Frapped an innovative wrapper for USDT tokens.";
3539
3597
  readonly bridge: "multichain";
3540
3598
  readonly logoURI: "https://raw.githubusercontent.com/sushiswap/assets/master/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png";
3541
- readonly risks: readonly ["SYNTH_STABLE"];
3599
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3542
3600
  };
3543
3601
  readonly BADGER: {
3544
3602
  readonly name: "Badger";
@@ -3734,7 +3792,7 @@ export declare const fantom: {
3734
3792
  readonly bridge: "multichain";
3735
3793
  readonly description: "Inverse.finance is a suite of permissionless decentralized finance tools governed by Inverse DAO, a decentralized autonomous organization running on the Ethereum blockchain.";
3736
3794
  readonly logoURI: "https://assets.spookyswap.finance/tokens/DOLA.png";
3737
- readonly risks: readonly ["SYNTH_STABLE"];
3795
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3738
3796
  };
3739
3797
  readonly INV: {
3740
3798
  readonly name: "Inverse Finance";
@@ -3832,7 +3890,7 @@ export declare const fantom: {
3832
3890
  readonly 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.";
3833
3891
  readonly chainId: 250;
3834
3892
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
3835
- readonly risks: readonly ["SYNTH_STABLE"];
3893
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3836
3894
  };
3837
3895
  readonly MATIC: {
3838
3896
  readonly name: "MATIC";
@@ -3895,7 +3953,7 @@ export declare const fantom: {
3895
3953
  readonly chainId: 250;
3896
3954
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
3897
3955
  readonly bridge: "stargate";
3898
- readonly risks: readonly ["SYNTH_STABLE"];
3956
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
3899
3957
  };
3900
3958
  readonly renBTC: {
3901
3959
  readonly name: "renBTC";
@@ -3908,6 +3966,7 @@ export declare const fantom: {
3908
3966
  readonly bridge: "ren";
3909
3967
  readonly 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.";
3910
3968
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png";
3969
+ readonly tags: readonly ["SYNTHETIC"];
3911
3970
  };
3912
3971
  readonly EQUAL: {
3913
3972
  readonly name: "Equalizer";
@@ -3973,6 +4032,7 @@ export declare const fantom: {
3973
4032
  readonly bridge: "axelar";
3974
4033
  readonly 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.";
3975
4034
  readonly documentation: "https://docs.axelar.dev/learn/axlusdc";
4035
+ readonly tags: readonly ["STABLECOIN"];
3976
4036
  };
3977
4037
  readonly ankrETH: {
3978
4038
  readonly name: "Ankr Staked ETH";
@@ -3999,6 +4059,7 @@ export declare const fantom: {
3999
4059
  readonly bridge: "layer-zero";
4000
4060
  readonly 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.";
4001
4061
  readonly documentation: "https://layerzero.gitbook.io/docs/";
4062
+ readonly tags: readonly ["STABLECOIN"];
4002
4063
  };
4003
4064
  readonly lzUSDT: {
4004
4065
  readonly name: "Tether USD";
@@ -4012,6 +4073,7 @@ export declare const fantom: {
4012
4073
  readonly bridge: "layer-zero";
4013
4074
  readonly 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.";
4014
4075
  readonly documentation: "https://layerzero.gitbook.io/docs/";
4076
+ readonly tags: readonly ["STABLECOIN"];
4015
4077
  };
4016
4078
  readonly lzWETH: {
4017
4079
  readonly name: "Wrapped Ether";
@@ -4102,7 +4164,7 @@ export declare const fantom: {
4102
4164
  readonly website: "https://spartacus.finance/";
4103
4165
  readonly bridge: "native";
4104
4166
  readonly description: "";
4105
- readonly risks: readonly ["SYNTH_STABLE"];
4167
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4106
4168
  };
4107
4169
  readonly fUSDCe: {
4108
4170
  readonly name: "Bridged USDC";
@@ -4116,7 +4178,7 @@ export declare const fantom: {
4116
4178
  readonly chainId: 250;
4117
4179
  readonly logoURI: "";
4118
4180
  readonly bridge: "wormhole";
4119
- readonly risks: readonly ["SYNTH_STABLE"];
4181
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4120
4182
  };
4121
4183
  }>;
4122
4184
  readonly native: {