@beefyfinance/blockchain-addressbook 0.54.190 → 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.
- package/build/address-book/ethereum/index.d.ts +50 -0
- package/build/address-book/ethereum/tokens/tokens.d.ts +25 -0
- package/build/address-book/ethereum/tokens/tokens.js +25 -0
- package/build-esm/address-book/ethereum/index.d.ts +50 -0
- package/build-esm/address-book/ethereum/tokens/tokens.d.ts +25 -0
- package/build-esm/address-book/ethereum/tokens/tokens.js +25 -0
- package/package.json +1 -1
|
@@ -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";
|
|
@@ -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',
|
|
@@ -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";
|
|
@@ -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',
|
package/package.json
CHANGED