@beefyfinance/blockchain-addressbook 0.54.125 → 0.54.127
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 +8 -4
- package/build/address-book/ethereum/tokens/tokens.d.ts +4 -2
- package/build/address-book/ethereum/tokens/tokens.js +4 -2
- package/build/address-book/mantle/platforms/beefyfinance.d.ts +1 -0
- package/build/address-book/mantle/platforms/beefyfinance.js +1 -0
- package/build/address-book/monad/index.d.ts +28 -0
- package/build/address-book/monad/tokens/tokens.d.ts +14 -0
- package/build/address-book/monad/tokens/tokens.js +14 -0
- package/build/address-book/polygon/platforms/beefyfinance.d.ts +1 -0
- package/build/address-book/polygon/platforms/beefyfinance.js +1 -0
- package/build-esm/address-book/ethereum/index.d.ts +8 -4
- package/build-esm/address-book/ethereum/tokens/tokens.d.ts +4 -2
- package/build-esm/address-book/ethereum/tokens/tokens.js +4 -2
- package/build-esm/address-book/mantle/platforms/beefyfinance.d.ts +1 -0
- package/build-esm/address-book/mantle/platforms/beefyfinance.js +1 -0
- package/build-esm/address-book/monad/index.d.ts +28 -0
- package/build-esm/address-book/monad/tokens/tokens.d.ts +14 -0
- package/build-esm/address-book/monad/tokens/tokens.js +14 -0
- package/build-esm/address-book/polygon/platforms/beefyfinance.d.ts +1 -0
- package/build-esm/address-book/polygon/platforms/beefyfinance.js +1 -0
- 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,9 @@ 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"];
|
|
2819
2821
|
};
|
|
2820
2822
|
};
|
|
2821
2823
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
@@ -5619,8 +5621,9 @@ export declare const ethereum: {
|
|
|
5619
5621
|
readonly chainId: 1;
|
|
5620
5622
|
readonly website: "https://re.xyz/";
|
|
5621
5623
|
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
|
|
5624
|
+
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
5625
|
readonly bridge: "native";
|
|
5626
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5624
5627
|
};
|
|
5625
5628
|
readonly reUSDe: {
|
|
5626
5629
|
readonly name: "Re Protocol reUSDe";
|
|
@@ -5631,8 +5634,9 @@ export declare const ethereum: {
|
|
|
5631
5634
|
readonly chainId: 1;
|
|
5632
5635
|
readonly website: "https://re.xyz/";
|
|
5633
5636
|
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
|
|
5637
|
+
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
5638
|
readonly bridge: "native";
|
|
5639
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5636
5640
|
};
|
|
5637
5641
|
}>;
|
|
5638
5642
|
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,8 @@ 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"];
|
|
2816
2818
|
};
|
|
2817
2819
|
};
|
|
@@ -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,8 @@ 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'],
|
|
2785
2787
|
},
|
|
2786
2788
|
};
|
|
@@ -23,4 +23,5 @@ export declare const beefyfinance: {
|
|
|
23
23
|
readonly beefyOracle: "0x61129dCBd8944aB2D1C6792428603b0845f60c5B";
|
|
24
24
|
readonly beefyOracleUniswapV3: "0x992Ccc9D9b8b76310E044660E96171116820F019";
|
|
25
25
|
readonly beefyOraclePyth: "0x70Ed6174d8425332F7D9AD2d26C86902977307c0";
|
|
26
|
+
readonly beefyMultiHopSwapper: "0xdebcd12920E4e39A6c787197dB9812791114Fa3E";
|
|
26
27
|
};
|
|
@@ -30,4 +30,5 @@ exports.beefyfinance = {
|
|
|
30
30
|
beefyOracle: '0x61129dCBd8944aB2D1C6792428603b0845f60c5B',
|
|
31
31
|
beefyOracleUniswapV3: '0x992Ccc9D9b8b76310E044660E96171116820F019',
|
|
32
32
|
beefyOraclePyth: '0x70Ed6174d8425332F7D9AD2d26C86902977307c0',
|
|
33
|
+
beefyMultiHopSwapper: '0xdebcd12920E4e39A6c787197dB9812791114Fa3E',
|
|
33
34
|
};
|
|
@@ -271,6 +271,20 @@ export declare const monad: {
|
|
|
271
271
|
readonly documentation: "https://worldlibertyfinancial.com/about";
|
|
272
272
|
readonly bridge: "chainlink";
|
|
273
273
|
};
|
|
274
|
+
readonly earnAUSD: {
|
|
275
|
+
readonly name: "Earn Agora Dollar";
|
|
276
|
+
readonly symbol: "earnAUSD";
|
|
277
|
+
readonly oracleId: "earnAUSD";
|
|
278
|
+
readonly address: "0x103222f020e98Bba0AD9809A011FDF8e6F067496";
|
|
279
|
+
readonly chainId: 143;
|
|
280
|
+
readonly decimals: 6;
|
|
281
|
+
readonly logoURI: "";
|
|
282
|
+
readonly website: "https://www.upshift.finance/";
|
|
283
|
+
readonly documentation: "https://docs.upshift.finance/";
|
|
284
|
+
readonly description: "The primary liquid yield token on Monad, systematically allocating AUSD across top DeFi opportunities.";
|
|
285
|
+
readonly bridge: "native";
|
|
286
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
287
|
+
};
|
|
274
288
|
};
|
|
275
289
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
276
290
|
readonly WNATIVE: {
|
|
@@ -542,6 +556,20 @@ export declare const monad: {
|
|
|
542
556
|
readonly documentation: "https://worldlibertyfinancial.com/about";
|
|
543
557
|
readonly bridge: "chainlink";
|
|
544
558
|
};
|
|
559
|
+
readonly earnAUSD: {
|
|
560
|
+
readonly name: "Earn Agora Dollar";
|
|
561
|
+
readonly symbol: "earnAUSD";
|
|
562
|
+
readonly oracleId: "earnAUSD";
|
|
563
|
+
readonly address: "0x103222f020e98Bba0AD9809A011FDF8e6F067496";
|
|
564
|
+
readonly chainId: 143;
|
|
565
|
+
readonly decimals: 6;
|
|
566
|
+
readonly logoURI: "";
|
|
567
|
+
readonly website: "https://www.upshift.finance/";
|
|
568
|
+
readonly documentation: "https://docs.upshift.finance/";
|
|
569
|
+
readonly description: "The primary liquid yield token on Monad, systematically allocating AUSD across top DeFi opportunities.";
|
|
570
|
+
readonly bridge: "native";
|
|
571
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
572
|
+
};
|
|
545
573
|
}>;
|
|
546
574
|
readonly native: {
|
|
547
575
|
readonly symbol: "MON";
|
|
@@ -268,4 +268,18 @@ export declare const tokens: {
|
|
|
268
268
|
readonly documentation: "https://worldlibertyfinancial.com/about";
|
|
269
269
|
readonly bridge: "chainlink";
|
|
270
270
|
};
|
|
271
|
+
readonly earnAUSD: {
|
|
272
|
+
readonly name: "Earn Agora Dollar";
|
|
273
|
+
readonly symbol: "earnAUSD";
|
|
274
|
+
readonly oracleId: "earnAUSD";
|
|
275
|
+
readonly address: "0x103222f020e98Bba0AD9809A011FDF8e6F067496";
|
|
276
|
+
readonly chainId: 143;
|
|
277
|
+
readonly decimals: 6;
|
|
278
|
+
readonly logoURI: "";
|
|
279
|
+
readonly website: "https://www.upshift.finance/";
|
|
280
|
+
readonly documentation: "https://docs.upshift.finance/";
|
|
281
|
+
readonly description: "The primary liquid yield token on Monad, systematically allocating AUSD across top DeFi opportunities.";
|
|
282
|
+
readonly bridge: "native";
|
|
283
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
284
|
+
};
|
|
271
285
|
};
|
|
@@ -236,4 +236,18 @@ exports.tokens = {
|
|
|
236
236
|
documentation: 'https://worldlibertyfinancial.com/about',
|
|
237
237
|
bridge: 'chainlink',
|
|
238
238
|
},
|
|
239
|
+
earnAUSD: {
|
|
240
|
+
name: 'Earn Agora Dollar',
|
|
241
|
+
symbol: 'earnAUSD',
|
|
242
|
+
oracleId: 'earnAUSD',
|
|
243
|
+
address: '0x103222f020e98Bba0AD9809A011FDF8e6F067496',
|
|
244
|
+
chainId: 143,
|
|
245
|
+
decimals: 6,
|
|
246
|
+
logoURI: '',
|
|
247
|
+
website: 'https://www.upshift.finance/',
|
|
248
|
+
documentation: 'https://docs.upshift.finance/',
|
|
249
|
+
description: 'The primary liquid yield token on Monad, systematically allocating AUSD across top DeFi opportunities.',
|
|
250
|
+
bridge: 'native',
|
|
251
|
+
tags: ['NO_TIMELOCK', 'STABLECOIN'],
|
|
252
|
+
},
|
|
239
253
|
};
|
|
@@ -29,4 +29,5 @@ export declare const beefyfinance: {
|
|
|
29
29
|
readonly beefyOracle: "0xfcE4448C50A96c279afdB8CE7735295660653e19";
|
|
30
30
|
readonly beefyOracleChainlink: "0xD07F2951AA4281e2B6D120d153277443efE8ad15";
|
|
31
31
|
readonly beefyOracleUniswapV3: "0x2E2bD9b52a1Ca92C572c7E1F72FE2cA334ae7514";
|
|
32
|
+
readonly beefyMultiHopSwapper: "0xFEF22093295C8b12F5fa49CBA1aaf6D9eC7D44Fa";
|
|
32
33
|
};
|
|
@@ -36,4 +36,5 @@ exports.beefyfinance = {
|
|
|
36
36
|
beefyOracle: '0xfcE4448C50A96c279afdB8CE7735295660653e19',
|
|
37
37
|
beefyOracleChainlink: '0xD07F2951AA4281e2B6D120d153277443efE8ad15',
|
|
38
38
|
beefyOracleUniswapV3: '0x2E2bD9b52a1Ca92C572c7E1F72FE2cA334ae7514',
|
|
39
|
+
beefyMultiHopSwapper: '0xFEF22093295C8b12F5fa49CBA1aaf6D9eC7D44Fa',
|
|
39
40
|
};
|
|
@@ -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,9 @@ 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"];
|
|
2819
2821
|
};
|
|
2820
2822
|
};
|
|
2821
2823
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
@@ -5619,8 +5621,9 @@ export declare const ethereum: {
|
|
|
5619
5621
|
readonly chainId: 1;
|
|
5620
5622
|
readonly website: "https://re.xyz/";
|
|
5621
5623
|
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
|
|
5624
|
+
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
5625
|
readonly bridge: "native";
|
|
5626
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5624
5627
|
};
|
|
5625
5628
|
readonly reUSDe: {
|
|
5626
5629
|
readonly name: "Re Protocol reUSDe";
|
|
@@ -5631,8 +5634,9 @@ export declare const ethereum: {
|
|
|
5631
5634
|
readonly chainId: 1;
|
|
5632
5635
|
readonly website: "https://re.xyz/";
|
|
5633
5636
|
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
|
|
5637
|
+
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
5638
|
readonly bridge: "native";
|
|
5639
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5636
5640
|
};
|
|
5637
5641
|
}>;
|
|
5638
5642
|
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,8 @@ 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"];
|
|
2816
2818
|
};
|
|
2817
2819
|
};
|
|
@@ -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,8 @@ 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'],
|
|
2782
2784
|
},
|
|
2783
2785
|
};
|
|
@@ -23,4 +23,5 @@ export declare const beefyfinance: {
|
|
|
23
23
|
readonly beefyOracle: "0x61129dCBd8944aB2D1C6792428603b0845f60c5B";
|
|
24
24
|
readonly beefyOracleUniswapV3: "0x992Ccc9D9b8b76310E044660E96171116820F019";
|
|
25
25
|
readonly beefyOraclePyth: "0x70Ed6174d8425332F7D9AD2d26C86902977307c0";
|
|
26
|
+
readonly beefyMultiHopSwapper: "0xdebcd12920E4e39A6c787197dB9812791114Fa3E";
|
|
26
27
|
};
|
|
@@ -27,4 +27,5 @@ export const beefyfinance = {
|
|
|
27
27
|
beefyOracle: '0x61129dCBd8944aB2D1C6792428603b0845f60c5B',
|
|
28
28
|
beefyOracleUniswapV3: '0x992Ccc9D9b8b76310E044660E96171116820F019',
|
|
29
29
|
beefyOraclePyth: '0x70Ed6174d8425332F7D9AD2d26C86902977307c0',
|
|
30
|
+
beefyMultiHopSwapper: '0xdebcd12920E4e39A6c787197dB9812791114Fa3E',
|
|
30
31
|
};
|
|
@@ -271,6 +271,20 @@ export declare const monad: {
|
|
|
271
271
|
readonly documentation: "https://worldlibertyfinancial.com/about";
|
|
272
272
|
readonly bridge: "chainlink";
|
|
273
273
|
};
|
|
274
|
+
readonly earnAUSD: {
|
|
275
|
+
readonly name: "Earn Agora Dollar";
|
|
276
|
+
readonly symbol: "earnAUSD";
|
|
277
|
+
readonly oracleId: "earnAUSD";
|
|
278
|
+
readonly address: "0x103222f020e98Bba0AD9809A011FDF8e6F067496";
|
|
279
|
+
readonly chainId: 143;
|
|
280
|
+
readonly decimals: 6;
|
|
281
|
+
readonly logoURI: "";
|
|
282
|
+
readonly website: "https://www.upshift.finance/";
|
|
283
|
+
readonly documentation: "https://docs.upshift.finance/";
|
|
284
|
+
readonly description: "The primary liquid yield token on Monad, systematically allocating AUSD across top DeFi opportunities.";
|
|
285
|
+
readonly bridge: "native";
|
|
286
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
287
|
+
};
|
|
274
288
|
};
|
|
275
289
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
276
290
|
readonly WNATIVE: {
|
|
@@ -542,6 +556,20 @@ export declare const monad: {
|
|
|
542
556
|
readonly documentation: "https://worldlibertyfinancial.com/about";
|
|
543
557
|
readonly bridge: "chainlink";
|
|
544
558
|
};
|
|
559
|
+
readonly earnAUSD: {
|
|
560
|
+
readonly name: "Earn Agora Dollar";
|
|
561
|
+
readonly symbol: "earnAUSD";
|
|
562
|
+
readonly oracleId: "earnAUSD";
|
|
563
|
+
readonly address: "0x103222f020e98Bba0AD9809A011FDF8e6F067496";
|
|
564
|
+
readonly chainId: 143;
|
|
565
|
+
readonly decimals: 6;
|
|
566
|
+
readonly logoURI: "";
|
|
567
|
+
readonly website: "https://www.upshift.finance/";
|
|
568
|
+
readonly documentation: "https://docs.upshift.finance/";
|
|
569
|
+
readonly description: "The primary liquid yield token on Monad, systematically allocating AUSD across top DeFi opportunities.";
|
|
570
|
+
readonly bridge: "native";
|
|
571
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
572
|
+
};
|
|
545
573
|
}>;
|
|
546
574
|
readonly native: {
|
|
547
575
|
readonly symbol: "MON";
|
|
@@ -268,4 +268,18 @@ export declare const tokens: {
|
|
|
268
268
|
readonly documentation: "https://worldlibertyfinancial.com/about";
|
|
269
269
|
readonly bridge: "chainlink";
|
|
270
270
|
};
|
|
271
|
+
readonly earnAUSD: {
|
|
272
|
+
readonly name: "Earn Agora Dollar";
|
|
273
|
+
readonly symbol: "earnAUSD";
|
|
274
|
+
readonly oracleId: "earnAUSD";
|
|
275
|
+
readonly address: "0x103222f020e98Bba0AD9809A011FDF8e6F067496";
|
|
276
|
+
readonly chainId: 143;
|
|
277
|
+
readonly decimals: 6;
|
|
278
|
+
readonly logoURI: "";
|
|
279
|
+
readonly website: "https://www.upshift.finance/";
|
|
280
|
+
readonly documentation: "https://docs.upshift.finance/";
|
|
281
|
+
readonly description: "The primary liquid yield token on Monad, systematically allocating AUSD across top DeFi opportunities.";
|
|
282
|
+
readonly bridge: "native";
|
|
283
|
+
readonly tags: readonly ["NO_TIMELOCK", "STABLECOIN"];
|
|
284
|
+
};
|
|
271
285
|
};
|
|
@@ -233,4 +233,18 @@ export const tokens = {
|
|
|
233
233
|
documentation: 'https://worldlibertyfinancial.com/about',
|
|
234
234
|
bridge: 'chainlink',
|
|
235
235
|
},
|
|
236
|
+
earnAUSD: {
|
|
237
|
+
name: 'Earn Agora Dollar',
|
|
238
|
+
symbol: 'earnAUSD',
|
|
239
|
+
oracleId: 'earnAUSD',
|
|
240
|
+
address: '0x103222f020e98Bba0AD9809A011FDF8e6F067496',
|
|
241
|
+
chainId: 143,
|
|
242
|
+
decimals: 6,
|
|
243
|
+
logoURI: '',
|
|
244
|
+
website: 'https://www.upshift.finance/',
|
|
245
|
+
documentation: 'https://docs.upshift.finance/',
|
|
246
|
+
description: 'The primary liquid yield token on Monad, systematically allocating AUSD across top DeFi opportunities.',
|
|
247
|
+
bridge: 'native',
|
|
248
|
+
tags: ['NO_TIMELOCK', 'STABLECOIN'],
|
|
249
|
+
},
|
|
236
250
|
};
|
|
@@ -29,4 +29,5 @@ export declare const beefyfinance: {
|
|
|
29
29
|
readonly beefyOracle: "0xfcE4448C50A96c279afdB8CE7735295660653e19";
|
|
30
30
|
readonly beefyOracleChainlink: "0xD07F2951AA4281e2B6D120d153277443efE8ad15";
|
|
31
31
|
readonly beefyOracleUniswapV3: "0x2E2bD9b52a1Ca92C572c7E1F72FE2cA334ae7514";
|
|
32
|
+
readonly beefyMultiHopSwapper: "0xFEF22093295C8b12F5fa49CBA1aaf6D9eC7D44Fa";
|
|
32
33
|
};
|
|
@@ -33,4 +33,5 @@ export const beefyfinance = {
|
|
|
33
33
|
beefyOracle: '0xfcE4448C50A96c279afdB8CE7735295660653e19',
|
|
34
34
|
beefyOracleChainlink: '0xD07F2951AA4281e2B6D120d153277443efE8ad15',
|
|
35
35
|
beefyOracleUniswapV3: '0x2E2bD9b52a1Ca92C572c7E1F72FE2cA334ae7514',
|
|
36
|
+
beefyMultiHopSwapper: '0xFEF22093295C8b12F5fa49CBA1aaf6D9eC7D44Fa',
|
|
36
37
|
};
|
package/package.json
CHANGED