@beefyfinance/blockchain-addressbook 0.54.126 → 0.54.128
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 +32 -4
- package/build/address-book/ethereum/tokens/tokens.d.ts +16 -2
- package/build/address-book/ethereum/tokens/tokens.js +16 -2
- package/build-esm/address-book/ethereum/index.d.ts +32 -4
- package/build-esm/address-book/ethereum/tokens/tokens.d.ts +16 -2
- package/build-esm/address-book/ethereum/tokens/tokens.js +16 -2
- package/package.json +1 -1
|
@@ -2802,8 +2802,9 @@ export declare const ethereum: {
|
|
|
2802
2802
|
readonly chainId: 1;
|
|
2803
2803
|
readonly website: "https://re.xyz/";
|
|
2804
2804
|
readonly documentation: "https://docs.re.xyz/";
|
|
2805
|
-
readonly description: "reUSD is a principal‑protected, yield‑accruing token that tracks the greater of (i) the risk‑free rate plus 250
|
|
2805
|
+
readonly description: "reUSD is a principal‑protected, yield‑accruing token that tracks the greater of (i) the risk‑free rate plus 250 bps or (ii) the Ethena basis‑trade yield plus 250 bps. It earns on‑chain, deploys off‑chain via Surplus Notes to supply regulatory capital, and maintains transparent, oracle‑verified collateral reporting.";
|
|
2806
2806
|
readonly bridge: "native";
|
|
2807
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2807
2808
|
};
|
|
2808
2809
|
readonly reUSDe: {
|
|
2809
2810
|
readonly name: "Re Protocol reUSDe";
|
|
@@ -2814,8 +2815,21 @@ export declare const ethereum: {
|
|
|
2814
2815
|
readonly chainId: 1;
|
|
2815
2816
|
readonly website: "https://re.xyz/";
|
|
2816
2817
|
readonly documentation: "https://docs.re.xyz/";
|
|
2817
|
-
readonly description: "reUSDe is the Re Protocol’s performance token: it absorbs first‑loss risk across the reinsurance portfolio in exchange for a share of underwriting profits that historically translate to 16
|
|
2818
|
+
readonly description: "reUSDe is the Re Protocol’s performance token: it absorbs first‑loss risk across the reinsurance portfolio in exchange for a share of underwriting profits that historically translate to 16–25% net annual returns. Price compounds daily off a quarterly‑refreshed Target Net Asset Value (tNAV), and redemptions are processed quarterly on a pro‑rata basis subject to actuarial release of surplus capital.";
|
|
2818
2819
|
readonly bridge: "native";
|
|
2820
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2821
|
+
};
|
|
2822
|
+
readonly waEthWETH: {
|
|
2823
|
+
readonly name: "Wrapped Aave Ethereum WETH";
|
|
2824
|
+
readonly symbol: "waEthWETH";
|
|
2825
|
+
readonly oracleId: "waEthWETH";
|
|
2826
|
+
readonly address: "0x0bfc9d54Fc184518A81162F8fB99c2eACa081202";
|
|
2827
|
+
readonly chainId: 1;
|
|
2828
|
+
readonly decimals: 18;
|
|
2829
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
2830
|
+
readonly website: "https://aave.com/";
|
|
2831
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
2832
|
+
readonly description: "Wrapped Aave interest bearing Ethereum WETH.";
|
|
2819
2833
|
};
|
|
2820
2834
|
};
|
|
2821
2835
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
@@ -5619,8 +5633,9 @@ export declare const ethereum: {
|
|
|
5619
5633
|
readonly chainId: 1;
|
|
5620
5634
|
readonly website: "https://re.xyz/";
|
|
5621
5635
|
readonly documentation: "https://docs.re.xyz/";
|
|
5622
|
-
readonly description: "reUSD is a principal‑protected, yield‑accruing token that tracks the greater of (i) the risk‑free rate plus 250
|
|
5636
|
+
readonly description: "reUSD is a principal‑protected, yield‑accruing token that tracks the greater of (i) the risk‑free rate plus 250 bps or (ii) the Ethena basis‑trade yield plus 250 bps. It earns on‑chain, deploys off‑chain via Surplus Notes to supply regulatory capital, and maintains transparent, oracle‑verified collateral reporting.";
|
|
5623
5637
|
readonly bridge: "native";
|
|
5638
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5624
5639
|
};
|
|
5625
5640
|
readonly reUSDe: {
|
|
5626
5641
|
readonly name: "Re Protocol reUSDe";
|
|
@@ -5631,8 +5646,21 @@ export declare const ethereum: {
|
|
|
5631
5646
|
readonly chainId: 1;
|
|
5632
5647
|
readonly website: "https://re.xyz/";
|
|
5633
5648
|
readonly documentation: "https://docs.re.xyz/";
|
|
5634
|
-
readonly description: "reUSDe is the Re Protocol’s performance token: it absorbs first‑loss risk across the reinsurance portfolio in exchange for a share of underwriting profits that historically translate to 16
|
|
5649
|
+
readonly description: "reUSDe is the Re Protocol’s performance token: it absorbs first‑loss risk across the reinsurance portfolio in exchange for a share of underwriting profits that historically translate to 16–25% net annual returns. Price compounds daily off a quarterly‑refreshed Target Net Asset Value (tNAV), and redemptions are processed quarterly on a pro‑rata basis subject to actuarial release of surplus capital.";
|
|
5635
5650
|
readonly bridge: "native";
|
|
5651
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5652
|
+
};
|
|
5653
|
+
readonly waEthWETH: {
|
|
5654
|
+
readonly name: "Wrapped Aave Ethereum WETH";
|
|
5655
|
+
readonly symbol: "waEthWETH";
|
|
5656
|
+
readonly oracleId: "waEthWETH";
|
|
5657
|
+
readonly address: "0x0bfc9d54Fc184518A81162F8fB99c2eACa081202";
|
|
5658
|
+
readonly chainId: 1;
|
|
5659
|
+
readonly decimals: 18;
|
|
5660
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
5661
|
+
readonly website: "https://aave.com/";
|
|
5662
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
5663
|
+
readonly description: "Wrapped Aave interest bearing Ethereum WETH.";
|
|
5636
5664
|
};
|
|
5637
5665
|
}>;
|
|
5638
5666
|
readonly native: {
|
|
@@ -2799,8 +2799,9 @@ export declare const tokens: {
|
|
|
2799
2799
|
readonly chainId: 1;
|
|
2800
2800
|
readonly website: "https://re.xyz/";
|
|
2801
2801
|
readonly documentation: "https://docs.re.xyz/";
|
|
2802
|
-
readonly description: "reUSD is a principal‑protected, yield‑accruing token that tracks the greater of (i) the risk‑free rate plus 250
|
|
2802
|
+
readonly description: "reUSD is a principal‑protected, yield‑accruing token that tracks the greater of (i) the risk‑free rate plus 250 bps or (ii) the Ethena basis‑trade yield plus 250 bps. It earns on‑chain, deploys off‑chain via Surplus Notes to supply regulatory capital, and maintains transparent, oracle‑verified collateral reporting.";
|
|
2803
2803
|
readonly bridge: "native";
|
|
2804
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2804
2805
|
};
|
|
2805
2806
|
readonly reUSDe: {
|
|
2806
2807
|
readonly name: "Re Protocol reUSDe";
|
|
@@ -2811,7 +2812,20 @@ export declare const tokens: {
|
|
|
2811
2812
|
readonly chainId: 1;
|
|
2812
2813
|
readonly website: "https://re.xyz/";
|
|
2813
2814
|
readonly documentation: "https://docs.re.xyz/";
|
|
2814
|
-
readonly description: "reUSDe is the Re Protocol’s performance token: it absorbs first‑loss risk across the reinsurance portfolio in exchange for a share of underwriting profits that historically translate to 16
|
|
2815
|
+
readonly description: "reUSDe is the Re Protocol’s performance token: it absorbs first‑loss risk across the reinsurance portfolio in exchange for a share of underwriting profits that historically translate to 16–25% net annual returns. Price compounds daily off a quarterly‑refreshed Target Net Asset Value (tNAV), and redemptions are processed quarterly on a pro‑rata basis subject to actuarial release of surplus capital.";
|
|
2815
2816
|
readonly bridge: "native";
|
|
2817
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2818
|
+
};
|
|
2819
|
+
readonly waEthWETH: {
|
|
2820
|
+
readonly name: "Wrapped Aave Ethereum WETH";
|
|
2821
|
+
readonly symbol: "waEthWETH";
|
|
2822
|
+
readonly oracleId: "waEthWETH";
|
|
2823
|
+
readonly address: "0x0bfc9d54Fc184518A81162F8fB99c2eACa081202";
|
|
2824
|
+
readonly chainId: 1;
|
|
2825
|
+
readonly decimals: 18;
|
|
2826
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
2827
|
+
readonly website: "https://aave.com/";
|
|
2828
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
2829
|
+
readonly description: "Wrapped Aave interest bearing Ethereum WETH.";
|
|
2816
2830
|
};
|
|
2817
2831
|
};
|
|
@@ -2768,8 +2768,9 @@ exports.tokens = {
|
|
|
2768
2768
|
chainId: 1,
|
|
2769
2769
|
website: 'https://re.xyz/',
|
|
2770
2770
|
documentation: 'https://docs.re.xyz/',
|
|
2771
|
-
description: 'reUSD is a principal‑protected, yield‑accruing token that tracks the greater of (i) the risk‑free rate plus 250
|
|
2771
|
+
description: 'reUSD is a principal‑protected, yield‑accruing token that tracks the greater of (i) the risk‑free rate plus 250 bps or (ii) the Ethena basis‑trade yield plus 250 bps. It earns on‑chain, deploys off‑chain via Surplus Notes to supply regulatory capital, and maintains transparent, oracle‑verified collateral reporting.',
|
|
2772
2772
|
bridge: 'native',
|
|
2773
|
+
tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2773
2774
|
},
|
|
2774
2775
|
reUSDe: {
|
|
2775
2776
|
name: 'Re Protocol reUSDe',
|
|
@@ -2780,7 +2781,20 @@ exports.tokens = {
|
|
|
2780
2781
|
chainId: 1,
|
|
2781
2782
|
website: 'https://re.xyz/',
|
|
2782
2783
|
documentation: 'https://docs.re.xyz/',
|
|
2783
|
-
description: 'reUSDe is the Re Protocol’s performance token: it absorbs first‑loss risk across the reinsurance portfolio in exchange for a share of underwriting profits that historically translate to 16
|
|
2784
|
+
description: 'reUSDe is the Re Protocol’s performance token: it absorbs first‑loss risk across the reinsurance portfolio in exchange for a share of underwriting profits that historically translate to 16–25% net annual returns. Price compounds daily off a quarterly‑refreshed Target Net Asset Value (tNAV), and redemptions are processed quarterly on a pro‑rata basis subject to actuarial release of surplus capital.',
|
|
2784
2785
|
bridge: 'native',
|
|
2786
|
+
tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2787
|
+
},
|
|
2788
|
+
waEthWETH: {
|
|
2789
|
+
name: 'Wrapped Aave Ethereum WETH',
|
|
2790
|
+
symbol: 'waEthWETH',
|
|
2791
|
+
oracleId: 'waEthWETH',
|
|
2792
|
+
address: '0x0bfc9d54Fc184518A81162F8fB99c2eACa081202',
|
|
2793
|
+
chainId: 1,
|
|
2794
|
+
decimals: 18,
|
|
2795
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg',
|
|
2796
|
+
website: 'https://aave.com/',
|
|
2797
|
+
documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
|
|
2798
|
+
description: 'Wrapped Aave interest bearing Ethereum WETH.',
|
|
2785
2799
|
},
|
|
2786
2800
|
};
|
|
@@ -2802,8 +2802,9 @@ export declare const ethereum: {
|
|
|
2802
2802
|
readonly chainId: 1;
|
|
2803
2803
|
readonly website: "https://re.xyz/";
|
|
2804
2804
|
readonly documentation: "https://docs.re.xyz/";
|
|
2805
|
-
readonly description: "reUSD is a principal‑protected, yield‑accruing token that tracks the greater of (i) the risk‑free rate plus 250
|
|
2805
|
+
readonly description: "reUSD is a principal‑protected, yield‑accruing token that tracks the greater of (i) the risk‑free rate plus 250 bps or (ii) the Ethena basis‑trade yield plus 250 bps. It earns on‑chain, deploys off‑chain via Surplus Notes to supply regulatory capital, and maintains transparent, oracle‑verified collateral reporting.";
|
|
2806
2806
|
readonly bridge: "native";
|
|
2807
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2807
2808
|
};
|
|
2808
2809
|
readonly reUSDe: {
|
|
2809
2810
|
readonly name: "Re Protocol reUSDe";
|
|
@@ -2814,8 +2815,21 @@ export declare const ethereum: {
|
|
|
2814
2815
|
readonly chainId: 1;
|
|
2815
2816
|
readonly website: "https://re.xyz/";
|
|
2816
2817
|
readonly documentation: "https://docs.re.xyz/";
|
|
2817
|
-
readonly description: "reUSDe is the Re Protocol’s performance token: it absorbs first‑loss risk across the reinsurance portfolio in exchange for a share of underwriting profits that historically translate to 16
|
|
2818
|
+
readonly description: "reUSDe is the Re Protocol’s performance token: it absorbs first‑loss risk across the reinsurance portfolio in exchange for a share of underwriting profits that historically translate to 16–25% net annual returns. Price compounds daily off a quarterly‑refreshed Target Net Asset Value (tNAV), and redemptions are processed quarterly on a pro‑rata basis subject to actuarial release of surplus capital.";
|
|
2818
2819
|
readonly bridge: "native";
|
|
2820
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2821
|
+
};
|
|
2822
|
+
readonly waEthWETH: {
|
|
2823
|
+
readonly name: "Wrapped Aave Ethereum WETH";
|
|
2824
|
+
readonly symbol: "waEthWETH";
|
|
2825
|
+
readonly oracleId: "waEthWETH";
|
|
2826
|
+
readonly address: "0x0bfc9d54Fc184518A81162F8fB99c2eACa081202";
|
|
2827
|
+
readonly chainId: 1;
|
|
2828
|
+
readonly decimals: 18;
|
|
2829
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
2830
|
+
readonly website: "https://aave.com/";
|
|
2831
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
2832
|
+
readonly description: "Wrapped Aave interest bearing Ethereum WETH.";
|
|
2819
2833
|
};
|
|
2820
2834
|
};
|
|
2821
2835
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
@@ -5619,8 +5633,9 @@ export declare const ethereum: {
|
|
|
5619
5633
|
readonly chainId: 1;
|
|
5620
5634
|
readonly website: "https://re.xyz/";
|
|
5621
5635
|
readonly documentation: "https://docs.re.xyz/";
|
|
5622
|
-
readonly description: "reUSD is a principal‑protected, yield‑accruing token that tracks the greater of (i) the risk‑free rate plus 250
|
|
5636
|
+
readonly description: "reUSD is a principal‑protected, yield‑accruing token that tracks the greater of (i) the risk‑free rate plus 250 bps or (ii) the Ethena basis‑trade yield plus 250 bps. It earns on‑chain, deploys off‑chain via Surplus Notes to supply regulatory capital, and maintains transparent, oracle‑verified collateral reporting.";
|
|
5623
5637
|
readonly bridge: "native";
|
|
5638
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5624
5639
|
};
|
|
5625
5640
|
readonly reUSDe: {
|
|
5626
5641
|
readonly name: "Re Protocol reUSDe";
|
|
@@ -5631,8 +5646,21 @@ export declare const ethereum: {
|
|
|
5631
5646
|
readonly chainId: 1;
|
|
5632
5647
|
readonly website: "https://re.xyz/";
|
|
5633
5648
|
readonly documentation: "https://docs.re.xyz/";
|
|
5634
|
-
readonly description: "reUSDe is the Re Protocol’s performance token: it absorbs first‑loss risk across the reinsurance portfolio in exchange for a share of underwriting profits that historically translate to 16
|
|
5649
|
+
readonly description: "reUSDe is the Re Protocol’s performance token: it absorbs first‑loss risk across the reinsurance portfolio in exchange for a share of underwriting profits that historically translate to 16–25% net annual returns. Price compounds daily off a quarterly‑refreshed Target Net Asset Value (tNAV), and redemptions are processed quarterly on a pro‑rata basis subject to actuarial release of surplus capital.";
|
|
5635
5650
|
readonly bridge: "native";
|
|
5651
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5652
|
+
};
|
|
5653
|
+
readonly waEthWETH: {
|
|
5654
|
+
readonly name: "Wrapped Aave Ethereum WETH";
|
|
5655
|
+
readonly symbol: "waEthWETH";
|
|
5656
|
+
readonly oracleId: "waEthWETH";
|
|
5657
|
+
readonly address: "0x0bfc9d54Fc184518A81162F8fB99c2eACa081202";
|
|
5658
|
+
readonly chainId: 1;
|
|
5659
|
+
readonly decimals: 18;
|
|
5660
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
5661
|
+
readonly website: "https://aave.com/";
|
|
5662
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
5663
|
+
readonly description: "Wrapped Aave interest bearing Ethereum WETH.";
|
|
5636
5664
|
};
|
|
5637
5665
|
}>;
|
|
5638
5666
|
readonly native: {
|
|
@@ -2799,8 +2799,9 @@ export declare const tokens: {
|
|
|
2799
2799
|
readonly chainId: 1;
|
|
2800
2800
|
readonly website: "https://re.xyz/";
|
|
2801
2801
|
readonly documentation: "https://docs.re.xyz/";
|
|
2802
|
-
readonly description: "reUSD is a principal‑protected, yield‑accruing token that tracks the greater of (i) the risk‑free rate plus 250
|
|
2802
|
+
readonly description: "reUSD is a principal‑protected, yield‑accruing token that tracks the greater of (i) the risk‑free rate plus 250 bps or (ii) the Ethena basis‑trade yield plus 250 bps. It earns on‑chain, deploys off‑chain via Surplus Notes to supply regulatory capital, and maintains transparent, oracle‑verified collateral reporting.";
|
|
2803
2803
|
readonly bridge: "native";
|
|
2804
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2804
2805
|
};
|
|
2805
2806
|
readonly reUSDe: {
|
|
2806
2807
|
readonly name: "Re Protocol reUSDe";
|
|
@@ -2811,7 +2812,20 @@ export declare const tokens: {
|
|
|
2811
2812
|
readonly chainId: 1;
|
|
2812
2813
|
readonly website: "https://re.xyz/";
|
|
2813
2814
|
readonly documentation: "https://docs.re.xyz/";
|
|
2814
|
-
readonly description: "reUSDe is the Re Protocol’s performance token: it absorbs first‑loss risk across the reinsurance portfolio in exchange for a share of underwriting profits that historically translate to 16
|
|
2815
|
+
readonly description: "reUSDe is the Re Protocol’s performance token: it absorbs first‑loss risk across the reinsurance portfolio in exchange for a share of underwriting profits that historically translate to 16–25% net annual returns. Price compounds daily off a quarterly‑refreshed Target Net Asset Value (tNAV), and redemptions are processed quarterly on a pro‑rata basis subject to actuarial release of surplus capital.";
|
|
2815
2816
|
readonly bridge: "native";
|
|
2817
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2818
|
+
};
|
|
2819
|
+
readonly waEthWETH: {
|
|
2820
|
+
readonly name: "Wrapped Aave Ethereum WETH";
|
|
2821
|
+
readonly symbol: "waEthWETH";
|
|
2822
|
+
readonly oracleId: "waEthWETH";
|
|
2823
|
+
readonly address: "0x0bfc9d54Fc184518A81162F8fB99c2eACa081202";
|
|
2824
|
+
readonly chainId: 1;
|
|
2825
|
+
readonly decimals: 18;
|
|
2826
|
+
readonly logoURI: "https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg";
|
|
2827
|
+
readonly website: "https://aave.com/";
|
|
2828
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
2829
|
+
readonly description: "Wrapped Aave interest bearing Ethereum WETH.";
|
|
2816
2830
|
};
|
|
2817
2831
|
};
|
|
@@ -2765,8 +2765,9 @@ export const tokens = {
|
|
|
2765
2765
|
chainId: 1,
|
|
2766
2766
|
website: 'https://re.xyz/',
|
|
2767
2767
|
documentation: 'https://docs.re.xyz/',
|
|
2768
|
-
description: 'reUSD is a principal‑protected, yield‑accruing token that tracks the greater of (i) the risk‑free rate plus 250
|
|
2768
|
+
description: 'reUSD is a principal‑protected, yield‑accruing token that tracks the greater of (i) the risk‑free rate plus 250 bps or (ii) the Ethena basis‑trade yield plus 250 bps. It earns on‑chain, deploys off‑chain via Surplus Notes to supply regulatory capital, and maintains transparent, oracle‑verified collateral reporting.',
|
|
2769
2769
|
bridge: 'native',
|
|
2770
|
+
tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2770
2771
|
},
|
|
2771
2772
|
reUSDe: {
|
|
2772
2773
|
name: 'Re Protocol reUSDe',
|
|
@@ -2777,7 +2778,20 @@ export const tokens = {
|
|
|
2777
2778
|
chainId: 1,
|
|
2778
2779
|
website: 'https://re.xyz/',
|
|
2779
2780
|
documentation: 'https://docs.re.xyz/',
|
|
2780
|
-
description: 'reUSDe is the Re Protocol’s performance token: it absorbs first‑loss risk across the reinsurance portfolio in exchange for a share of underwriting profits that historically translate to 16
|
|
2781
|
+
description: 'reUSDe is the Re Protocol’s performance token: it absorbs first‑loss risk across the reinsurance portfolio in exchange for a share of underwriting profits that historically translate to 16–25% net annual returns. Price compounds daily off a quarterly‑refreshed Target Net Asset Value (tNAV), and redemptions are processed quarterly on a pro‑rata basis subject to actuarial release of surplus capital.',
|
|
2781
2782
|
bridge: 'native',
|
|
2783
|
+
tags: ['NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2784
|
+
},
|
|
2785
|
+
waEthWETH: {
|
|
2786
|
+
name: 'Wrapped Aave Ethereum WETH',
|
|
2787
|
+
symbol: 'waEthWETH',
|
|
2788
|
+
oracleId: 'waEthWETH',
|
|
2789
|
+
address: '0x0bfc9d54Fc184518A81162F8fB99c2eACa081202',
|
|
2790
|
+
chainId: 1,
|
|
2791
|
+
decimals: 18,
|
|
2792
|
+
logoURI: 'https://tokens.pancakeswap.finance/images/0x4988a896b1227218e4A686fdE5EabdcAbd91571f.svg',
|
|
2793
|
+
website: 'https://aave.com/',
|
|
2794
|
+
documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
|
|
2795
|
+
description: 'Wrapped Aave interest bearing Ethereum WETH.',
|
|
2782
2796
|
},
|
|
2783
2797
|
};
|
package/package.json
CHANGED