@beefyfinance/blockchain-addressbook 0.54.121 → 0.54.123

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/build/address-book/arbitrum/index.d.ts +204 -94
  2. package/build/address-book/arbitrum/tokens/tokens.d.ts +102 -47
  3. package/build/address-book/arbitrum/tokens/tokens.js +102 -47
  4. package/build/address-book/aurora/index.d.ts +14 -6
  5. package/build/address-book/aurora/tokens/tokens.d.ts +7 -3
  6. package/build/address-book/aurora/tokens/tokens.js +7 -3
  7. package/build/address-book/avax/index.d.ts +80 -32
  8. package/build/address-book/avax/tokens/tokens.d.ts +40 -16
  9. package/build/address-book/avax/tokens/tokens.js +40 -16
  10. package/build/address-book/base/index.d.ts +212 -188
  11. package/build/address-book/base/tokens/tokens.d.ts +106 -94
  12. package/build/address-book/base/tokens/tokens.js +106 -94
  13. package/build/address-book/berachain/index.d.ts +26 -22
  14. package/build/address-book/berachain/tokens/tokens.d.ts +13 -11
  15. package/build/address-book/berachain/tokens/tokens.js +13 -11
  16. package/build/address-book/bsc/index.d.ts +150 -78
  17. package/build/address-book/bsc/tokens/tokens.d.ts +75 -39
  18. package/build/address-book/bsc/tokens/tokens.js +74 -38
  19. package/build/address-book/canto/index.d.ts +10 -4
  20. package/build/address-book/canto/tokens/tokens.d.ts +5 -2
  21. package/build/address-book/canto/tokens/tokens.js +5 -2
  22. package/build/address-book/celo/index.d.ts +12 -6
  23. package/build/address-book/celo/tokens/tokens.d.ts +6 -3
  24. package/build/address-book/celo/tokens/tokens.js +6 -3
  25. package/build/address-book/cronos/index.d.ts +16 -4
  26. package/build/address-book/cronos/tokens/tokens.d.ts +8 -2
  27. package/build/address-book/cronos/tokens/tokens.js +8 -2
  28. package/build/address-book/emerald/index.d.ts +14 -0
  29. package/build/address-book/emerald/tokens/tokens.d.ts +7 -0
  30. package/build/address-book/emerald/tokens/tokens.js +7 -0
  31. package/build/address-book/ethereum/index.d.ts +216 -160
  32. package/build/address-book/ethereum/tokens/tokens.d.ts +108 -80
  33. package/build/address-book/ethereum/tokens/tokens.js +105 -77
  34. package/build/address-book/fantom/index.d.ts +100 -38
  35. package/build/address-book/fantom/tokens/tokens.d.ts +50 -19
  36. package/build/address-book/fantom/tokens/tokens.js +50 -19
  37. package/build/address-book/fraxtal/index.d.ts +34 -30
  38. package/build/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  39. package/build/address-book/fraxtal/tokens/tokens.js +17 -15
  40. package/build/address-book/fuse/index.d.ts +14 -4
  41. package/build/address-book/fuse/tokens/tokens.d.ts +7 -2
  42. package/build/address-book/fuse/tokens/tokens.js +7 -2
  43. package/build/address-book/gnosis/index.d.ts +28 -14
  44. package/build/address-book/gnosis/tokens/tokens.d.ts +14 -7
  45. package/build/address-book/gnosis/tokens/tokens.js +11 -4
  46. package/build/address-book/heco/index.d.ts +4 -2
  47. package/build/address-book/heco/tokens/tokens.d.ts +2 -1
  48. package/build/address-book/heco/tokens/tokens.js +2 -1
  49. package/build/address-book/hyperevm/index.d.ts +18 -16
  50. package/build/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  51. package/build/address-book/hyperevm/tokens/tokens.js +9 -8
  52. package/build/address-book/kava/index.d.ts +18 -10
  53. package/build/address-book/kava/tokens/tokens.d.ts +9 -5
  54. package/build/address-book/kava/tokens/tokens.js +9 -5
  55. package/build/address-book/linea/index.d.ts +34 -24
  56. package/build/address-book/linea/tokens/tokens.d.ts +17 -12
  57. package/build/address-book/linea/tokens/tokens.js +17 -12
  58. package/build/address-book/lisk/index.d.ts +4 -0
  59. package/build/address-book/lisk/tokens/tokens.d.ts +2 -0
  60. package/build/address-book/lisk/tokens/tokens.js +2 -0
  61. package/build/address-book/manta/index.d.ts +6 -2
  62. package/build/address-book/manta/tokens/tokens.d.ts +3 -1
  63. package/build/address-book/manta/tokens/tokens.js +3 -1
  64. package/build/address-book/mantle/index.d.ts +18 -14
  65. package/build/address-book/mantle/tokens/tokens.d.ts +9 -7
  66. package/build/address-book/mantle/tokens/tokens.js +9 -7
  67. package/build/address-book/metis/index.d.ts +8 -2
  68. package/build/address-book/metis/tokens/tokens.d.ts +4 -1
  69. package/build/address-book/metis/tokens/tokens.js +4 -1
  70. package/build/address-book/mode/index.d.ts +16 -12
  71. package/build/address-book/mode/tokens/tokens.d.ts +8 -6
  72. package/build/address-book/mode/tokens/tokens.js +8 -6
  73. package/build/address-book/monad/index.d.ts +22 -18
  74. package/build/address-book/monad/tokens/tokens.d.ts +11 -9
  75. package/build/address-book/monad/tokens/tokens.js +11 -9
  76. package/build/address-book/moonbeam/index.d.ts +42 -12
  77. package/build/address-book/moonbeam/tokens/tokens.d.ts +21 -6
  78. package/build/address-book/moonbeam/tokens/tokens.js +21 -6
  79. package/build/address-book/moonriver/index.d.ts +20 -16
  80. package/build/address-book/moonriver/tokens/tokens.d.ts +10 -8
  81. package/build/address-book/moonriver/tokens/tokens.js +10 -8
  82. package/build/address-book/one/index.d.ts +10 -0
  83. package/build/address-book/one/tokens/tokens.d.ts +5 -0
  84. package/build/address-book/one/tokens/tokens.js +5 -0
  85. package/build/address-book/optimism/index.d.ts +134 -80
  86. package/build/address-book/optimism/tokens/tokens.d.ts +67 -40
  87. package/build/address-book/optimism/tokens/tokens.js +67 -40
  88. package/build/address-book/plasma/index.d.ts +14 -12
  89. package/build/address-book/plasma/tokens/tokens.d.ts +7 -6
  90. package/build/address-book/plasma/tokens/tokens.js +7 -6
  91. package/build/address-book/polygon/index.d.ts +114 -48
  92. package/build/address-book/polygon/tokens/tokens.d.ts +57 -24
  93. package/build/address-book/polygon/tokens/tokens.js +56 -23
  94. package/build/address-book/real/index.d.ts +18 -16
  95. package/build/address-book/real/tokens/tokens.d.ts +9 -8
  96. package/build/address-book/real/tokens/tokens.js +9 -8
  97. package/build/address-book/rootstock/index.d.ts +6 -4
  98. package/build/address-book/rootstock/tokens/tokens.d.ts +3 -2
  99. package/build/address-book/rootstock/tokens/tokens.js +3 -2
  100. package/build/address-book/saga/index.d.ts +2 -0
  101. package/build/address-book/saga/tokens/tokens.d.ts +1 -0
  102. package/build/address-book/saga/tokens/tokens.js +1 -0
  103. package/build/address-book/scroll/index.d.ts +8 -4
  104. package/build/address-book/scroll/tokens/tokens.d.ts +4 -2
  105. package/build/address-book/scroll/tokens/tokens.js +4 -2
  106. package/build/address-book/sei/index.d.ts +6 -0
  107. package/build/address-book/sei/tokens/tokens.d.ts +3 -0
  108. package/build/address-book/sei/tokens/tokens.js +3 -0
  109. package/build/address-book/sonic/index.d.ts +40 -20
  110. package/build/address-book/sonic/tokens/tokens.d.ts +20 -10
  111. package/build/address-book/sonic/tokens/tokens.js +20 -10
  112. package/build/address-book/zkevm/index.d.ts +8 -4
  113. package/build/address-book/zkevm/tokens/tokens.d.ts +4 -2
  114. package/build/address-book/zkevm/tokens/tokens.js +4 -2
  115. package/build/address-book/zksync/index.d.ts +12 -4
  116. package/build/address-book/zksync/tokens/tokens.d.ts +6 -2
  117. package/build/address-book/zksync/tokens/tokens.js +6 -2
  118. package/build/types/token.d.ts +1 -1
  119. package/build-esm/address-book/arbitrum/index.d.ts +204 -94
  120. package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +102 -47
  121. package/build-esm/address-book/arbitrum/tokens/tokens.js +102 -47
  122. package/build-esm/address-book/aurora/index.d.ts +14 -6
  123. package/build-esm/address-book/aurora/tokens/tokens.d.ts +7 -3
  124. package/build-esm/address-book/aurora/tokens/tokens.js +7 -3
  125. package/build-esm/address-book/avax/index.d.ts +80 -32
  126. package/build-esm/address-book/avax/tokens/tokens.d.ts +40 -16
  127. package/build-esm/address-book/avax/tokens/tokens.js +40 -16
  128. package/build-esm/address-book/base/index.d.ts +212 -188
  129. package/build-esm/address-book/base/tokens/tokens.d.ts +106 -94
  130. package/build-esm/address-book/base/tokens/tokens.js +106 -94
  131. package/build-esm/address-book/berachain/index.d.ts +26 -22
  132. package/build-esm/address-book/berachain/tokens/tokens.d.ts +13 -11
  133. package/build-esm/address-book/berachain/tokens/tokens.js +13 -11
  134. package/build-esm/address-book/bsc/index.d.ts +150 -78
  135. package/build-esm/address-book/bsc/tokens/tokens.d.ts +75 -39
  136. package/build-esm/address-book/bsc/tokens/tokens.js +74 -38
  137. package/build-esm/address-book/canto/index.d.ts +10 -4
  138. package/build-esm/address-book/canto/tokens/tokens.d.ts +5 -2
  139. package/build-esm/address-book/canto/tokens/tokens.js +5 -2
  140. package/build-esm/address-book/celo/index.d.ts +12 -6
  141. package/build-esm/address-book/celo/tokens/tokens.d.ts +6 -3
  142. package/build-esm/address-book/celo/tokens/tokens.js +6 -3
  143. package/build-esm/address-book/cronos/index.d.ts +16 -4
  144. package/build-esm/address-book/cronos/tokens/tokens.d.ts +8 -2
  145. package/build-esm/address-book/cronos/tokens/tokens.js +8 -2
  146. package/build-esm/address-book/emerald/index.d.ts +14 -0
  147. package/build-esm/address-book/emerald/tokens/tokens.d.ts +7 -0
  148. package/build-esm/address-book/emerald/tokens/tokens.js +7 -0
  149. package/build-esm/address-book/ethereum/index.d.ts +216 -160
  150. package/build-esm/address-book/ethereum/tokens/tokens.d.ts +108 -80
  151. package/build-esm/address-book/ethereum/tokens/tokens.js +105 -77
  152. package/build-esm/address-book/fantom/index.d.ts +100 -38
  153. package/build-esm/address-book/fantom/tokens/tokens.d.ts +50 -19
  154. package/build-esm/address-book/fantom/tokens/tokens.js +50 -19
  155. package/build-esm/address-book/fraxtal/index.d.ts +34 -30
  156. package/build-esm/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  157. package/build-esm/address-book/fraxtal/tokens/tokens.js +17 -15
  158. package/build-esm/address-book/fuse/index.d.ts +14 -4
  159. package/build-esm/address-book/fuse/tokens/tokens.d.ts +7 -2
  160. package/build-esm/address-book/fuse/tokens/tokens.js +7 -2
  161. package/build-esm/address-book/gnosis/index.d.ts +28 -14
  162. package/build-esm/address-book/gnosis/tokens/tokens.d.ts +14 -7
  163. package/build-esm/address-book/gnosis/tokens/tokens.js +11 -4
  164. package/build-esm/address-book/heco/index.d.ts +4 -2
  165. package/build-esm/address-book/heco/tokens/tokens.d.ts +2 -1
  166. package/build-esm/address-book/heco/tokens/tokens.js +2 -1
  167. package/build-esm/address-book/hyperevm/index.d.ts +18 -16
  168. package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  169. package/build-esm/address-book/hyperevm/tokens/tokens.js +9 -8
  170. package/build-esm/address-book/kava/index.d.ts +18 -10
  171. package/build-esm/address-book/kava/tokens/tokens.d.ts +9 -5
  172. package/build-esm/address-book/kava/tokens/tokens.js +9 -5
  173. package/build-esm/address-book/linea/index.d.ts +34 -24
  174. package/build-esm/address-book/linea/tokens/tokens.d.ts +17 -12
  175. package/build-esm/address-book/linea/tokens/tokens.js +17 -12
  176. package/build-esm/address-book/lisk/index.d.ts +4 -0
  177. package/build-esm/address-book/lisk/tokens/tokens.d.ts +2 -0
  178. package/build-esm/address-book/lisk/tokens/tokens.js +2 -0
  179. package/build-esm/address-book/manta/index.d.ts +6 -2
  180. package/build-esm/address-book/manta/tokens/tokens.d.ts +3 -1
  181. package/build-esm/address-book/manta/tokens/tokens.js +3 -1
  182. package/build-esm/address-book/mantle/index.d.ts +18 -14
  183. package/build-esm/address-book/mantle/tokens/tokens.d.ts +9 -7
  184. package/build-esm/address-book/mantle/tokens/tokens.js +9 -7
  185. package/build-esm/address-book/metis/index.d.ts +8 -2
  186. package/build-esm/address-book/metis/tokens/tokens.d.ts +4 -1
  187. package/build-esm/address-book/metis/tokens/tokens.js +4 -1
  188. package/build-esm/address-book/mode/index.d.ts +16 -12
  189. package/build-esm/address-book/mode/tokens/tokens.d.ts +8 -6
  190. package/build-esm/address-book/mode/tokens/tokens.js +8 -6
  191. package/build-esm/address-book/monad/index.d.ts +22 -18
  192. package/build-esm/address-book/monad/tokens/tokens.d.ts +11 -9
  193. package/build-esm/address-book/monad/tokens/tokens.js +11 -9
  194. package/build-esm/address-book/moonbeam/index.d.ts +42 -12
  195. package/build-esm/address-book/moonbeam/tokens/tokens.d.ts +21 -6
  196. package/build-esm/address-book/moonbeam/tokens/tokens.js +21 -6
  197. package/build-esm/address-book/moonriver/index.d.ts +20 -16
  198. package/build-esm/address-book/moonriver/tokens/tokens.d.ts +10 -8
  199. package/build-esm/address-book/moonriver/tokens/tokens.js +10 -8
  200. package/build-esm/address-book/one/index.d.ts +10 -0
  201. package/build-esm/address-book/one/tokens/tokens.d.ts +5 -0
  202. package/build-esm/address-book/one/tokens/tokens.js +5 -0
  203. package/build-esm/address-book/optimism/index.d.ts +134 -80
  204. package/build-esm/address-book/optimism/tokens/tokens.d.ts +67 -40
  205. package/build-esm/address-book/optimism/tokens/tokens.js +67 -40
  206. package/build-esm/address-book/plasma/index.d.ts +14 -12
  207. package/build-esm/address-book/plasma/tokens/tokens.d.ts +7 -6
  208. package/build-esm/address-book/plasma/tokens/tokens.js +7 -6
  209. package/build-esm/address-book/polygon/index.d.ts +114 -48
  210. package/build-esm/address-book/polygon/tokens/tokens.d.ts +57 -24
  211. package/build-esm/address-book/polygon/tokens/tokens.js +56 -23
  212. package/build-esm/address-book/real/index.d.ts +18 -16
  213. package/build-esm/address-book/real/tokens/tokens.d.ts +9 -8
  214. package/build-esm/address-book/real/tokens/tokens.js +9 -8
  215. package/build-esm/address-book/rootstock/index.d.ts +6 -4
  216. package/build-esm/address-book/rootstock/tokens/tokens.d.ts +3 -2
  217. package/build-esm/address-book/rootstock/tokens/tokens.js +3 -2
  218. package/build-esm/address-book/saga/index.d.ts +2 -0
  219. package/build-esm/address-book/saga/tokens/tokens.d.ts +1 -0
  220. package/build-esm/address-book/saga/tokens/tokens.js +1 -0
  221. package/build-esm/address-book/scroll/index.d.ts +8 -4
  222. package/build-esm/address-book/scroll/tokens/tokens.d.ts +4 -2
  223. package/build-esm/address-book/scroll/tokens/tokens.js +4 -2
  224. package/build-esm/address-book/sei/index.d.ts +6 -0
  225. package/build-esm/address-book/sei/tokens/tokens.d.ts +3 -0
  226. package/build-esm/address-book/sei/tokens/tokens.js +3 -0
  227. package/build-esm/address-book/sonic/index.d.ts +40 -20
  228. package/build-esm/address-book/sonic/tokens/tokens.d.ts +20 -10
  229. package/build-esm/address-book/sonic/tokens/tokens.js +20 -10
  230. package/build-esm/address-book/zkevm/index.d.ts +8 -4
  231. package/build-esm/address-book/zkevm/tokens/tokens.d.ts +4 -2
  232. package/build-esm/address-book/zkevm/tokens/tokens.js +4 -2
  233. package/build-esm/address-book/zksync/index.d.ts +12 -4
  234. package/build-esm/address-book/zksync/tokens/tokens.d.ts +6 -2
  235. package/build-esm/address-book/zksync/tokens/tokens.js +6 -2
  236. package/build-esm/types/token.d.ts +1 -1
  237. package/package.json +1 -1
