@beefyfinance/blockchain-addressbook 0.54.190 → 0.54.192
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 +102 -0
- package/build/address-book/ethereum/tokens/tokens.d.ts +51 -0
- package/build/address-book/ethereum/tokens/tokens.js +51 -0
- package/build-esm/address-book/ethereum/index.d.ts +102 -0
- package/build-esm/address-book/ethereum/tokens/tokens.d.ts +51 -0
- package/build-esm/address-book/ethereum/tokens/tokens.js +51 -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";
|
|
@@ -2806,6 +2831,32 @@ export declare const ethereum: {
|
|
|
2806
2831
|
readonly description: "Treehouse is a decentralized application that introduces Treehouse Assets (tAssets) and Decentralized Offered Rates (DOR), new primitives that enable fixed income products in digital assets. ";
|
|
2807
2832
|
readonly bridge: "native";
|
|
2808
2833
|
};
|
|
2834
|
+
readonly apxUSD: {
|
|
2835
|
+
readonly name: "apxUSD";
|
|
2836
|
+
readonly symbol: "apxUSD";
|
|
2837
|
+
readonly oracleId: "apxUSD";
|
|
2838
|
+
readonly address: "0x98A878b1Cd98131B271883B390f68D2c90674665";
|
|
2839
|
+
readonly chainId: 1;
|
|
2840
|
+
readonly decimals: 18;
|
|
2841
|
+
readonly website: "https://app.apyx.fi/";
|
|
2842
|
+
readonly documentation: "https://docs.apyx.fi/product-overview/apxusd-overview";
|
|
2843
|
+
readonly description: "apxUSD is Apyx’s synthetic dollar backed by a diversified basket of low-volatility, variable-rate, preferred shares issued by industry leading Digital Asset Treasuries (DATs).";
|
|
2844
|
+
readonly bridge: "native";
|
|
2845
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2846
|
+
};
|
|
2847
|
+
readonly apyUSD: {
|
|
2848
|
+
readonly name: "apyUSD";
|
|
2849
|
+
readonly symbol: "apyUSD";
|
|
2850
|
+
readonly oracleId: "apyUSD";
|
|
2851
|
+
readonly address: "0x38EEb52F0771140d10c4E9A9a72349A329Fe8a6A";
|
|
2852
|
+
readonly chainId: 1;
|
|
2853
|
+
readonly decimals: 18;
|
|
2854
|
+
readonly website: "https://app.apyx.fi/";
|
|
2855
|
+
readonly documentation: "https://docs.apyx.fi/product-overview/apyusd-overview";
|
|
2856
|
+
readonly description: "apyUSD is the savings token for apxUSD, built using the ERC-4626 vault standard.";
|
|
2857
|
+
readonly bridge: "native";
|
|
2858
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2859
|
+
};
|
|
2809
2860
|
};
|
|
2810
2861
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2811
2862
|
readonly WNATIVE: {
|
|
@@ -5600,6 +5651,31 @@ export declare const ethereum: {
|
|
|
5600
5651
|
readonly bridge: "native";
|
|
5601
5652
|
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
5602
5653
|
};
|
|
5654
|
+
readonly ynUSDx: {
|
|
5655
|
+
readonly name: "ynUSD Max";
|
|
5656
|
+
readonly symbol: "ynUSDx";
|
|
5657
|
+
readonly oracleId: "ynUSDx";
|
|
5658
|
+
readonly address: "0x3DB228FE836D99Ccb25Ec4dfdC80ED6d2CDdCB4b";
|
|
5659
|
+
readonly chainId: 1;
|
|
5660
|
+
readonly decimals: 18;
|
|
5661
|
+
readonly website: "https://app.yieldnest.finance/";
|
|
5662
|
+
readonly documentation: "https://docs.yieldnest.finance/protocol-design/max-vaults/ynusd-max-ynusdx";
|
|
5663
|
+
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.";
|
|
5664
|
+
readonly bridge: "native";
|
|
5665
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
5666
|
+
};
|
|
5667
|
+
readonly ynETHx: {
|
|
5668
|
+
readonly name: "ynETH MAX";
|
|
5669
|
+
readonly symbol: "ynETHx";
|
|
5670
|
+
readonly oracleId: "ynETHx";
|
|
5671
|
+
readonly address: "0x657d9ABA1DBb59e53f9F3eCAA878447dCfC96dCb";
|
|
5672
|
+
readonly chainId: 1;
|
|
5673
|
+
readonly decimals: 18;
|
|
5674
|
+
readonly website: "https://app.yieldnest.finance/";
|
|
5675
|
+
readonly documentation: "https://docs.yieldnest.finance/protocol-design/max-vaults/yneth-max-ynethx";
|
|
5676
|
+
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.";
|
|
5677
|
+
readonly bridge: "native";
|
|
5678
|
+
};
|
|
5603
5679
|
readonly tETH: {
|
|
5604
5680
|
readonly name: "Treehouse ETH";
|
|
5605
5681
|
readonly symbol: "tETH";
|
|
@@ -5612,6 +5688,32 @@ export declare const ethereum: {
|
|
|
5612
5688
|
readonly description: "Treehouse is a decentralized application that introduces Treehouse Assets (tAssets) and Decentralized Offered Rates (DOR), new primitives that enable fixed income products in digital assets. ";
|
|
5613
5689
|
readonly bridge: "native";
|
|
5614
5690
|
};
|
|
5691
|
+
readonly apxUSD: {
|
|
5692
|
+
readonly name: "apxUSD";
|
|
5693
|
+
readonly symbol: "apxUSD";
|
|
5694
|
+
readonly oracleId: "apxUSD";
|
|
5695
|
+
readonly address: "0x98A878b1Cd98131B271883B390f68D2c90674665";
|
|
5696
|
+
readonly chainId: 1;
|
|
5697
|
+
readonly decimals: 18;
|
|
5698
|
+
readonly website: "https://app.apyx.fi/";
|
|
5699
|
+
readonly documentation: "https://docs.apyx.fi/product-overview/apxusd-overview";
|
|
5700
|
+
readonly description: "apxUSD is Apyx’s synthetic dollar backed by a diversified basket of low-volatility, variable-rate, preferred shares issued by industry leading Digital Asset Treasuries (DATs).";
|
|
5701
|
+
readonly bridge: "native";
|
|
5702
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5703
|
+
};
|
|
5704
|
+
readonly apyUSD: {
|
|
5705
|
+
readonly name: "apyUSD";
|
|
5706
|
+
readonly symbol: "apyUSD";
|
|
5707
|
+
readonly oracleId: "apyUSD";
|
|
5708
|
+
readonly address: "0x38EEb52F0771140d10c4E9A9a72349A329Fe8a6A";
|
|
5709
|
+
readonly chainId: 1;
|
|
5710
|
+
readonly decimals: 18;
|
|
5711
|
+
readonly website: "https://app.apyx.fi/";
|
|
5712
|
+
readonly documentation: "https://docs.apyx.fi/product-overview/apyusd-overview";
|
|
5713
|
+
readonly description: "apyUSD is the savings token for apxUSD, built using the ERC-4626 vault standard.";
|
|
5714
|
+
readonly bridge: "native";
|
|
5715
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5716
|
+
};
|
|
5615
5717
|
}>;
|
|
5616
5718
|
readonly native: {
|
|
5617
5719
|
readonly symbol: "ETH";
|
|
@@ -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";
|
|
@@ -2803,4 +2828,30 @@ export declare const tokens: {
|
|
|
2803
2828
|
readonly description: "Treehouse is a decentralized application that introduces Treehouse Assets (tAssets) and Decentralized Offered Rates (DOR), new primitives that enable fixed income products in digital assets. ";
|
|
2804
2829
|
readonly bridge: "native";
|
|
2805
2830
|
};
|
|
2831
|
+
readonly apxUSD: {
|
|
2832
|
+
readonly name: "apxUSD";
|
|
2833
|
+
readonly symbol: "apxUSD";
|
|
2834
|
+
readonly oracleId: "apxUSD";
|
|
2835
|
+
readonly address: "0x98A878b1Cd98131B271883B390f68D2c90674665";
|
|
2836
|
+
readonly chainId: 1;
|
|
2837
|
+
readonly decimals: 18;
|
|
2838
|
+
readonly website: "https://app.apyx.fi/";
|
|
2839
|
+
readonly documentation: "https://docs.apyx.fi/product-overview/apxusd-overview";
|
|
2840
|
+
readonly description: "apxUSD is Apyx’s synthetic dollar backed by a diversified basket of low-volatility, variable-rate, preferred shares issued by industry leading Digital Asset Treasuries (DATs).";
|
|
2841
|
+
readonly bridge: "native";
|
|
2842
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2843
|
+
};
|
|
2844
|
+
readonly apyUSD: {
|
|
2845
|
+
readonly name: "apyUSD";
|
|
2846
|
+
readonly symbol: "apyUSD";
|
|
2847
|
+
readonly oracleId: "apyUSD";
|
|
2848
|
+
readonly address: "0x38EEb52F0771140d10c4E9A9a72349A329Fe8a6A";
|
|
2849
|
+
readonly chainId: 1;
|
|
2850
|
+
readonly decimals: 18;
|
|
2851
|
+
readonly website: "https://app.apyx.fi/";
|
|
2852
|
+
readonly documentation: "https://docs.apyx.fi/product-overview/apyusd-overview";
|
|
2853
|
+
readonly description: "apyUSD is the savings token for apxUSD, built using the ERC-4626 vault standard.";
|
|
2854
|
+
readonly bridge: "native";
|
|
2855
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2856
|
+
};
|
|
2806
2857
|
};
|
|
@@ -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',
|
|
@@ -2772,4 +2797,30 @@ exports.tokens = {
|
|
|
2772
2797
|
description: 'Treehouse is a decentralized application that introduces Treehouse Assets (tAssets) and Decentralized Offered Rates (DOR), new primitives that enable fixed income products in digital assets. ',
|
|
2773
2798
|
bridge: 'native',
|
|
2774
2799
|
},
|
|
2800
|
+
apxUSD: {
|
|
2801
|
+
name: 'apxUSD',
|
|
2802
|
+
symbol: 'apxUSD',
|
|
2803
|
+
oracleId: 'apxUSD',
|
|
2804
|
+
address: '0x98A878b1Cd98131B271883B390f68D2c90674665',
|
|
2805
|
+
chainId: 1,
|
|
2806
|
+
decimals: 18,
|
|
2807
|
+
website: 'https://app.apyx.fi/',
|
|
2808
|
+
documentation: 'https://docs.apyx.fi/product-overview/apxusd-overview',
|
|
2809
|
+
description: 'apxUSD is Apyx’s synthetic dollar backed by a diversified basket of low-volatility, variable-rate, preferred shares issued by industry leading Digital Asset Treasuries (DATs).',
|
|
2810
|
+
bridge: 'native',
|
|
2811
|
+
tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2812
|
+
},
|
|
2813
|
+
apyUSD: {
|
|
2814
|
+
name: 'apyUSD',
|
|
2815
|
+
symbol: 'apyUSD',
|
|
2816
|
+
oracleId: 'apyUSD',
|
|
2817
|
+
address: '0x38EEb52F0771140d10c4E9A9a72349A329Fe8a6A',
|
|
2818
|
+
chainId: 1,
|
|
2819
|
+
decimals: 18,
|
|
2820
|
+
website: 'https://app.apyx.fi/',
|
|
2821
|
+
documentation: 'https://docs.apyx.fi/product-overview/apyusd-overview',
|
|
2822
|
+
description: 'apyUSD is the savings token for apxUSD, built using the ERC-4626 vault standard.',
|
|
2823
|
+
bridge: 'native',
|
|
2824
|
+
tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2825
|
+
},
|
|
2775
2826
|
};
|
|
@@ -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";
|
|
@@ -2806,6 +2831,32 @@ export declare const ethereum: {
|
|
|
2806
2831
|
readonly description: "Treehouse is a decentralized application that introduces Treehouse Assets (tAssets) and Decentralized Offered Rates (DOR), new primitives that enable fixed income products in digital assets. ";
|
|
2807
2832
|
readonly bridge: "native";
|
|
2808
2833
|
};
|
|
2834
|
+
readonly apxUSD: {
|
|
2835
|
+
readonly name: "apxUSD";
|
|
2836
|
+
readonly symbol: "apxUSD";
|
|
2837
|
+
readonly oracleId: "apxUSD";
|
|
2838
|
+
readonly address: "0x98A878b1Cd98131B271883B390f68D2c90674665";
|
|
2839
|
+
readonly chainId: 1;
|
|
2840
|
+
readonly decimals: 18;
|
|
2841
|
+
readonly website: "https://app.apyx.fi/";
|
|
2842
|
+
readonly documentation: "https://docs.apyx.fi/product-overview/apxusd-overview";
|
|
2843
|
+
readonly description: "apxUSD is Apyx’s synthetic dollar backed by a diversified basket of low-volatility, variable-rate, preferred shares issued by industry leading Digital Asset Treasuries (DATs).";
|
|
2844
|
+
readonly bridge: "native";
|
|
2845
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2846
|
+
};
|
|
2847
|
+
readonly apyUSD: {
|
|
2848
|
+
readonly name: "apyUSD";
|
|
2849
|
+
readonly symbol: "apyUSD";
|
|
2850
|
+
readonly oracleId: "apyUSD";
|
|
2851
|
+
readonly address: "0x38EEb52F0771140d10c4E9A9a72349A329Fe8a6A";
|
|
2852
|
+
readonly chainId: 1;
|
|
2853
|
+
readonly decimals: 18;
|
|
2854
|
+
readonly website: "https://app.apyx.fi/";
|
|
2855
|
+
readonly documentation: "https://docs.apyx.fi/product-overview/apyusd-overview";
|
|
2856
|
+
readonly description: "apyUSD is the savings token for apxUSD, built using the ERC-4626 vault standard.";
|
|
2857
|
+
readonly bridge: "native";
|
|
2858
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2859
|
+
};
|
|
2809
2860
|
};
|
|
2810
2861
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2811
2862
|
readonly WNATIVE: {
|
|
@@ -5600,6 +5651,31 @@ export declare const ethereum: {
|
|
|
5600
5651
|
readonly bridge: "native";
|
|
5601
5652
|
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
5602
5653
|
};
|
|
5654
|
+
readonly ynUSDx: {
|
|
5655
|
+
readonly name: "ynUSD Max";
|
|
5656
|
+
readonly symbol: "ynUSDx";
|
|
5657
|
+
readonly oracleId: "ynUSDx";
|
|
5658
|
+
readonly address: "0x3DB228FE836D99Ccb25Ec4dfdC80ED6d2CDdCB4b";
|
|
5659
|
+
readonly chainId: 1;
|
|
5660
|
+
readonly decimals: 18;
|
|
5661
|
+
readonly website: "https://app.yieldnest.finance/";
|
|
5662
|
+
readonly documentation: "https://docs.yieldnest.finance/protocol-design/max-vaults/ynusd-max-ynusdx";
|
|
5663
|
+
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.";
|
|
5664
|
+
readonly bridge: "native";
|
|
5665
|
+
readonly tags: readonly ["STABLECOIN", "SYNTHETIC"];
|
|
5666
|
+
};
|
|
5667
|
+
readonly ynETHx: {
|
|
5668
|
+
readonly name: "ynETH MAX";
|
|
5669
|
+
readonly symbol: "ynETHx";
|
|
5670
|
+
readonly oracleId: "ynETHx";
|
|
5671
|
+
readonly address: "0x657d9ABA1DBb59e53f9F3eCAA878447dCfC96dCb";
|
|
5672
|
+
readonly chainId: 1;
|
|
5673
|
+
readonly decimals: 18;
|
|
5674
|
+
readonly website: "https://app.yieldnest.finance/";
|
|
5675
|
+
readonly documentation: "https://docs.yieldnest.finance/protocol-design/max-vaults/yneth-max-ynethx";
|
|
5676
|
+
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.";
|
|
5677
|
+
readonly bridge: "native";
|
|
5678
|
+
};
|
|
5603
5679
|
readonly tETH: {
|
|
5604
5680
|
readonly name: "Treehouse ETH";
|
|
5605
5681
|
readonly symbol: "tETH";
|
|
@@ -5612,6 +5688,32 @@ export declare const ethereum: {
|
|
|
5612
5688
|
readonly description: "Treehouse is a decentralized application that introduces Treehouse Assets (tAssets) and Decentralized Offered Rates (DOR), new primitives that enable fixed income products in digital assets. ";
|
|
5613
5689
|
readonly bridge: "native";
|
|
5614
5690
|
};
|
|
5691
|
+
readonly apxUSD: {
|
|
5692
|
+
readonly name: "apxUSD";
|
|
5693
|
+
readonly symbol: "apxUSD";
|
|
5694
|
+
readonly oracleId: "apxUSD";
|
|
5695
|
+
readonly address: "0x98A878b1Cd98131B271883B390f68D2c90674665";
|
|
5696
|
+
readonly chainId: 1;
|
|
5697
|
+
readonly decimals: 18;
|
|
5698
|
+
readonly website: "https://app.apyx.fi/";
|
|
5699
|
+
readonly documentation: "https://docs.apyx.fi/product-overview/apxusd-overview";
|
|
5700
|
+
readonly description: "apxUSD is Apyx’s synthetic dollar backed by a diversified basket of low-volatility, variable-rate, preferred shares issued by industry leading Digital Asset Treasuries (DATs).";
|
|
5701
|
+
readonly bridge: "native";
|
|
5702
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5703
|
+
};
|
|
5704
|
+
readonly apyUSD: {
|
|
5705
|
+
readonly name: "apyUSD";
|
|
5706
|
+
readonly symbol: "apyUSD";
|
|
5707
|
+
readonly oracleId: "apyUSD";
|
|
5708
|
+
readonly address: "0x38EEb52F0771140d10c4E9A9a72349A329Fe8a6A";
|
|
5709
|
+
readonly chainId: 1;
|
|
5710
|
+
readonly decimals: 18;
|
|
5711
|
+
readonly website: "https://app.apyx.fi/";
|
|
5712
|
+
readonly documentation: "https://docs.apyx.fi/product-overview/apyusd-overview";
|
|
5713
|
+
readonly description: "apyUSD is the savings token for apxUSD, built using the ERC-4626 vault standard.";
|
|
5714
|
+
readonly bridge: "native";
|
|
5715
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5716
|
+
};
|
|
5615
5717
|
}>;
|
|
5616
5718
|
readonly native: {
|
|
5617
5719
|
readonly symbol: "ETH";
|
|
@@ -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";
|
|
@@ -2803,4 +2828,30 @@ export declare const tokens: {
|
|
|
2803
2828
|
readonly description: "Treehouse is a decentralized application that introduces Treehouse Assets (tAssets) and Decentralized Offered Rates (DOR), new primitives that enable fixed income products in digital assets. ";
|
|
2804
2829
|
readonly bridge: "native";
|
|
2805
2830
|
};
|
|
2831
|
+
readonly apxUSD: {
|
|
2832
|
+
readonly name: "apxUSD";
|
|
2833
|
+
readonly symbol: "apxUSD";
|
|
2834
|
+
readonly oracleId: "apxUSD";
|
|
2835
|
+
readonly address: "0x98A878b1Cd98131B271883B390f68D2c90674665";
|
|
2836
|
+
readonly chainId: 1;
|
|
2837
|
+
readonly decimals: 18;
|
|
2838
|
+
readonly website: "https://app.apyx.fi/";
|
|
2839
|
+
readonly documentation: "https://docs.apyx.fi/product-overview/apxusd-overview";
|
|
2840
|
+
readonly description: "apxUSD is Apyx’s synthetic dollar backed by a diversified basket of low-volatility, variable-rate, preferred shares issued by industry leading Digital Asset Treasuries (DATs).";
|
|
2841
|
+
readonly bridge: "native";
|
|
2842
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2843
|
+
};
|
|
2844
|
+
readonly apyUSD: {
|
|
2845
|
+
readonly name: "apyUSD";
|
|
2846
|
+
readonly symbol: "apyUSD";
|
|
2847
|
+
readonly oracleId: "apyUSD";
|
|
2848
|
+
readonly address: "0x38EEb52F0771140d10c4E9A9a72349A329Fe8a6A";
|
|
2849
|
+
readonly chainId: 1;
|
|
2850
|
+
readonly decimals: 18;
|
|
2851
|
+
readonly website: "https://app.apyx.fi/";
|
|
2852
|
+
readonly documentation: "https://docs.apyx.fi/product-overview/apyusd-overview";
|
|
2853
|
+
readonly description: "apyUSD is the savings token for apxUSD, built using the ERC-4626 vault standard.";
|
|
2854
|
+
readonly bridge: "native";
|
|
2855
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2856
|
+
};
|
|
2806
2857
|
};
|
|
@@ -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',
|
|
@@ -2769,4 +2794,30 @@ export const tokens = {
|
|
|
2769
2794
|
description: 'Treehouse is a decentralized application that introduces Treehouse Assets (tAssets) and Decentralized Offered Rates (DOR), new primitives that enable fixed income products in digital assets. ',
|
|
2770
2795
|
bridge: 'native',
|
|
2771
2796
|
},
|
|
2797
|
+
apxUSD: {
|
|
2798
|
+
name: 'apxUSD',
|
|
2799
|
+
symbol: 'apxUSD',
|
|
2800
|
+
oracleId: 'apxUSD',
|
|
2801
|
+
address: '0x98A878b1Cd98131B271883B390f68D2c90674665',
|
|
2802
|
+
chainId: 1,
|
|
2803
|
+
decimals: 18,
|
|
2804
|
+
website: 'https://app.apyx.fi/',
|
|
2805
|
+
documentation: 'https://docs.apyx.fi/product-overview/apxusd-overview',
|
|
2806
|
+
description: 'apxUSD is Apyx’s synthetic dollar backed by a diversified basket of low-volatility, variable-rate, preferred shares issued by industry leading Digital Asset Treasuries (DATs).',
|
|
2807
|
+
bridge: 'native',
|
|
2808
|
+
tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2809
|
+
},
|
|
2810
|
+
apyUSD: {
|
|
2811
|
+
name: 'apyUSD',
|
|
2812
|
+
symbol: 'apyUSD',
|
|
2813
|
+
oracleId: 'apyUSD',
|
|
2814
|
+
address: '0x38EEb52F0771140d10c4E9A9a72349A329Fe8a6A',
|
|
2815
|
+
chainId: 1,
|
|
2816
|
+
decimals: 18,
|
|
2817
|
+
website: 'https://app.apyx.fi/',
|
|
2818
|
+
documentation: 'https://docs.apyx.fi/product-overview/apyusd-overview',
|
|
2819
|
+
description: 'apyUSD is the savings token for apxUSD, built using the ERC-4626 vault standard.',
|
|
2820
|
+
bridge: 'native',
|
|
2821
|
+
tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2822
|
+
},
|
|
2772
2823
|
};
|
package/package.json
CHANGED