@beefyfinance/blockchain-addressbook 0.54.122 → 0.54.123

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/build/address-book/arbitrum/index.d.ts +178 -96
  2. package/build/address-book/arbitrum/tokens/tokens.d.ts +89 -48
  3. package/build/address-book/arbitrum/tokens/tokens.js +89 -48
  4. package/build/address-book/aurora/index.d.ts +14 -6
  5. package/build/address-book/aurora/tokens/tokens.d.ts +7 -3
  6. package/build/address-book/aurora/tokens/tokens.js +7 -3
  7. package/build/address-book/avax/index.d.ts +80 -32
  8. package/build/address-book/avax/tokens/tokens.d.ts +40 -16
  9. package/build/address-book/avax/tokens/tokens.js +40 -16
  10. package/build/address-book/base/index.d.ts +212 -188
  11. package/build/address-book/base/tokens/tokens.d.ts +106 -94
  12. package/build/address-book/base/tokens/tokens.js +106 -94
  13. package/build/address-book/berachain/index.d.ts +26 -22
  14. package/build/address-book/berachain/tokens/tokens.d.ts +13 -11
  15. package/build/address-book/berachain/tokens/tokens.js +13 -11
  16. package/build/address-book/bsc/index.d.ts +150 -78
  17. package/build/address-book/bsc/tokens/tokens.d.ts +75 -39
  18. package/build/address-book/bsc/tokens/tokens.js +74 -38
  19. package/build/address-book/canto/index.d.ts +10 -4
  20. package/build/address-book/canto/tokens/tokens.d.ts +5 -2
  21. package/build/address-book/canto/tokens/tokens.js +5 -2
  22. package/build/address-book/celo/index.d.ts +12 -6
  23. package/build/address-book/celo/tokens/tokens.d.ts +6 -3
  24. package/build/address-book/celo/tokens/tokens.js +6 -3
  25. package/build/address-book/cronos/index.d.ts +16 -4
  26. package/build/address-book/cronos/tokens/tokens.d.ts +8 -2
  27. package/build/address-book/cronos/tokens/tokens.js +8 -2
  28. package/build/address-book/emerald/index.d.ts +14 -0
  29. package/build/address-book/emerald/tokens/tokens.d.ts +7 -0
  30. package/build/address-book/emerald/tokens/tokens.js +7 -0
  31. package/build/address-book/ethereum/index.d.ts +216 -160
  32. package/build/address-book/ethereum/tokens/tokens.d.ts +108 -80
  33. package/build/address-book/ethereum/tokens/tokens.js +105 -77
  34. package/build/address-book/fantom/index.d.ts +100 -38
  35. package/build/address-book/fantom/tokens/tokens.d.ts +50 -19
  36. package/build/address-book/fantom/tokens/tokens.js +50 -19
  37. package/build/address-book/fraxtal/index.d.ts +34 -30
  38. package/build/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  39. package/build/address-book/fraxtal/tokens/tokens.js +17 -15
  40. package/build/address-book/fuse/index.d.ts +14 -4
  41. package/build/address-book/fuse/tokens/tokens.d.ts +7 -2
  42. package/build/address-book/fuse/tokens/tokens.js +7 -2
  43. package/build/address-book/gnosis/index.d.ts +28 -14
  44. package/build/address-book/gnosis/tokens/tokens.d.ts +14 -7
  45. package/build/address-book/gnosis/tokens/tokens.js +11 -4
  46. package/build/address-book/heco/index.d.ts +4 -2
  47. package/build/address-book/heco/tokens/tokens.d.ts +2 -1
  48. package/build/address-book/heco/tokens/tokens.js +2 -1
  49. package/build/address-book/hyperevm/index.d.ts +18 -16
  50. package/build/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  51. package/build/address-book/hyperevm/tokens/tokens.js +9 -8
  52. package/build/address-book/kava/index.d.ts +18 -10
  53. package/build/address-book/kava/tokens/tokens.d.ts +9 -5
  54. package/build/address-book/kava/tokens/tokens.js +9 -5
  55. package/build/address-book/linea/index.d.ts +34 -24
  56. package/build/address-book/linea/tokens/tokens.d.ts +17 -12
  57. package/build/address-book/linea/tokens/tokens.js +17 -12
  58. package/build/address-book/lisk/index.d.ts +4 -0
  59. package/build/address-book/lisk/tokens/tokens.d.ts +2 -0
  60. package/build/address-book/lisk/tokens/tokens.js +2 -0
  61. package/build/address-book/manta/index.d.ts +6 -2
  62. package/build/address-book/manta/tokens/tokens.d.ts +3 -1
  63. package/build/address-book/manta/tokens/tokens.js +3 -1
  64. package/build/address-book/mantle/index.d.ts +18 -14
  65. package/build/address-book/mantle/tokens/tokens.d.ts +9 -7
  66. package/build/address-book/mantle/tokens/tokens.js +9 -7
  67. package/build/address-book/metis/index.d.ts +8 -2
  68. package/build/address-book/metis/tokens/tokens.d.ts +4 -1
  69. package/build/address-book/metis/tokens/tokens.js +4 -1
  70. package/build/address-book/mode/index.d.ts +16 -12
  71. package/build/address-book/mode/tokens/tokens.d.ts +8 -6
  72. package/build/address-book/mode/tokens/tokens.js +8 -6
  73. package/build/address-book/monad/index.d.ts +22 -18
  74. package/build/address-book/monad/tokens/tokens.d.ts +11 -9
  75. package/build/address-book/monad/tokens/tokens.js +11 -9
  76. package/build/address-book/moonbeam/index.d.ts +42 -12
  77. package/build/address-book/moonbeam/tokens/tokens.d.ts +21 -6
  78. package/build/address-book/moonbeam/tokens/tokens.js +21 -6
  79. package/build/address-book/moonriver/index.d.ts +20 -16
  80. package/build/address-book/moonriver/tokens/tokens.d.ts +10 -8
  81. package/build/address-book/moonriver/tokens/tokens.js +10 -8
  82. package/build/address-book/one/index.d.ts +10 -0
  83. package/build/address-book/one/tokens/tokens.d.ts +5 -0
  84. package/build/address-book/one/tokens/tokens.js +5 -0
  85. package/build/address-book/optimism/index.d.ts +134 -80
  86. package/build/address-book/optimism/tokens/tokens.d.ts +67 -40
  87. package/build/address-book/optimism/tokens/tokens.js +67 -40
  88. package/build/address-book/plasma/index.d.ts +14 -12
  89. package/build/address-book/plasma/tokens/tokens.d.ts +7 -6
  90. package/build/address-book/plasma/tokens/tokens.js +7 -6
  91. package/build/address-book/polygon/index.d.ts +114 -48
  92. package/build/address-book/polygon/tokens/tokens.d.ts +57 -24
  93. package/build/address-book/polygon/tokens/tokens.js +56 -23
  94. package/build/address-book/real/index.d.ts +18 -16
  95. package/build/address-book/real/tokens/tokens.d.ts +9 -8
  96. package/build/address-book/real/tokens/tokens.js +9 -8
  97. package/build/address-book/rootstock/index.d.ts +6 -4
  98. package/build/address-book/rootstock/tokens/tokens.d.ts +3 -2
  99. package/build/address-book/rootstock/tokens/tokens.js +3 -2
  100. package/build/address-book/saga/index.d.ts +2 -0
  101. package/build/address-book/saga/tokens/tokens.d.ts +1 -0
  102. package/build/address-book/saga/tokens/tokens.js +1 -0
  103. package/build/address-book/scroll/index.d.ts +8 -4
  104. package/build/address-book/scroll/tokens/tokens.d.ts +4 -2
  105. package/build/address-book/scroll/tokens/tokens.js +4 -2
  106. package/build/address-book/sei/index.d.ts +6 -0
  107. package/build/address-book/sei/tokens/tokens.d.ts +3 -0
  108. package/build/address-book/sei/tokens/tokens.js +3 -0
  109. package/build/address-book/sonic/index.d.ts +40 -20
  110. package/build/address-book/sonic/tokens/tokens.d.ts +20 -10
  111. package/build/address-book/sonic/tokens/tokens.js +20 -10
  112. package/build/address-book/zkevm/index.d.ts +8 -4
  113. package/build/address-book/zkevm/tokens/tokens.d.ts +4 -2
  114. package/build/address-book/zkevm/tokens/tokens.js +4 -2
  115. package/build/address-book/zksync/index.d.ts +12 -4
  116. package/build/address-book/zksync/tokens/tokens.d.ts +6 -2
  117. package/build/address-book/zksync/tokens/tokens.js +6 -2
  118. package/build/types/token.d.ts +1 -1
  119. package/build-esm/address-book/arbitrum/index.d.ts +178 -96
  120. package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +89 -48
  121. package/build-esm/address-book/arbitrum/tokens/tokens.js +89 -48
  122. package/build-esm/address-book/aurora/index.d.ts +14 -6
  123. package/build-esm/address-book/aurora/tokens/tokens.d.ts +7 -3
  124. package/build-esm/address-book/aurora/tokens/tokens.js +7 -3
  125. package/build-esm/address-book/avax/index.d.ts +80 -32
  126. package/build-esm/address-book/avax/tokens/tokens.d.ts +40 -16
  127. package/build-esm/address-book/avax/tokens/tokens.js +40 -16
  128. package/build-esm/address-book/base/index.d.ts +212 -188
  129. package/build-esm/address-book/base/tokens/tokens.d.ts +106 -94
  130. package/build-esm/address-book/base/tokens/tokens.js +106 -94
  131. package/build-esm/address-book/berachain/index.d.ts +26 -22
  132. package/build-esm/address-book/berachain/tokens/tokens.d.ts +13 -11
  133. package/build-esm/address-book/berachain/tokens/tokens.js +13 -11
  134. package/build-esm/address-book/bsc/index.d.ts +150 -78
  135. package/build-esm/address-book/bsc/tokens/tokens.d.ts +75 -39
  136. package/build-esm/address-book/bsc/tokens/tokens.js +74 -38
  137. package/build-esm/address-book/canto/index.d.ts +10 -4
  138. package/build-esm/address-book/canto/tokens/tokens.d.ts +5 -2
  139. package/build-esm/address-book/canto/tokens/tokens.js +5 -2
  140. package/build-esm/address-book/celo/index.d.ts +12 -6
  141. package/build-esm/address-book/celo/tokens/tokens.d.ts +6 -3
  142. package/build-esm/address-book/celo/tokens/tokens.js +6 -3
  143. package/build-esm/address-book/cronos/index.d.ts +16 -4
  144. package/build-esm/address-book/cronos/tokens/tokens.d.ts +8 -2
  145. package/build-esm/address-book/cronos/tokens/tokens.js +8 -2
  146. package/build-esm/address-book/emerald/index.d.ts +14 -0
  147. package/build-esm/address-book/emerald/tokens/tokens.d.ts +7 -0
  148. package/build-esm/address-book/emerald/tokens/tokens.js +7 -0
  149. package/build-esm/address-book/ethereum/index.d.ts +216 -160
  150. package/build-esm/address-book/ethereum/tokens/tokens.d.ts +108 -80
  151. package/build-esm/address-book/ethereum/tokens/tokens.js +105 -77
  152. package/build-esm/address-book/fantom/index.d.ts +100 -38
  153. package/build-esm/address-book/fantom/tokens/tokens.d.ts +50 -19
  154. package/build-esm/address-book/fantom/tokens/tokens.js +50 -19
  155. package/build-esm/address-book/fraxtal/index.d.ts +34 -30
  156. package/build-esm/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  157. package/build-esm/address-book/fraxtal/tokens/tokens.js +17 -15
  158. package/build-esm/address-book/fuse/index.d.ts +14 -4
  159. package/build-esm/address-book/fuse/tokens/tokens.d.ts +7 -2
  160. package/build-esm/address-book/fuse/tokens/tokens.js +7 -2
  161. package/build-esm/address-book/gnosis/index.d.ts +28 -14
  162. package/build-esm/address-book/gnosis/tokens/tokens.d.ts +14 -7
  163. package/build-esm/address-book/gnosis/tokens/tokens.js +11 -4
  164. package/build-esm/address-book/heco/index.d.ts +4 -2
  165. package/build-esm/address-book/heco/tokens/tokens.d.ts +2 -1
  166. package/build-esm/address-book/heco/tokens/tokens.js +2 -1
  167. package/build-esm/address-book/hyperevm/index.d.ts +18 -16
  168. package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  169. package/build-esm/address-book/hyperevm/tokens/tokens.js +9 -8
  170. package/build-esm/address-book/kava/index.d.ts +18 -10
  171. package/build-esm/address-book/kava/tokens/tokens.d.ts +9 -5
  172. package/build-esm/address-book/kava/tokens/tokens.js +9 -5
  173. package/build-esm/address-book/linea/index.d.ts +34 -24
  174. package/build-esm/address-book/linea/tokens/tokens.d.ts +17 -12
  175. package/build-esm/address-book/linea/tokens/tokens.js +17 -12
  176. package/build-esm/address-book/lisk/index.d.ts +4 -0
  177. package/build-esm/address-book/lisk/tokens/tokens.d.ts +2 -0
  178. package/build-esm/address-book/lisk/tokens/tokens.js +2 -0
  179. package/build-esm/address-book/manta/index.d.ts +6 -2
  180. package/build-esm/address-book/manta/tokens/tokens.d.ts +3 -1
  181. package/build-esm/address-book/manta/tokens/tokens.js +3 -1
  182. package/build-esm/address-book/mantle/index.d.ts +18 -14
  183. package/build-esm/address-book/mantle/tokens/tokens.d.ts +9 -7
  184. package/build-esm/address-book/mantle/tokens/tokens.js +9 -7
  185. package/build-esm/address-book/metis/index.d.ts +8 -2
  186. package/build-esm/address-book/metis/tokens/tokens.d.ts +4 -1
  187. package/build-esm/address-book/metis/tokens/tokens.js +4 -1
  188. package/build-esm/address-book/mode/index.d.ts +16 -12
  189. package/build-esm/address-book/mode/tokens/tokens.d.ts +8 -6
  190. package/build-esm/address-book/mode/tokens/tokens.js +8 -6
  191. package/build-esm/address-book/monad/index.d.ts +22 -18
  192. package/build-esm/address-book/monad/tokens/tokens.d.ts +11 -9
  193. package/build-esm/address-book/monad/tokens/tokens.js +11 -9
  194. package/build-esm/address-book/moonbeam/index.d.ts +42 -12
  195. package/build-esm/address-book/moonbeam/tokens/tokens.d.ts +21 -6
  196. package/build-esm/address-book/moonbeam/tokens/tokens.js +21 -6
  197. package/build-esm/address-book/moonriver/index.d.ts +20 -16
  198. package/build-esm/address-book/moonriver/tokens/tokens.d.ts +10 -8
  199. package/build-esm/address-book/moonriver/tokens/tokens.js +10 -8
  200. package/build-esm/address-book/one/index.d.ts +10 -0
  201. package/build-esm/address-book/one/tokens/tokens.d.ts +5 -0
  202. package/build-esm/address-book/one/tokens/tokens.js +5 -0
  203. package/build-esm/address-book/optimism/index.d.ts +134 -80
  204. package/build-esm/address-book/optimism/tokens/tokens.d.ts +67 -40
  205. package/build-esm/address-book/optimism/tokens/tokens.js +67 -40
  206. package/build-esm/address-book/plasma/index.d.ts +14 -12
  207. package/build-esm/address-book/plasma/tokens/tokens.d.ts +7 -6
  208. package/build-esm/address-book/plasma/tokens/tokens.js +7 -6
  209. package/build-esm/address-book/polygon/index.d.ts +114 -48
  210. package/build-esm/address-book/polygon/tokens/tokens.d.ts +57 -24
  211. package/build-esm/address-book/polygon/tokens/tokens.js +56 -23
  212. package/build-esm/address-book/real/index.d.ts +18 -16
  213. package/build-esm/address-book/real/tokens/tokens.d.ts +9 -8
  214. package/build-esm/address-book/real/tokens/tokens.js +9 -8
  215. package/build-esm/address-book/rootstock/index.d.ts +6 -4
  216. package/build-esm/address-book/rootstock/tokens/tokens.d.ts +3 -2
  217. package/build-esm/address-book/rootstock/tokens/tokens.js +3 -2
  218. package/build-esm/address-book/saga/index.d.ts +2 -0
  219. package/build-esm/address-book/saga/tokens/tokens.d.ts +1 -0
  220. package/build-esm/address-book/saga/tokens/tokens.js +1 -0
  221. package/build-esm/address-book/scroll/index.d.ts +8 -4
  222. package/build-esm/address-book/scroll/tokens/tokens.d.ts +4 -2
  223. package/build-esm/address-book/scroll/tokens/tokens.js +4 -2
  224. package/build-esm/address-book/sei/index.d.ts +6 -0
  225. package/build-esm/address-book/sei/tokens/tokens.d.ts +3 -0
  226. package/build-esm/address-book/sei/tokens/tokens.js +3 -0
  227. package/build-esm/address-book/sonic/index.d.ts +40 -20
  228. package/build-esm/address-book/sonic/tokens/tokens.d.ts +20 -10
  229. package/build-esm/address-book/sonic/tokens/tokens.js +20 -10
  230. package/build-esm/address-book/zkevm/index.d.ts +8 -4
  231. package/build-esm/address-book/zkevm/tokens/tokens.d.ts +4 -2
  232. package/build-esm/address-book/zkevm/tokens/tokens.js +4 -2
  233. package/build-esm/address-book/zksync/index.d.ts +12 -4
  234. package/build-esm/address-book/zksync/tokens/tokens.d.ts +6 -2
  235. package/build-esm/address-book/zksync/tokens/tokens.js +6 -2
  236. package/build-esm/types/token.d.ts +1 -1
  237. package/package.json +1 -1
