@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
@@ -127,6 +127,7 @@ export declare const avax: {
127
127
  readonly logoURI: "";
128
128
  readonly documentation: "https://www.circle.com/en/eurc";
129
129
  readonly bridge: "native";
130
+ readonly tags: readonly ["STABLECOIN"];
130
131
  };
131
132
  readonly frxETH: {
132
133
  readonly name: "Frax Ether";
@@ -163,6 +164,7 @@ export declare const avax: {
163
164
  readonly description: "USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
164
165
  readonly logoURI: "";
165
166
  readonly documentation: "https://docs.overnight.fi/";
167
+ readonly tags: readonly ["CURATED"];
166
168
  };
167
169
  readonly CAI: {
168
170
  readonly name: "Colony Avalanche Index CAI";
@@ -296,6 +298,7 @@ export declare const avax: {
296
298
  readonly logoURI: "https://assets.coingecko.com/coins/images/24237/large/money.png";
297
299
  readonly website: "https://moremoney.finance/";
298
300
  readonly description: "Moremoney is a protocol for borrowing stablecoin while earning interest on liquidity pool tokens and other collateral assets.";
301
+ readonly tags: readonly ["SYNTHETIC"];
299
302
  };
300
303
  readonly USTw: {
301
304
  readonly name: "TerraUSD (Wormhole)";
@@ -307,7 +310,7 @@ export declare const avax: {
307
310
  readonly logoURI: "https://raw.githubusercontent.com/traderjoe-xyz/joe-tokenlists/main/logos/0x260Bbf5698121EB85e7a74f2E45E16Ce762EbE11/logo.png";
308
311
  readonly website: "https://www.terra.money/";
309
312
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
310
- readonly risks: readonly ["SYNTH_STABLE"];
313
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
311
314
  };
312
315
  readonly saUSDC: {
313
316
  readonly name: "Stargate USD Coin LP";
@@ -320,6 +323,7 @@ export declare const avax: {
320
323
  readonly chainId: 43114;
321
324
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
322
325
  readonly documentation: "https://developers.circle.com/docs";
326
+ readonly tags: readonly ["STABLECOIN"];
323
327
  };
324
328
  readonly saUSDT: {
325
329
  readonly name: "Stargate Tether USD LP";
@@ -331,6 +335,7 @@ export declare const avax: {
331
335
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
332
336
  readonly website: "https://tether.to/";
333
337
  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.";
338
+ readonly tags: readonly ["STABLECOIN"];
334
339
  };
335
340
  readonly STG: {
336
341
  readonly name: "Stargate";
@@ -441,6 +446,7 @@ export declare const avax: {
441
446
  readonly website: "https://ripae.finance/";
442
447
  readonly description: "Ripae Finances 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.";
443
448
  readonly logoURI: "https://avax.ripae.finance/static/media/ripae_pae.e914457b.svg";
449
+ readonly tags: readonly ["SYNTHETIC"];
444
450
  };
445
451
  readonly FIEF: {
446
452
  readonly name: "Fief FIEF";
@@ -606,7 +612,7 @@ export declare const avax: {
606
612
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x260Bbf5698121EB85e7a74f2E45E16Ce762EbE11.svg";
607
613
  readonly website: "https://www.terra.money/";
608
614
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
609
- readonly risks: readonly ["SYNTH_STABLE"];
615
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
610
616
  };
611
617
  readonly MORE: {
612
618
  readonly name: "More Token";
@@ -618,6 +624,7 @@ export declare const avax: {
618
624
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xd9D90f882CDdD6063959A9d837B05Cb748718A05.svg";
619
625
  readonly website: "https://app.moremoney.finance/";
620
626
  readonly description: "Moremoney is a lending protocol for opening interest-free collateralised debt positions (CDP) using liquidity pool tokens, interest-bearing tokens (ibTKNs) and other major tokens as collateral. Borrowers mint MONEY, a USD softly pegged stablecoin backed by an over-collateralised debt position as well as the yield earned by the collateral. After minting MONEY, borrowers can use it across the DeFi landscape, for interest free leverage, or simply use it to farm MORE. Moremoney is designed to support the further conversion of base tokens like ETH, AVAX, USDT into ibTKNs. Upon depositing, collateral assets are forwarded to trusted partner protocols where these tokens earn yield, which is either compounded into collateral token or into $MONEY to automatically repay debts owed by a vault.";
627
+ readonly tags: readonly ["SYNTHETIC"];
621
628
  };
622
629
  readonly FRM: {
623
630
  readonly name: "Ferrum Network Token";
@@ -763,7 +770,7 @@ export declare const avax: {
763
770
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
764
771
  readonly bridge: "native";
765
772
  readonly documentation: "https://docs.mai.finance/";
766
- readonly risks: readonly ["SYNTH_STABLE"];
773
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
767
774
  };
768
775
  readonly miMatic: {
769
776
  readonly chainId: 43114;
@@ -776,6 +783,7 @@ export declare const avax: {
776
783
  readonly description: "MAI is a stablecoin collateralized by your crypto holdings. It's powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.";
777
784
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
778
785
  readonly documentation: "https://docs.mai.finance/";
786
+ readonly tags: readonly ["SYNTHETIC"];
779
787
  };
780
788
  readonly aQI: {
781
789
  readonly chainId: 43114;
@@ -1166,6 +1174,7 @@ export declare const avax: {
1166
1174
  readonly symbol: "USDB";
1167
1175
  readonly oracleId: "USDB";
1168
1176
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x764CC68cd46cB00644216682C3ee120b2f1EB5F6/logo.png";
1177
+ readonly tags: readonly ["SYNTHETIC"];
1169
1178
  };
1170
1179
  readonly BAND: {
1171
1180
  readonly chainId: 43114;
@@ -1248,7 +1257,7 @@ export declare const avax: {
1248
1257
  readonly oracleId: "BUSD";
1249
1258
  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.";
1250
1259
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xaEb044650278731Ef3DC244692AB9F64C78FfaEA/logo.png";
1251
- readonly risks: readonly ["SYNTH_STABLE"];
1260
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1252
1261
  };
1253
1262
  readonly BIRD: {
1254
1263
  readonly chainId: 43114;
@@ -1491,6 +1500,7 @@ export declare const avax: {
1491
1500
  readonly symbol: "cyUSD";
1492
1501
  readonly oracleId: "cyUSD";
1493
1502
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x3a9ea8880643211413609A7B717e3884816D15e7/logo.png";
1503
+ readonly tags: readonly ["SYNTHETIC"];
1494
1504
  };
1495
1505
  readonly XCHF: {
1496
1506
  readonly chainId: 43114;
@@ -1547,7 +1557,7 @@ export declare const avax: {
1547
1557
  readonly website: "https://makerdao.com/en/";
1548
1558
  readonly description: "Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain";
1549
1559
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xbA7dEebBFC5fA1100Fb055a87773e1E99Cd3507a/logo.png";
1550
- readonly risks: readonly ["SYNTH_STABLE"];
1560
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1551
1561
  };
1552
1562
  readonly GEN: {
1553
1563
  readonly chainId: 43114;
@@ -1602,6 +1612,7 @@ export declare const avax: {
1602
1612
  readonly symbol: "DUSD";
1603
1613
  readonly oracleId: "DUSD";
1604
1614
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x71645323F647488209eAAB8d08900576502160c8/logo.png";
1615
+ readonly tags: readonly ["SYNTHETIC"];
1605
1616
  };
1606
1617
  readonly DFD: {
1607
1618
  readonly chainId: 43114;
@@ -1728,6 +1739,7 @@ export declare const avax: {
1728
1739
  readonly symbol: "mDAI";
1729
1740
  readonly oracleId: "mDAI";
1730
1741
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x6CB5008Ca0CC13862CB47906F541672e8f51A6EF/logo.png";
1742
+ readonly tags: readonly ["SYNTHETIC"];
1731
1743
  };
1732
1744
  readonly mETH: {
1733
1745
  readonly chainId: 43114;
@@ -2010,7 +2022,7 @@ export declare const avax: {
2010
2022
  readonly description: "Frax is the first fractional-algorithmic stablecoin protocol.";
2011
2023
  readonly bridge: "frax";
2012
2024
  readonly logoURI: "https://raw.githubusercontent.com/pangolindex/tokens/main/assets/0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64/logo.png";
2013
- readonly risks: readonly ["SYNTH_STABLE"];
2025
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2014
2026
  };
2015
2027
  readonly FXS: {
2016
2028
  readonly chainId: 43114;
@@ -2047,6 +2059,7 @@ export declare const avax: {
2047
2059
  readonly symbol: "iDAI";
2048
2060
  readonly oracleId: "iDAI";
2049
2061
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x8A8DD8dd5639174F032877b2D6c7467D8B51D561/logo.png";
2062
+ readonly tags: readonly ["SYNTHETIC"];
2050
2063
  };
2051
2064
  readonly iETH: {
2052
2065
  readonly chainId: 43114;
@@ -2661,6 +2674,7 @@ export declare const avax: {
2661
2674
  readonly symbol: "mUSD";
2662
2675
  readonly oracleId: "mUSD";
2663
2676
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x4D06D5296c0BE7857a9C43B5EB1770909d40CB25/logo.png";
2677
+ readonly tags: readonly ["SYNTHETIC"];
2664
2678
  };
2665
2679
  readonly MYB: {
2666
2680
  readonly chainId: 43114;
@@ -3057,6 +3071,7 @@ export declare const avax: {
3057
3071
  readonly symbol: "pBTC";
3058
3072
  readonly oracleId: "pBTC";
3059
3073
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xe6338226c321f3089c645ab526f844713C2F7Be3/logo.png";
3074
+ readonly tags: readonly ["SYNTHETIC"];
3060
3075
  };
3061
3076
  readonly NPXS: {
3062
3077
  readonly chainId: 43114;
@@ -3444,6 +3459,7 @@ export declare const avax: {
3444
3459
  readonly symbol: "STBZ";
3445
3460
  readonly oracleId: "STBZ";
3446
3461
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x5a21a9e09667A67a898dE061D4bC61e92f20404e/logo.png";
3462
+ readonly tags: readonly ["SYNTHETIC"];
3447
3463
  };
3448
3464
  readonly STAKE: {
3449
3465
  readonly chainId: 43114;
@@ -3659,6 +3675,7 @@ export declare const avax: {
3659
3675
  readonly bridge: "native";
3660
3676
  readonly logoURI: "https://snowtrace.io/token/images/tether_32.png";
3661
3677
  readonly documentation: "https://tether.to/en/how-it-works";
3678
+ readonly tags: readonly ["STABLECOIN"];
3662
3679
  };
3663
3680
  readonly USDTo: {
3664
3681
  readonly chainId: 43114;
@@ -4059,6 +4076,7 @@ export declare const avax: {
4059
4076
  readonly website: "https://renproject.io/";
4060
4077
  readonly description: "renBTC is a synthetic asset that represents the value of bitcoin and it is created by the Ren protocol. renBTC allows for bitcoin transfers to be conducted quicker on the Ethereum blockchain and opens up the possibility for bitcoin to be used in the Ethereum ecosystem. Bitcoin is held in custody by a network of decentralized nodes; it can be converted to renBTC and vice versa easily.";
4061
4078
  readonly logoURI: "https://raw.githubusercontent.com/renproject/bridge-v2/master/src/assets/icons/tokens/bitcoin-dashed-icon.svg";
4079
+ readonly tags: readonly ["SYNTHETIC"];
4062
4080
  };
4063
4081
  readonly wNXM: {
4064
4082
  readonly chainId: 43114;
@@ -4461,6 +4479,7 @@ export declare const avax: {
4461
4479
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xde3A24028580884448a5397872046a019649b084/logo.png";
4462
4480
  readonly documentation: "https://tether.to/en/how-it-works";
4463
4481
  readonly bridge: "avax-canonical";
4482
+ readonly tags: readonly ["STABLECOIN"];
4464
4483
  };
4465
4484
  readonly TUSD: {
4466
4485
  readonly chainId: 43114;
@@ -4481,7 +4500,7 @@ export declare const avax: {
4481
4500
  readonly website: "https://makerdao.com/en/";
4482
4501
  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.";
4483
4502
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xbA7dEebBFC5fA1100Fb055a87773e1E99Cd3507a/logo.png";
4484
- readonly risks: readonly ["SYNTH_STABLE"];
4503
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4485
4504
  };
4486
4505
  readonly BUSDe: {
4487
4506
  readonly chainId: 43114;
@@ -4493,7 +4512,7 @@ export declare const avax: {
4493
4512
  readonly website: "https://www.binance.com/en/busd";
4494
4513
  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.";
4495
4514
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/avalanche-bridge-resources/main/tokens/BUSD/logo.png";
4496
- readonly risks: readonly ["SYNTH_STABLE"];
4515
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4497
4516
  };
4498
4517
  readonly 'FRAX-Frax': {
4499
4518
  readonly chainId: 43114;
@@ -4551,6 +4570,7 @@ export declare const avax: {
4551
4570
  readonly bridge: "avax-canonical";
4552
4571
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d.png";
4553
4572
  readonly documentation: "https://developers.circle.com/docs";
4573
+ readonly tags: readonly ["STABLECOIN"];
4554
4574
  };
4555
4575
  readonly MIM: {
4556
4576
  readonly name: "Magic Internet Money";
@@ -4563,7 +4583,7 @@ export declare const avax: {
4563
4583
  readonly description: "You, the Spellcaster, can provide collateral in the form of various interest bearing crypto assets such as yvYFI, yvUSDT, yvUSDC, xSUSHI and more. With this, you can borrow magic internet money (MIM) which is a stable coin that you can swap for any other traditional stable coin.";
4564
4584
  readonly logoURI: "";
4565
4585
  readonly documentation: "https://docs.abracadabra.money/";
4566
- readonly risks: readonly ["SYNTH_STABLE"];
4586
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4567
4587
  };
4568
4588
  readonly SPELL: {
4569
4589
  readonly name: "Spell Token";
@@ -4677,6 +4697,7 @@ export declare const avax: {
4677
4697
  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.";
4678
4698
  readonly bridge: "native";
4679
4699
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d.png";
4700
+ readonly tags: readonly ["STABLECOIN"];
4680
4701
  };
4681
4702
  readonly ROCO: {
4682
4703
  readonly chainId: 43114;
@@ -4759,6 +4780,7 @@ export declare const avax: {
4759
4780
  readonly description: "DEI is an advanced algorithmic cross-chain fractional-reserve stablecoin, with one native bridge that will connect to all chains within the DEUS ecosystem. The collateral ratio of DEI is constantly monitored and adjusted via arbitrage bots.";
4760
4781
  readonly logoURI: "https://app.deus.finance/tokens/dei.svg";
4761
4782
  readonly documentation: "https://docs.deus.finance/";
4783
+ readonly tags: readonly ["SYNTHETIC"];
4762
4784
  };
4763
4785
  readonly DEUS: {
4764
4786
  readonly name: "DEUS";
@@ -4784,7 +4806,7 @@ export declare const avax: {
4784
4806
  readonly bridge: "multichain";
4785
4807
  readonly logoURI: "https://assets.spookyswap.finance/tokens/DOLA.png";
4786
4808
  readonly documentation: "https://docs.inverse.finance/";
4787
- readonly risks: readonly ["SYNTH_STABLE"];
4809
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4788
4810
  };
4789
4811
  readonly aavAVAX: {
4790
4812
  readonly name: "Aave AVAX";
@@ -4851,6 +4873,7 @@ export declare const avax: {
4851
4873
  readonly description: "Aave interest bearing USDC. 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.";
4852
4874
  readonly bridge: "native";
4853
4875
  readonly staked: true;
4876
+ readonly tags: readonly ["STABLECOIN"];
4854
4877
  };
4855
4878
  readonly waavUSDC: {
4856
4879
  readonly name: "Wrapped Aave USDC";
@@ -4891,6 +4914,7 @@ export declare const avax: {
4891
4914
  readonly description: "Aave interest bearing USDT. 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.";
4892
4915
  readonly bridge: "native";
4893
4916
  readonly staked: true;
4917
+ readonly tags: readonly ["STABLECOIN"];
4894
4918
  };
4895
4919
  readonly waavUSDT: {
4896
4920
  readonly name: "Wrapped Aave USDT";
@@ -5045,7 +5069,7 @@ export declare const avax: {
5045
5069
  readonly documentation: "https://docs.blackhole.xyz/";
5046
5070
  readonly description: "Blackhole is a next-generation decentralized exchange (DEX) built on the Avalanche blockchain. It serves as a specialized liquidity hub designed to support emerging blockchain projects and empower community participation in the growth of Web3 ecosystems.";
5047
5071
  readonly bridge: "native";
5048
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
5072
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
5049
5073
  };
5050
5074
  readonly SUPER: {
5051
5075
  readonly name: "SuperVerse";
@@ -5059,7 +5083,7 @@ export declare const avax: {
5059
5083
  readonly documentation: "https://docs.superverse.co/";
5060
5084
  readonly description: "The SuperVerse is building and delivering Web3 products that empower crypto natives with next-generation NFT functionality, and onboard Web2 users through immersive blockchain gaming experiences. The SuperVerse comprises two core verticals: NFT marketplace technology and video games. This wide array of Web3 tools and features is supported and governed by a single protocol and token: $SUPER ERC20 (formerly known as SuperFarm). The SuperVerse harbors two central products: GigaMart, a next-gen NFT marketplace with advanced analytics tools and unique social features, and Impostors, a social-gaming metaverse.";
5061
5085
  readonly bridge: "layer-zero";
5062
- readonly risks: readonly ["NO_TIMELOCK"];
5086
+ readonly tags: readonly ["NO_TIMELOCK"];
5063
5087
  };
5064
5088
  readonly rsAVAX: {
5065
5089
  readonly name: "Yak Milk Suzaku Restaked sAVAX";
@@ -5073,7 +5097,7 @@ export declare const avax: {
5073
5097
  readonly documentation: "https://docs.yieldyak.com/milk-vaults/suzaku-restaking";
5074
5098
  readonly description: "Restaked sAVAX (rsAVAX) is a token designed to allow users to earn native sAVAX yield while also receiving rewards for contributing to the crypto-economic security of Avalanche Layer 1s. By depositing sAVAX, users receive rsAVAX at a 1:1 ratio. Yield Yak manages the deployment of sAVAX as collateral to Avalanche Operators and Layer 1s, securing rewards that are then compounded into the value of rsAVAX.";
5075
5099
  readonly bridge: "native";
5076
- readonly risks: readonly ["NO_TIMELOCK"];
5100
+ readonly tags: readonly ["NO_TIMELOCK"];
5077
5101
  };
5078
5102
  readonly savUSD: {
5079
5103
  readonly name: "Staked avUSD";
@@ -5087,7 +5111,7 @@ export declare const avax: {
5087
5111
  readonly documentation: "https://docs.avantprotocol.com/overview/core-tokens#savusd-staked-avusd";
5088
5112
  readonly description: "Avant’s flagship stable value token, minted when users deposit USDC. Users that stake their avUSD receive yield that is generated from market-neutral strategies put on by Avant’s trading partners. savUSD is a ERC-4626 tokenized vault that accrues avUSD over time. ";
5089
5113
  readonly bridge: "native";
5090
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
5114
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
5091
5115
  };
5092
5116
  readonly AUSD: {
5093
5117
  readonly name: "Agora Dollar";
@@ -5101,7 +5125,7 @@ export declare const avax: {
5101
5125
  readonly documentation: "https://developer.agora.finance/";
5102
5126
  readonly description: "AUSD is backed 100% by Agora’s Reserves. The Agora Reserve Fund is composed of cash, overnight repurchase and reverse repurchase agreements, and short-term U.S. Treasury securities.";
5103
5127
  readonly bridge: "native";
5104
- readonly risks: readonly ["NO_TIMELOCK"];
5128
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
5105
5129
  };
5106
5130
  readonly sUSDe: {
5107
5131
  readonly name: "sUSDe";
@@ -5115,7 +5139,7 @@ export declare const avax: {
5115
5139
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
5116
5140
  readonly description: "Users are able to stake their USDe for sUSDe through the Ethena front-end. sUSDe is a reward-bearing token that accrues value from the yield that Ethena’s underlying delta-neutral position generates. sUSDe is subject to a 7-day un-staking period.";
5117
5141
  readonly bridge: "layer-zero";
5118
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
5142
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
5119
5143
  };
5120
5144
  };
5121
5145
  readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
@@ -5244,6 +5268,7 @@ export declare const avax: {
5244
5268
  readonly logoURI: "";
5245
5269
  readonly documentation: "https://www.circle.com/en/eurc";
5246
5270
  readonly bridge: "native";
5271
+ readonly tags: readonly ["STABLECOIN"];
5247
5272
  };
5248
5273
  readonly frxETH: {
5249
5274
  readonly name: "Frax Ether";
@@ -5280,6 +5305,7 @@ export declare const avax: {
5280
5305
  readonly description: "USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.";
5281
5306
  readonly logoURI: "";
5282
5307
  readonly documentation: "https://docs.overnight.fi/";
5308
+ readonly tags: readonly ["CURATED"];
5283
5309
  };
5284
5310
  readonly CAI: {
5285
5311
  readonly name: "Colony Avalanche Index CAI";
@@ -5413,6 +5439,7 @@ export declare const avax: {
5413
5439
  readonly logoURI: "https://assets.coingecko.com/coins/images/24237/large/money.png";
5414
5440
  readonly website: "https://moremoney.finance/";
5415
5441
  readonly description: "Moremoney is a protocol for borrowing stablecoin while earning interest on liquidity pool tokens and other collateral assets.";
5442
+ readonly tags: readonly ["SYNTHETIC"];
5416
5443
  };
5417
5444
  readonly USTw: {
5418
5445
  readonly name: "TerraUSD (Wormhole)";
@@ -5424,7 +5451,7 @@ export declare const avax: {
5424
5451
  readonly logoURI: "https://raw.githubusercontent.com/traderjoe-xyz/joe-tokenlists/main/logos/0x260Bbf5698121EB85e7a74f2E45E16Ce762EbE11/logo.png";
5425
5452
  readonly website: "https://www.terra.money/";
5426
5453
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
5427
- readonly risks: readonly ["SYNTH_STABLE"];
5454
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5428
5455
  };
5429
5456
  readonly saUSDC: {
5430
5457
  readonly name: "Stargate USD Coin LP";
@@ -5437,6 +5464,7 @@ export declare const avax: {
5437
5464
  readonly chainId: 43114;
5438
5465
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
5439
5466
  readonly documentation: "https://developers.circle.com/docs";
5467
+ readonly tags: readonly ["STABLECOIN"];
5440
5468
  };
5441
5469
  readonly saUSDT: {
5442
5470
  readonly name: "Stargate Tether USD LP";
@@ -5448,6 +5476,7 @@ export declare const avax: {
5448
5476
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
5449
5477
  readonly website: "https://tether.to/";
5450
5478
  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.";
5479
+ readonly tags: readonly ["STABLECOIN"];
5451
5480
  };
5452
5481
  readonly STG: {
5453
5482
  readonly name: "Stargate";
@@ -5558,6 +5587,7 @@ export declare const avax: {
5558
5587
  readonly website: "https://ripae.finance/";
5559
5588
  readonly description: "Ripae Finances 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.";
5560
5589
  readonly logoURI: "https://avax.ripae.finance/static/media/ripae_pae.e914457b.svg";
5590
+ readonly tags: readonly ["SYNTHETIC"];
5561
5591
  };
5562
5592
  readonly FIEF: {
5563
5593
  readonly name: "Fief FIEF";
@@ -5723,7 +5753,7 @@ export declare const avax: {
5723
5753
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x260Bbf5698121EB85e7a74f2E45E16Ce762EbE11.svg";
5724
5754
  readonly website: "https://www.terra.money/";
5725
5755
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
5726
- readonly risks: readonly ["SYNTH_STABLE"];
5756
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5727
5757
  };
5728
5758
  readonly MORE: {
5729
5759
  readonly name: "More Token";
@@ -5735,6 +5765,7 @@ export declare const avax: {
5735
5765
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xd9D90f882CDdD6063959A9d837B05Cb748718A05.svg";
5736
5766
  readonly website: "https://app.moremoney.finance/";
5737
5767
  readonly description: "Moremoney is a lending protocol for opening interest-free collateralised debt positions (CDP) using liquidity pool tokens, interest-bearing tokens (ibTKNs) and other major tokens as collateral. Borrowers mint MONEY, a USD softly pegged stablecoin backed by an over-collateralised debt position as well as the yield earned by the collateral. After minting MONEY, borrowers can use it across the DeFi landscape, for interest free leverage, or simply use it to farm MORE. Moremoney is designed to support the further conversion of base tokens like ETH, AVAX, USDT into ibTKNs. Upon depositing, collateral assets are forwarded to trusted partner protocols where these tokens earn yield, which is either compounded into collateral token or into $MONEY to automatically repay debts owed by a vault.";
5768
+ readonly tags: readonly ["SYNTHETIC"];
5738
5769
  };
5739
5770
  readonly FRM: {
5740
5771
  readonly name: "Ferrum Network Token";
@@ -5880,7 +5911,7 @@ export declare const avax: {
5880
5911
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
5881
5912
  readonly bridge: "native";
5882
5913
  readonly documentation: "https://docs.mai.finance/";
5883
- readonly risks: readonly ["SYNTH_STABLE"];
5914
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5884
5915
  };
5885
5916
  readonly miMatic: {
5886
5917
  readonly chainId: 43114;
@@ -5893,6 +5924,7 @@ export declare const avax: {
5893
5924
  readonly description: "MAI is a stablecoin collateralized by your crypto holdings. It's powered by Qi Dao, a protocol that enables any cryptocurrency community to create stablecoins backed by their native tokens.";
5894
5925
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
5895
5926
  readonly documentation: "https://docs.mai.finance/";
5927
+ readonly tags: readonly ["SYNTHETIC"];
5896
5928
  };
5897
5929
  readonly aQI: {
5898
5930
  readonly chainId: 43114;
@@ -6283,6 +6315,7 @@ export declare const avax: {
6283
6315
  readonly symbol: "USDB";
6284
6316
  readonly oracleId: "USDB";
6285
6317
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x764CC68cd46cB00644216682C3ee120b2f1EB5F6/logo.png";
6318
+ readonly tags: readonly ["SYNTHETIC"];
6286
6319
  };
6287
6320
  readonly BAND: {
6288
6321
  readonly chainId: 43114;
@@ -6365,7 +6398,7 @@ export declare const avax: {
6365
6398
  readonly oracleId: "BUSD";
6366
6399
  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.";
6367
6400
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xaEb044650278731Ef3DC244692AB9F64C78FfaEA/logo.png";
6368
- readonly risks: readonly ["SYNTH_STABLE"];
6401
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
6369
6402
  };
6370
6403
  readonly BIRD: {
6371
6404
  readonly chainId: 43114;
@@ -6608,6 +6641,7 @@ export declare const avax: {
6608
6641
  readonly symbol: "cyUSD";
6609
6642
  readonly oracleId: "cyUSD";
6610
6643
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x3a9ea8880643211413609A7B717e3884816D15e7/logo.png";
6644
+ readonly tags: readonly ["SYNTHETIC"];
6611
6645
  };
6612
6646
  readonly XCHF: {
6613
6647
  readonly chainId: 43114;
@@ -6664,7 +6698,7 @@ export declare const avax: {
6664
6698
  readonly website: "https://makerdao.com/en/";
6665
6699
  readonly description: "Dai is a stablecoin cryptocurrency which aims to keep its value as close to one United States dollar as possible through an automated system of smart contracts on the Ethereum blockchain";
6666
6700
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xbA7dEebBFC5fA1100Fb055a87773e1E99Cd3507a/logo.png";
6667
- readonly risks: readonly ["SYNTH_STABLE"];
6701
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
6668
6702
  };
6669
6703
  readonly GEN: {
6670
6704
  readonly chainId: 43114;
@@ -6719,6 +6753,7 @@ export declare const avax: {
6719
6753
  readonly symbol: "DUSD";
6720
6754
  readonly oracleId: "DUSD";
6721
6755
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x71645323F647488209eAAB8d08900576502160c8/logo.png";
6756
+ readonly tags: readonly ["SYNTHETIC"];
6722
6757
  };
6723
6758
  readonly DFD: {
6724
6759
  readonly chainId: 43114;
@@ -6845,6 +6880,7 @@ export declare const avax: {
6845
6880
  readonly symbol: "mDAI";
6846
6881
  readonly oracleId: "mDAI";
6847
6882
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x6CB5008Ca0CC13862CB47906F541672e8f51A6EF/logo.png";
6883
+ readonly tags: readonly ["SYNTHETIC"];
6848
6884
  };
6849
6885
  readonly mETH: {
6850
6886
  readonly chainId: 43114;
@@ -7127,7 +7163,7 @@ export declare const avax: {
7127
7163
  readonly description: "Frax is the first fractional-algorithmic stablecoin protocol.";
7128
7164
  readonly bridge: "frax";
7129
7165
  readonly logoURI: "https://raw.githubusercontent.com/pangolindex/tokens/main/assets/0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64/logo.png";
7130
- readonly risks: readonly ["SYNTH_STABLE"];
7166
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
7131
7167
  };
7132
7168
  readonly FXS: {
7133
7169
  readonly chainId: 43114;
@@ -7164,6 +7200,7 @@ export declare const avax: {
7164
7200
  readonly symbol: "iDAI";
7165
7201
  readonly oracleId: "iDAI";
7166
7202
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x8A8DD8dd5639174F032877b2D6c7467D8B51D561/logo.png";
7203
+ readonly tags: readonly ["SYNTHETIC"];
7167
7204
  };
7168
7205
  readonly iETH: {
7169
7206
  readonly chainId: 43114;
@@ -7778,6 +7815,7 @@ export declare const avax: {
7778
7815
  readonly symbol: "mUSD";
7779
7816
  readonly oracleId: "mUSD";
7780
7817
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x4D06D5296c0BE7857a9C43B5EB1770909d40CB25/logo.png";
7818
+ readonly tags: readonly ["SYNTHETIC"];
7781
7819
  };
7782
7820
  readonly MYB: {
7783
7821
  readonly chainId: 43114;
@@ -8174,6 +8212,7 @@ export declare const avax: {
8174
8212
  readonly symbol: "pBTC";
8175
8213
  readonly oracleId: "pBTC";
8176
8214
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xe6338226c321f3089c645ab526f844713C2F7Be3/logo.png";
8215
+ readonly tags: readonly ["SYNTHETIC"];
8177
8216
  };
8178
8217
  readonly NPXS: {
8179
8218
  readonly chainId: 43114;
@@ -8561,6 +8600,7 @@ export declare const avax: {
8561
8600
  readonly symbol: "STBZ";
8562
8601
  readonly oracleId: "STBZ";
8563
8602
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x5a21a9e09667A67a898dE061D4bC61e92f20404e/logo.png";
8603
+ readonly tags: readonly ["SYNTHETIC"];
8564
8604
  };
8565
8605
  readonly STAKE: {
8566
8606
  readonly chainId: 43114;
@@ -8776,6 +8816,7 @@ export declare const avax: {
8776
8816
  readonly bridge: "native";
8777
8817
  readonly logoURI: "https://snowtrace.io/token/images/tether_32.png";
8778
8818
  readonly documentation: "https://tether.to/en/how-it-works";
8819
+ readonly tags: readonly ["STABLECOIN"];
8779
8820
  };
8780
8821
  readonly USDTo: {
8781
8822
  readonly chainId: 43114;
@@ -9176,6 +9217,7 @@ export declare const avax: {
9176
9217
  readonly website: "https://renproject.io/";
9177
9218
  readonly description: "renBTC is a synthetic asset that represents the value of bitcoin and it is created by the Ren protocol. renBTC allows for bitcoin transfers to be conducted quicker on the Ethereum blockchain and opens up the possibility for bitcoin to be used in the Ethereum ecosystem. Bitcoin is held in custody by a network of decentralized nodes; it can be converted to renBTC and vice versa easily.";
9178
9219
  readonly logoURI: "https://raw.githubusercontent.com/renproject/bridge-v2/master/src/assets/icons/tokens/bitcoin-dashed-icon.svg";
9220
+ readonly tags: readonly ["SYNTHETIC"];
9179
9221
  };
9180
9222
  readonly wNXM: {
9181
9223
  readonly chainId: 43114;
@@ -9578,6 +9620,7 @@ export declare const avax: {
9578
9620
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xde3A24028580884448a5397872046a019649b084/logo.png";
9579
9621
  readonly documentation: "https://tether.to/en/how-it-works";
9580
9622
  readonly bridge: "avax-canonical";
9623
+ readonly tags: readonly ["STABLECOIN"];
9581
9624
  };
9582
9625
  readonly TUSD: {
9583
9626
  readonly chainId: 43114;
@@ -9598,7 +9641,7 @@ export declare const avax: {
9598
9641
  readonly website: "https://makerdao.com/en/";
9599
9642
  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.";
9600
9643
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xbA7dEebBFC5fA1100Fb055a87773e1E99Cd3507a/logo.png";
9601
- readonly risks: readonly ["SYNTH_STABLE"];
9644
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
9602
9645
  };
9603
9646
  readonly BUSDe: {
9604
9647
  readonly chainId: 43114;
@@ -9610,7 +9653,7 @@ export declare const avax: {
9610
9653
  readonly website: "https://www.binance.com/en/busd";
9611
9654
  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.";
9612
9655
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/avalanche-bridge-resources/main/tokens/BUSD/logo.png";
9613
- readonly risks: readonly ["SYNTH_STABLE"];
9656
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
9614
9657
  };
9615
9658
  readonly 'FRAX-Frax': {
9616
9659
  readonly chainId: 43114;
@@ -9668,6 +9711,7 @@ export declare const avax: {
9668
9711
  readonly bridge: "avax-canonical";
9669
9712
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d.png";
9670
9713
  readonly documentation: "https://developers.circle.com/docs";
9714
+ readonly tags: readonly ["STABLECOIN"];
9671
9715
  };
9672
9716
  readonly MIM: {
9673
9717
  readonly name: "Magic Internet Money";
@@ -9680,7 +9724,7 @@ export declare const avax: {
9680
9724
  readonly description: "You, the Spellcaster, can provide collateral in the form of various interest bearing crypto assets such as yvYFI, yvUSDT, yvUSDC, xSUSHI and more. With this, you can borrow magic internet money (MIM) which is a stable coin that you can swap for any other traditional stable coin.";
9681
9725
  readonly logoURI: "";
9682
9726
  readonly documentation: "https://docs.abracadabra.money/";
9683
- readonly risks: readonly ["SYNTH_STABLE"];
9727
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
9684
9728
  };
9685
9729
  readonly SPELL: {
9686
9730
  readonly name: "Spell Token";
@@ -9794,6 +9838,7 @@ export declare const avax: {
9794
9838
  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.";
9795
9839
  readonly bridge: "native";
9796
9840
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d.png";
9841
+ readonly tags: readonly ["STABLECOIN"];
9797
9842
  };
9798
9843
  readonly ROCO: {
9799
9844
  readonly chainId: 43114;
@@ -9876,6 +9921,7 @@ export declare const avax: {
9876
9921
  readonly description: "DEI is an advanced algorithmic cross-chain fractional-reserve stablecoin, with one native bridge that will connect to all chains within the DEUS ecosystem. The collateral ratio of DEI is constantly monitored and adjusted via arbitrage bots.";
9877
9922
  readonly logoURI: "https://app.deus.finance/tokens/dei.svg";
9878
9923
  readonly documentation: "https://docs.deus.finance/";
9924
+ readonly tags: readonly ["SYNTHETIC"];
9879
9925
  };
9880
9926
  readonly DEUS: {
9881
9927
  readonly name: "DEUS";
@@ -9901,7 +9947,7 @@ export declare const avax: {
9901
9947
  readonly bridge: "multichain";
9902
9948
  readonly logoURI: "https://assets.spookyswap.finance/tokens/DOLA.png";
9903
9949
  readonly documentation: "https://docs.inverse.finance/";
9904
- readonly risks: readonly ["SYNTH_STABLE"];
9950
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
9905
9951
  };
9906
9952
  readonly aavAVAX: {
9907
9953
  readonly name: "Aave AVAX";
@@ -9968,6 +10014,7 @@ export declare const avax: {
9968
10014
  readonly description: "Aave interest bearing USDC. 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.";
9969
10015
  readonly bridge: "native";
9970
10016
  readonly staked: true;
10017
+ readonly tags: readonly ["STABLECOIN"];
9971
10018
  };
9972
10019
  readonly waavUSDC: {
9973
10020
  readonly name: "Wrapped Aave USDC";
@@ -10008,6 +10055,7 @@ export declare const avax: {
10008
10055
  readonly description: "Aave interest bearing USDT. 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.";
10009
10056
  readonly bridge: "native";
10010
10057
  readonly staked: true;
10058
+ readonly tags: readonly ["STABLECOIN"];
10011
10059
  };
10012
10060
  readonly waavUSDT: {
10013
10061
  readonly name: "Wrapped Aave USDT";
@@ -10162,7 +10210,7 @@ export declare const avax: {
10162
10210
  readonly documentation: "https://docs.blackhole.xyz/";
10163
10211
  readonly description: "Blackhole is a next-generation decentralized exchange (DEX) built on the Avalanche blockchain. It serves as a specialized liquidity hub designed to support emerging blockchain projects and empower community participation in the growth of Web3 ecosystems.";
10164
10212
  readonly bridge: "native";
10165
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
10213
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
10166
10214
  };
10167
10215
  readonly SUPER: {
10168
10216
  readonly name: "SuperVerse";
@@ -10176,7 +10224,7 @@ export declare const avax: {
10176
10224
  readonly documentation: "https://docs.superverse.co/";
10177
10225
  readonly description: "The SuperVerse is building and delivering Web3 products that empower crypto natives with next-generation NFT functionality, and onboard Web2 users through immersive blockchain gaming experiences. The SuperVerse comprises two core verticals: NFT marketplace technology and video games. This wide array of Web3 tools and features is supported and governed by a single protocol and token: $SUPER ERC20 (formerly known as SuperFarm). The SuperVerse harbors two central products: GigaMart, a next-gen NFT marketplace with advanced analytics tools and unique social features, and Impostors, a social-gaming metaverse.";
10178
10226
  readonly bridge: "layer-zero";
10179
- readonly risks: readonly ["NO_TIMELOCK"];
10227
+ readonly tags: readonly ["NO_TIMELOCK"];
10180
10228
  };
10181
10229
  readonly rsAVAX: {
10182
10230
  readonly name: "Yak Milk Suzaku Restaked sAVAX";
@@ -10190,7 +10238,7 @@ export declare const avax: {
10190
10238
  readonly documentation: "https://docs.yieldyak.com/milk-vaults/suzaku-restaking";
10191
10239
  readonly description: "Restaked sAVAX (rsAVAX) is a token designed to allow users to earn native sAVAX yield while also receiving rewards for contributing to the crypto-economic security of Avalanche Layer 1s. By depositing sAVAX, users receive rsAVAX at a 1:1 ratio. Yield Yak manages the deployment of sAVAX as collateral to Avalanche Operators and Layer 1s, securing rewards that are then compounded into the value of rsAVAX.";
10192
10240
  readonly bridge: "native";
10193
- readonly risks: readonly ["NO_TIMELOCK"];
10241
+ readonly tags: readonly ["NO_TIMELOCK"];
10194
10242
  };
10195
10243
  readonly savUSD: {
10196
10244
  readonly name: "Staked avUSD";
@@ -10204,7 +10252,7 @@ export declare const avax: {
10204
10252
  readonly documentation: "https://docs.avantprotocol.com/overview/core-tokens#savusd-staked-avusd";
10205
10253
  readonly description: "Avant’s flagship stable value token, minted when users deposit USDC. Users that stake their avUSD receive yield that is generated from market-neutral strategies put on by Avant’s trading partners. savUSD is a ERC-4626 tokenized vault that accrues avUSD over time. ";
10206
10254
  readonly bridge: "native";
10207
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
10255
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
10208
10256
  };
10209
10257
  readonly AUSD: {
10210
10258
  readonly name: "Agora Dollar";
@@ -10218,7 +10266,7 @@ export declare const avax: {
10218
10266
  readonly documentation: "https://developer.agora.finance/";
10219
10267
  readonly description: "AUSD is backed 100% by Agora’s Reserves. The Agora Reserve Fund is composed of cash, overnight repurchase and reverse repurchase agreements, and short-term U.S. Treasury securities.";
10220
10268
  readonly bridge: "native";
10221
- readonly risks: readonly ["NO_TIMELOCK"];
10269
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
10222
10270
  };
10223
10271
  readonly sUSDe: {
10224
10272
  readonly name: "sUSDe";
@@ -10232,7 +10280,7 @@ export declare const avax: {
10232
10280
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
10233
10281
  readonly description: "Users are able to stake their USDe for sUSDe through the Ethena front-end. sUSDe is a reward-bearing token that accrues value from the yield that Ethena’s underlying delta-neutral position generates. sUSDe is subject to a 7-day un-staking period.";
10234
10282
  readonly bridge: "layer-zero";
10235
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
10283
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
10236
10284
  };
10237
10285
  }>;
10238
10286
  readonly native: {