@beefyfinance/blockchain-addressbook 0.54.122 → 0.54.124

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 +48 -18
  74. package/build/address-book/monad/tokens/tokens.d.ts +24 -9
  75. package/build/address-book/monad/tokens/tokens.js +24 -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 +48 -18
  192. package/build-esm/address-book/monad/tokens/tokens.d.ts +24 -9
  193. package/build-esm/address-book/monad/tokens/tokens.js +24 -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
@@ -100,7 +100,7 @@ export declare const tokens: {
100
100
  readonly website: "https://alchemix.fi/";
101
101
  readonly description: "Alchemix Self-Repaying Loans allow you to leverage a range of tokens without risk of liquidation.";
102
102
  readonly bridge: "multichain";
103
- readonly risks: readonly ["SYNTH_STABLE"];
103
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
104
104
  };
105
105
  readonly POTS: {
106
106
  readonly name: "Moonpot";
@@ -197,6 +197,7 @@ export declare const tokens: {
197
197
  readonly website: "https://fantom.foundation/defi/";
198
198
  readonly description: "Mint fUSD, the stablecoin on Fantom pegged 1:1 to the USD price, using your FTM.";
199
199
  readonly bridge: "native";
200
+ readonly tags: readonly ["SYNTHETIC"];
200
201
  };
201
202
  readonly MIDAS: {
202
203
  readonly name: "MIDAS";
@@ -221,7 +222,7 @@ export declare const tokens: {
221
222
  readonly website: "https://tor.hector.network/";
222
223
  readonly bridge: "native";
223
224
  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.";
224
- readonly risks: readonly ["SYNTH_STABLE"];
225
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
225
226
  };
226
227
  readonly sFTMx: {
227
228
  readonly name: "sFTMx";
@@ -271,6 +272,7 @@ export declare const tokens: {
271
272
  readonly bridge: "native";
272
273
  readonly description: "USDB provides a wide range of financial tools and services to individuals and institutions";
273
274
  readonly logoURI: "";
275
+ readonly tags: readonly ["SYNTHETIC"];
274
276
  };
275
277
  readonly GEL: {
276
278
  readonly name: "Gelato";
@@ -295,6 +297,7 @@ export declare const tokens: {
295
297
  readonly bridge: "native";
296
298
  readonly description: "Mint fully decentralized sythentic assets on Binance Smart Chain, Fantom & Avalanche.";
297
299
  readonly logoURI: "";
300
+ readonly tags: readonly ["SYNTHETIC"];
298
301
  };
299
302
  readonly USDL: {
300
303
  readonly name: "Top Shelf USD L-Token";
@@ -307,7 +310,7 @@ export declare const tokens: {
307
310
  readonly bridge: "native";
308
311
  readonly description: "Mint fully decentralized sythentic assets on Binance Smart Chain, Fantom & Avalanche.";
309
312
  readonly logoURI: "";
310
- readonly risks: readonly ["SYNTH_STABLE"];
313
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
311
314
  };
312
315
  readonly STG: {
313
316
  readonly name: "Stargate";
@@ -369,6 +372,7 @@ export declare const tokens: {
369
372
  readonly description: "Based Finance the first algorithmic token pegged to TOMB on the FTM Network.";
370
373
  readonly bridge: "native";
371
374
  readonly logoURI: "https://assets.coingecko.com/coins/images/23535/small/BASED_TOKEN.109291b9.png";
375
+ readonly tags: readonly ["SYNTHETIC"];
372
376
  };
373
377
  readonly ATLAS: {
374
378
  readonly name: "Atlas Cloud";
@@ -430,6 +434,7 @@ export declare const tokens: {
430
434
  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.";
431
435
  readonly logoURI: "https://app.deus.finance/tokens/dei.svg";
432
436
  readonly documentation: "https://docs.deus.finance/";
437
+ readonly tags: readonly ["SYNTHETIC"];
433
438
  };
434
439
  readonly DEI: {
435
440
  readonly name: "DEI";
@@ -443,6 +448,7 @@ export declare const tokens: {
443
448
  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.";
444
449
  readonly logoURI: "https://app.deus.finance/tokens/dei.svg";
445
450
  readonly documentation: "https://docs.deus.finance/";
451
+ readonly tags: readonly ["SYNTHETIC"];
446
452
  };
447
453
  readonly DEUS: {
448
454
  readonly name: "DEUS";
@@ -493,6 +499,7 @@ export declare const tokens: {
493
499
  readonly bridge: "native";
494
500
  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.";
495
501
  readonly logoURI: "https://ripae.finance/logo_pftm.svg";
502
+ readonly tags: readonly ["SYNTHETIC"];
496
503
  };
497
504
  readonly MST: {
498
505
  readonly name: "Monster";
@@ -578,6 +585,7 @@ export declare const tokens: {
578
585
  readonly bridge: "native";
579
586
  readonly description: "Users can deposit collateral into the Creditum platform and then borrow (mint) cUSD based on the USD value of the collateral deposited.";
580
587
  readonly logoURI: "https://revenant.finance/img/tokens/cUSD.png";
588
+ readonly tags: readonly ["SYNTHETIC"];
581
589
  };
582
590
  readonly gOHM: {
583
591
  readonly name: "Governance OHM";
@@ -747,7 +755,7 @@ export declare const tokens: {
747
755
  readonly bridge: "multichain";
748
756
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
749
757
  readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/64x64/7129.png";
750
- readonly risks: readonly ["SYNTH_STABLE"];
758
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
751
759
  };
752
760
  readonly USTw: {
753
761
  readonly name: "TerraUSD (Wormhole)";
@@ -760,7 +768,7 @@ export declare const tokens: {
760
768
  readonly website: "https://coinmarketcap.com/currencies/terrausd-wormhole/";
761
769
  readonly bridge: "wormhole";
762
770
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
763
- readonly risks: readonly ["SYNTH_STABLE"];
771
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
764
772
  };
765
773
  readonly USTaxl: {
766
774
  readonly name: "TerraUSD (Axelar)";
@@ -773,7 +781,7 @@ export declare const tokens: {
773
781
  readonly website: "https://coinmarketcap.com/currencies/terrausd-wormhole/";
774
782
  readonly bridge: "axelar";
775
783
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
776
- readonly risks: readonly ["SYNTH_STABLE"];
784
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
777
785
  };
778
786
  readonly SOL: {
779
787
  readonly name: "Solana";
@@ -798,7 +806,7 @@ export declare const tokens: {
798
806
  readonly bridge: "multichain";
799
807
  readonly description: "TrueUSD is one of a number of cryptocurrency stablecoins administered by TrustToken, a platform for tokenizing real-world assets.";
800
808
  readonly logoURI: "https://s2.coinmarketcap.com/static/img/coins/200x200/2563.png";
801
- readonly risks: readonly ["SYNTH_STABLE"];
809
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
802
810
  };
803
811
  readonly JOE: {
804
812
  readonly name: "Joe Token";
@@ -860,7 +868,7 @@ export declare const tokens: {
860
868
  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.";
861
869
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
862
870
  readonly documentation: "https://docs.mai.finance/";
863
- readonly risks: readonly ["SYNTH_STABLE"];
871
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
864
872
  };
865
873
  readonly BEETS: {
866
874
  readonly name: "Beethoven X Token";
@@ -886,6 +894,7 @@ export declare const tokens: {
886
894
  readonly bridge: "native";
887
895
  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.";
888
896
  readonly logoURI: "https://github.com/singularfarm/assets/blob/main/400.png?raw=true";
897
+ readonly tags: readonly ["SYNTHETIC"];
889
898
  };
890
899
  readonly GEIST: {
891
900
  readonly name: "GEIST";
@@ -910,6 +919,7 @@ export declare const tokens: {
910
919
  readonly website: "https://fantom.jetswap.finance/";
911
920
  readonly description: "JetSwap AMM";
912
921
  readonly bridge: "native";
922
+ readonly tags: readonly ["SYNTHETIC"];
913
923
  };
914
924
  readonly STEAK: {
915
925
  readonly name: "SteakToken";
@@ -959,7 +969,7 @@ export declare const tokens: {
959
969
  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.";
960
970
  readonly logoURI: "";
961
971
  readonly documentation: "https://docs.abracadabra.money/";
962
- readonly risks: readonly ["SYNTH_STABLE"];
972
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
963
973
  };
964
974
  readonly DIS: {
965
975
  readonly name: "TosDis";
@@ -984,7 +994,7 @@ export declare const tokens: {
984
994
  readonly bridge: "multichain";
985
995
  readonly description: "These are digitised US Dollars and are always purchased and redeemed at 1 BUSD for 1 US dollar.";
986
996
  readonly logoURI: "";
987
- readonly risks: readonly ["SYNTH_STABLE"];
997
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
988
998
  };
989
999
  readonly SPIRIT: {
990
1000
  readonly name: "SpiritSwap";
@@ -1022,6 +1032,7 @@ export declare const tokens: {
1022
1032
  readonly bridge: "native";
1023
1033
  readonly description: "The first algorithmic stablecoin on Fantom Opera, pegged to the price of 1 FTM via seigniorage";
1024
1034
  readonly logoURI: "https://assets.spookyswap.finance/tokens/TOMB.png";
1035
+ readonly tags: readonly ["SYNTHETIC"];
1025
1036
  };
1026
1037
  readonly sFTM: {
1027
1038
  readonly name: "Staked FTM";
@@ -1046,6 +1057,7 @@ export declare const tokens: {
1046
1057
  readonly bridge: "native";
1047
1058
  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.";
1048
1059
  readonly logoURI: "https://repository.fantom.network/logos/wti.svg";
1060
+ readonly tags: readonly ["SYNTHETIC"];
1049
1061
  };
1050
1062
  readonly fSILVER: {
1051
1063
  readonly name: "fSilver";
@@ -1058,6 +1070,7 @@ export declare const tokens: {
1058
1070
  readonly description: "Frapped an innovative wrapper for silver tokens.";
1059
1071
  readonly logoURI: "https://repository.fantom.network/logos/silver.svg";
1060
1072
  readonly bridge: "native";
1073
+ readonly tags: readonly ["SYNTHETIC"];
1061
1074
  };
1062
1075
  readonly fLINK: {
1063
1076
  readonly name: "fLINK";
@@ -1070,6 +1083,7 @@ export declare const tokens: {
1070
1083
  readonly description: "Frapped an innovative wrapper for LINK tokens.";
1071
1084
  readonly logoURI: "https://repository.fantom.network/logos/link.svg";
1072
1085
  readonly bridge: "native";
1086
+ readonly tags: readonly ["SYNTHETIC"];
1073
1087
  };
1074
1088
  readonly fKRW: {
1075
1089
  readonly name: "fKRW";
@@ -1080,6 +1094,7 @@ export declare const tokens: {
1080
1094
  readonly chainId: 250;
1081
1095
  readonly logoURI: "https://repository.fantom.network/logos/krw.svg";
1082
1096
  readonly bridge: "native";
1097
+ readonly tags: readonly ["SYNTHETIC"];
1083
1098
  };
1084
1099
  readonly fJPY: {
1085
1100
  readonly name: "fJPY";
@@ -1090,6 +1105,7 @@ export declare const tokens: {
1090
1105
  readonly chainId: 250;
1091
1106
  readonly logoURI: "https://repository.fantom.network/logos/jpy.svg";
1092
1107
  readonly bridge: "native";
1108
+ readonly tags: readonly ["SYNTHETIC"];
1093
1109
  };
1094
1110
  readonly fGOLD: {
1095
1111
  readonly name: "fGold";
@@ -1100,6 +1116,7 @@ export declare const tokens: {
1100
1116
  readonly chainId: 250;
1101
1117
  readonly logoURI: "https://repository.fantom.network/logos/gold.svg";
1102
1118
  readonly bridge: "native";
1119
+ readonly tags: readonly ["SYNTHETIC"];
1103
1120
  };
1104
1121
  readonly fGBP: {
1105
1122
  readonly name: "fGBP";
@@ -1110,6 +1127,7 @@ export declare const tokens: {
1110
1127
  readonly chainId: 250;
1111
1128
  readonly logoURI: "https://repository.fantom.network/logos/gbp.svg";
1112
1129
  readonly bridge: "native";
1130
+ readonly tags: readonly ["SYNTHETIC"];
1113
1131
  };
1114
1132
  readonly fEUR: {
1115
1133
  readonly name: "fEUR";
@@ -1120,6 +1138,7 @@ export declare const tokens: {
1120
1138
  readonly chainId: 250;
1121
1139
  readonly logoURI: "https://repository.fantom.network/logos/euro.svg";
1122
1140
  readonly bridge: "native";
1141
+ readonly tags: readonly ["SYNTHETIC"];
1123
1142
  };
1124
1143
  readonly fETH: {
1125
1144
  readonly name: "fETH";
@@ -1130,6 +1149,7 @@ export declare const tokens: {
1130
1149
  readonly chainId: 250;
1131
1150
  readonly logoURI: "https://repository.fantom.network/logos/eth.svg";
1132
1151
  readonly bridge: "native";
1152
+ readonly tags: readonly ["SYNTHETIC"];
1133
1153
  };
1134
1154
  readonly fCNY: {
1135
1155
  readonly name: "fCNY";
@@ -1140,6 +1160,7 @@ export declare const tokens: {
1140
1160
  readonly chainId: 250;
1141
1161
  readonly logoURI: "https://repository.fantom.network/logos/cny.svg";
1142
1162
  readonly bridge: "native";
1163
+ readonly tags: readonly ["SYNTHETIC"];
1143
1164
  };
1144
1165
  readonly fCHF: {
1145
1166
  readonly name: "fCHF";
@@ -1150,6 +1171,7 @@ export declare const tokens: {
1150
1171
  readonly chainId: 250;
1151
1172
  readonly logoURI: "https://repository.fantom.network/logos/chf.svg";
1152
1173
  readonly bridge: "native";
1174
+ readonly tags: readonly ["SYNTHETIC"];
1153
1175
  };
1154
1176
  readonly fBTC: {
1155
1177
  readonly name: "fBTC";
@@ -1160,6 +1182,7 @@ export declare const tokens: {
1160
1182
  readonly chainId: 250;
1161
1183
  readonly logoURI: "https://repository.fantom.network/logos/bitcoin.svg";
1162
1184
  readonly bridge: "native";
1185
+ readonly tags: readonly ["SYNTHETIC"];
1163
1186
  };
1164
1187
  readonly fBNB: {
1165
1188
  readonly name: "fBNB";
@@ -1170,6 +1193,7 @@ export declare const tokens: {
1170
1193
  readonly chainId: 250;
1171
1194
  readonly logoURI: "https://repository.fantom.network/logos/bnb.svg";
1172
1195
  readonly bridge: "native";
1196
+ readonly tags: readonly ["SYNTHETIC"];
1173
1197
  };
1174
1198
  readonly fBAND: {
1175
1199
  readonly name: "fBAND";
@@ -1180,6 +1204,7 @@ export declare const tokens: {
1180
1204
  readonly chainId: 250;
1181
1205
  readonly logoURI: "https://repository.fantom.network/logos/band.svg";
1182
1206
  readonly bridge: "native";
1207
+ readonly tags: readonly ["SYNTHETIC"];
1183
1208
  };
1184
1209
  readonly LINK: {
1185
1210
  readonly name: "ChainLink";
@@ -1205,7 +1230,7 @@ export declare const tokens: {
1205
1230
  readonly chainId: 250;
1206
1231
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
1207
1232
  readonly bridge: "multichain";
1208
- readonly risks: readonly ["SYNTH_STABLE"];
1233
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1209
1234
  };
1210
1235
  readonly WBTC: {
1211
1236
  readonly symbol: "fmcWBTC";
@@ -1254,7 +1279,7 @@ export declare const tokens: {
1254
1279
  readonly description: "Dai is a stable, decentralized currency that does not discriminate. Any individual or business can realize the advantages of digital money.";
1255
1280
  readonly logoURI: "https://ftmscan.com/token/images/MCDDai_32.png";
1256
1281
  readonly bridge: "multichain";
1257
- readonly risks: readonly ["SYNTH_STABLE"];
1282
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1258
1283
  };
1259
1284
  readonly SUSHI: {
1260
1285
  readonly name: "Sushi";
@@ -1339,6 +1364,7 @@ export declare const tokens: {
1339
1364
  readonly description: "The Frax Protocol introduced the world to the concept of a cryptocurrency being partially backed by collateral and partially stabilized algorithmically.";
1340
1365
  readonly logoURI: "https://ftmscan.com/token/images/fraxfinance_32.png";
1341
1366
  readonly bridge: "multichain";
1367
+ readonly tags: readonly ["SYNTHETIC"];
1342
1368
  };
1343
1369
  readonly FRAX: {
1344
1370
  readonly name: "Frax";
@@ -1352,7 +1378,7 @@ export declare const tokens: {
1352
1378
  readonly logoURI: "https://ftmscan.com/token/images/fraxfinance_32.png";
1353
1379
  readonly documentation: "https://docs.frax.finance/";
1354
1380
  readonly bridge: "frax";
1355
- readonly risks: readonly ["SYNTH_STABLE"];
1381
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1356
1382
  };
1357
1383
  readonly FXS: {
1358
1384
  readonly name: "Frax Share";
@@ -1440,6 +1466,7 @@ export declare const tokens: {
1440
1466
  readonly description: "Tracks the price of a single US dollar (USD). The synth always remains at a constant of 1.";
1441
1467
  readonly logoURI: "https://ftmscan.com/token/images/sUSD_32.png";
1442
1468
  readonly bridge: "multichain";
1469
+ readonly tags: readonly ["SYNTHETIC"];
1443
1470
  };
1444
1471
  readonly SNX: {
1445
1472
  readonly name: "Synthetix Network";
@@ -1476,7 +1503,7 @@ export declare const tokens: {
1476
1503
  readonly description: "Frapped an innovative wrapper for USDT tokens.";
1477
1504
  readonly bridge: "multichain";
1478
1505
  readonly logoURI: "https://raw.githubusercontent.com/sushiswap/assets/master/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png";
1479
- readonly risks: readonly ["SYNTH_STABLE"];
1506
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1480
1507
  };
1481
1508
  readonly BADGER: {
1482
1509
  readonly name: "Badger";
@@ -1672,7 +1699,7 @@ export declare const tokens: {
1672
1699
  readonly bridge: "multichain";
1673
1700
  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.";
1674
1701
  readonly logoURI: "https://assets.spookyswap.finance/tokens/DOLA.png";
1675
- readonly risks: readonly ["SYNTH_STABLE"];
1702
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1676
1703
  };
1677
1704
  readonly INV: {
1678
1705
  readonly name: "Inverse Finance";
@@ -1770,7 +1797,7 @@ export declare const tokens: {
1770
1797
  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.";
1771
1798
  readonly chainId: 250;
1772
1799
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
1773
- readonly risks: readonly ["SYNTH_STABLE"];
1800
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1774
1801
  };
1775
1802
  readonly MATIC: {
1776
1803
  readonly name: "MATIC";
@@ -1833,7 +1860,7 @@ export declare const tokens: {
1833
1860
  readonly chainId: 250;
1834
1861
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
1835
1862
  readonly bridge: "stargate";
1836
- readonly risks: readonly ["SYNTH_STABLE"];
1863
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1837
1864
  };
1838
1865
  readonly renBTC: {
1839
1866
  readonly name: "renBTC";
@@ -1846,6 +1873,7 @@ export declare const tokens: {
1846
1873
  readonly bridge: "ren";
1847
1874
  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.";
1848
1875
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xfCe146bF3146100cfe5dB4129cf6C82b0eF4Ad8c.png";
1876
+ readonly tags: readonly ["SYNTHETIC"];
1849
1877
  };
1850
1878
  readonly EQUAL: {
1851
1879
  readonly name: "Equalizer";
@@ -1911,6 +1939,7 @@ export declare const tokens: {
1911
1939
  readonly bridge: "axelar";
1912
1940
  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.";
1913
1941
  readonly documentation: "https://docs.axelar.dev/learn/axlusdc";
1942
+ readonly tags: readonly ["STABLECOIN"];
1914
1943
  };
1915
1944
  readonly ankrETH: {
1916
1945
  readonly name: "Ankr Staked ETH";
@@ -1937,6 +1966,7 @@ export declare const tokens: {
1937
1966
  readonly bridge: "layer-zero";
1938
1967
  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.";
1939
1968
  readonly documentation: "https://layerzero.gitbook.io/docs/";
1969
+ readonly tags: readonly ["STABLECOIN"];
1940
1970
  };
1941
1971
  readonly lzUSDT: {
1942
1972
  readonly name: "Tether USD";
@@ -1950,6 +1980,7 @@ export declare const tokens: {
1950
1980
  readonly bridge: "layer-zero";
1951
1981
  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.";
1952
1982
  readonly documentation: "https://layerzero.gitbook.io/docs/";
1983
+ readonly tags: readonly ["STABLECOIN"];
1953
1984
  };
1954
1985
  readonly lzWETH: {
1955
1986
  readonly name: "Wrapped Ether";
@@ -2040,7 +2071,7 @@ export declare const tokens: {
2040
2071
  readonly website: "https://spartacus.finance/";
2041
2072
  readonly bridge: "native";
2042
2073
  readonly description: "";
2043
- readonly risks: readonly ["SYNTH_STABLE"];
2074
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2044
2075
  };
2045
2076
  readonly fUSDCe: {
2046
2077
  readonly name: "Bridged USDC";
@@ -2054,6 +2085,6 @@ export declare const tokens: {
2054
2085
  readonly chainId: 250;
2055
2086
  readonly logoURI: "";
2056
2087
  readonly bridge: "wormhole";
2057
- readonly risks: readonly ["SYNTH_STABLE"];
2088
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2058
2089
  };
2059
2090
  };