@@ -77,6 +77,7 @@ export declare const fuse: {
77
77
  readonly website: "https://app.angle.money/";
78
78
  readonly description: "Angle is a decentralized, capital-efficient and over-collateralized stablecoins protocol.";
79
79
  readonly documentation: "https://docs.angle.money/";
80
+ readonly tags: readonly ["SYNTHETIC"];
80
81
  };
81
82
  readonly xVOLT: {
82
83
  readonly name: "VoltBar xVOLT";
@@ -112,6 +113,7 @@ export declare const fuse: {
112
113
  readonly logoURI: "";
113
114
  readonly website: "https://www.terra.money/";
114
115
  readonly description: "Terra is a public blockchain protocol deploying a suite of algorithmic decentralized stablecoins which underpin a thriving ecosystem that brings DeFi to the masses.";
116
+ readonly tags: readonly ["SYNTHETIC"];
115
117
  };
116
118
  readonly atLUNA: {
117
119
  readonly name: "Luna Terra";
@@ -123,6 +125,7 @@ export declare const fuse: {
123
125
  readonly logoURI: "";
124
126
  readonly website: "https://www.terra.money/";
125
127
  readonly description: "The Terra protocols native staking token that absorbs the price volatility of Terra. Luna is used for governance and in mining. Users stake Luna to validators who record and verify transactions on the blockchain in exchange for rewards from transaction fees. The more Terra is used, the more Luna is worth.";
128
+ readonly tags: readonly ["SYNTHETIC"];
126
129
  };
127
130
  readonly WETH: {
128
131
  readonly name: "Wrapped Ether on Fuse";
@@ -159,7 +162,7 @@ export declare const fuse: {
159
162
  readonly logoURI: "";
160
163
  readonly website: "https://fuse.fi/";
161
164
  readonly description: "Fuse Dollar (fUSD) is fully backed by USDC which is a fully backed us regulated stablecoin minted by circle.com and is widely used in the decentralized finance space. The Fuse network will add more stablecoins to aggregate yield, add stability and remove friction for on boarding and off boarding between crypto and fiat. ";
162
- readonly risks: readonly ["SYNTH_STABLE"];
165
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
163
166
  };
164
167
  readonly BNB: {
165
168
  readonly name: "BNB on Fuse";
@@ -183,7 +186,7 @@ export declare const fuse: {
183
186
  readonly website: "https://www.binance.com/en/busd";
184
187
  readonly description: "Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos). BUSD is 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.";
185
188
  readonly bridge: "fuse-canonical";
186
- readonly risks: readonly ["SYNTH_STABLE"];
189
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
187
190
  };
188
191
  readonly USDC: {
189
192
  readonly name: "USD Coin on Fuse";
@@ -195,6 +198,7 @@ export declare const fuse: {
195
198
  readonly logoURI: "";
196
199
  readonly website: "https://www.circle.com/usdc";
197
200
  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.";
201
+ readonly tags: readonly ["STABLECOIN"];
198
202
  };
199
203
  readonly ELON: {
200
204
  readonly name: "Dogelon on Fuse";
@@ -239,6 +243,7 @@ export declare const fuse: {
239
243
  readonly logoURI: "";
240
244
  readonly website: "https://tether.to/";
241
245
  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.";
246
+ readonly tags: readonly ["STABLECOIN"];
242
247
  };
243
248
  readonly 'oldBIFI-WFUSE LP': {
244
249
  readonly name: "oldBIFI-WFUSE LP";
@@ -328,6 +333,7 @@ export declare const fuse: {
328
333
  readonly website: "https://app.angle.money/";
329
334
  readonly description: "Angle is a decentralized, capital-efficient and over-collateralized stablecoins protocol.";
330
335
  readonly documentation: "https://docs.angle.money/";
336
+ readonly tags: readonly ["SYNTHETIC"];
331
337
  };
332
338
  readonly xVOLT: {
333
339
  readonly name: "VoltBar xVOLT";
@@ -363,6 +369,7 @@ export declare const fuse: {
363
369
  readonly logoURI: "";
364
370
  readonly website: "https://www.terra.money/";
365
371
  readonly description: "Terra is a public blockchain protocol deploying a suite of algorithmic decentralized stablecoins which underpin a thriving ecosystem that brings DeFi to the masses.";
372
+ readonly tags: readonly ["SYNTHETIC"];
366
373
  };
367
374
  readonly atLUNA: {
368
375
  readonly name: "Luna Terra";
@@ -374,6 +381,7 @@ export declare const fuse: {
374
381
  readonly logoURI: "";
375
382
  readonly website: "https://www.terra.money/";
376
383
  readonly description: "The Terra protocols native staking token that absorbs the price volatility of Terra. Luna is used for governance and in mining. Users stake Luna to validators who record and verify transactions on the blockchain in exchange for rewards from transaction fees. The more Terra is used, the more Luna is worth.";
384
+ readonly tags: readonly ["SYNTHETIC"];
377
385
  };
378
386
  readonly WETH: {
379
387
  readonly name: "Wrapped Ether on Fuse";
@@ -410,7 +418,7 @@ export declare const fuse: {
410
418
  readonly logoURI: "";
411
419
  readonly website: "https://fuse.fi/";
412
420
  readonly description: "Fuse Dollar (fUSD) is fully backed by USDC which is a fully backed us regulated stablecoin minted by circle.com and is widely used in the decentralized finance space. The Fuse network will add more stablecoins to aggregate yield, add stability and remove friction for on boarding and off boarding between crypto and fiat. ";
413
- readonly risks: readonly ["SYNTH_STABLE"];
421
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
414
422
  };
415
423
  readonly BNB: {
416
424
  readonly name: "BNB on Fuse";
@@ -434,7 +442,7 @@ export declare const fuse: {
434
442
  readonly website: "https://www.binance.com/en/busd";
435
443
  readonly description: "Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos). BUSD is 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.";
436
444
  readonly bridge: "fuse-canonical";
437
- readonly risks: readonly ["SYNTH_STABLE"];
445
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
438
446
  };
439
447
  readonly USDC: {
440
448
  readonly name: "USD Coin on Fuse";
@@ -446,6 +454,7 @@ export declare const fuse: {
446
454
  readonly logoURI: "";
447
455
  readonly website: "https://www.circle.com/usdc";
448
456
  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.";
457
+ readonly tags: readonly ["STABLECOIN"];
449
458
  };
450
459
  readonly ELON: {
451
460
  readonly name: "Dogelon on Fuse";
@@ -490,6 +499,7 @@ export declare const fuse: {
490
499
  readonly logoURI: "";
491
500
  readonly website: "https://tether.to/";
492
501
  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.";
502
+ readonly tags: readonly ["STABLECOIN"];
493
503
  };
494
504
  readonly 'oldBIFI-WFUSE LP': {
495
505
  readonly name: "oldBIFI-WFUSE LP";
@@ -74,6 +74,7 @@ export declare const tokens: {
74
74
  readonly website: "https://app.angle.money/";
75
75
  readonly description: "Angle is a decentralized, capital-efficient and over-collateralized stablecoins protocol.";
76
76
  readonly documentation: "https://docs.angle.money/";
77
+ readonly tags: readonly ["SYNTHETIC"];
77
78
  };
78
79
  readonly xVOLT: {
79
80
  readonly name: "VoltBar xVOLT";
@@ -109,6 +110,7 @@ export declare const tokens: {
109
110
  readonly logoURI: "";
110
111
  readonly website: "https://www.terra.money/";
111
112
  readonly description: "Terra is a public blockchain protocol deploying a suite of algorithmic decentralized stablecoins which underpin a thriving ecosystem that brings DeFi to the masses.";
113
+ readonly tags: readonly ["SYNTHETIC"];
112
114
  };
113
115
  readonly atLUNA: {
114
116
  readonly name: "Luna Terra";
@@ -120,6 +122,7 @@ export declare const tokens: {
120
122
  readonly logoURI: "";
121
123
  readonly website: "https://www.terra.money/";
122
124
  readonly description: "The Terra protocols native staking token that absorbs the price volatility of Terra. Luna is used for governance and in mining. Users stake Luna to validators who record and verify transactions on the blockchain in exchange for rewards from transaction fees. The more Terra is used, the more Luna is worth.";
125
+ readonly tags: readonly ["SYNTHETIC"];
123
126
  };
124
127
  readonly WETH: {
125
128
  readonly name: "Wrapped Ether on Fuse";
@@ -156,7 +159,7 @@ export declare const tokens: {
156
159
  readonly logoURI: "";
157
160
  readonly website: "https://fuse.fi/";
158
161
  readonly description: "Fuse Dollar (fUSD) is fully backed by USDC which is a fully backed us regulated stablecoin minted by circle.com and is widely used in the decentralized finance space. The Fuse network will add more stablecoins to aggregate yield, add stability and remove friction for on boarding and off boarding between crypto and fiat. ";
159
- readonly risks: readonly ["SYNTH_STABLE"];
162
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
160
163
  };
161
164
  readonly BNB: {
162
165
  readonly name: "BNB on Fuse";
@@ -180,7 +183,7 @@ export declare const tokens: {
180
183
  readonly website: "https://www.binance.com/en/busd";
181
184
  readonly description: "Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos). BUSD is 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.";
182
185
  readonly bridge: "fuse-canonical";
183
- readonly risks: readonly ["SYNTH_STABLE"];
186
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
184
187
  };
185
188
  readonly USDC: {
186
189
  readonly name: "USD Coin on Fuse";
@@ -192,6 +195,7 @@ export declare const tokens: {
192
195
  readonly logoURI: "";
193
196
  readonly website: "https://www.circle.com/usdc";
194
197
  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.";
198
+ readonly tags: readonly ["STABLECOIN"];
195
199
  };
196
200
  readonly ELON: {
197
201
  readonly name: "Dogelon on Fuse";
@@ -236,6 +240,7 @@ export declare const tokens: {
236
240
  readonly logoURI: "";
237
241
  readonly website: "https://tether.to/";
238
242
  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.";
243
+ readonly tags: readonly ["STABLECOIN"];
239
244
  };
240
245
  readonly 'oldBIFI-WFUSE LP': {
241
246
  readonly name: "oldBIFI-WFUSE LP";
@@ -42,6 +42,7 @@ exports.tokens = {
42
42
  website: 'https://app.angle.money/',
43
43
  description: 'Angle is a decentralized, capital-efficient and over-collateralized stablecoins protocol.',
44
44
  documentation: 'https://docs.angle.money/',
45
+ tags: ['SYNTHETIC'],
45
46
  },
46
47
  xVOLT: {
47
48
  name: 'VoltBar xVOLT',
@@ -77,6 +78,7 @@ exports.tokens = {
77
78
  logoURI: '',
78
79
  website: 'https://www.terra.money/',
79
80
  description: 'Terra is a public blockchain protocol deploying a suite of algorithmic decentralized stablecoins which underpin a thriving ecosystem that brings DeFi to the masses.',
81
+ tags: ['SYNTHETIC'],
80
82
  },
81
83
  atLUNA: {
82
84
  name: 'Luna Terra',
@@ -88,6 +90,7 @@ exports.tokens = {
88
90
  logoURI: '',
89
91
  website: 'https://www.terra.money/',
90
92
  description: 'The Terra protocols native staking token that absorbs the price volatility of Terra. Luna is used for governance and in mining. Users stake Luna to validators who record and verify transactions on the blockchain in exchange for rewards from transaction fees. The more Terra is used, the more Luna is worth.',
93
+ tags: ['SYNTHETIC'],
91
94
  },
92
95
  WETH: {
93
96
  name: 'Wrapped Ether on Fuse',
@@ -124,7 +127,7 @@ exports.tokens = {
124
127
  logoURI: '',
125
128
  website: 'https://fuse.fi/',
126
129
  description: 'Fuse Dollar (fUSD) is fully backed by USDC which is a fully backed us regulated stablecoin minted by circle.com and is widely used in the decentralized finance space. The Fuse network will add more stablecoins to aggregate yield, add stability and remove friction for on boarding and off boarding between crypto and fiat. ',
127
- risks: ['SYNTH_STABLE'],
130
+ tags: ['STABLECOIN', 'SYNTHETIC'],
128
131
  },
129
132
  BNB: {
130
133
  name: 'BNB on Fuse',
@@ -148,7 +151,7 @@ exports.tokens = {
148
151
  website: 'https://www.binance.com/en/busd',
149
152
  description: 'Binance USD (BUSD) is a 1:1 USD-backed stable coin issued by Binance (in partnership with Paxos). BUSD is 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.',
150
153
  bridge: 'fuse-canonical',
151
- risks: ['SYNTH_STABLE'],
154
+ tags: ['STABLECOIN', 'SYNTHETIC'],
152
155
  },
153
156
  USDC: {
154
157
  name: 'USD Coin on Fuse',
@@ -160,6 +163,7 @@ exports.tokens = {
160
163
  logoURI: '',
161
164
  website: 'https://www.circle.com/usdc',
162
165
  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.',
166
+ tags: ['STABLECOIN'],
163
167
  },
164
168
  ELON: {
165
169
  name: 'Dogelon on Fuse',
@@ -204,6 +208,7 @@ exports.tokens = {
204
208
  logoURI: '',
205
209
  website: 'https://tether.to/',
206
210
  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.',
211
+ tags: ['STABLECOIN'],
207
212
  },
208
213
  'oldBIFI-WFUSE LP': {
209
214
  name: 'oldBIFI-WFUSE LP',
@@ -14,7 +14,7 @@ export declare const gnosis: {
14
14
  readonly bridge: "gnosis-canonical";
15
15
  readonly logoURI: "";
16
16
  readonly documentation: "https://docs.gnosischain.com/about/tokens/xdai";
17
- readonly risks: readonly ["SYNTH_STABLE"];
17
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
18
18
  };
19
19
  readonly FEES: {
20
20
  readonly name: "Wrapped xDAI";
@@ -28,7 +28,7 @@ export declare const gnosis: {
28
28
  readonly bridge: "gnosis-canonical";
29
29
  readonly logoURI: "";
30
30
  readonly documentation: "https://docs.gnosischain.com/about/tokens/xdai";
31
- readonly risks: readonly ["SYNTH_STABLE"];
31
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
32
32
  };
33
33
  readonly xDAI: {
34
34
  readonly name: "Wrapped xDAI";
@@ -42,7 +42,7 @@ export declare const gnosis: {
42
42
  readonly bridge: "gnosis-canonical";
43
43
  readonly logoURI: "";
44
44
  readonly documentation: "https://docs.gnosischain.com/about/tokens/xdai";
45
- readonly risks: readonly ["SYNTH_STABLE"];
45
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
46
46
  };
47
47
  readonly WXDAI: {
48
48
  readonly name: "Wrapped xDAI";
@@ -56,7 +56,7 @@ export declare const gnosis: {
56
56
  readonly bridge: "gnosis-canonical";
57
57
  readonly logoURI: "";
58
58
  readonly documentation: "https://docs.gnosischain.com/about/tokens/xdai";
59
- readonly risks: readonly ["SYNTH_STABLE"];
59
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
60
60
  };
61
61
  readonly AURA: {
62
62
  readonly name: "Aura";
@@ -122,6 +122,7 @@ export declare const gnosis: {
122
122
  readonly bridge: "gnosis-canonical";
123
123
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
124
124
  readonly documentation: "https://tether.to/en/how-it-works";
125
+ readonly tags: readonly ["STABLECOIN"];
125
126
  };
126
127
  readonly USDC: {
127
128
  readonly name: "USD Coin";
@@ -135,6 +136,7 @@ export declare const gnosis: {
135
136
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
136
137
  readonly documentation: "https://www.circle.com/en/usdc-multichain/arbitrum";
137
138
  readonly bridge: "gnosis-canonical";
139
+ readonly tags: readonly ["STABLECOIN"];
138
140
  };
139
141
  readonly EURe: {
140
142
  readonly name: "Monerium EURe emoney";
@@ -148,6 +150,7 @@ export declare const gnosis: {
148
150
  readonly bridge: "gnosis-canonical";
149
151
  readonly documentation: "https://monerium.dev/";
150
152
  readonly description: "EURe is a Euro stable-coin from Monerium. Monerium is the first company authorized to issue money on blockchains under European financial regulation. They have issued EUR, USD, GBP, and ISK as e-money tokens on Ethereum and EUR on Algorand. Monerium also operates a gateway for instant transfers of EUR between bank accounts and blockchain wallets/smart contracts.";
153
+ readonly tags: readonly ["STABLECOIN"];
151
154
  };
152
155
  readonly sDAI: {
153
156
  readonly name: "Savings xDAI";
@@ -161,7 +164,7 @@ export declare const gnosis: {
161
164
  readonly documentation: "https://docs.spark.fi/";
162
165
  readonly bridge: "gnosis-canonical";
163
166
  readonly description: "Savings Dai (sDAI) is an ERC-4626 representation/wrapper of DAI in the Dai Savings Rate (DSR) module. sDAI allows users to deposit DAI to receive the yield generated by the Maker protocol while still being able to transfer, stake, lend and use it in any way you want.";
164
- readonly risks: readonly ["SYNTH_STABLE"];
167
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
165
168
  };
166
169
  readonly GNO: {
167
170
  readonly chainId: 100;
@@ -201,7 +204,7 @@ export declare const gnosis: {
201
204
  readonly description: "crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar";
202
205
  readonly documentation: "https://docs.curve.finance/crvUSD/crvUSD/";
203
206
  readonly bridge: "gnosis-canonical";
204
- readonly risks: readonly ["SYNTH_STABLE"];
207
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
205
208
  };
206
209
  readonly USDCe: {
207
210
  readonly name: "Bridged USDC (Gnosis)";
@@ -215,6 +218,7 @@ export declare const gnosis: {
215
218
  readonly logoURI: "";
216
219
  readonly documentation: "https://docs.gnosischain.com/bridges/About%20Token%20Bridges/omnibridge#usdce-a-usdc-token-on-gnosis-chain-that-complies-with-circle-standard";
217
220
  readonly bridge: "gnosis-canonical";
221
+ readonly tags: readonly ["STABLECOIN"];
218
222
  };
219
223
  readonly EURA: {
220
224
  readonly name: "EURA (previously agEUR)";
@@ -228,6 +232,7 @@ export declare const gnosis: {
228
232
  readonly description: "EURA (previously agEUR) is pegged to the value of the Euro (€) and is a product of Angle, a decentralized, capital-efficient and over-collateralized stablecoins protocol.";
229
233
  readonly bridge: "layer-zero";
230
234
  readonly documentation: "https://docs.angle.money/";
235
+ readonly tags: readonly ["SYNTHETIC"];
231
236
  };
232
237
  readonly stEUR: {
233
238
  readonly name: "Staked EURA";
@@ -241,7 +246,7 @@ export declare const gnosis: {
241
246
  readonly description: "stEUR is a yield-bearing stablecoin received when depositing EURA into the Angle savings solution, with its value increasing over time due to earned yield. It is an ERC20 token, liquid, and tradeable on decentralized exchanges, allowing automatic yield earnings.";
242
247
  readonly bridge: "layer-zero";
243
248
  readonly documentation: "https://docs.angle.money/";
244
- readonly risks: readonly ["SYNTH_STABLE"];
249
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
245
250
  };
246
251
  readonly rETH: {
247
252
  readonly name: "Rocket Pool ETH from Mainnet";
@@ -291,6 +296,7 @@ export declare const gnosis: {
291
296
  readonly website: "https://aave.com/";
292
297
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
293
298
  readonly description: "Aave interest bearing wstETH.";
299
+ readonly tags: readonly ["SYNTHETIC"];
294
300
  };
295
301
  readonly wagwstETH: {
296
302
  readonly name: "Wrapped Aave wstETH";
@@ -315,6 +321,7 @@ export declare const gnosis: {
315
321
  readonly website: "https://aave.com/";
316
322
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
317
323
  readonly description: "Aave interest bearing ETH .";
324
+ readonly tags: readonly ["SYNTHETIC"];
318
325
  };
319
326
  readonly wagETH: {
320
327
  readonly name: "Wrapped Aave ETH";
@@ -380,7 +387,7 @@ export declare const gnosis: {
380
387
  readonly bridge: "gnosis-canonical";
381
388
  readonly logoURI: "";
382
389
  readonly documentation: "https://docs.gnosischain.com/about/tokens/xdai";
383
- readonly risks: readonly ["SYNTH_STABLE"];
390
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
384
391
  };
385
392
  readonly FEES: {
386
393
  readonly name: "Wrapped xDAI";
@@ -394,7 +401,7 @@ export declare const gnosis: {
394
401
  readonly bridge: "gnosis-canonical";
395
402
  readonly logoURI: "";
396
403
  readonly documentation: "https://docs.gnosischain.com/about/tokens/xdai";
397
- readonly risks: readonly ["SYNTH_STABLE"];
404
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
398
405
  };
399
406
  readonly xDAI: {
400
407
  readonly name: "Wrapped xDAI";
@@ -408,7 +415,7 @@ export declare const gnosis: {
408
415
  readonly bridge: "gnosis-canonical";
409
416
  readonly logoURI: "";
410
417
  readonly documentation: "https://docs.gnosischain.com/about/tokens/xdai";
411
- readonly risks: readonly ["SYNTH_STABLE"];
418
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
412
419
  };
413
420
  readonly WXDAI: {
414
421
  readonly name: "Wrapped xDAI";
@@ -422,7 +429,7 @@ export declare const gnosis: {
422
429
  readonly bridge: "gnosis-canonical";
423
430
  readonly logoURI: "";
424
431
  readonly documentation: "https://docs.gnosischain.com/about/tokens/xdai";
425
- readonly risks: readonly ["SYNTH_STABLE"];
432
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
426
433
  };
427
434
  readonly AURA: {
428
435
  readonly name: "Aura";
@@ -488,6 +495,7 @@ export declare const gnosis: {
488
495
  readonly bridge: "gnosis-canonical";
489
496
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
490
497
  readonly documentation: "https://tether.to/en/how-it-works";
498
+ readonly tags: readonly ["STABLECOIN"];
491
499
  };
492
500
  readonly USDC: {
493
501
  readonly name: "USD Coin";
@@ -501,6 +509,7 @@ export declare const gnosis: {
501
509
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
502
510
  readonly documentation: "https://www.circle.com/en/usdc-multichain/arbitrum";
503
511
  readonly bridge: "gnosis-canonical";
512
+ readonly tags: readonly ["STABLECOIN"];
504
513
  };
505
514
  readonly EURe: {
506
515
  readonly name: "Monerium EURe emoney";
@@ -514,6 +523,7 @@ export declare const gnosis: {
514
523
  readonly bridge: "gnosis-canonical";
515
524
  readonly documentation: "https://monerium.dev/";
516
525
  readonly description: "EURe is a Euro stable-coin from Monerium. Monerium is the first company authorized to issue money on blockchains under European financial regulation. They have issued EUR, USD, GBP, and ISK as e-money tokens on Ethereum and EUR on Algorand. Monerium also operates a gateway for instant transfers of EUR between bank accounts and blockchain wallets/smart contracts.";
526
+ readonly tags: readonly ["STABLECOIN"];
517
527
  };
518
528
  readonly sDAI: {
519
529
  readonly name: "Savings xDAI";
@@ -527,7 +537,7 @@ export declare const gnosis: {
527
537
  readonly documentation: "https://docs.spark.fi/";
528
538
  readonly bridge: "gnosis-canonical";
529
539
  readonly description: "Savings Dai (sDAI) is an ERC-4626 representation/wrapper of DAI in the Dai Savings Rate (DSR) module. sDAI allows users to deposit DAI to receive the yield generated by the Maker protocol while still being able to transfer, stake, lend and use it in any way you want.";
530
- readonly risks: readonly ["SYNTH_STABLE"];
540
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
531
541
  };
532
542
  readonly GNO: {
533
543
  readonly chainId: 100;
@@ -567,7 +577,7 @@ export declare const gnosis: {
567
577
  readonly description: "crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar";
568
578
  readonly documentation: "https://docs.curve.finance/crvUSD/crvUSD/";
569
579
  readonly bridge: "gnosis-canonical";
570
- readonly risks: readonly ["SYNTH_STABLE"];
580
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
571
581
  };
572
582
  readonly USDCe: {
573
583
  readonly name: "Bridged USDC (Gnosis)";
@@ -581,6 +591,7 @@ export declare const gnosis: {
581
591
  readonly logoURI: "";
582
592
  readonly documentation: "https://docs.gnosischain.com/bridges/About%20Token%20Bridges/omnibridge#usdce-a-usdc-token-on-gnosis-chain-that-complies-with-circle-standard";
583
593
  readonly bridge: "gnosis-canonical";
594
+ readonly tags: readonly ["STABLECOIN"];
584
595
  };
585
596
  readonly EURA: {
586
597
  readonly name: "EURA (previously agEUR)";
@@ -594,6 +605,7 @@ export declare const gnosis: {
594
605
  readonly description: "EURA (previously agEUR) is pegged to the value of the Euro (€) and is a product of Angle, a decentralized, capital-efficient and over-collateralized stablecoins protocol.";
595
606
  readonly bridge: "layer-zero";
596
607
  readonly documentation: "https://docs.angle.money/";
608
+ readonly tags: readonly ["SYNTHETIC"];
597
609
  };
598
610
  readonly stEUR: {
599
611
  readonly name: "Staked EURA";
@@ -607,7 +619,7 @@ export declare const gnosis: {
607
619
  readonly description: "stEUR is a yield-bearing stablecoin received when depositing EURA into the Angle savings solution, with its value increasing over time due to earned yield. It is an ERC20 token, liquid, and tradeable on decentralized exchanges, allowing automatic yield earnings.";
608
620
  readonly bridge: "layer-zero";
609
621
  readonly documentation: "https://docs.angle.money/";
610
- readonly risks: readonly ["SYNTH_STABLE"];
622
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
611
623
  };
612
624
  readonly rETH: {
613
625
  readonly name: "Rocket Pool ETH from Mainnet";
@@ -657,6 +669,7 @@ export declare const gnosis: {
657
669
  readonly website: "https://aave.com/";
658
670
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
659
671
  readonly description: "Aave interest bearing wstETH.";
672
+ readonly tags: readonly ["SYNTHETIC"];
660
673
  };
661
674
  readonly wagwstETH: {
662
675
  readonly name: "Wrapped Aave wstETH";
@@ -681,6 +694,7 @@ export declare const gnosis: {
681
694
  readonly website: "https://aave.com/";
682
695
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
683
696
  readonly description: "Aave interest bearing ETH .";
697
+ readonly tags: readonly ["SYNTHETIC"];
684
698
  };
685
699
  readonly wagETH: {
686
700
  readonly name: "Wrapped Aave ETH";
@@ -11,7 +11,7 @@ export declare const tokens: {
11
11
  readonly bridge: "gnosis-canonical";
12
12
  readonly logoURI: "";
13
13
  readonly documentation: "https://docs.gnosischain.com/about/tokens/xdai";
14
- readonly risks: readonly ["SYNTH_STABLE"];
14
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
15
15
  };
16
16
  readonly FEES: {
17
17
  readonly name: "Wrapped xDAI";
@@ -25,7 +25,7 @@ export declare const tokens: {
25
25
  readonly bridge: "gnosis-canonical";
26
26
  readonly logoURI: "";
27
27
  readonly documentation: "https://docs.gnosischain.com/about/tokens/xdai";
28
- readonly risks: readonly ["SYNTH_STABLE"];
28
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
29
29
  };
30
30
  readonly xDAI: {
31
31
  readonly name: "Wrapped xDAI";
@@ -39,7 +39,7 @@ export declare const tokens: {
39
39
  readonly bridge: "gnosis-canonical";
40
40
  readonly logoURI: "";
41
41
  readonly documentation: "https://docs.gnosischain.com/about/tokens/xdai";
42
- readonly risks: readonly ["SYNTH_STABLE"];
42
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
43
43
  };
44
44
  readonly WXDAI: {
45
45
  readonly name: "Wrapped xDAI";
@@ -53,7 +53,7 @@ export declare const tokens: {
53
53
  readonly bridge: "gnosis-canonical";
54
54
  readonly logoURI: "";
55
55
  readonly documentation: "https://docs.gnosischain.com/about/tokens/xdai";
56
- readonly risks: readonly ["SYNTH_STABLE"];
56
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
57
57
  };
58
58
  readonly AURA: {
59
59
  readonly name: "Aura";
@@ -119,6 +119,7 @@ export declare const tokens: {
119
119
  readonly bridge: "gnosis-canonical";
120
120
  readonly logoURI: "https://hecoinfo.com/token/images/USDTHECO_32.png";
121
121
  readonly documentation: "https://tether.to/en/how-it-works";
122
+ readonly tags: readonly ["STABLECOIN"];
122
123
  };
123
124
  readonly USDC: {
124
125
  readonly name: "USD Coin";
@@ -132,6 +133,7 @@ export declare const tokens: {
132
133
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
133
134
  readonly documentation: "https://www.circle.com/en/usdc-multichain/arbitrum";
134
135
  readonly bridge: "gnosis-canonical";
136
+ readonly tags: readonly ["STABLECOIN"];
135
137
  };
136
138
  readonly EURe: {
137
139
  readonly name: "Monerium EURe emoney";
@@ -145,6 +147,7 @@ export declare const tokens: {
145
147
  readonly bridge: "gnosis-canonical";
146
148
  readonly documentation: "https://monerium.dev/";
147
149
  readonly description: "EURe is a Euro stable-coin from Monerium. Monerium is the first company authorized to issue money on blockchains under European financial regulation. They have issued EUR, USD, GBP, and ISK as e-money tokens on Ethereum and EUR on Algorand. Monerium also operates a gateway for instant transfers of EUR between bank accounts and blockchain wallets/smart contracts.";
150
+ readonly tags: readonly ["STABLECOIN"];
148
151
  };
149
152
  readonly sDAI: {
150
153
  readonly name: "Savings xDAI";
@@ -158,7 +161,7 @@ export declare const tokens: {
158
161
  readonly documentation: "https://docs.spark.fi/";
159
162
  readonly bridge: "gnosis-canonical";
160
163
  readonly description: "Savings Dai (sDAI) is an ERC-4626 representation/wrapper of DAI in the Dai Savings Rate (DSR) module. sDAI allows users to deposit DAI to receive the yield generated by the Maker protocol while still being able to transfer, stake, lend and use it in any way you want.";
161
- readonly risks: readonly ["SYNTH_STABLE"];
164
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
162
165
  };
163
166
  readonly GNO: {
164
167
  readonly chainId: 100;
@@ -198,7 +201,7 @@ export declare const tokens: {
198
201
  readonly description: "crvUSD is a collateralized-debt-position (CDP) stablecoin pegged to the US Dollar";
199
202
  readonly documentation: "https://docs.curve.finance/crvUSD/crvUSD/";
200
203
  readonly bridge: "gnosis-canonical";
201
- readonly risks: readonly ["SYNTH_STABLE"];
204
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
202
205
  };
203
206
  readonly USDCe: {
204
207
  readonly name: "Bridged USDC (Gnosis)";
@@ -212,6 +215,7 @@ export declare const tokens: {
212
215
  readonly logoURI: "";
213
216
  readonly documentation: "https://docs.gnosischain.com/bridges/About%20Token%20Bridges/omnibridge#usdce-a-usdc-token-on-gnosis-chain-that-complies-with-circle-standard";
214
217
  readonly bridge: "gnosis-canonical";
218
+ readonly tags: readonly ["STABLECOIN"];
215
219
  };
216
220
  readonly EURA: {
217
221
  readonly name: "EURA (previously agEUR)";
@@ -225,6 +229,7 @@ export declare const tokens: {
225
229
  readonly description: "EURA (previously agEUR) is pegged to the value of the Euro (€) and is a product of Angle, a decentralized, capital-efficient and over-collateralized stablecoins protocol.";
226
230
  readonly bridge: "layer-zero";
227
231
  readonly documentation: "https://docs.angle.money/";
232
+ readonly tags: readonly ["SYNTHETIC"];
228
233
  };
229
234
  readonly stEUR: {
230
235
  readonly name: "Staked EURA";
@@ -238,7 +243,7 @@ export declare const tokens: {
238
243
  readonly description: "stEUR is a yield-bearing stablecoin received when depositing EURA into the Angle savings solution, with its value increasing over time due to earned yield. It is an ERC20 token, liquid, and tradeable on decentralized exchanges, allowing automatic yield earnings.";
239
244
  readonly bridge: "layer-zero";
240
245
  readonly documentation: "https://docs.angle.money/";
241
- readonly risks: readonly ["SYNTH_STABLE"];
246
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
242
247
  };
243
248
  readonly rETH: {
244
249
  readonly name: "Rocket Pool ETH from Mainnet";
@@ -288,6 +293,7 @@ export declare const tokens: {
288
293
  readonly website: "https://aave.com/";
289
294
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
290
295
  readonly description: "Aave interest bearing wstETH.";
296
+ readonly tags: readonly ["SYNTHETIC"];
291
297
  };
292
298
  readonly wagwstETH: {
293
299
  readonly name: "Wrapped Aave wstETH";
@@ -312,6 +318,7 @@ export declare const tokens: {
312
318
  readonly website: "https://aave.com/";
313
319
  readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
314
320
  readonly description: "Aave interest bearing ETH .";
321
+ readonly tags: readonly ["SYNTHETIC"];
315
322
  };
316
323
  readonly wagETH: {
317
324
  readonly name: "Wrapped Aave ETH";