@@ -104,7 +104,7 @@ export declare const canto: {
104
104
  readonly documentation: "https://docs.canto.io/overview/canto-unit-of-account-usdnote";
105
105
  readonly description: "$NOTE is the unit of account on Canto. $NOTE is an over-collateralized currency with a value perpetually rebalanced toward $1 through an algorithmic interest rate policy. ";
106
106
  readonly bridge: "native";
107
- readonly risks: readonly ["SYNTH_STABLE"];
107
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
108
108
  };
109
109
  readonly USDC: {
110
110
  readonly name: "USD Coin";
@@ -118,6 +118,7 @@ export declare const canto: {
118
118
  readonly chainId: 7700;
119
119
  readonly logoURI: "";
120
120
  readonly documentation: "https://developers.circle.com/docs";
121
+ readonly tags: readonly ["STABLECOIN"];
121
122
  };
122
123
  readonly USDT: {
123
124
  readonly name: "USDT";
@@ -131,6 +132,7 @@ export declare const canto: {
131
132
  readonly bridge: "gravity";
132
133
  readonly logoURI: "";
133
134
  readonly documentation: "https://tether.to/en/how-it-works";
135
+ readonly tags: readonly ["STABLECOIN"];
134
136
  };
135
137
  readonly FLOWV1: {
136
138
  readonly name: "Velocimeter";
@@ -193,6 +195,7 @@ export declare const canto: {
193
195
  readonly website: "https://app.multichain.org/";
194
196
  readonly description: "Multichain supports to swap BTC to MultiBTC (Multichain BTC) 1:1.";
195
197
  readonly documentation: "https://docs.multichain.org/getting-started/introduction";
198
+ readonly tags: readonly ["SYNTHETIC"];
196
199
  };
197
200
  readonly BNB: {
198
201
  readonly name: "Binance Chain";
@@ -215,7 +218,7 @@ export declare const canto: {
215
218
  readonly logoURI: "";
216
219
  readonly website: "https://www.binance.com/en/busd";
217
220
  readonly description: "Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos), Approved and regulated by the New York State Department of Financial Services (NYDFS), The BUSD Monthly Audit Report can be viewed from the official website.";
218
- readonly risks: readonly ["SYNTH_STABLE"];
221
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
219
222
  };
220
223
  readonly WBTC: {
221
224
  readonly name: "Wrapped BTC";
@@ -451,7 +454,7 @@ export declare const canto: {
451
454
  readonly documentation: "https://docs.canto.io/overview/canto-unit-of-account-usdnote";
452
455
  readonly description: "$NOTE is the unit of account on Canto. $NOTE is an over-collateralized currency with a value perpetually rebalanced toward $1 through an algorithmic interest rate policy. ";
453
456
  readonly bridge: "native";
454
- readonly risks: readonly ["SYNTH_STABLE"];
457
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
455
458
  };
456
459
  readonly USDC: {
457
460
  readonly name: "USD Coin";
@@ -465,6 +468,7 @@ export declare const canto: {
465
468
  readonly chainId: 7700;
466
469
  readonly logoURI: "";
467
470
  readonly documentation: "https://developers.circle.com/docs";
471
+ readonly tags: readonly ["STABLECOIN"];
468
472
  };
469
473
  readonly USDT: {
470
474
  readonly name: "USDT";
@@ -478,6 +482,7 @@ export declare const canto: {
478
482
  readonly bridge: "gravity";
479
483
  readonly logoURI: "";
480
484
  readonly documentation: "https://tether.to/en/how-it-works";
485
+ readonly tags: readonly ["STABLECOIN"];
481
486
  };
482
487
  readonly FLOWV1: {
483
488
  readonly name: "Velocimeter";
@@ -540,6 +545,7 @@ export declare const canto: {
540
545
  readonly website: "https://app.multichain.org/";
541
546
  readonly description: "Multichain supports to swap BTC to MultiBTC (Multichain BTC) 1:1.";
542
547
  readonly documentation: "https://docs.multichain.org/getting-started/introduction";
548
+ readonly tags: readonly ["SYNTHETIC"];
543
549
  };
544
550
  readonly BNB: {
545
551
  readonly name: "Binance Chain";
@@ -562,7 +568,7 @@ export declare const canto: {
562
568
  readonly logoURI: "";
563
569
  readonly website: "https://www.binance.com/en/busd";
564
570
  readonly description: "Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos), Approved and regulated by the New York State Department of Financial Services (NYDFS), The BUSD Monthly Audit Report can be viewed from the official website.";
565
- readonly risks: readonly ["SYNTH_STABLE"];
571
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
566
572
  };
567
573
  readonly WBTC: {
568
574
  readonly name: "Wrapped BTC";
@@ -101,7 +101,7 @@ export declare const tokens: {
101
101
  readonly documentation: "https://docs.canto.io/overview/canto-unit-of-account-usdnote";
102
102
  readonly description: "$NOTE is the unit of account on Canto. $NOTE is an over-collateralized currency with a value perpetually rebalanced toward $1 through an algorithmic interest rate policy. ";
103
103
  readonly bridge: "native";
104
- readonly risks: readonly ["SYNTH_STABLE"];
104
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
105
105
  };
106
106
  readonly USDC: {
107
107
  readonly name: "USD Coin";
@@ -115,6 +115,7 @@ export declare const tokens: {
115
115
  readonly chainId: 7700;
116
116
  readonly logoURI: "";
117
117
  readonly documentation: "https://developers.circle.com/docs";
118
+ readonly tags: readonly ["STABLECOIN"];
118
119
  };
119
120
  readonly USDT: {
120
121
  readonly name: "USDT";
@@ -128,6 +129,7 @@ export declare const tokens: {
128
129
  readonly bridge: "gravity";
129
130
  readonly logoURI: "";
130
131
  readonly documentation: "https://tether.to/en/how-it-works";
132
+ readonly tags: readonly ["STABLECOIN"];
131
133
  };
132
134
  readonly FLOWV1: {
133
135
  readonly name: "Velocimeter";
@@ -190,6 +192,7 @@ export declare const tokens: {
190
192
  readonly website: "https://app.multichain.org/";
191
193
  readonly description: "Multichain supports to swap BTC to MultiBTC (Multichain BTC) 1:1.";
192
194
  readonly documentation: "https://docs.multichain.org/getting-started/introduction";
195
+ readonly tags: readonly ["SYNTHETIC"];
193
196
  };
194
197
  readonly BNB: {
195
198
  readonly name: "Binance Chain";
@@ -212,7 +215,7 @@ export declare const tokens: {
212
215
  readonly logoURI: "";
213
216
  readonly website: "https://www.binance.com/en/busd";
214
217
  readonly description: "Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos), Approved and regulated by the New York State Department of Financial Services (NYDFS), The BUSD Monthly Audit Report can be viewed from the official website.";
215
- readonly risks: readonly ["SYNTH_STABLE"];
218
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
216
219
  };
217
220
  readonly WBTC: {
218
221
  readonly name: "Wrapped BTC";
@@ -66,7 +66,7 @@ export const tokens = {
66
66
  documentation: 'https://docs.canto.io/overview/canto-unit-of-account-usdnote',
67
67
  description: '$NOTE is the unit of account on Canto. $NOTE is an over-collateralized currency with a value perpetually rebalanced toward $1 through an algorithmic interest rate policy. ',
68
68
  bridge: 'native',
69
- risks: ['SYNTH_STABLE'],
69
+ tags: ['STABLECOIN', 'SYNTHETIC'],
70
70
  },
71
71
  USDC: {
72
72
  name: 'USD Coin',
@@ -80,6 +80,7 @@ export const tokens = {
80
80
  chainId: 7700,
81
81
  logoURI: '',
82
82
  documentation: 'https://developers.circle.com/docs',
83
+ tags: ['STABLECOIN'],
83
84
  },
84
85
  USDT: {
85
86
  name: 'USDT',
@@ -93,6 +94,7 @@ export const tokens = {
93
94
  bridge: 'gravity',
94
95
  logoURI: '',
95
96
  documentation: 'https://tether.to/en/how-it-works',
97
+ tags: ['STABLECOIN'],
96
98
  },
97
99
  FLOWV1: {
98
100
  name: 'Velocimeter',
@@ -155,6 +157,7 @@ export const tokens = {
155
157
  website: 'https://app.multichain.org/',
156
158
  description: 'Multichain supports to swap BTC to MultiBTC (Multichain BTC) 1:1.',
157
159
  documentation: 'https://docs.multichain.org/getting-started/introduction',
160
+ tags: ['SYNTHETIC'],
158
161
  },
159
162
  BNB: {
160
163
  name: 'Binance Chain',
@@ -177,7 +180,7 @@ export const tokens = {
177
180
  logoURI: '',
178
181
  website: 'https://www.binance.com/en/busd',
179
182
  description: 'Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos), Approved and regulated by the New York State Department of Financial Services (NYDFS), The BUSD Monthly Audit Report can be viewed from the official website.',
180
- risks: ['SYNTH_STABLE'],
183
+ tags: ['STABLECOIN', 'SYNTHETIC'],
181
184
  },
182
185
  WBTC: {
183
186
  name: 'Wrapped BTC',
@@ -67,7 +67,7 @@ export declare const celo: {
67
67
  readonly logoURI: "https://res.cloudinary.com/sushi-cdn/image/fetch/w_48/https://raw.githubusercontent.com/sushiswap/logos/main/network/celo/0x765DE816845861e75A25fCA122bb6898B8B1282a.jpg";
68
68
  readonly website: "https://celo.org/dapps";
69
69
  readonly description: "Celo Pegged Dollar";
70
- readonly risks: readonly ["SYNTH_STABLE"];
70
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
71
71
  };
72
72
  readonly cEUR: {
73
73
  readonly name: "Celo Euro";
@@ -79,7 +79,7 @@ export declare const celo: {
79
79
  readonly logoURI: "https://res.cloudinary.com/sushi-cdn/image/fetch/w_48/https://raw.githubusercontent.com/sushiswap/logos/main/network/celo/0xD8763CBa276a3738E6DE85b4b3bF5FDed6D6cA73.jpg";
80
80
  readonly website: "https://celo.org/dapps";
81
81
  readonly description: "Celo Pegged Euro";
82
- readonly risks: readonly ["SYNTH_STABLE"];
82
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
83
83
  };
84
84
  readonly WETHV1: {
85
85
  readonly name: "Wrapped Ether";
@@ -114,6 +114,7 @@ export declare const celo: {
114
114
  readonly website: "https://makerdao.com/en/";
115
115
  readonly description: "DAI is an Ethereum-based stablecoin (stable-price cryptocurrency) whose issuance and development is managed by the Maker Protocol and the MakerDAO decentralized autonomous organization.";
116
116
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x1af3f329e8be154074d8769d1ffa4ee058b1dbc3.png";
117
+ readonly tags: readonly ["SYNTHETIC"];
117
118
  };
118
119
  readonly DAI: {
119
120
  readonly name: "Dai Stablecoin";
@@ -125,7 +126,7 @@ export declare const celo: {
125
126
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xE4fE50cdD716522A56204352f00AA110F731932d.svg";
126
127
  readonly website: "https://makerdao.com/en/";
127
128
  readonly description: "DAI is an Ethereum-based stablecoin (stable-price cryptocurrency) whose issuance and development is managed by the Maker Protocol and the MakerDAO decentralized autonomous organization.";
128
- readonly risks: readonly ["SYNTH_STABLE"];
129
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
129
130
  };
130
131
  readonly SUSHIV2: {
131
132
  readonly name: "Sushi Swap";
@@ -149,6 +150,7 @@ export declare const celo: {
149
150
  readonly website: "https://www.circle.com/usdc";
150
151
  readonly documentation: "https://developers.circle.com/docs";
151
152
  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.";
153
+ readonly tags: readonly ["STABLECOIN"];
152
154
  };
153
155
  readonly USDT: {
154
156
  readonly name: "Tether USD";
@@ -160,6 +162,7 @@ export declare const celo: {
160
162
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x88eeC49252c8cbc039DCdB394c0c2BA2f1637EA0.svg";
161
163
  readonly website: "https://tether.to/";
162
164
  readonly description: "Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
165
+ readonly tags: readonly ["STABLECOIN"];
163
166
  };
164
167
  readonly MOBI: {
165
168
  readonly name: "Mobius DAO Token";
@@ -283,7 +286,7 @@ export declare const celo: {
283
286
  readonly logoURI: "https://res.cloudinary.com/sushi-cdn/image/fetch/w_48/https://raw.githubusercontent.com/sushiswap/logos/main/network/celo/0x765DE816845861e75A25fCA122bb6898B8B1282a.jpg";
284
287
  readonly website: "https://celo.org/dapps";
285
288
  readonly description: "Celo Pegged Dollar";
286
- readonly risks: readonly ["SYNTH_STABLE"];
289
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
287
290
  };
288
291
  readonly cEUR: {
289
292
  readonly name: "Celo Euro";
@@ -295,7 +298,7 @@ export declare const celo: {
295
298
  readonly logoURI: "https://res.cloudinary.com/sushi-cdn/image/fetch/w_48/https://raw.githubusercontent.com/sushiswap/logos/main/network/celo/0xD8763CBa276a3738E6DE85b4b3bF5FDed6D6cA73.jpg";
296
299
  readonly website: "https://celo.org/dapps";
297
300
  readonly description: "Celo Pegged Euro";
298
- readonly risks: readonly ["SYNTH_STABLE"];
301
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
299
302
  };
300
303
  readonly WETHV1: {
301
304
  readonly name: "Wrapped Ether";
@@ -330,6 +333,7 @@ export declare const celo: {
330
333
  readonly website: "https://makerdao.com/en/";
331
334
  readonly description: "DAI is an Ethereum-based stablecoin (stable-price cryptocurrency) whose issuance and development is managed by the Maker Protocol and the MakerDAO decentralized autonomous organization.";
332
335
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x1af3f329e8be154074d8769d1ffa4ee058b1dbc3.png";
336
+ readonly tags: readonly ["SYNTHETIC"];
333
337
  };
334
338
  readonly DAI: {
335
339
  readonly name: "Dai Stablecoin";
@@ -341,7 +345,7 @@ export declare const celo: {
341
345
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xE4fE50cdD716522A56204352f00AA110F731932d.svg";
342
346
  readonly website: "https://makerdao.com/en/";
343
347
  readonly description: "DAI is an Ethereum-based stablecoin (stable-price cryptocurrency) whose issuance and development is managed by the Maker Protocol and the MakerDAO decentralized autonomous organization.";
344
- readonly risks: readonly ["SYNTH_STABLE"];
348
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
345
349
  };
346
350
  readonly SUSHIV2: {
347
351
  readonly name: "Sushi Swap";
@@ -365,6 +369,7 @@ export declare const celo: {
365
369
  readonly website: "https://www.circle.com/usdc";
366
370
  readonly documentation: "https://developers.circle.com/docs";
367
371
  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.";
372
+ readonly tags: readonly ["STABLECOIN"];
368
373
  };
369
374
  readonly USDT: {
370
375
  readonly name: "Tether USD";
@@ -376,6 +381,7 @@ export declare const celo: {
376
381
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x88eeC49252c8cbc039DCdB394c0c2BA2f1637EA0.svg";
377
382
  readonly website: "https://tether.to/";
378
383
  readonly description: "Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
384
+ readonly tags: readonly ["STABLECOIN"];
379
385
  };
380
386
  readonly MOBI: {
381
387
  readonly name: "Mobius DAO Token";
@@ -64,7 +64,7 @@ export declare const tokens: {
64
64
  readonly logoURI: "https://res.cloudinary.com/sushi-cdn/image/fetch/w_48/https://raw.githubusercontent.com/sushiswap/logos/main/network/celo/0x765DE816845861e75A25fCA122bb6898B8B1282a.jpg";
65
65
  readonly website: "https://celo.org/dapps";
66
66
  readonly description: "Celo Pegged Dollar";
67
- readonly risks: readonly ["SYNTH_STABLE"];
67
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
68
68
  };
69
69
  readonly cEUR: {
70
70
  readonly name: "Celo Euro";
@@ -76,7 +76,7 @@ export declare const tokens: {
76
76
  readonly logoURI: "https://res.cloudinary.com/sushi-cdn/image/fetch/w_48/https://raw.githubusercontent.com/sushiswap/logos/main/network/celo/0xD8763CBa276a3738E6DE85b4b3bF5FDed6D6cA73.jpg";
77
77
  readonly website: "https://celo.org/dapps";
78
78
  readonly description: "Celo Pegged Euro";
79
- readonly risks: readonly ["SYNTH_STABLE"];
79
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
80
80
  };
81
81
  readonly WETHV1: {
82
82
  readonly name: "Wrapped Ether";
@@ -111,6 +111,7 @@ export declare const tokens: {
111
111
  readonly website: "https://makerdao.com/en/";
112
112
  readonly description: "DAI is an Ethereum-based stablecoin (stable-price cryptocurrency) whose issuance and development is managed by the Maker Protocol and the MakerDAO decentralized autonomous organization.";
113
113
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x1af3f329e8be154074d8769d1ffa4ee058b1dbc3.png";
114
+ readonly tags: readonly ["SYNTHETIC"];
114
115
  };
115
116
  readonly DAI: {
116
117
  readonly name: "Dai Stablecoin";
@@ -122,7 +123,7 @@ export declare const tokens: {
122
123
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xE4fE50cdD716522A56204352f00AA110F731932d.svg";
123
124
  readonly website: "https://makerdao.com/en/";
124
125
  readonly description: "DAI is an Ethereum-based stablecoin (stable-price cryptocurrency) whose issuance and development is managed by the Maker Protocol and the MakerDAO decentralized autonomous organization.";
125
- readonly risks: readonly ["SYNTH_STABLE"];
126
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
126
127
  };
127
128
  readonly SUSHIV2: {
128
129
  readonly name: "Sushi Swap";
@@ -146,6 +147,7 @@ export declare const tokens: {
146
147
  readonly website: "https://www.circle.com/usdc";
147
148
  readonly documentation: "https://developers.circle.com/docs";
148
149
  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.";
150
+ readonly tags: readonly ["STABLECOIN"];
149
151
  };
150
152
  readonly USDT: {
151
153
  readonly name: "Tether USD";
@@ -157,6 +159,7 @@ export declare const tokens: {
157
159
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x88eeC49252c8cbc039DCdB394c0c2BA2f1637EA0.svg";
158
160
  readonly website: "https://tether.to/";
159
161
  readonly description: "Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.";
162
+ readonly tags: readonly ["STABLECOIN"];
160
163
  };
161
164
  readonly MOBI: {
162
165
  readonly name: "Mobius DAO Token";
@@ -50,7 +50,7 @@ export const tokens = {
50
50
  logoURI: 'https://res.cloudinary.com/sushi-cdn/image/fetch/w_48/https://raw.githubusercontent.com/sushiswap/logos/main/network/celo/0x765DE816845861e75A25fCA122bb6898B8B1282a.jpg',
51
51
  website: 'https://celo.org/dapps',
52
52
  description: 'Celo Pegged Dollar',
53
- risks: ['SYNTH_STABLE'],
53
+ tags: ['STABLECOIN', 'SYNTHETIC'],
54
54
  },
55
55
  cEUR: {
56
56
  name: 'Celo Euro',
@@ -62,7 +62,7 @@ export const tokens = {
62
62
  logoURI: 'https://res.cloudinary.com/sushi-cdn/image/fetch/w_48/https://raw.githubusercontent.com/sushiswap/logos/main/network/celo/0xD8763CBa276a3738E6DE85b4b3bF5FDed6D6cA73.jpg',
63
63
  website: 'https://celo.org/dapps',
64
64
  description: 'Celo Pegged Euro',
65
- risks: ['SYNTH_STABLE'],
65
+ tags: ['STABLECOIN', 'SYNTHETIC'],
66
66
  },
67
67
  WETHV1: {
68
68
  name: 'Wrapped Ether',
@@ -97,6 +97,7 @@ export const tokens = {
97
97
  website: 'https://makerdao.com/en/',
98
98
  description: 'DAI is an Ethereum-based stablecoin (stable-price cryptocurrency) whose issuance and development is managed by the Maker Protocol and the MakerDAO decentralized autonomous organization.',
99
99
  logoURI: 'https://tokens.pancakeswap.finance/images/0x1af3f329e8be154074d8769d1ffa4ee058b1dbc3.png',
100
+ tags: ['SYNTHETIC'],
100
101
  },
101
102
  DAI: {
102
103
  name: 'Dai Stablecoin',
@@ -108,7 +109,7 @@ export const tokens = {
108
109
  logoURI: 'https://tokens.pancakeswap.finance/images/0xE4fE50cdD716522A56204352f00AA110F731932d.svg',
109
110
  website: 'https://makerdao.com/en/',
110
111
  description: 'DAI is an Ethereum-based stablecoin (stable-price cryptocurrency) whose issuance and development is managed by the Maker Protocol and the MakerDAO decentralized autonomous organization.',
111
- risks: ['SYNTH_STABLE'],
112
+ tags: ['STABLECOIN', 'SYNTHETIC'],
112
113
  },
113
114
  SUSHIV2: {
114
115
  name: 'Sushi Swap',
@@ -132,6 +133,7 @@ export const tokens = {
132
133
  website: 'https://www.circle.com/usdc',
133
134
  documentation: 'https://developers.circle.com/docs',
134
135
  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.',
136
+ tags: ['STABLECOIN'],
135
137
  },
136
138
  USDT: {
137
139
  name: 'Tether USD',
@@ -143,6 +145,7 @@ export const tokens = {
143
145
  logoURI: 'https://tokens.pancakeswap.finance/images/0x88eeC49252c8cbc039DCdB394c0c2BA2f1637EA0.svg',
144
146
  website: 'https://tether.to/',
145
147
  description: 'Tether is a stablecoin pegged to the US Dollar. A stablecoin is a type of cryptocurrency whose value is pegged to another fiat currency like the US Dollar or to a commodity like Gold. Tether is the first stablecoin to be created and it is the most popular stablecoin used in the ecosystem.',
148
+ tags: ['STABLECOIN'],
146
149
  },
147
150
  MOBI: {
148
151
  name: 'Mobius DAO Token',
@@ -108,6 +108,7 @@ export declare const cronos: {
108
108
  readonly website: "https://cro.ripae.finance/";
109
109
  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.";
110
110
  readonly logoURI: "https://cro.ripae.finance/static/media/sCRO.f6637a43.svg";
111
+ readonly tags: readonly ["SYNTHETIC"];
111
112
  };
112
113
  readonly pCRO: {
113
114
  readonly name: "pCRO";
@@ -119,6 +120,7 @@ export declare const cronos: {
119
120
  readonly website: "https://cro.ripae.finance/";
120
121
  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.";
121
122
  readonly logoURI: "https://cro.ripae.finance/static/media/pCRO.0d99b3b6.svg";
123
+ readonly tags: readonly ["SYNTHETIC"];
122
124
  };
123
125
  readonly APE: {
124
126
  readonly name: "APECoin";
@@ -174,6 +176,7 @@ export declare const cronos: {
174
176
  readonly website: "https://www.darkcrypto.finance/";
175
177
  readonly description: "The first algorithmic token pegged to CRO running on the Cronos Chain";
176
178
  readonly logoURI: "https://assets.coingecko.com/coins/images/22456/small/DARK_bgWhite.png";
179
+ readonly tags: readonly ["SYNTHETIC"];
177
180
  };
178
181
  readonly oldBIFI: {
179
182
  readonly chainId: 25;
@@ -275,6 +278,7 @@ export declare const cronos: {
275
278
  readonly documentation: "https://developers.circle.com/docs";
276
279
  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.";
277
280
  readonly bridge: "cronos-canonical";
281
+ readonly tags: readonly ["STABLECOIN"];
278
282
  };
279
283
  readonly ETH: {
280
284
  readonly name: "Ethereum";
@@ -324,6 +328,7 @@ export declare const cronos: {
324
328
  readonly bridge: "cronos-canonical";
325
329
  readonly logoURI: "https://app.cronaswap.org/images/tokens/0x66e428c3f67a68878562e79A0234c1F83c208770.svg";
326
330
  readonly documentation: "https://tether.to/en/how-it-works";
331
+ readonly tags: readonly ["STABLECOIN"];
327
332
  };
328
333
  readonly DAI: {
329
334
  readonly name: "DAI Token";
@@ -337,7 +342,7 @@ export declare const cronos: {
337
342
  readonly bridge: "cronos-canonical";
338
343
  readonly logoURI: "https://app.cronaswap.org/images/tokens/0xF2001B145b43032AAF5Ee2884e456CCd805F677D.svg";
339
344
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
340
- readonly risks: readonly ["SYNTH_STABLE"];
345
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
341
346
  };
342
347
  readonly BUSD: {
343
348
  readonly name: "BUSD Token";
@@ -349,7 +354,7 @@ export declare const cronos: {
349
354
  readonly website: "https://www.binance.com/en/busd";
350
355
  readonly description: "Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos), Approved and regulated by the New York State Department of Financial Services (NYDFS), The BUSD Monthly Audit Report can be viewed from the official website.";
351
356
  readonly logoURI: "https://app.cronaswap.org/images/tokens/0x6aB6d61428fde76768D7b45D8BFeec19c6eF91A8.svg";
352
- readonly risks: readonly ["SYNTH_STABLE"];
357
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
353
358
  };
354
359
  readonly BUSDb: {
355
360
  readonly name: "BUSD Token (Multichain)";
@@ -361,6 +366,7 @@ export declare const cronos: {
361
366
  readonly website: "https://www.binance.com/en/busd";
362
367
  readonly description: "Multichain bridged Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos), Approved and regulated by the New York State Department of Financial Services (NYDFS), The BUSD Monthly Audit Report can be viewed from the official website.";
363
368
  readonly logoURI: "https://app.cronaswap.org/images/tokens/0x6aB6d61428fde76768D7b45D8BFeec19c6eF91A8.svg";
369
+ readonly tags: readonly ["SYNTHETIC"];
364
370
  };
365
371
  readonly MATIC: {
366
372
  readonly name: "MATIC Token";
@@ -514,6 +520,7 @@ export declare const cronos: {
514
520
  readonly website: "https://cro.ripae.finance/";
515
521
  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.";
516
522
  readonly logoURI: "https://cro.ripae.finance/static/media/sCRO.f6637a43.svg";
523
+ readonly tags: readonly ["SYNTHETIC"];
517
524
  };
518
525
  readonly pCRO: {
519
526
  readonly name: "pCRO";
@@ -525,6 +532,7 @@ export declare const cronos: {
525
532
  readonly website: "https://cro.ripae.finance/";
526
533
  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.";
527
534
  readonly logoURI: "https://cro.ripae.finance/static/media/pCRO.0d99b3b6.svg";
535
+ readonly tags: readonly ["SYNTHETIC"];
528
536
  };
529
537
  readonly APE: {
530
538
  readonly name: "APECoin";
@@ -580,6 +588,7 @@ export declare const cronos: {
580
588
  readonly website: "https://www.darkcrypto.finance/";
581
589
  readonly description: "The first algorithmic token pegged to CRO running on the Cronos Chain";
582
590
  readonly logoURI: "https://assets.coingecko.com/coins/images/22456/small/DARK_bgWhite.png";
591
+ readonly tags: readonly ["SYNTHETIC"];
583
592
  };
584
593
  readonly oldBIFI: {
585
594
  readonly chainId: 25;
@@ -681,6 +690,7 @@ export declare const cronos: {
681
690
  readonly documentation: "https://developers.circle.com/docs";
682
691
  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.";
683
692
  readonly bridge: "cronos-canonical";
693
+ readonly tags: readonly ["STABLECOIN"];
684
694
  };
685
695
  readonly ETH: {
686
696
  readonly name: "Ethereum";
@@ -730,6 +740,7 @@ export declare const cronos: {
730
740
  readonly bridge: "cronos-canonical";
731
741
  readonly logoURI: "https://app.cronaswap.org/images/tokens/0x66e428c3f67a68878562e79A0234c1F83c208770.svg";
732
742
  readonly documentation: "https://tether.to/en/how-it-works";
743
+ readonly tags: readonly ["STABLECOIN"];
733
744
  };
734
745
  readonly DAI: {
735
746
  readonly name: "DAI Token";
@@ -743,7 +754,7 @@ export declare const cronos: {
743
754
  readonly bridge: "cronos-canonical";
744
755
  readonly logoURI: "https://app.cronaswap.org/images/tokens/0xF2001B145b43032AAF5Ee2884e456CCd805F677D.svg";
745
756
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
746
- readonly risks: readonly ["SYNTH_STABLE"];
757
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
747
758
  };
748
759
  readonly BUSD: {
749
760
  readonly name: "BUSD Token";
@@ -755,7 +766,7 @@ export declare const cronos: {
755
766
  readonly website: "https://www.binance.com/en/busd";
756
767
  readonly description: "Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos), Approved and regulated by the New York State Department of Financial Services (NYDFS), The BUSD Monthly Audit Report can be viewed from the official website.";
757
768
  readonly logoURI: "https://app.cronaswap.org/images/tokens/0x6aB6d61428fde76768D7b45D8BFeec19c6eF91A8.svg";
758
- readonly risks: readonly ["SYNTH_STABLE"];
769
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
759
770
  };
760
771
  readonly BUSDb: {
761
772
  readonly name: "BUSD Token (Multichain)";
@@ -767,6 +778,7 @@ export declare const cronos: {
767
778
  readonly website: "https://www.binance.com/en/busd";
768
779
  readonly description: "Multichain bridged Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos), Approved and regulated by the New York State Department of Financial Services (NYDFS), The BUSD Monthly Audit Report can be viewed from the official website.";
769
780
  readonly logoURI: "https://app.cronaswap.org/images/tokens/0x6aB6d61428fde76768D7b45D8BFeec19c6eF91A8.svg";
781
+ readonly tags: readonly ["SYNTHETIC"];
770
782
  };
771
783
  readonly MATIC: {
772
784
  readonly name: "MATIC Token";
@@ -105,6 +105,7 @@ export declare const tokens: {
105
105
  readonly website: "https://cro.ripae.finance/";
106
106
  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.";
107
107
  readonly logoURI: "https://cro.ripae.finance/static/media/sCRO.f6637a43.svg";
108
+ readonly tags: readonly ["SYNTHETIC"];
108
109
  };
109
110
  readonly pCRO: {
110
111
  readonly name: "pCRO";
@@ -116,6 +117,7 @@ export declare const tokens: {
116
117
  readonly website: "https://cro.ripae.finance/";
117
118
  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.";
118
119
  readonly logoURI: "https://cro.ripae.finance/static/media/pCRO.0d99b3b6.svg";
120
+ readonly tags: readonly ["SYNTHETIC"];
119
121
  };
120
122
  readonly APE: {
121
123
  readonly name: "APECoin";
@@ -171,6 +173,7 @@ export declare const tokens: {
171
173
  readonly website: "https://www.darkcrypto.finance/";
172
174
  readonly description: "The first algorithmic token pegged to CRO running on the Cronos Chain";
173
175
  readonly logoURI: "https://assets.coingecko.com/coins/images/22456/small/DARK_bgWhite.png";
176
+ readonly tags: readonly ["SYNTHETIC"];
174
177
  };
175
178
  readonly oldBIFI: {
176
179
  readonly chainId: 25;
@@ -272,6 +275,7 @@ export declare const tokens: {
272
275
  readonly documentation: "https://developers.circle.com/docs";
273
276
  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.";
274
277
  readonly bridge: "cronos-canonical";
278
+ readonly tags: readonly ["STABLECOIN"];
275
279
  };
276
280
  readonly ETH: {
277
281
  readonly name: "Ethereum";
@@ -321,6 +325,7 @@ export declare const tokens: {
321
325
  readonly bridge: "cronos-canonical";
322
326
  readonly logoURI: "https://app.cronaswap.org/images/tokens/0x66e428c3f67a68878562e79A0234c1F83c208770.svg";
323
327
  readonly documentation: "https://tether.to/en/how-it-works";
328
+ readonly tags: readonly ["STABLECOIN"];
324
329
  };
325
330
  readonly DAI: {
326
331
  readonly name: "DAI Token";
@@ -334,7 +339,7 @@ export declare const tokens: {
334
339
  readonly bridge: "cronos-canonical";
335
340
  readonly logoURI: "https://app.cronaswap.org/images/tokens/0xF2001B145b43032AAF5Ee2884e456CCd805F677D.svg";
336
341
  readonly documentation: "https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation";
337
- readonly risks: readonly ["SYNTH_STABLE"];
342
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
338
343
  };
339
344
  readonly BUSD: {
340
345
  readonly name: "BUSD Token";
@@ -346,7 +351,7 @@ export declare const tokens: {
346
351
  readonly website: "https://www.binance.com/en/busd";
347
352
  readonly description: "Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos), Approved and regulated by the New York State Department of Financial Services (NYDFS), The BUSD Monthly Audit Report can be viewed from the official website.";
348
353
  readonly logoURI: "https://app.cronaswap.org/images/tokens/0x6aB6d61428fde76768D7b45D8BFeec19c6eF91A8.svg";
349
- readonly risks: readonly ["SYNTH_STABLE"];
354
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
350
355
  };
351
356
  readonly BUSDb: {
352
357
  readonly name: "BUSD Token (Multichain)";
@@ -358,6 +363,7 @@ export declare const tokens: {
358
363
  readonly website: "https://www.binance.com/en/busd";
359
364
  readonly description: "Multichain bridged Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos), Approved and regulated by the New York State Department of Financial Services (NYDFS), The BUSD Monthly Audit Report can be viewed from the official website.";
360
365
  readonly logoURI: "https://app.cronaswap.org/images/tokens/0x6aB6d61428fde76768D7b45D8BFeec19c6eF91A8.svg";
366
+ readonly tags: readonly ["SYNTHETIC"];
361
367
  };
362
368
  readonly MATIC: {
363
369
  readonly name: "MATIC Token";
@@ -70,6 +70,7 @@ export const tokens = {
70
70
  website: 'https://cro.ripae.finance/',
71
71
  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.',
72
72
  logoURI: 'https://cro.ripae.finance/static/media/sCRO.f6637a43.svg',
73
+ tags: ['SYNTHETIC'],
73
74
  },
74
75
  pCRO: {
75
76
  name: 'pCRO',
@@ -81,6 +82,7 @@ export const tokens = {
81
82
  website: 'https://cro.ripae.finance/',
82
83
  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.',
83
84
  logoURI: 'https://cro.ripae.finance/static/media/pCRO.0d99b3b6.svg',
85
+ tags: ['SYNTHETIC'],
84
86
  },
85
87
  APE: {
86
88
  name: 'APECoin',
@@ -136,6 +138,7 @@ export const tokens = {
136
138
  website: 'https://www.darkcrypto.finance/',
137
139
  description: 'The first algorithmic token pegged to CRO running on the Cronos Chain',
138
140
  logoURI: 'https://assets.coingecko.com/coins/images/22456/small/DARK_bgWhite.png',
141
+ tags: ['SYNTHETIC'],
139
142
  },
140
143
  oldBIFI: {
141
144
  chainId: 25,
@@ -237,6 +240,7 @@ export const tokens = {
237
240
  documentation: 'https://developers.circle.com/docs',
238
241
  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.',
239
242
  bridge: 'cronos-canonical',
243
+ tags: ['STABLECOIN'],
240
244
  },
241
245
  ETH: {
242
246
  name: 'Ethereum',
@@ -286,6 +290,7 @@ export const tokens = {
286
290
  bridge: 'cronos-canonical',
287
291
  logoURI: 'https://app.cronaswap.org/images/tokens/0x66e428c3f67a68878562e79A0234c1F83c208770.svg',
288
292
  documentation: 'https://tether.to/en/how-it-works',
293
+ tags: ['STABLECOIN'],
289
294
  },
290
295
  DAI: {
291
296
  name: 'DAI Token',
@@ -299,7 +304,7 @@ export const tokens = {
299
304
  bridge: 'cronos-canonical',
300
305
  logoURI: 'https://app.cronaswap.org/images/tokens/0xF2001B145b43032AAF5Ee2884e456CCd805F677D.svg',
301
306
  documentation: 'https://docs.makerdao.com/smart-contract-modules/dai-module/dai-detailed-documentation',
302
- risks: ['SYNTH_STABLE'],
307
+ tags: ['STABLECOIN', 'SYNTHETIC'],
303
308
  },
304
309
  BUSD: {
305
310
  name: 'BUSD Token',
@@ -311,7 +316,7 @@ export const tokens = {
311
316
  website: 'https://www.binance.com/en/busd',
312
317
  description: 'Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos), Approved and regulated by the New York State Department of Financial Services (NYDFS), The BUSD Monthly Audit Report can be viewed from the official website.',
313
318
  logoURI: 'https://app.cronaswap.org/images/tokens/0x6aB6d61428fde76768D7b45D8BFeec19c6eF91A8.svg',
314
- risks: ['SYNTH_STABLE'],
319
+ tags: ['STABLECOIN', 'SYNTHETIC'],
315
320
  },
316
321
  BUSDb: {
317
322
  name: 'BUSD Token (Multichain)',
@@ -323,6 +328,7 @@ export const tokens = {
323
328
  website: 'https://www.binance.com/en/busd',
324
329
  description: 'Multichain bridged Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos), Approved and regulated by the New York State Department of Financial Services (NYDFS), The BUSD Monthly Audit Report can be viewed from the official website.',
325
330
  logoURI: 'https://app.cronaswap.org/images/tokens/0x6aB6d61428fde76768D7b45D8BFeec19c6eF91A8.svg',
331
+ tags: ['SYNTHETIC'],
326
332
  },
327
333
  MATIC: {
328
334
  name: 'MATIC Token',