@beefyfinance/blockchain-addressbook 0.54.122 → 0.54.124

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (237) hide show
  1. package/build/address-book/arbitrum/index.d.ts +178 -96
  2. package/build/address-book/arbitrum/tokens/tokens.d.ts +89 -48
  3. package/build/address-book/arbitrum/tokens/tokens.js +89 -48
  4. package/build/address-book/aurora/index.d.ts +14 -6
  5. package/build/address-book/aurora/tokens/tokens.d.ts +7 -3
  6. package/build/address-book/aurora/tokens/tokens.js +7 -3
  7. package/build/address-book/avax/index.d.ts +80 -32
  8. package/build/address-book/avax/tokens/tokens.d.ts +40 -16
  9. package/build/address-book/avax/tokens/tokens.js +40 -16
  10. package/build/address-book/base/index.d.ts +212 -188
  11. package/build/address-book/base/tokens/tokens.d.ts +106 -94
  12. package/build/address-book/base/tokens/tokens.js +106 -94
  13. package/build/address-book/berachain/index.d.ts +26 -22
  14. package/build/address-book/berachain/tokens/tokens.d.ts +13 -11
  15. package/build/address-book/berachain/tokens/tokens.js +13 -11
  16. package/build/address-book/bsc/index.d.ts +150 -78
  17. package/build/address-book/bsc/tokens/tokens.d.ts +75 -39
  18. package/build/address-book/bsc/tokens/tokens.js +74 -38
  19. package/build/address-book/canto/index.d.ts +10 -4
  20. package/build/address-book/canto/tokens/tokens.d.ts +5 -2
  21. package/build/address-book/canto/tokens/tokens.js +5 -2
  22. package/build/address-book/celo/index.d.ts +12 -6
  23. package/build/address-book/celo/tokens/tokens.d.ts +6 -3
  24. package/build/address-book/celo/tokens/tokens.js +6 -3
  25. package/build/address-book/cronos/index.d.ts +16 -4
  26. package/build/address-book/cronos/tokens/tokens.d.ts +8 -2
  27. package/build/address-book/cronos/tokens/tokens.js +8 -2
  28. package/build/address-book/emerald/index.d.ts +14 -0
  29. package/build/address-book/emerald/tokens/tokens.d.ts +7 -0
  30. package/build/address-book/emerald/tokens/tokens.js +7 -0
  31. package/build/address-book/ethereum/index.d.ts +216 -160
  32. package/build/address-book/ethereum/tokens/tokens.d.ts +108 -80
  33. package/build/address-book/ethereum/tokens/tokens.js +105 -77
  34. package/build/address-book/fantom/index.d.ts +100 -38
  35. package/build/address-book/fantom/tokens/tokens.d.ts +50 -19
  36. package/build/address-book/fantom/tokens/tokens.js +50 -19
  37. package/build/address-book/fraxtal/index.d.ts +34 -30
  38. package/build/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  39. package/build/address-book/fraxtal/tokens/tokens.js +17 -15
  40. package/build/address-book/fuse/index.d.ts +14 -4
  41. package/build/address-book/fuse/tokens/tokens.d.ts +7 -2
  42. package/build/address-book/fuse/tokens/tokens.js +7 -2
  43. package/build/address-book/gnosis/index.d.ts +28 -14
  44. package/build/address-book/gnosis/tokens/tokens.d.ts +14 -7
  45. package/build/address-book/gnosis/tokens/tokens.js +11 -4
  46. package/build/address-book/heco/index.d.ts +4 -2
  47. package/build/address-book/heco/tokens/tokens.d.ts +2 -1
  48. package/build/address-book/heco/tokens/tokens.js +2 -1
  49. package/build/address-book/hyperevm/index.d.ts +18 -16
  50. package/build/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  51. package/build/address-book/hyperevm/tokens/tokens.js +9 -8
  52. package/build/address-book/kava/index.d.ts +18 -10
  53. package/build/address-book/kava/tokens/tokens.d.ts +9 -5
  54. package/build/address-book/kava/tokens/tokens.js +9 -5
  55. package/build/address-book/linea/index.d.ts +34 -24
  56. package/build/address-book/linea/tokens/tokens.d.ts +17 -12
  57. package/build/address-book/linea/tokens/tokens.js +17 -12
  58. package/build/address-book/lisk/index.d.ts +4 -0
  59. package/build/address-book/lisk/tokens/tokens.d.ts +2 -0
  60. package/build/address-book/lisk/tokens/tokens.js +2 -0
  61. package/build/address-book/manta/index.d.ts +6 -2
  62. package/build/address-book/manta/tokens/tokens.d.ts +3 -1
  63. package/build/address-book/manta/tokens/tokens.js +3 -1
  64. package/build/address-book/mantle/index.d.ts +18 -14
  65. package/build/address-book/mantle/tokens/tokens.d.ts +9 -7
  66. package/build/address-book/mantle/tokens/tokens.js +9 -7
  67. package/build/address-book/metis/index.d.ts +8 -2
  68. package/build/address-book/metis/tokens/tokens.d.ts +4 -1
  69. package/build/address-book/metis/tokens/tokens.js +4 -1
  70. package/build/address-book/mode/index.d.ts +16 -12
  71. package/build/address-book/mode/tokens/tokens.d.ts +8 -6
  72. package/build/address-book/mode/tokens/tokens.js +8 -6
  73. package/build/address-book/monad/index.d.ts +48 -18
  74. package/build/address-book/monad/tokens/tokens.d.ts +24 -9
  75. package/build/address-book/monad/tokens/tokens.js +24 -9
  76. package/build/address-book/moonbeam/index.d.ts +42 -12
  77. package/build/address-book/moonbeam/tokens/tokens.d.ts +21 -6
  78. package/build/address-book/moonbeam/tokens/tokens.js +21 -6
  79. package/build/address-book/moonriver/index.d.ts +20 -16
  80. package/build/address-book/moonriver/tokens/tokens.d.ts +10 -8
  81. package/build/address-book/moonriver/tokens/tokens.js +10 -8
  82. package/build/address-book/one/index.d.ts +10 -0
  83. package/build/address-book/one/tokens/tokens.d.ts +5 -0
  84. package/build/address-book/one/tokens/tokens.js +5 -0
  85. package/build/address-book/optimism/index.d.ts +134 -80
  86. package/build/address-book/optimism/tokens/tokens.d.ts +67 -40
  87. package/build/address-book/optimism/tokens/tokens.js +67 -40
  88. package/build/address-book/plasma/index.d.ts +14 -12
  89. package/build/address-book/plasma/tokens/tokens.d.ts +7 -6
  90. package/build/address-book/plasma/tokens/tokens.js +7 -6
  91. package/build/address-book/polygon/index.d.ts +114 -48
  92. package/build/address-book/polygon/tokens/tokens.d.ts +57 -24
  93. package/build/address-book/polygon/tokens/tokens.js +56 -23
  94. package/build/address-book/real/index.d.ts +18 -16
  95. package/build/address-book/real/tokens/tokens.d.ts +9 -8
  96. package/build/address-book/real/tokens/tokens.js +9 -8
  97. package/build/address-book/rootstock/index.d.ts +6 -4
  98. package/build/address-book/rootstock/tokens/tokens.d.ts +3 -2
  99. package/build/address-book/rootstock/tokens/tokens.js +3 -2
  100. package/build/address-book/saga/index.d.ts +2 -0
  101. package/build/address-book/saga/tokens/tokens.d.ts +1 -0
  102. package/build/address-book/saga/tokens/tokens.js +1 -0
  103. package/build/address-book/scroll/index.d.ts +8 -4
  104. package/build/address-book/scroll/tokens/tokens.d.ts +4 -2
  105. package/build/address-book/scroll/tokens/tokens.js +4 -2
  106. package/build/address-book/sei/index.d.ts +6 -0
  107. package/build/address-book/sei/tokens/tokens.d.ts +3 -0
  108. package/build/address-book/sei/tokens/tokens.js +3 -0
  109. package/build/address-book/sonic/index.d.ts +40 -20
  110. package/build/address-book/sonic/tokens/tokens.d.ts +20 -10
  111. package/build/address-book/sonic/tokens/tokens.js +20 -10
  112. package/build/address-book/zkevm/index.d.ts +8 -4
  113. package/build/address-book/zkevm/tokens/tokens.d.ts +4 -2
  114. package/build/address-book/zkevm/tokens/tokens.js +4 -2
  115. package/build/address-book/zksync/index.d.ts +12 -4
  116. package/build/address-book/zksync/tokens/tokens.d.ts +6 -2
  117. package/build/address-book/zksync/tokens/tokens.js +6 -2
  118. package/build/types/token.d.ts +1 -1
  119. package/build-esm/address-book/arbitrum/index.d.ts +178 -96
  120. package/build-esm/address-book/arbitrum/tokens/tokens.d.ts +89 -48
  121. package/build-esm/address-book/arbitrum/tokens/tokens.js +89 -48
  122. package/build-esm/address-book/aurora/index.d.ts +14 -6
  123. package/build-esm/address-book/aurora/tokens/tokens.d.ts +7 -3
  124. package/build-esm/address-book/aurora/tokens/tokens.js +7 -3
  125. package/build-esm/address-book/avax/index.d.ts +80 -32
  126. package/build-esm/address-book/avax/tokens/tokens.d.ts +40 -16
  127. package/build-esm/address-book/avax/tokens/tokens.js +40 -16
  128. package/build-esm/address-book/base/index.d.ts +212 -188
  129. package/build-esm/address-book/base/tokens/tokens.d.ts +106 -94
  130. package/build-esm/address-book/base/tokens/tokens.js +106 -94
  131. package/build-esm/address-book/berachain/index.d.ts +26 -22
  132. package/build-esm/address-book/berachain/tokens/tokens.d.ts +13 -11
  133. package/build-esm/address-book/berachain/tokens/tokens.js +13 -11
  134. package/build-esm/address-book/bsc/index.d.ts +150 -78
  135. package/build-esm/address-book/bsc/tokens/tokens.d.ts +75 -39
  136. package/build-esm/address-book/bsc/tokens/tokens.js +74 -38
  137. package/build-esm/address-book/canto/index.d.ts +10 -4
  138. package/build-esm/address-book/canto/tokens/tokens.d.ts +5 -2
  139. package/build-esm/address-book/canto/tokens/tokens.js +5 -2
  140. package/build-esm/address-book/celo/index.d.ts +12 -6
  141. package/build-esm/address-book/celo/tokens/tokens.d.ts +6 -3
  142. package/build-esm/address-book/celo/tokens/tokens.js +6 -3
  143. package/build-esm/address-book/cronos/index.d.ts +16 -4
  144. package/build-esm/address-book/cronos/tokens/tokens.d.ts +8 -2
  145. package/build-esm/address-book/cronos/tokens/tokens.js +8 -2
  146. package/build-esm/address-book/emerald/index.d.ts +14 -0
  147. package/build-esm/address-book/emerald/tokens/tokens.d.ts +7 -0
  148. package/build-esm/address-book/emerald/tokens/tokens.js +7 -0
  149. package/build-esm/address-book/ethereum/index.d.ts +216 -160
  150. package/build-esm/address-book/ethereum/tokens/tokens.d.ts +108 -80
  151. package/build-esm/address-book/ethereum/tokens/tokens.js +105 -77
  152. package/build-esm/address-book/fantom/index.d.ts +100 -38
  153. package/build-esm/address-book/fantom/tokens/tokens.d.ts +50 -19
  154. package/build-esm/address-book/fantom/tokens/tokens.js +50 -19
  155. package/build-esm/address-book/fraxtal/index.d.ts +34 -30
  156. package/build-esm/address-book/fraxtal/tokens/tokens.d.ts +17 -15
  157. package/build-esm/address-book/fraxtal/tokens/tokens.js +17 -15
  158. package/build-esm/address-book/fuse/index.d.ts +14 -4
  159. package/build-esm/address-book/fuse/tokens/tokens.d.ts +7 -2
  160. package/build-esm/address-book/fuse/tokens/tokens.js +7 -2
  161. package/build-esm/address-book/gnosis/index.d.ts +28 -14
  162. package/build-esm/address-book/gnosis/tokens/tokens.d.ts +14 -7
  163. package/build-esm/address-book/gnosis/tokens/tokens.js +11 -4
  164. package/build-esm/address-book/heco/index.d.ts +4 -2
  165. package/build-esm/address-book/heco/tokens/tokens.d.ts +2 -1
  166. package/build-esm/address-book/heco/tokens/tokens.js +2 -1
  167. package/build-esm/address-book/hyperevm/index.d.ts +18 -16
  168. package/build-esm/address-book/hyperevm/tokens/tokens.d.ts +9 -8
  169. package/build-esm/address-book/hyperevm/tokens/tokens.js +9 -8
  170. package/build-esm/address-book/kava/index.d.ts +18 -10
  171. package/build-esm/address-book/kava/tokens/tokens.d.ts +9 -5
  172. package/build-esm/address-book/kava/tokens/tokens.js +9 -5
  173. package/build-esm/address-book/linea/index.d.ts +34 -24
  174. package/build-esm/address-book/linea/tokens/tokens.d.ts +17 -12
  175. package/build-esm/address-book/linea/tokens/tokens.js +17 -12
  176. package/build-esm/address-book/lisk/index.d.ts +4 -0
  177. package/build-esm/address-book/lisk/tokens/tokens.d.ts +2 -0
  178. package/build-esm/address-book/lisk/tokens/tokens.js +2 -0
  179. package/build-esm/address-book/manta/index.d.ts +6 -2
  180. package/build-esm/address-book/manta/tokens/tokens.d.ts +3 -1
  181. package/build-esm/address-book/manta/tokens/tokens.js +3 -1
  182. package/build-esm/address-book/mantle/index.d.ts +18 -14
  183. package/build-esm/address-book/mantle/tokens/tokens.d.ts +9 -7
  184. package/build-esm/address-book/mantle/tokens/tokens.js +9 -7
  185. package/build-esm/address-book/metis/index.d.ts +8 -2
  186. package/build-esm/address-book/metis/tokens/tokens.d.ts +4 -1
  187. package/build-esm/address-book/metis/tokens/tokens.js +4 -1
  188. package/build-esm/address-book/mode/index.d.ts +16 -12
  189. package/build-esm/address-book/mode/tokens/tokens.d.ts +8 -6
  190. package/build-esm/address-book/mode/tokens/tokens.js +8 -6
  191. package/build-esm/address-book/monad/index.d.ts +48 -18
  192. package/build-esm/address-book/monad/tokens/tokens.d.ts +24 -9
  193. package/build-esm/address-book/monad/tokens/tokens.js +24 -9
  194. package/build-esm/address-book/moonbeam/index.d.ts +42 -12
  195. package/build-esm/address-book/moonbeam/tokens/tokens.d.ts +21 -6
  196. package/build-esm/address-book/moonbeam/tokens/tokens.js +21 -6
  197. package/build-esm/address-book/moonriver/index.d.ts +20 -16
  198. package/build-esm/address-book/moonriver/tokens/tokens.d.ts +10 -8
  199. package/build-esm/address-book/moonriver/tokens/tokens.js +10 -8
  200. package/build-esm/address-book/one/index.d.ts +10 -0
  201. package/build-esm/address-book/one/tokens/tokens.d.ts +5 -0
  202. package/build-esm/address-book/one/tokens/tokens.js +5 -0
  203. package/build-esm/address-book/optimism/index.d.ts +134 -80
  204. package/build-esm/address-book/optimism/tokens/tokens.d.ts +67 -40
  205. package/build-esm/address-book/optimism/tokens/tokens.js +67 -40
  206. package/build-esm/address-book/plasma/index.d.ts +14 -12
  207. package/build-esm/address-book/plasma/tokens/tokens.d.ts +7 -6
  208. package/build-esm/address-book/plasma/tokens/tokens.js +7 -6
  209. package/build-esm/address-book/polygon/index.d.ts +114 -48
  210. package/build-esm/address-book/polygon/tokens/tokens.d.ts +57 -24
  211. package/build-esm/address-book/polygon/tokens/tokens.js +56 -23
  212. package/build-esm/address-book/real/index.d.ts +18 -16
  213. package/build-esm/address-book/real/tokens/tokens.d.ts +9 -8
  214. package/build-esm/address-book/real/tokens/tokens.js +9 -8
  215. package/build-esm/address-book/rootstock/index.d.ts +6 -4
  216. package/build-esm/address-book/rootstock/tokens/tokens.d.ts +3 -2
  217. package/build-esm/address-book/rootstock/tokens/tokens.js +3 -2
  218. package/build-esm/address-book/saga/index.d.ts +2 -0
  219. package/build-esm/address-book/saga/tokens/tokens.d.ts +1 -0
  220. package/build-esm/address-book/saga/tokens/tokens.js +1 -0
  221. package/build-esm/address-book/scroll/index.d.ts +8 -4
  222. package/build-esm/address-book/scroll/tokens/tokens.d.ts +4 -2
  223. package/build-esm/address-book/scroll/tokens/tokens.js +4 -2
  224. package/build-esm/address-book/sei/index.d.ts +6 -0
  225. package/build-esm/address-book/sei/tokens/tokens.d.ts +3 -0
  226. package/build-esm/address-book/sei/tokens/tokens.js +3 -0
  227. package/build-esm/address-book/sonic/index.d.ts +40 -20
  228. package/build-esm/address-book/sonic/tokens/tokens.d.ts +20 -10
  229. package/build-esm/address-book/sonic/tokens/tokens.js +20 -10
  230. package/build-esm/address-book/zkevm/index.d.ts +8 -4
  231. package/build-esm/address-book/zkevm/tokens/tokens.d.ts +4 -2
  232. package/build-esm/address-book/zkevm/tokens/tokens.js +4 -2
  233. package/build-esm/address-book/zksync/index.d.ts +12 -4
  234. package/build-esm/address-book/zksync/tokens/tokens.d.ts +6 -2
  235. package/build-esm/address-book/zksync/tokens/tokens.js +6 -2
  236. package/build-esm/types/token.d.ts +1 -1
  237. package/package.json +1 -1
