@beefyfinance/blockchain-addressbook 0.54.189 → 0.54.191

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.
@@ -19,6 +19,7 @@ export declare const beefyfinance: {
19
19
  readonly zap: "0xf49F7bB6F4F50d272A0914a671895c4384696E5A";
20
20
  readonly zapTokenManager: "0x3395BDAE49853Bc7Ab9377d2A93f42BC3A18680e";
21
21
  readonly treasurySwapper: "0xDc8968C9F935Fa3a19e57544a6DAe88217E5e164";
22
+ readonly assetSwapper: "0x5f98f630009E0E090965fb42DDe95F5A2d495445";
22
23
  readonly clmFactory: "0xD41Ce2c0a0596635FC09BDe2C35946a984b8cB7A";
23
24
  readonly clmStrategyFactory: "0xa5E8574a0BE6A7379611D2Fa0eA228c3a1778162";
24
25
  readonly clmRewardPoolFactory: "0x512b1A12200338F46a844E224d37B303a21D0224";
@@ -24,6 +24,7 @@ exports.beefyfinance = {
24
24
  zap: '0xf49F7bB6F4F50d272A0914a671895c4384696E5A',
25
25
  zapTokenManager: '0x3395BDAE49853Bc7Ab9377d2A93f42BC3A18680e',
26
26
  treasurySwapper: '0xDc8968C9F935Fa3a19e57544a6DAe88217E5e164',
27
+ assetSwapper: '0x5f98f630009E0E090965fb42DDe95F5A2d495445',
27
28
  /// CLM Contracts
28
29
  clmFactory: '0xD41Ce2c0a0596635FC09BDe2C35946a984b8cB7A',
29
30
  clmStrategyFactory: '0xa5E8574a0BE6A7379611D2Fa0eA228c3a1778162',
@@ -2794,6 +2794,31 @@ export declare const ethereum: {
2794
2794
  readonly bridge: "native";
2795
2795
  readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2796
2796
  };
2797
+ readonly ynUSDx: {
2798
+ readonly name: "ynUSD Max";
2799
+ readonly symbol: "ynUSDx";
2800
+ readonly oracleId: "ynUSDx";
2801
+ readonly address: "0x3DB228FE836D99Ccb25Ec4dfdC80ED6d2CDdCB4b";
2802
+ readonly chainId: 1;
2803
+ readonly decimals: 18;
2804
+ readonly website: "https://app.yieldnest.finance/";
2805
+ readonly documentation: "https://docs.yieldnest.finance/protocol-design/max-vaults/ynusd-max-ynusdx";
2806
+ readonly description: "ynUSDx is a MAX LRT designed to deliver optimized, risk-adjusted yield from stablecoins. By aggregating top-tier DeFi and RWA strategies spanning lending, liquidity provision, and yield farming, ynUSDx transforms stablecoin exposure into a single liquid, composable asset.";
2807
+ readonly bridge: "native";
2808
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2809
+ };
2810
+ readonly ynETHx: {
2811
+ readonly name: "ynETH MAX";
2812
+ readonly symbol: "ynETHx";
2813
+ readonly oracleId: "ynETHx";
2814
+ readonly address: "0x657d9ABA1DBb59e53f9F3eCAA878447dCfC96dCb";
2815
+ readonly chainId: 1;
2816
+ readonly decimals: 18;
2817
+ readonly website: "https://app.yieldnest.finance/";
2818
+ readonly documentation: "https://docs.yieldnest.finance/protocol-design/max-vaults/yneth-max-ynethx";
2819
+ readonly description: "ynETHx is a MAX LRT designed to maximize returns on ETH and LSD-based assets by integrating restaking and DeFi strategies into a single, capital-efficient, composable token.";
2820
+ readonly bridge: "native";
2821
+ };
2797
2822
  readonly tETH: {
2798
2823
  readonly name: "Treehouse ETH";
2799
2824
  readonly symbol: "tETH";
@@ -5600,6 +5625,31 @@ export declare const ethereum: {
5600
5625
  readonly bridge: "native";
5601
5626
  readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5602
5627
  };
5628
+ readonly ynUSDx: {
5629
+ readonly name: "ynUSD Max";
5630
+ readonly symbol: "ynUSDx";
5631
+ readonly oracleId: "ynUSDx";
5632
+ readonly address: "0x3DB228FE836D99Ccb25Ec4dfdC80ED6d2CDdCB4b";
5633
+ readonly chainId: 1;
5634
+ readonly decimals: 18;
5635
+ readonly website: "https://app.yieldnest.finance/";
5636
+ readonly documentation: "https://docs.yieldnest.finance/protocol-design/max-vaults/ynusd-max-ynusdx";
5637
+ readonly description: "ynUSDx is a MAX LRT designed to deliver optimized, risk-adjusted yield from stablecoins. By aggregating top-tier DeFi and RWA strategies spanning lending, liquidity provision, and yield farming, ynUSDx transforms stablecoin exposure into a single liquid, composable asset.";
5638
+ readonly bridge: "native";
5639
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5640
+ };
5641
+ readonly ynETHx: {
5642
+ readonly name: "ynETH MAX";
5643
+ readonly symbol: "ynETHx";
5644
+ readonly oracleId: "ynETHx";
5645
+ readonly address: "0x657d9ABA1DBb59e53f9F3eCAA878447dCfC96dCb";
5646
+ readonly chainId: 1;
5647
+ readonly decimals: 18;
5648
+ readonly website: "https://app.yieldnest.finance/";
5649
+ readonly documentation: "https://docs.yieldnest.finance/protocol-design/max-vaults/yneth-max-ynethx";
5650
+ readonly description: "ynETHx is a MAX LRT designed to maximize returns on ETH and LSD-based assets by integrating restaking and DeFi strategies into a single, capital-efficient, composable token.";
5651
+ readonly bridge: "native";
5652
+ };
5603
5653
  readonly tETH: {
5604
5654
  readonly name: "Treehouse ETH";
5605
5655
  readonly symbol: "tETH";
@@ -27,6 +27,7 @@ export declare const beefyfinance: {
27
27
  readonly ccipBridge: "0xcccEa7Fe84272995664369334351Fe344E2732aE";
28
28
  readonly layerZeroBridge: "0xdddaEc9c267dF24aD66Edc3B2cBe25dB86422051";
29
29
  readonly treasurySwapper: "0x0921E4fA2F85B6461fa83961d28DC7e1f9A32B40";
30
+ readonly assetSwapper: "0x340014C66D49f50c48E6eF0D02aB630F246F1921";
30
31
  readonly beefySwapper: "0x0000830DF56616D58976A12D19d283B40e25BEEF";
31
32
  readonly beefyOracle: "0xbeEFc6B9d685993b02712D8de8afB29A31c3faf4";
32
33
  readonly beefyOracleChainlink: "0xB1F10da39442089F6E216Fd144EF6C2F19689170";
@@ -32,6 +32,7 @@ exports.beefyfinance = {
32
32
  ccipBridge: '0xcccEa7Fe84272995664369334351Fe344E2732aE',
33
33
  layerZeroBridge: '0xdddaEc9c267dF24aD66Edc3B2cBe25dB86422051',
34
34
  treasurySwapper: '0x0921E4fA2F85B6461fa83961d28DC7e1f9A32B40',
35
+ assetSwapper: '0x340014C66D49f50c48E6eF0D02aB630F246F1921',
35
36
  /// Beefy Swapper Contracts
36
37
  beefySwapper: '0x0000830DF56616D58976A12D19d283B40e25BEEF',
37
38
  beefyOracle: '0xbeEFc6B9d685993b02712D8de8afB29A31c3faf4',
@@ -2791,6 +2791,31 @@ export declare const tokens: {
2791
2791
  readonly bridge: "native";
2792
2792
  readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2793
2793
  };
2794
+ readonly ynUSDx: {
2795
+ readonly name: "ynUSD Max";
2796
+ readonly symbol: "ynUSDx";
2797
+ readonly oracleId: "ynUSDx";
2798
+ readonly address: "0x3DB228FE836D99Ccb25Ec4dfdC80ED6d2CDdCB4b";
2799
+ readonly chainId: 1;
2800
+ readonly decimals: 18;
2801
+ readonly website: "https://app.yieldnest.finance/";
2802
+ readonly documentation: "https://docs.yieldnest.finance/protocol-design/max-vaults/ynusd-max-ynusdx";
2803
+ readonly description: "ynUSDx is a MAX LRT designed to deliver optimized, risk-adjusted yield from stablecoins. By aggregating top-tier DeFi and RWA strategies spanning lending, liquidity provision, and yield farming, ynUSDx transforms stablecoin exposure into a single liquid, composable asset.";
2804
+ readonly bridge: "native";
2805
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2806
+ };
2807
+ readonly ynETHx: {
2808
+ readonly name: "ynETH MAX";
2809
+ readonly symbol: "ynETHx";
2810
+ readonly oracleId: "ynETHx";
2811
+ readonly address: "0x657d9ABA1DBb59e53f9F3eCAA878447dCfC96dCb";
2812
+ readonly chainId: 1;
2813
+ readonly decimals: 18;
2814
+ readonly website: "https://app.yieldnest.finance/";
2815
+ readonly documentation: "https://docs.yieldnest.finance/protocol-design/max-vaults/yneth-max-ynethx";
2816
+ readonly description: "ynETHx is a MAX LRT designed to maximize returns on ETH and LSD-based assets by integrating restaking and DeFi strategies into a single, capital-efficient, composable token.";
2817
+ readonly bridge: "native";
2818
+ };
2794
2819
  readonly tETH: {
2795
2820
  readonly name: "Treehouse ETH";
2796
2821
  readonly symbol: "tETH";
@@ -2760,6 +2760,31 @@ exports.tokens = {
2760
2760
  bridge: 'native',
2761
2761
  tags: ['STABLECOIN', 'SYNTHETIC'],
2762
2762
  },
2763
+ ynUSDx: {
2764
+ name: 'ynUSD Max',
2765
+ symbol: 'ynUSDx',
2766
+ oracleId: 'ynUSDx',
2767
+ address: '0x3DB228FE836D99Ccb25Ec4dfdC80ED6d2CDdCB4b',
2768
+ chainId: 1,
2769
+ decimals: 18,
2770
+ website: 'https://app.yieldnest.finance/',
2771
+ documentation: 'https://docs.yieldnest.finance/protocol-design/max-vaults/ynusd-max-ynusdx',
2772
+ description: 'ynUSDx is a MAX LRT designed to deliver optimized, risk-adjusted yield from stablecoins. By aggregating top-tier DeFi and RWA strategies spanning lending, liquidity provision, and yield farming, ynUSDx transforms stablecoin exposure into a single liquid, composable asset.',
2773
+ bridge: 'native',
2774
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2775
+ },
2776
+ ynETHx: {
2777
+ name: 'ynETH MAX',
2778
+ symbol: 'ynETHx',
2779
+ oracleId: 'ynETHx',
2780
+ address: '0x657d9ABA1DBb59e53f9F3eCAA878447dCfC96dCb',
2781
+ chainId: 1,
2782
+ decimals: 18,
2783
+ website: 'https://app.yieldnest.finance/',
2784
+ documentation: 'https://docs.yieldnest.finance/protocol-design/max-vaults/yneth-max-ynethx',
2785
+ description: 'ynETHx is a MAX LRT designed to maximize returns on ETH and LSD-based assets by integrating restaking and DeFi strategies into a single, capital-efficient, composable token.',
2786
+ bridge: 'native',
2787
+ },
2763
2788
  tETH: {
2764
2789
  name: 'Treehouse ETH',
2765
2790
  symbol: 'tETH',
@@ -22,6 +22,7 @@ export declare const beefyfinance: {
22
22
  readonly zap: "0xE90053b8136f18206fcf4F48E0C3B6AeD9b1aD71";
23
23
  readonly zapTokenManager: "0x2813223eCCE2E3A270C6162fDc56Be4414EcdbF6";
24
24
  readonly treasurySwapper: "0xee357b59df44A9d55F21A9f90fbA81e2aC894514";
25
+ readonly assetSwapper: "0xc0D173E3486F7C3d57E8a38a003500Fd27E7d055";
25
26
  readonly clmFactory: "0x56244006aCBE39275975eA72775E7c9920C9Da57";
26
27
  readonly clmStrategyFactory: "0xf4CB9Cb96a3F00d66f065ECABc8Ace0742512d22";
27
28
  readonly clmRewardPoolFactory: "0x8dB409dd28B3E4189dD4CF82bAbDD7b593a679EA";
@@ -27,6 +27,7 @@ exports.beefyfinance = {
27
27
  zap: '0xE90053b8136f18206fcf4F48E0C3B6AeD9b1aD71',
28
28
  zapTokenManager: '0x2813223eCCE2E3A270C6162fDc56Be4414EcdbF6',
29
29
  treasurySwapper: '0xee357b59df44A9d55F21A9f90fbA81e2aC894514',
30
+ assetSwapper: '0xc0D173E3486F7C3d57E8a38a003500Fd27E7d055',
30
31
  /// CLM Contracts
31
32
  clmFactory: '0x56244006aCBE39275975eA72775E7c9920C9Da57',
32
33
  clmStrategyFactory: '0xf4CB9Cb96a3F00d66f065ECABc8Ace0742512d22',
@@ -20,6 +20,7 @@ export interface BeefyFinance {
20
20
  zap?: string;
21
21
  zapTokenManager?: string;
22
22
  treasurySwapper?: string;
23
+ assetSwapper?: string;
23
24
  mooBifiLockbox?: string;
24
25
  axelarBridge?: string;
25
26
  optimismBridge?: string;
@@ -19,6 +19,7 @@ export declare const beefyfinance: {
19
19
  readonly zap: "0xf49F7bB6F4F50d272A0914a671895c4384696E5A";
20
20
  readonly zapTokenManager: "0x3395BDAE49853Bc7Ab9377d2A93f42BC3A18680e";
21
21
  readonly treasurySwapper: "0xDc8968C9F935Fa3a19e57544a6DAe88217E5e164";
22
+ readonly assetSwapper: "0x5f98f630009E0E090965fb42DDe95F5A2d495445";
22
23
  readonly clmFactory: "0xD41Ce2c0a0596635FC09BDe2C35946a984b8cB7A";
23
24
  readonly clmStrategyFactory: "0xa5E8574a0BE6A7379611D2Fa0eA228c3a1778162";
24
25
  readonly clmRewardPoolFactory: "0x512b1A12200338F46a844E224d37B303a21D0224";
@@ -21,6 +21,7 @@ export const beefyfinance = {
21
21
  zap: '0xf49F7bB6F4F50d272A0914a671895c4384696E5A',
22
22
  zapTokenManager: '0x3395BDAE49853Bc7Ab9377d2A93f42BC3A18680e',
23
23
  treasurySwapper: '0xDc8968C9F935Fa3a19e57544a6DAe88217E5e164',
24
+ assetSwapper: '0x5f98f630009E0E090965fb42DDe95F5A2d495445',
24
25
  /// CLM Contracts
25
26
  clmFactory: '0xD41Ce2c0a0596635FC09BDe2C35946a984b8cB7A',
26
27
  clmStrategyFactory: '0xa5E8574a0BE6A7379611D2Fa0eA228c3a1778162',
@@ -2794,6 +2794,31 @@ export declare const ethereum: {
2794
2794
  readonly bridge: "native";
2795
2795
  readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2796
2796
  };
2797
+ readonly ynUSDx: {
2798
+ readonly name: "ynUSD Max";
2799
+ readonly symbol: "ynUSDx";
2800
+ readonly oracleId: "ynUSDx";
2801
+ readonly address: "0x3DB228FE836D99Ccb25Ec4dfdC80ED6d2CDdCB4b";
2802
+ readonly chainId: 1;
2803
+ readonly decimals: 18;
2804
+ readonly website: "https://app.yieldnest.finance/";
2805
+ readonly documentation: "https://docs.yieldnest.finance/protocol-design/max-vaults/ynusd-max-ynusdx";
2806
+ readonly description: "ynUSDx is a MAX LRT designed to deliver optimized, risk-adjusted yield from stablecoins. By aggregating top-tier DeFi and RWA strategies spanning lending, liquidity provision, and yield farming, ynUSDx transforms stablecoin exposure into a single liquid, composable asset.";
2807
+ readonly bridge: "native";
2808
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2809
+ };
2810
+ readonly ynETHx: {
2811
+ readonly name: "ynETH MAX";
2812
+ readonly symbol: "ynETHx";
2813
+ readonly oracleId: "ynETHx";
2814
+ readonly address: "0x657d9ABA1DBb59e53f9F3eCAA878447dCfC96dCb";
2815
+ readonly chainId: 1;
2816
+ readonly decimals: 18;
2817
+ readonly website: "https://app.yieldnest.finance/";
2818
+ readonly documentation: "https://docs.yieldnest.finance/protocol-design/max-vaults/yneth-max-ynethx";
2819
+ readonly description: "ynETHx is a MAX LRT designed to maximize returns on ETH and LSD-based assets by integrating restaking and DeFi strategies into a single, capital-efficient, composable token.";
2820
+ readonly bridge: "native";
2821
+ };
2797
2822
  readonly tETH: {
2798
2823
  readonly name: "Treehouse ETH";
2799
2824
  readonly symbol: "tETH";
@@ -5600,6 +5625,31 @@ export declare const ethereum: {
5600
5625
  readonly bridge: "native";
5601
5626
  readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5602
5627
  };
5628
+ readonly ynUSDx: {
5629
+ readonly name: "ynUSD Max";
5630
+ readonly symbol: "ynUSDx";
5631
+ readonly oracleId: "ynUSDx";
5632
+ readonly address: "0x3DB228FE836D99Ccb25Ec4dfdC80ED6d2CDdCB4b";
5633
+ readonly chainId: 1;
5634
+ readonly decimals: 18;
5635
+ readonly website: "https://app.yieldnest.finance/";
5636
+ readonly documentation: "https://docs.yieldnest.finance/protocol-design/max-vaults/ynusd-max-ynusdx";
5637
+ readonly description: "ynUSDx is a MAX LRT designed to deliver optimized, risk-adjusted yield from stablecoins. By aggregating top-tier DeFi and RWA strategies spanning lending, liquidity provision, and yield farming, ynUSDx transforms stablecoin exposure into a single liquid, composable asset.";
5638
+ readonly bridge: "native";
5639
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
5640
+ };
5641
+ readonly ynETHx: {
5642
+ readonly name: "ynETH MAX";
5643
+ readonly symbol: "ynETHx";
5644
+ readonly oracleId: "ynETHx";
5645
+ readonly address: "0x657d9ABA1DBb59e53f9F3eCAA878447dCfC96dCb";
5646
+ readonly chainId: 1;
5647
+ readonly decimals: 18;
5648
+ readonly website: "https://app.yieldnest.finance/";
5649
+ readonly documentation: "https://docs.yieldnest.finance/protocol-design/max-vaults/yneth-max-ynethx";
5650
+ readonly description: "ynETHx is a MAX LRT designed to maximize returns on ETH and LSD-based assets by integrating restaking and DeFi strategies into a single, capital-efficient, composable token.";
5651
+ readonly bridge: "native";
5652
+ };
5603
5653
  readonly tETH: {
5604
5654
  readonly name: "Treehouse ETH";
5605
5655
  readonly symbol: "tETH";
@@ -27,6 +27,7 @@ export declare const beefyfinance: {
27
27
  readonly ccipBridge: "0xcccEa7Fe84272995664369334351Fe344E2732aE";
28
28
  readonly layerZeroBridge: "0xdddaEc9c267dF24aD66Edc3B2cBe25dB86422051";
29
29
  readonly treasurySwapper: "0x0921E4fA2F85B6461fa83961d28DC7e1f9A32B40";
30
+ readonly assetSwapper: "0x340014C66D49f50c48E6eF0D02aB630F246F1921";
30
31
  readonly beefySwapper: "0x0000830DF56616D58976A12D19d283B40e25BEEF";
31
32
  readonly beefyOracle: "0xbeEFc6B9d685993b02712D8de8afB29A31c3faf4";
32
33
  readonly beefyOracleChainlink: "0xB1F10da39442089F6E216Fd144EF6C2F19689170";
@@ -29,6 +29,7 @@ export const beefyfinance = {
29
29
  ccipBridge: '0xcccEa7Fe84272995664369334351Fe344E2732aE',
30
30
  layerZeroBridge: '0xdddaEc9c267dF24aD66Edc3B2cBe25dB86422051',
31
31
  treasurySwapper: '0x0921E4fA2F85B6461fa83961d28DC7e1f9A32B40',
32
+ assetSwapper: '0x340014C66D49f50c48E6eF0D02aB630F246F1921',
32
33
  /// Beefy Swapper Contracts
33
34
  beefySwapper: '0x0000830DF56616D58976A12D19d283B40e25BEEF',
34
35
  beefyOracle: '0xbeEFc6B9d685993b02712D8de8afB29A31c3faf4',
@@ -2791,6 +2791,31 @@ export declare const tokens: {
2791
2791
  readonly bridge: "native";
2792
2792
  readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2793
2793
  };
2794
+ readonly ynUSDx: {
2795
+ readonly name: "ynUSD Max";
2796
+ readonly symbol: "ynUSDx";
2797
+ readonly oracleId: "ynUSDx";
2798
+ readonly address: "0x3DB228FE836D99Ccb25Ec4dfdC80ED6d2CDdCB4b";
2799
+ readonly chainId: 1;
2800
+ readonly decimals: 18;
2801
+ readonly website: "https://app.yieldnest.finance/";
2802
+ readonly documentation: "https://docs.yieldnest.finance/protocol-design/max-vaults/ynusd-max-ynusdx";
2803
+ readonly description: "ynUSDx is a MAX LRT designed to deliver optimized, risk-adjusted yield from stablecoins. By aggregating top-tier DeFi and RWA strategies spanning lending, liquidity provision, and yield farming, ynUSDx transforms stablecoin exposure into a single liquid, composable asset.";
2804
+ readonly bridge: "native";
2805
+ readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
2806
+ };
2807
+ readonly ynETHx: {
2808
+ readonly name: "ynETH MAX";
2809
+ readonly symbol: "ynETHx";
2810
+ readonly oracleId: "ynETHx";
2811
+ readonly address: "0x657d9ABA1DBb59e53f9F3eCAA878447dCfC96dCb";
2812
+ readonly chainId: 1;
2813
+ readonly decimals: 18;
2814
+ readonly website: "https://app.yieldnest.finance/";
2815
+ readonly documentation: "https://docs.yieldnest.finance/protocol-design/max-vaults/yneth-max-ynethx";
2816
+ readonly description: "ynETHx is a MAX LRT designed to maximize returns on ETH and LSD-based assets by integrating restaking and DeFi strategies into a single, capital-efficient, composable token.";
2817
+ readonly bridge: "native";
2818
+ };
2794
2819
  readonly tETH: {
2795
2820
  readonly name: "Treehouse ETH";
2796
2821
  readonly symbol: "tETH";
@@ -2757,6 +2757,31 @@ export const tokens = {
2757
2757
  bridge: 'native',
2758
2758
  tags: ['STABLECOIN', 'SYNTHETIC'],
2759
2759
  },
2760
+ ynUSDx: {
2761
+ name: 'ynUSD Max',
2762
+ symbol: 'ynUSDx',
2763
+ oracleId: 'ynUSDx',
2764
+ address: '0x3DB228FE836D99Ccb25Ec4dfdC80ED6d2CDdCB4b',
2765
+ chainId: 1,
2766
+ decimals: 18,
2767
+ website: 'https://app.yieldnest.finance/',
2768
+ documentation: 'https://docs.yieldnest.finance/protocol-design/max-vaults/ynusd-max-ynusdx',
2769
+ description: 'ynUSDx is a MAX LRT designed to deliver optimized, risk-adjusted yield from stablecoins. By aggregating top-tier DeFi and RWA strategies spanning lending, liquidity provision, and yield farming, ynUSDx transforms stablecoin exposure into a single liquid, composable asset.',
2770
+ bridge: 'native',
2771
+ tags: ['STABLECOIN', 'SYNTHETIC'],
2772
+ },
2773
+ ynETHx: {
2774
+ name: 'ynETH MAX',
2775
+ symbol: 'ynETHx',
2776
+ oracleId: 'ynETHx',
2777
+ address: '0x657d9ABA1DBb59e53f9F3eCAA878447dCfC96dCb',
2778
+ chainId: 1,
2779
+ decimals: 18,
2780
+ website: 'https://app.yieldnest.finance/',
2781
+ documentation: 'https://docs.yieldnest.finance/protocol-design/max-vaults/yneth-max-ynethx',
2782
+ description: 'ynETHx is a MAX LRT designed to maximize returns on ETH and LSD-based assets by integrating restaking and DeFi strategies into a single, capital-efficient, composable token.',
2783
+ bridge: 'native',
2784
+ },
2760
2785
  tETH: {
2761
2786
  name: 'Treehouse ETH',
2762
2787
  symbol: 'tETH',
@@ -22,6 +22,7 @@ export declare const beefyfinance: {
22
22
  readonly zap: "0xE90053b8136f18206fcf4F48E0C3B6AeD9b1aD71";
23
23
  readonly zapTokenManager: "0x2813223eCCE2E3A270C6162fDc56Be4414EcdbF6";
24
24
  readonly treasurySwapper: "0xee357b59df44A9d55F21A9f90fbA81e2aC894514";
25
+ readonly assetSwapper: "0xc0D173E3486F7C3d57E8a38a003500Fd27E7d055";
25
26
  readonly clmFactory: "0x56244006aCBE39275975eA72775E7c9920C9Da57";
26
27
  readonly clmStrategyFactory: "0xf4CB9Cb96a3F00d66f065ECABc8Ace0742512d22";
27
28
  readonly clmRewardPoolFactory: "0x8dB409dd28B3E4189dD4CF82bAbDD7b593a679EA";
@@ -24,6 +24,7 @@ export const beefyfinance = {
24
24
  zap: '0xE90053b8136f18206fcf4F48E0C3B6AeD9b1aD71',
25
25
  zapTokenManager: '0x2813223eCCE2E3A270C6162fDc56Be4414EcdbF6',
26
26
  treasurySwapper: '0xee357b59df44A9d55F21A9f90fbA81e2aC894514',
27
+ assetSwapper: '0xc0D173E3486F7C3d57E8a38a003500Fd27E7d055',
27
28
  /// CLM Contracts
28
29
  clmFactory: '0x56244006aCBE39275975eA72775E7c9920C9Da57',
29
30
  clmStrategyFactory: '0xf4CB9Cb96a3F00d66f065ECABc8Ace0742512d22',
@@ -20,6 +20,7 @@ export interface BeefyFinance {
20
20
  zap?: string;
21
21
  zapTokenManager?: string;
22
22
  treasurySwapper?: string;
23
+ assetSwapper?: string;
23
24
  mooBifiLockbox?: string;
24
25
  axelarBridge?: string;
25
26
  optimismBridge?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beefyfinance/blockchain-addressbook",
3
- "version": "0.54.189",
3
+ "version": "0.54.191",
4
4
  "description": "A collection of useful addresses on various chains for defi development",
5
5
  "type": "commonjs",
6
6
  "types": "./build/address-book/index.d.ts",