@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
@@ -89,6 +89,7 @@ export const tokens = {
89
89
  logoURI: '',
90
90
  documentation: 'https://www.circle.com/en/eurc',
91
91
  bridge: 'native',
92
+ tags: ['STABLECOIN'],
92
93
  },
93
94
  frxETH: {
94
95
  name: 'Frax Ether',
@@ -125,6 +126,7 @@ export const tokens = {
125
126
  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.',
126
127
  logoURI: '',
127
128
  documentation: 'https://docs.overnight.fi/',
129
+ tags: ['CURATED'],
128
130
  },
129
131
  CAI: {
130
132
  name: 'Colony Avalanche Index CAI',
@@ -258,6 +260,7 @@ export const tokens = {
258
260
  logoURI: 'https://assets.coingecko.com/coins/images/24237/large/money.png',
259
261
  website: 'https://moremoney.finance/',
260
262
  description: 'Moremoney is a protocol for borrowing stablecoin while earning interest on liquidity pool tokens and other collateral assets.',
263
+ tags: ['SYNTHETIC'],
261
264
  },
262
265
  USTw: {
263
266
  name: 'TerraUSD (Wormhole)',
@@ -269,7 +272,7 @@ export const tokens = {
269
272
  logoURI: 'https://raw.githubusercontent.com/traderjoe-xyz/joe-tokenlists/main/logos/0x260Bbf5698121EB85e7a74f2E45E16Ce762EbE11/logo.png',
270
273
  website: 'https://www.terra.money/',
271
274
  description: 'Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.',
272
- risks: ['SYNTH_STABLE'],
275
+ tags: ['STABLECOIN', 'SYNTHETIC'],
273
276
  },
274
277
  saUSDC: {
275
278
  name: 'Stargate USD Coin LP',
@@ -282,6 +285,7 @@ export const tokens = {
282
285
  chainId: 43114,
283
286
  logoURI: 'https://ftmscan.com/token/images/USDC_32.png',
284
287
  documentation: 'https://developers.circle.com/docs',
288
+ tags: ['STABLECOIN'],
285
289
  },
286
290
  saUSDT: {
287
291
  name: 'Stargate Tether USD LP',
@@ -293,6 +297,7 @@ export const tokens = {
293
297
  logoURI: 'https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg',
294
298
  website: 'https://tether.to/',
295
299
  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.',
300
+ tags: ['STABLECOIN'],
296
301
  },
297
302
  STG: {
298
303
  name: 'Stargate',
@@ -403,6 +408,7 @@ export const tokens = {
403
408
  website: 'https://ripae.finance/',
404
409
  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.',
405
410
  logoURI: 'https://avax.ripae.finance/static/media/ripae_pae.e914457b.svg',
411
+ tags: ['SYNTHETIC'],
406
412
  },
407
413
  FIEF: {
408
414
  name: 'Fief FIEF',
@@ -568,7 +574,7 @@ export const tokens = {
568
574
  logoURI: 'https://tokens.pancakeswap.finance/images/0x260Bbf5698121EB85e7a74f2E45E16Ce762EbE11.svg',
569
575
  website: 'https://www.terra.money/',
570
576
  description: 'Terra stablecoins offer instant settlements, low fees and seamless cross-border exchange - loved by millions of users and merchants.',
571
- risks: ['SYNTH_STABLE'],
577
+ tags: ['STABLECOIN', 'SYNTHETIC'],
572
578
  },
573
579
  MORE: {
574
580
  name: 'More Token',
@@ -580,6 +586,7 @@ export const tokens = {
580
586
  logoURI: 'https://tokens.pancakeswap.finance/images/0xd9D90f882CDdD6063959A9d837B05Cb748718A05.svg',
581
587
  website: 'https://app.moremoney.finance/',
582
588
  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.',
589
+ tags: ['SYNTHETIC'],
583
590
  },
584
591
  FRM: {
585
592
  name: 'Ferrum Network Token',
@@ -725,7 +732,7 @@ export const tokens = {
725
732
  logoURI: 'https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png',
726
733
  bridge: 'native',
727
734
  documentation: 'https://docs.mai.finance/',
728
- risks: ['SYNTH_STABLE'],
735
+ tags: ['STABLECOIN', 'SYNTHETIC'],
729
736
  },
730
737
  miMatic: {
731
738
  chainId: 43114,
@@ -738,6 +745,7 @@ export const tokens = {
738
745
  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.",
739
746
  logoURI: 'https://raw.githubusercontent.com/0xlaozi/qidao/main/images/mimatic-red.png',
740
747
  documentation: 'https://docs.mai.finance/',
748
+ tags: ['SYNTHETIC'],
741
749
  },
742
750
  aQI: {
743
751
  chainId: 43114,
@@ -1128,6 +1136,7 @@ export const tokens = {
1128
1136
  symbol: 'USDB',
1129
1137
  oracleId: 'USDB',
1130
1138
  logoURI: 'https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x764CC68cd46cB00644216682C3ee120b2f1EB5F6/logo.png',
1139
+ tags: ['SYNTHETIC'],
1131
1140
  },
1132
1141
  BAND: {
1133
1142
  chainId: 43114,
@@ -1210,7 +1219,7 @@ export const tokens = {
1210
1219
  oracleId: 'BUSD',
1211
1220
  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.',
1212
1221
  logoURI: 'https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xaEb044650278731Ef3DC244692AB9F64C78FfaEA/logo.png',
1213
- risks: ['SYNTH_STABLE'],
1222
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1214
1223
  },
1215
1224
  BIRD: {
1216
1225
  chainId: 43114,
@@ -1453,6 +1462,7 @@ export const tokens = {
1453
1462
  symbol: 'cyUSD',
1454
1463
  oracleId: 'cyUSD',
1455
1464
  logoURI: 'https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x3a9ea8880643211413609A7B717e3884816D15e7/logo.png',
1465
+ tags: ['SYNTHETIC'],
1456
1466
  },
1457
1467
  XCHF: {
1458
1468
  chainId: 43114,
@@ -1509,7 +1519,7 @@ export const tokens = {
1509
1519
  website: 'https://makerdao.com/en/',
1510
1520
  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',
1511
1521
  logoURI: 'https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xbA7dEebBFC5fA1100Fb055a87773e1E99Cd3507a/logo.png',
1512
- risks: ['SYNTH_STABLE'],
1522
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1513
1523
  },
1514
1524
  GEN: {
1515
1525
  chainId: 43114,
@@ -1564,6 +1574,7 @@ export const tokens = {
1564
1574
  symbol: 'DUSD',
1565
1575
  oracleId: 'DUSD',
1566
1576
  logoURI: 'https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x71645323F647488209eAAB8d08900576502160c8/logo.png',
1577
+ tags: ['SYNTHETIC'],
1567
1578
  },
1568
1579
  DFD: {
1569
1580
  chainId: 43114,
@@ -1690,6 +1701,7 @@ export const tokens = {
1690
1701
  symbol: 'mDAI',
1691
1702
  oracleId: 'mDAI',
1692
1703
  logoURI: 'https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x6CB5008Ca0CC13862CB47906F541672e8f51A6EF/logo.png',
1704
+ tags: ['SYNTHETIC'],
1693
1705
  },
1694
1706
  mETH: {
1695
1707
  chainId: 43114,
@@ -1972,7 +1984,7 @@ export const tokens = {
1972
1984
  description: 'Frax is the first fractional-algorithmic stablecoin protocol.',
1973
1985
  bridge: 'frax',
1974
1986
  logoURI: 'https://raw.githubusercontent.com/pangolindex/tokens/main/assets/0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64/logo.png',
1975
- risks: ['SYNTH_STABLE'],
1987
+ tags: ['STABLECOIN', 'SYNTHETIC'],
1976
1988
  },
1977
1989
  FXS: {
1978
1990
  chainId: 43114,
@@ -2009,6 +2021,7 @@ export const tokens = {
2009
2021
  symbol: 'iDAI',
2010
2022
  oracleId: 'iDAI',
2011
2023
  logoURI: 'https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x8A8DD8dd5639174F032877b2D6c7467D8B51D561/logo.png',
2024
+ tags: ['SYNTHETIC'],
2012
2025
  },
2013
2026
  iETH: {
2014
2027
  chainId: 43114,
@@ -2623,6 +2636,7 @@ export const tokens = {
2623
2636
  symbol: 'mUSD',
2624
2637
  oracleId: 'mUSD',
2625
2638
  logoURI: 'https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x4D06D5296c0BE7857a9C43B5EB1770909d40CB25/logo.png',
2639
+ tags: ['SYNTHETIC'],
2626
2640
  },
2627
2641
  MYB: {
2628
2642
  chainId: 43114,
@@ -3019,6 +3033,7 @@ export const tokens = {
3019
3033
  symbol: 'pBTC',
3020
3034
  oracleId: 'pBTC',
3021
3035
  logoURI: 'https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xe6338226c321f3089c645ab526f844713C2F7Be3/logo.png',
3036
+ tags: ['SYNTHETIC'],
3022
3037
  },
3023
3038
  NPXS: {
3024
3039
  chainId: 43114,
@@ -3406,6 +3421,7 @@ export const tokens = {
3406
3421
  symbol: 'STBZ',
3407
3422
  oracleId: 'STBZ',
3408
3423
  logoURI: 'https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0x5a21a9e09667A67a898dE061D4bC61e92f20404e/logo.png',
3424
+ tags: ['SYNTHETIC'],
3409
3425
  },
3410
3426
  STAKE: {
3411
3427
  chainId: 43114,
@@ -3621,6 +3637,7 @@ export const tokens = {
3621
3637
  bridge: 'native',
3622
3638
  logoURI: 'https://snowtrace.io/token/images/tether_32.png',
3623
3639
  documentation: 'https://tether.to/en/how-it-works',
3640
+ tags: ['STABLECOIN'],
3624
3641
  },
3625
3642
  USDTo: {
3626
3643
  chainId: 43114,
@@ -4021,6 +4038,7 @@ export const tokens = {
4021
4038
  website: 'https://renproject.io/',
4022
4039
  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.',
4023
4040
  logoURI: 'https://raw.githubusercontent.com/renproject/bridge-v2/master/src/assets/icons/tokens/bitcoin-dashed-icon.svg',
4041
+ tags: ['SYNTHETIC'],
4024
4042
  },
4025
4043
  wNXM: {
4026
4044
  chainId: 43114,
@@ -4423,6 +4441,7 @@ export const tokens = {
4423
4441
  logoURI: 'https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xde3A24028580884448a5397872046a019649b084/logo.png',
4424
4442
  documentation: 'https://tether.to/en/how-it-works',
4425
4443
  bridge: 'avax-canonical',
4444
+ tags: ['STABLECOIN'],
4426
4445
  },
4427
4446
  TUSD: {
4428
4447
  chainId: 43114,
@@ -4443,7 +4462,7 @@ export const tokens = {
4443
4462
  website: 'https://makerdao.com/en/',
4444
4463
  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.',
4445
4464
  logoURI: 'https://raw.githubusercontent.com/ava-labs/bridge-tokens/main/avalanche-tokens/0xbA7dEebBFC5fA1100Fb055a87773e1E99Cd3507a/logo.png',
4446
- risks: ['SYNTH_STABLE'],
4465
+ tags: ['STABLECOIN', 'SYNTHETIC'],
4447
4466
  },
4448
4467
  BUSDe: {
4449
4468
  chainId: 43114,
@@ -4455,7 +4474,7 @@ export const tokens = {
4455
4474
  website: 'https://www.binance.com/en/busd',
4456
4475
  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.',
4457
4476
  logoURI: 'https://raw.githubusercontent.com/ava-labs/avalanche-bridge-resources/main/tokens/BUSD/logo.png',
4458
- risks: ['SYNTH_STABLE'],
4477
+ tags: ['STABLECOIN', 'SYNTHETIC'],
4459
4478
  },
4460
4479
  'FRAX-Frax': {
4461
4480
  chainId: 43114,
@@ -4513,6 +4532,7 @@ export const tokens = {
4513
4532
  bridge: 'avax-canonical',
4514
4533
  logoURI: 'https://tokens.pancakeswap.finance/images/0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d.png',
4515
4534
  documentation: 'https://developers.circle.com/docs',
4535
+ tags: ['STABLECOIN'],
4516
4536
  },
4517
4537
  MIM: {
4518
4538
  name: 'Magic Internet Money',
@@ -4525,7 +4545,7 @@ export const tokens = {
4525
4545
  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.',
4526
4546
  logoURI: '',
4527
4547
  documentation: 'https://docs.abracadabra.money/',
4528
- risks: ['SYNTH_STABLE'],
4548
+ tags: ['STABLECOIN', 'SYNTHETIC'],
4529
4549
  },
4530
4550
  SPELL: {
4531
4551
  name: 'Spell Token',
@@ -4639,6 +4659,7 @@ export const tokens = {
4639
4659
  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.',
4640
4660
  bridge: 'native',
4641
4661
  logoURI: 'https://tokens.pancakeswap.finance/images/0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d.png',
4662
+ tags: ['STABLECOIN'],
4642
4663
  },
4643
4664
  ROCO: {
4644
4665
  chainId: 43114,
@@ -4721,6 +4742,7 @@ export const tokens = {
4721
4742
  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.',
4722
4743
  logoURI: 'https://app.deus.finance/tokens/dei.svg',
4723
4744
  documentation: 'https://docs.deus.finance/',
4745
+ tags: ['SYNTHETIC'],
4724
4746
  },
4725
4747
  DEUS: {
4726
4748
  name: 'DEUS',
@@ -4746,7 +4768,7 @@ export const tokens = {
4746
4768
  bridge: 'multichain',
4747
4769
  logoURI: 'https://assets.spookyswap.finance/tokens/DOLA.png',
4748
4770
  documentation: 'https://docs.inverse.finance/',
4749
- risks: ['SYNTH_STABLE'],
4771
+ tags: ['STABLECOIN', 'SYNTHETIC'],
4750
4772
  },
4751
4773
  aavAVAX: {
4752
4774
  name: 'Aave AVAX',
@@ -4813,6 +4835,7 @@ export const tokens = {
4813
4835
  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.',
4814
4836
  bridge: 'native',
4815
4837
  staked: true,
4838
+ tags: ['STABLECOIN'],
4816
4839
  },
4817
4840
  waavUSDC: {
4818
4841
  name: 'Wrapped Aave USDC',
@@ -4853,6 +4876,7 @@ export const tokens = {
4853
4876
  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.',
4854
4877
  bridge: 'native',
4855
4878
  staked: true,
4879
+ tags: ['STABLECOIN'],
4856
4880
  },
4857
4881
  waavUSDT: {
4858
4882
  name: 'Wrapped Aave USDT',
@@ -5007,7 +5031,7 @@ export const tokens = {
5007
5031
  documentation: 'https://docs.blackhole.xyz/',
5008
5032
  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.',
5009
5033
  bridge: 'native',
5010
- risks: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
5034
+ tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
5011
5035
  },
5012
5036
  SUPER: {
5013
5037
  name: 'SuperVerse',
@@ -5021,7 +5045,7 @@ export const tokens = {
5021
5045
  documentation: 'https://docs.superverse.co/',
5022
5046
  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.',
5023
5047
  bridge: 'layer-zero',
5024
- risks: ['NO_TIMELOCK'],
5048
+ tags: ['NO_TIMELOCK'],
5025
5049
  },
5026
5050
  rsAVAX: {
5027
5051
  name: 'Yak Milk Suzaku Restaked sAVAX',
@@ -5035,7 +5059,7 @@ export const tokens = {
5035
5059
  documentation: 'https://docs.yieldyak.com/milk-vaults/suzaku-restaking',
5036
5060
  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.',
5037
5061
  bridge: 'native',
5038
- risks: ['NO_TIMELOCK'],
5062
+ tags: ['NO_TIMELOCK'],
5039
5063
  },
5040
5064
  savUSD: {
5041
5065
  name: 'Staked avUSD',
@@ -5049,7 +5073,7 @@ export const tokens = {
5049
5073
  documentation: 'https://docs.avantprotocol.com/overview/core-tokens#savusd-staked-avusd',
5050
5074
  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. ',
5051
5075
  bridge: 'native',
5052
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
5076
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
5053
5077
  },
5054
5078
  AUSD: {
5055
5079
  name: 'Agora Dollar',
@@ -5063,7 +5087,7 @@ export const tokens = {
5063
5087
  documentation: 'https://developer.agora.finance/',
5064
5088
  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.',
5065
5089
  bridge: 'native',
5066
- risks: ['NO_TIMELOCK'],
5090
+ tags: ['NO_TIMELOCK', 'STABLECOIN'],
5067
5091
  },
5068
5092
  sUSDe: {
5069
5093
  name: 'sUSDe',
@@ -5077,6 +5101,6 @@ export const tokens = {
5077
5101
  documentation: 'https://ethena-labs.gitbook.io/ethena-labs',
5078
5102
  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.',
5079
5103
  bridge: 'layer-zero',
5080
- risks: ['NO_TIMELOCK', 'SYNTH_STABLE'],
5104
+ tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
5081
5105
  },
5082
5106
  };