@@ -124,6 +124,7 @@ export declare const tokens: {
124
124
  readonly logoURI: "";
125
125
  readonly documentation: "https://www.circle.com/en/eurc";
126
126
  readonly bridge: "native";
127
+ readonly tags: readonly ["STABLECOIN"];
127
128
  };
128
129
  readonly frxETH: {
129
130
  readonly name: "Frax Ether";
@@ -160,6 +161,7 @@ export declare const tokens: {
160
161
  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.";
161
162
  readonly logoURI: "";
162
163
  readonly documentation: "https://docs.overnight.fi/";
164
+ readonly tags: readonly ["CURATED"];
163
165
  };
164
166
  readonly CAI: {
165
167
  readonly name: "Colony Avalanche Index CAI";
@@ -293,6 +295,7 @@ export declare const tokens: {
293
295
  readonly logoURI: "https://assets.coingecko.com/coins/images/24237/large/money.png";
294
296
  readonly website: "https://moremoney.finance/";
295
297
  readonly description: "Moremoney is a protocol for borrowing stablecoin while earning interest on liquidity pool tokens and other collateral assets.";
298
+ readonly tags: readonly ["SYNTHETIC"];
296
299
  };
297
300
  readonly USTw: {
298
301
  readonly name: "TerraUSD (Wormhole)";
@@ -304,7 +307,7 @@ export declare const tokens: {
304
307
  readonly logoURI: "https://raw.githubusercontent.com/traderjoe-xyz/joe-tokenlists/main/logos/0x260Bbf5698121EB85e7a74f2E45E16Ce762EbE11/logo.png";
305
308
  readonly website: "https://www.terra.money/";
306
309
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
307
- readonly risks: readonly ["SYNTH_STABLE"];
310
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
308
311
  };
309
312
  readonly saUSDC: {
310
313
  readonly name: "Stargate USD Coin LP";
@@ -317,6 +320,7 @@ export declare const tokens: {
317
320
  readonly chainId: 43114;
318
321
  readonly logoURI: "https://ftmscan.com/token/images/USDC_32.png";
319
322
  readonly documentation: "https://developers.circle.com/docs";
323
+ readonly tags: readonly ["STABLECOIN"];
320
324
  };
321
325
  readonly saUSDT: {
322
326
  readonly name: "Stargate Tether USD LP";
@@ -328,6 +332,7 @@ export declare const tokens: {
328
332
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
329
333
  readonly website: "https://tether.to/";
330
334
  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.";
335
+ readonly tags: readonly ["STABLECOIN"];
331
336
  };
332
337
  readonly STG: {
333
338
  readonly name: "Stargate";
@@ -438,6 +443,7 @@ export declare const tokens: {
438
443
  readonly website: "https://ripae.finance/";
439
444
  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.";
440
445
  readonly logoURI: "https://avax.ripae.finance/static/media/ripae_pae.e914457b.svg";
446
+ readonly tags: readonly ["SYNTHETIC"];
441
447
  };
442
448
  readonly FIEF: {
443
449
  readonly name: "Fief FIEF";
@@ -603,7 +609,7 @@ export declare const tokens: {
603
609
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x260Bbf5698121EB85e7a74f2E45E16Ce762EbE11.svg";
604
610
  readonly website: "https://www.terra.money/";
605
611
  readonly description: "Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.";
606
- readonly risks: readonly ["SYNTH_STABLE"];
612
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
607
613
  };
608
614
  readonly MORE: {
609
615
  readonly name: "More Token";
@@ -615,6 +621,7 @@ export declare const tokens: {
615
621
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0xd9D90f882CDdD6063959A9d837B05Cb748718A05.svg";
616
622
  readonly website: "https://app.moremoney.finance/";
617
623
  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.";
624
+ readonly tags: readonly ["SYNTHETIC"];
618
625
  };
619
626
  readonly FRM: {
620
627
  readonly name: "Ferrum Network Token";
@@ -760,7 +767,7 @@ export declare const tokens: {
760
767
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
761
768
  readonly bridge: "native";
762
769
  readonly documentation: "https://docs.mai.finance/";
763
- readonly risks: readonly ["SYNTH_STABLE"];
770
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
764
771
  };
765
772
  readonly miMatic: {
766
773
  readonly chainId: 43114;
@@ -773,6 +780,7 @@ export declare const tokens: {
773
780
  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.";
774
781
  readonly logoURI: "https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png";
775
782
  readonly documentation: "https://docs.mai.finance/";
783
+ readonly tags: readonly ["SYNTHETIC"];
776
784
  };
777
785
  readonly aQI: {
778
786
  readonly chainId: 43114;
@@ -1163,6 +1171,7 @@ export declare const tokens: {
1163
1171
  readonly symbol: "USDB";
1164
1172
  readonly oracleId: "USDB";
1165
1173
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x764CC68cd46cB00644216682C3ee120b2f1EB5F6/logo.png";
1174
+ readonly tags: readonly ["SYNTHETIC"];
1166
1175
  };
1167
1176
  readonly BAND: {
1168
1177
  readonly chainId: 43114;
@@ -1245,7 +1254,7 @@ export declare const tokens: {
1245
1254
  readonly oracleId: "BUSD";
1246
1255
  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.";
1247
1256
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xaEb044650278731Ef3DC244692AB9F64C78FfaEA/logo.png";
1248
- readonly risks: readonly ["SYNTH_STABLE"];
1257
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1249
1258
  };
1250
1259
  readonly BIRD: {
1251
1260
  readonly chainId: 43114;
@@ -1488,6 +1497,7 @@ export declare const tokens: {
1488
1497
  readonly symbol: "cyUSD";
1489
1498
  readonly oracleId: "cyUSD";
1490
1499
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x3a9ea8880643211413609A7B717e3884816D15e7/logo.png";
1500
+ readonly tags: readonly ["SYNTHETIC"];
1491
1501
  };
1492
1502
  readonly XCHF: {
1493
1503
  readonly chainId: 43114;
@@ -1544,7 +1554,7 @@ export declare const tokens: {
1544
1554
  readonly website: "https://makerdao.com/en/";
1545
1555
  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";
1546
1556
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xbA7dEebBFC5fA1100Fb055a87773e1E99Cd3507a/logo.png";
1547
- readonly risks: readonly ["SYNTH_STABLE"];
1557
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
1548
1558
  };
1549
1559
  readonly GEN: {
1550
1560
  readonly chainId: 43114;
@@ -1599,6 +1609,7 @@ export declare const tokens: {
1599
1609
  readonly symbol: "DUSD";
1600
1610
  readonly oracleId: "DUSD";
1601
1611
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x71645323F647488209eAAB8d08900576502160c8/logo.png";
1612
+ readonly tags: readonly ["SYNTHETIC"];
1602
1613
  };
1603
1614
  readonly DFD: {
1604
1615
  readonly chainId: 43114;
@@ -1725,6 +1736,7 @@ export declare const tokens: {
1725
1736
  readonly symbol: "mDAI";
1726
1737
  readonly oracleId: "mDAI";
1727
1738
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x6CB5008Ca0CC13862CB47906F541672e8f51A6EF/logo.png";
1739
+ readonly tags: readonly ["SYNTHETIC"];
1728
1740
  };
1729
1741
  readonly mETH: {
1730
1742
  readonly chainId: 43114;
@@ -2007,7 +2019,7 @@ export declare const tokens: {
2007
2019
  readonly description: "Frax is the first fractional-algorithmic stablecoin protocol.";
2008
2020
  readonly bridge: "frax";
2009
2021
  readonly logoURI: "https://raw.githubusercontent.com/pangolindex/tokens/main/assets/0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64/logo.png";
2010
- readonly risks: readonly ["SYNTH_STABLE"];
2022
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2011
2023
  };
2012
2024
  readonly FXS: {
2013
2025
  readonly chainId: 43114;
@@ -2044,6 +2056,7 @@ export declare const tokens: {
2044
2056
  readonly symbol: "iDAI";
2045
2057
  readonly oracleId: "iDAI";
2046
2058
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x8A8DD8dd5639174F032877b2D6c7467D8B51D561/logo.png";
2059
+ readonly tags: readonly ["SYNTHETIC"];
2047
2060
  };
2048
2061
  readonly iETH: {
2049
2062
  readonly chainId: 43114;
@@ -2658,6 +2671,7 @@ export declare const tokens: {
2658
2671
  readonly symbol: "mUSD";
2659
2672
  readonly oracleId: "mUSD";
2660
2673
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x4D06D5296c0BE7857a9C43B5EB1770909d40CB25/logo.png";
2674
+ readonly tags: readonly ["SYNTHETIC"];
2661
2675
  };
2662
2676
  readonly MYB: {
2663
2677
  readonly chainId: 43114;
@@ -3054,6 +3068,7 @@ export declare const tokens: {
3054
3068
  readonly symbol: "pBTC";
3055
3069
  readonly oracleId: "pBTC";
3056
3070
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xe6338226c321f3089c645ab526f844713C2F7Be3/logo.png";
3071
+ readonly tags: readonly ["SYNTHETIC"];
3057
3072
  };
3058
3073
  readonly NPXS: {
3059
3074
  readonly chainId: 43114;
@@ -3441,6 +3456,7 @@ export declare const tokens: {
3441
3456
  readonly symbol: "STBZ";
3442
3457
  readonly oracleId: "STBZ";
3443
3458
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x5a21a9e09667A67a898dE061D4bC61e92f20404e/logo.png";
3459
+ readonly tags: readonly ["SYNTHETIC"];
3444
3460
  };
3445
3461
  readonly STAKE: {
3446
3462
  readonly chainId: 43114;
@@ -3656,6 +3672,7 @@ export declare const tokens: {
3656
3672
  readonly bridge: "native";
3657
3673
  readonly logoURI: "https://snowtrace.io/token/images/tether_32.png";
3658
3674
  readonly documentation: "https://tether.to/en/how-it-works";
3675
+ readonly tags: readonly ["STABLECOIN"];
3659
3676
  };
3660
3677
  readonly USDTo: {
3661
3678
  readonly chainId: 43114;
@@ -4056,6 +4073,7 @@ export declare const tokens: {
4056
4073
  readonly website: "https://renproject.io/";
4057
4074
  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.";
4058
4075
  readonly logoURI: "https://raw.githubusercontent.com/renproject/bridge-v2/master/src/assets/icons/tokens/bitcoin-dashed-icon.svg";
4076
+ readonly tags: readonly ["SYNTHETIC"];
4059
4077
  };
4060
4078
  readonly wNXM: {
4061
4079
  readonly chainId: 43114;
@@ -4458,6 +4476,7 @@ export declare const tokens: {
4458
4476
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xde3A24028580884448a5397872046a019649b084/logo.png";
4459
4477
  readonly documentation: "https://tether.to/en/how-it-works";
4460
4478
  readonly bridge: "avax-canonical";
4479
+ readonly tags: readonly ["STABLECOIN"];
4461
4480
  };
4462
4481
  readonly TUSD: {
4463
4482
  readonly chainId: 43114;
@@ -4478,7 +4497,7 @@ export declare const tokens: {
4478
4497
  readonly website: "https://makerdao.com/en/";
4479
4498
  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.";
4480
4499
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xbA7dEebBFC5fA1100Fb055a87773e1E99Cd3507a/logo.png";
4481
- readonly risks: readonly ["SYNTH_STABLE"];
4500
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4482
4501
  };
4483
4502
  readonly BUSDe: {
4484
4503
  readonly chainId: 43114;
@@ -4490,7 +4509,7 @@ export declare const tokens: {
4490
4509
  readonly website: "https://www.binance.com/en/busd";
4491
4510
  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.";
4492
4511
  readonly logoURI: "https://raw.githubusercontent.com/ava-labs/avalanche-bridge-resources/main/tokens/BUSD/logo.png";
4493
- readonly risks: readonly ["SYNTH_STABLE"];
4512
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4494
4513
  };
4495
4514
  readonly 'FRAX-Frax': {
4496
4515
  readonly chainId: 43114;
@@ -4548,6 +4567,7 @@ export declare const tokens: {
4548
4567
  readonly bridge: "avax-canonical";
4549
4568
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d.png";
4550
4569
  readonly documentation: "https://developers.circle.com/docs";
4570
+ readonly tags: readonly ["STABLECOIN"];
4551
4571
  };
4552
4572
  readonly MIM: {
4553
4573
  readonly name: "Magic Internet Money";
@@ -4560,7 +4580,7 @@ export declare const tokens: {
4560
4580
  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.";
4561
4581
  readonly logoURI: "";
4562
4582
  readonly documentation: "https://docs.abracadabra.money/";
4563
- readonly risks: readonly ["SYNTH_STABLE"];
4583
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4564
4584
  };
4565
4585
  readonly SPELL: {
4566
4586
  readonly name: "Spell Token";
@@ -4674,6 +4694,7 @@ export declare const tokens: {
4674
4694
  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.";
4675
4695
  readonly bridge: "native";
4676
4696
  readonly logoURI: "https://tokens.pancakeswap.finance/images/0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d.png";
4697
+ readonly tags: readonly ["STABLECOIN"];
4677
4698
  };
4678
4699
  readonly ROCO: {
4679
4700
  readonly chainId: 43114;
@@ -4756,6 +4777,7 @@ export declare const tokens: {
4756
4777
  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.";
4757
4778
  readonly logoURI: "https://app.deus.finance/tokens/dei.svg";
4758
4779
  readonly documentation: "https://docs.deus.finance/";
4780
+ readonly tags: readonly ["SYNTHETIC"];
4759
4781
  };
4760
4782
  readonly DEUS: {
4761
4783
  readonly name: "DEUS";
@@ -4781,7 +4803,7 @@ export declare const tokens: {
4781
4803
  readonly bridge: "multichain";
4782
4804
  readonly logoURI: "https://assets.spookyswap.finance/tokens/DOLA.png";
4783
4805
  readonly documentation: "https://docs.inverse.finance/";
4784
- readonly risks: readonly ["SYNTH_STABLE"];
4806
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
4785
4807
  };
4786
4808
  readonly aavAVAX: {
4787
4809
  readonly name: "Aave AVAX";
@@ -4848,6 +4870,7 @@ export declare const tokens: {
4848
4870
  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.";
4849
4871
  readonly bridge: "native";
4850
4872
  readonly staked: true;
4873
+ readonly tags: readonly ["STABLECOIN"];
4851
4874
  };
4852
4875
  readonly waavUSDC: {
4853
4876
  readonly name: "Wrapped Aave USDC";
@@ -4888,6 +4911,7 @@ export declare const tokens: {
4888
4911
  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.";
4889
4912
  readonly bridge: "native";
4890
4913
  readonly staked: true;
4914
+ readonly tags: readonly ["STABLECOIN"];
4891
4915
  };
4892
4916
  readonly waavUSDT: {
4893
4917
  readonly name: "Wrapped Aave USDT";
@@ -5042,7 +5066,7 @@ export declare const tokens: {
5042
5066
  readonly documentation: "https://docs.blackhole.xyz/";
5043
5067
  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.";
5044
5068
  readonly bridge: "native";
5045
- readonly risks: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
5069
+ readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
5046
5070
  };
5047
5071
  readonly SUPER: {
5048
5072
  readonly name: "SuperVerse";
@@ -5056,7 +5080,7 @@ export declare const tokens: {
5056
5080
  readonly documentation: "https://docs.superverse.co/";
5057
5081
  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.";
5058
5082
  readonly bridge: "layer-zero";
5059
- readonly risks: readonly ["NO_TIMELOCK"];
5083
+ readonly tags: readonly ["NO_TIMELOCK"];
5060
5084
  };
5061
5085
  readonly rsAVAX: {
5062
5086
  readonly name: "Yak Milk Suzaku Restaked sAVAX";
@@ -5070,7 +5094,7 @@ export declare const tokens: {
5070
5094
  readonly documentation: "https://docs.yieldyak.com/milk-vaults/suzaku-restaking";
5071
5095
  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.";
5072
5096
  readonly bridge: "native";
5073
- readonly risks: readonly ["NO_TIMELOCK"];
5097
+ readonly tags: readonly ["NO_TIMELOCK"];
5074
5098
  };
5075
5099
  readonly savUSD: {
5076
5100
  readonly name: "Staked avUSD";
@@ -5084,7 +5108,7 @@ export declare const tokens: {
5084
5108
  readonly documentation: "https://docs.avantprotocol.com/overview/core-tokens#savusd-staked-avusd";
5085
5109
  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. ";
5086
5110
  readonly bridge: "native";
5087
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
5111
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
5088
5112
  };
5089
5113
  readonly AUSD: {
5090
5114
  readonly name: "Agora Dollar";
@@ -5098,7 +5122,7 @@ export declare const tokens: {
5098
5122
  readonly documentation: "https://developer.agora.finance/";
5099
5123
  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.";
5100
5124
  readonly bridge: "native";
5101
- readonly risks: readonly ["NO_TIMELOCK"];
5125
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
5102
5126
  };
5103
5127
  readonly sUSDe: {
5104
5128
  readonly name: "sUSDe";
@@ -5112,6 +5136,6 @@ export declare const tokens: {
5112
5136
  readonly documentation: "https://ethena-labs.gitbook.io/ethena-labs";
5113
5137
  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.";
5114
5138
  readonly bridge: "layer-zero";
5115
- readonly risks: readonly ["NO_TIMELOCK", "SYNTH_STABLE"];
5139
+ readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
5116
5140
  };
5117
5141
  };