@beefyfinance/blockchain-addressbook 0.54.213 → 0.54.215
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 +26 -0
- package/build/address-book/ethereum/platforms/beefyfinance.d.ts +3 -3
- package/build/address-book/ethereum/platforms/beefyfinance.js +3 -3
- package/build/address-book/ethereum/tokens/tokens.d.ts +13 -0
- package/build/address-book/ethereum/tokens/tokens.js +13 -0
- package/build-esm/address-book/ethereum/index.d.ts +26 -0
- package/build-esm/address-book/ethereum/platforms/beefyfinance.d.ts +3 -3
- package/build-esm/address-book/ethereum/platforms/beefyfinance.js +3 -3
- package/build-esm/address-book/ethereum/tokens/tokens.d.ts +13 -0
- package/build-esm/address-book/ethereum/tokens/tokens.js +13 -0
- package/package.json +1 -1
|
@@ -2729,6 +2729,19 @@ export declare const ethereum: {
|
|
|
2729
2729
|
readonly bridge: "native";
|
|
2730
2730
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2731
2731
|
};
|
|
2732
|
+
readonly iREET: {
|
|
2733
|
+
readonly name: "RWA Index Token";
|
|
2734
|
+
readonly symbol: "iREET";
|
|
2735
|
+
readonly oracleId: "iREET";
|
|
2736
|
+
readonly address: "0xe6a60d2886b11256C24C128210159133096e5CcF";
|
|
2737
|
+
readonly chainId: 1;
|
|
2738
|
+
readonly decimals: 18;
|
|
2739
|
+
readonly website: "https://raac.io/";
|
|
2740
|
+
readonly description: "The RWAIndexToken (iREET) is the ERC-20 index token minted/burned by the RWA Vault to represent proportional ownership in the protocol’s RWA index.";
|
|
2741
|
+
readonly documentation: "https://docs.raac.io/";
|
|
2742
|
+
readonly bridge: "native";
|
|
2743
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2744
|
+
};
|
|
2732
2745
|
readonly EURCV: {
|
|
2733
2746
|
readonly name: "EUR CoinVertible";
|
|
2734
2747
|
readonly symbol: "EURCV";
|
|
@@ -5599,6 +5612,19 @@ export declare const ethereum: {
|
|
|
5599
5612
|
readonly bridge: "native";
|
|
5600
5613
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5601
5614
|
};
|
|
5615
|
+
readonly iREET: {
|
|
5616
|
+
readonly name: "RWA Index Token";
|
|
5617
|
+
readonly symbol: "iREET";
|
|
5618
|
+
readonly oracleId: "iREET";
|
|
5619
|
+
readonly address: "0xe6a60d2886b11256C24C128210159133096e5CcF";
|
|
5620
|
+
readonly chainId: 1;
|
|
5621
|
+
readonly decimals: 18;
|
|
5622
|
+
readonly website: "https://raac.io/";
|
|
5623
|
+
readonly description: "The RWAIndexToken (iREET) is the ERC-20 index token minted/burned by the RWA Vault to represent proportional ownership in the protocol’s RWA index.";
|
|
5624
|
+
readonly documentation: "https://docs.raac.io/";
|
|
5625
|
+
readonly bridge: "native";
|
|
5626
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5627
|
+
};
|
|
5602
5628
|
readonly EURCV: {
|
|
5603
5629
|
readonly name: "EUR CoinVertible";
|
|
5604
5630
|
readonly symbol: "EURCV";
|
|
@@ -28,9 +28,9 @@ export declare const beefyfinance: {
|
|
|
28
28
|
readonly layerZeroBridge: "0xdddaEc9c267dF24aD66Edc3B2cBe25dB86422051";
|
|
29
29
|
readonly treasurySwapper: "0x0921E4fA2F85B6461fa83961d28DC7e1f9A32B40";
|
|
30
30
|
readonly assetSwapper: "0x340014C66D49f50c48E6eF0D02aB630F246F1921";
|
|
31
|
-
readonly clmFactory: "
|
|
32
|
-
readonly clmStrategyFactory: "
|
|
33
|
-
readonly clmRewardPoolFactory: "
|
|
31
|
+
readonly clmFactory: "0x2BD7d9e64Fc136F13203dd7070fD2D5A90D693FE";
|
|
32
|
+
readonly clmStrategyFactory: "0xE296007Fd2224651A463667c53CaD1e3E182C294";
|
|
33
|
+
readonly clmRewardPoolFactory: "0xbdE5D2e961fCdfaA7BfEae62E1a510703cF64767";
|
|
34
34
|
readonly positionMulticall: "0xcC7dC8c2245C5e024f1caE20d25d71335F84b3AD";
|
|
35
35
|
readonly beefySwapper: "0x0000830DF56616D58976A12D19d283B40e25BEEF";
|
|
36
36
|
readonly beefyOracle: "0xbeEFc6B9d685993b02712D8de8afB29A31c3faf4";
|
|
@@ -34,9 +34,9 @@ exports.beefyfinance = {
|
|
|
34
34
|
treasurySwapper: '0x0921E4fA2F85B6461fa83961d28DC7e1f9A32B40',
|
|
35
35
|
assetSwapper: '0x340014C66D49f50c48E6eF0D02aB630F246F1921',
|
|
36
36
|
/// CLM Contracts
|
|
37
|
-
clmFactory: '
|
|
38
|
-
clmStrategyFactory: '
|
|
39
|
-
clmRewardPoolFactory: '
|
|
37
|
+
clmFactory: '0x2BD7d9e64Fc136F13203dd7070fD2D5A90D693FE',
|
|
38
|
+
clmStrategyFactory: '0xE296007Fd2224651A463667c53CaD1e3E182C294',
|
|
39
|
+
clmRewardPoolFactory: '0xbdE5D2e961fCdfaA7BfEae62E1a510703cF64767',
|
|
40
40
|
positionMulticall: '0xcC7dC8c2245C5e024f1caE20d25d71335F84b3AD',
|
|
41
41
|
/// Beefy Swapper Contracts
|
|
42
42
|
beefySwapper: '0x0000830DF56616D58976A12D19d283B40e25BEEF',
|
|
@@ -2726,6 +2726,19 @@ export declare const tokens: {
|
|
|
2726
2726
|
readonly bridge: "native";
|
|
2727
2727
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2728
2728
|
};
|
|
2729
|
+
readonly iREET: {
|
|
2730
|
+
readonly name: "RWA Index Token";
|
|
2731
|
+
readonly symbol: "iREET";
|
|
2732
|
+
readonly oracleId: "iREET";
|
|
2733
|
+
readonly address: "0xe6a60d2886b11256C24C128210159133096e5CcF";
|
|
2734
|
+
readonly chainId: 1;
|
|
2735
|
+
readonly decimals: 18;
|
|
2736
|
+
readonly website: "https://raac.io/";
|
|
2737
|
+
readonly description: "The RWAIndexToken (iREET) is the ERC-20 index token minted/burned by the RWA Vault to represent proportional ownership in the protocol’s RWA index.";
|
|
2738
|
+
readonly documentation: "https://docs.raac.io/";
|
|
2739
|
+
readonly bridge: "native";
|
|
2740
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2741
|
+
};
|
|
2729
2742
|
readonly EURCV: {
|
|
2730
2743
|
readonly name: "EUR CoinVertible";
|
|
2731
2744
|
readonly symbol: "EURCV";
|
|
@@ -2695,6 +2695,19 @@ exports.tokens = {
|
|
|
2695
2695
|
bridge: 'native',
|
|
2696
2696
|
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2697
2697
|
},
|
|
2698
|
+
iREET: {
|
|
2699
|
+
name: 'RWA Index Token',
|
|
2700
|
+
symbol: 'iREET',
|
|
2701
|
+
oracleId: 'iREET',
|
|
2702
|
+
address: '0xe6a60d2886b11256C24C128210159133096e5CcF',
|
|
2703
|
+
chainId: 1,
|
|
2704
|
+
decimals: 18,
|
|
2705
|
+
website: 'https://raac.io/',
|
|
2706
|
+
description: 'The RWAIndexToken (iREET) is the ERC-20 index token minted/burned by the RWA Vault to represent proportional ownership in the protocol’s RWA index.',
|
|
2707
|
+
documentation: 'https://docs.raac.io/',
|
|
2708
|
+
bridge: 'native',
|
|
2709
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2710
|
+
},
|
|
2698
2711
|
EURCV: {
|
|
2699
2712
|
name: 'EUR CoinVertible',
|
|
2700
2713
|
symbol: 'EURCV',
|
|
@@ -2729,6 +2729,19 @@ export declare const ethereum: {
|
|
|
2729
2729
|
readonly bridge: "native";
|
|
2730
2730
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2731
2731
|
};
|
|
2732
|
+
readonly iREET: {
|
|
2733
|
+
readonly name: "RWA Index Token";
|
|
2734
|
+
readonly symbol: "iREET";
|
|
2735
|
+
readonly oracleId: "iREET";
|
|
2736
|
+
readonly address: "0xe6a60d2886b11256C24C128210159133096e5CcF";
|
|
2737
|
+
readonly chainId: 1;
|
|
2738
|
+
readonly decimals: 18;
|
|
2739
|
+
readonly website: "https://raac.io/";
|
|
2740
|
+
readonly description: "The RWAIndexToken (iREET) is the ERC-20 index token minted/burned by the RWA Vault to represent proportional ownership in the protocol’s RWA index.";
|
|
2741
|
+
readonly documentation: "https://docs.raac.io/";
|
|
2742
|
+
readonly bridge: "native";
|
|
2743
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2744
|
+
};
|
|
2732
2745
|
readonly EURCV: {
|
|
2733
2746
|
readonly name: "EUR CoinVertible";
|
|
2734
2747
|
readonly symbol: "EURCV";
|
|
@@ -5599,6 +5612,19 @@ export declare const ethereum: {
|
|
|
5599
5612
|
readonly bridge: "native";
|
|
5600
5613
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5601
5614
|
};
|
|
5615
|
+
readonly iREET: {
|
|
5616
|
+
readonly name: "RWA Index Token";
|
|
5617
|
+
readonly symbol: "iREET";
|
|
5618
|
+
readonly oracleId: "iREET";
|
|
5619
|
+
readonly address: "0xe6a60d2886b11256C24C128210159133096e5CcF";
|
|
5620
|
+
readonly chainId: 1;
|
|
5621
|
+
readonly decimals: 18;
|
|
5622
|
+
readonly website: "https://raac.io/";
|
|
5623
|
+
readonly description: "The RWAIndexToken (iREET) is the ERC-20 index token minted/burned by the RWA Vault to represent proportional ownership in the protocol’s RWA index.";
|
|
5624
|
+
readonly documentation: "https://docs.raac.io/";
|
|
5625
|
+
readonly bridge: "native";
|
|
5626
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
5627
|
+
};
|
|
5602
5628
|
readonly EURCV: {
|
|
5603
5629
|
readonly name: "EUR CoinVertible";
|
|
5604
5630
|
readonly symbol: "EURCV";
|
|
@@ -28,9 +28,9 @@ export declare const beefyfinance: {
|
|
|
28
28
|
readonly layerZeroBridge: "0xdddaEc9c267dF24aD66Edc3B2cBe25dB86422051";
|
|
29
29
|
readonly treasurySwapper: "0x0921E4fA2F85B6461fa83961d28DC7e1f9A32B40";
|
|
30
30
|
readonly assetSwapper: "0x340014C66D49f50c48E6eF0D02aB630F246F1921";
|
|
31
|
-
readonly clmFactory: "
|
|
32
|
-
readonly clmStrategyFactory: "
|
|
33
|
-
readonly clmRewardPoolFactory: "
|
|
31
|
+
readonly clmFactory: "0x2BD7d9e64Fc136F13203dd7070fD2D5A90D693FE";
|
|
32
|
+
readonly clmStrategyFactory: "0xE296007Fd2224651A463667c53CaD1e3E182C294";
|
|
33
|
+
readonly clmRewardPoolFactory: "0xbdE5D2e961fCdfaA7BfEae62E1a510703cF64767";
|
|
34
34
|
readonly positionMulticall: "0xcC7dC8c2245C5e024f1caE20d25d71335F84b3AD";
|
|
35
35
|
readonly beefySwapper: "0x0000830DF56616D58976A12D19d283B40e25BEEF";
|
|
36
36
|
readonly beefyOracle: "0xbeEFc6B9d685993b02712D8de8afB29A31c3faf4";
|
|
@@ -31,9 +31,9 @@ export const beefyfinance = {
|
|
|
31
31
|
treasurySwapper: '0x0921E4fA2F85B6461fa83961d28DC7e1f9A32B40',
|
|
32
32
|
assetSwapper: '0x340014C66D49f50c48E6eF0D02aB630F246F1921',
|
|
33
33
|
/// CLM Contracts
|
|
34
|
-
clmFactory: '
|
|
35
|
-
clmStrategyFactory: '
|
|
36
|
-
clmRewardPoolFactory: '
|
|
34
|
+
clmFactory: '0x2BD7d9e64Fc136F13203dd7070fD2D5A90D693FE',
|
|
35
|
+
clmStrategyFactory: '0xE296007Fd2224651A463667c53CaD1e3E182C294',
|
|
36
|
+
clmRewardPoolFactory: '0xbdE5D2e961fCdfaA7BfEae62E1a510703cF64767',
|
|
37
37
|
positionMulticall: '0xcC7dC8c2245C5e024f1caE20d25d71335F84b3AD',
|
|
38
38
|
/// Beefy Swapper Contracts
|
|
39
39
|
beefySwapper: '0x0000830DF56616D58976A12D19d283B40e25BEEF',
|
|
@@ -2726,6 +2726,19 @@ export declare const tokens: {
|
|
|
2726
2726
|
readonly bridge: "native";
|
|
2727
2727
|
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2728
2728
|
};
|
|
2729
|
+
readonly iREET: {
|
|
2730
|
+
readonly name: "RWA Index Token";
|
|
2731
|
+
readonly symbol: "iREET";
|
|
2732
|
+
readonly oracleId: "iREET";
|
|
2733
|
+
readonly address: "0xe6a60d2886b11256C24C128210159133096e5CcF";
|
|
2734
|
+
readonly chainId: 1;
|
|
2735
|
+
readonly decimals: 18;
|
|
2736
|
+
readonly website: "https://raac.io/";
|
|
2737
|
+
readonly description: "The RWAIndexToken (iREET) is the ERC-20 index token minted/burned by the RWA Vault to represent proportional ownership in the protocol’s RWA index.";
|
|
2738
|
+
readonly documentation: "https://docs.raac.io/";
|
|
2739
|
+
readonly bridge: "native";
|
|
2740
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK", "STABLECOIN", "SYNTHETIC"];
|
|
2741
|
+
};
|
|
2729
2742
|
readonly EURCV: {
|
|
2730
2743
|
readonly name: "EUR CoinVertible";
|
|
2731
2744
|
readonly symbol: "EURCV";
|
|
@@ -2692,6 +2692,19 @@ export const tokens = {
|
|
|
2692
2692
|
bridge: 'native',
|
|
2693
2693
|
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2694
2694
|
},
|
|
2695
|
+
iREET: {
|
|
2696
|
+
name: 'RWA Index Token',
|
|
2697
|
+
symbol: 'iREET',
|
|
2698
|
+
oracleId: 'iREET',
|
|
2699
|
+
address: '0xe6a60d2886b11256C24C128210159133096e5CcF',
|
|
2700
|
+
chainId: 1,
|
|
2701
|
+
decimals: 18,
|
|
2702
|
+
website: 'https://raac.io/',
|
|
2703
|
+
description: 'The RWAIndexToken (iREET) is the ERC-20 index token minted/burned by the RWA Vault to represent proportional ownership in the protocol’s RWA index.',
|
|
2704
|
+
documentation: 'https://docs.raac.io/',
|
|
2705
|
+
bridge: 'native',
|
|
2706
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK', 'STABLECOIN', 'SYNTHETIC'],
|
|
2707
|
+
},
|
|
2695
2708
|
EURCV: {
|
|
2696
2709
|
name: 'EUR CoinVertible',
|
|
2697
2710
|
symbol: 'EURCV',
|
package/package.json
CHANGED