@beefyfinance/blockchain-addressbook 0.54.135 → 0.54.137
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/arbitrum/platforms/beefyfinance.d.ts +1 -1
- package/build/address-book/arbitrum/platforms/beefyfinance.js +1 -1
- package/build/address-book/base/index.d.ts +24 -0
- package/build/address-book/base/tokens/tokens.d.ts +12 -0
- package/build/address-book/base/tokens/tokens.js +12 -0
- package/build-esm/address-book/arbitrum/platforms/beefyfinance.d.ts +1 -1
- package/build-esm/address-book/arbitrum/platforms/beefyfinance.js +1 -1
- package/build-esm/address-book/base/index.d.ts +24 -0
- package/build-esm/address-book/base/tokens/tokens.d.ts +12 -0
- package/build-esm/address-book/base/tokens/tokens.js +12 -0
- package/package.json +1 -1
|
@@ -18,7 +18,7 @@ export declare const beefyfinance: {
|
|
|
18
18
|
readonly strategyFactory: "0xeF7746F16e511242e25Ad4FF9732bb5fC35EAB50";
|
|
19
19
|
readonly zap: "0xf49F7bB6F4F50d272A0914a671895c4384696E5A";
|
|
20
20
|
readonly zapTokenManager: "0x3395BDAE49853Bc7Ab9377d2A93f42BC3A18680e";
|
|
21
|
-
readonly treasurySwapper: "
|
|
21
|
+
readonly treasurySwapper: "0xa725268F6c7a6aa544C5E569028f3C64cD484334";
|
|
22
22
|
readonly clmFactory: "0xD41Ce2c0a0596635FC09BDe2C35946a984b8cB7A";
|
|
23
23
|
readonly clmStrategyFactory: "0xa5E8574a0BE6A7379611D2Fa0eA228c3a1778162";
|
|
24
24
|
readonly clmRewardPoolFactory: "0x512b1A12200338F46a844E224d37B303a21D0224";
|
|
@@ -23,7 +23,7 @@ exports.beefyfinance = {
|
|
|
23
23
|
strategyFactory: '0xeF7746F16e511242e25Ad4FF9732bb5fC35EAB50',
|
|
24
24
|
zap: '0xf49F7bB6F4F50d272A0914a671895c4384696E5A',
|
|
25
25
|
zapTokenManager: '0x3395BDAE49853Bc7Ab9377d2A93f42BC3A18680e',
|
|
26
|
-
treasurySwapper: '
|
|
26
|
+
treasurySwapper: '0xa725268F6c7a6aa544C5E569028f3C64cD484334',
|
|
27
27
|
/// CLM Contracts
|
|
28
28
|
clmFactory: '0xD41Ce2c0a0596635FC09BDe2C35946a984b8cB7A',
|
|
29
29
|
clmStrategyFactory: '0xa5E8574a0BE6A7379611D2Fa0eA228c3a1778162',
|
|
@@ -2898,6 +2898,18 @@ export declare const base: {
|
|
|
2898
2898
|
readonly staked: true;
|
|
2899
2899
|
readonly tags: readonly ["STABLECOIN"];
|
|
2900
2900
|
};
|
|
2901
|
+
readonly AAA: {
|
|
2902
|
+
readonly name: "Arcadia";
|
|
2903
|
+
readonly symbol: "AAA";
|
|
2904
|
+
readonly oracleId: "AAA";
|
|
2905
|
+
readonly address: "0xaaa843fb2916c0B57454270418E121C626402AAa";
|
|
2906
|
+
readonly chainId: 8453;
|
|
2907
|
+
readonly decimals: 18;
|
|
2908
|
+
readonly website: "https://arcadia.finance/";
|
|
2909
|
+
readonly documentation: "https://docs.arcadia.finance/governance/tokenomics";
|
|
2910
|
+
readonly description: "AAA is the foundational utility token of the Arcadia protocol, used for governance, fee sharing and rewards when staked as stAAA.";
|
|
2911
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
2912
|
+
};
|
|
2901
2913
|
};
|
|
2902
2914
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2903
2915
|
readonly WNATIVE: {
|
|
@@ -5796,6 +5808,18 @@ export declare const base: {
|
|
|
5796
5808
|
readonly staked: true;
|
|
5797
5809
|
readonly tags: readonly ["STABLECOIN"];
|
|
5798
5810
|
};
|
|
5811
|
+
readonly AAA: {
|
|
5812
|
+
readonly name: "Arcadia";
|
|
5813
|
+
readonly symbol: "AAA";
|
|
5814
|
+
readonly oracleId: "AAA";
|
|
5815
|
+
readonly address: "0xaaa843fb2916c0B57454270418E121C626402AAa";
|
|
5816
|
+
readonly chainId: 8453;
|
|
5817
|
+
readonly decimals: 18;
|
|
5818
|
+
readonly website: "https://arcadia.finance/";
|
|
5819
|
+
readonly documentation: "https://docs.arcadia.finance/governance/tokenomics";
|
|
5820
|
+
readonly description: "AAA is the foundational utility token of the Arcadia protocol, used for governance, fee sharing and rewards when staked as stAAA.";
|
|
5821
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
5822
|
+
};
|
|
5799
5823
|
}>;
|
|
5800
5824
|
readonly native: {
|
|
5801
5825
|
readonly symbol: "ETH";
|
|
@@ -2895,4 +2895,16 @@ export declare const tokens: {
|
|
|
2895
2895
|
readonly staked: true;
|
|
2896
2896
|
readonly tags: readonly ["STABLECOIN"];
|
|
2897
2897
|
};
|
|
2898
|
+
readonly AAA: {
|
|
2899
|
+
readonly name: "Arcadia";
|
|
2900
|
+
readonly symbol: "AAA";
|
|
2901
|
+
readonly oracleId: "AAA";
|
|
2902
|
+
readonly address: "0xaaa843fb2916c0B57454270418E121C626402AAa";
|
|
2903
|
+
readonly chainId: 8453;
|
|
2904
|
+
readonly decimals: 18;
|
|
2905
|
+
readonly website: "https://arcadia.finance/";
|
|
2906
|
+
readonly documentation: "https://docs.arcadia.finance/governance/tokenomics";
|
|
2907
|
+
readonly description: "AAA is the foundational utility token of the Arcadia protocol, used for governance, fee sharing and rewards when staked as stAAA.";
|
|
2908
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
2909
|
+
};
|
|
2898
2910
|
};
|
|
@@ -2866,4 +2866,16 @@ exports.tokens = {
|
|
|
2866
2866
|
staked: true,
|
|
2867
2867
|
tags: ['STABLECOIN'],
|
|
2868
2868
|
},
|
|
2869
|
+
AAA: {
|
|
2870
|
+
name: 'Arcadia',
|
|
2871
|
+
symbol: 'AAA',
|
|
2872
|
+
oracleId: 'AAA',
|
|
2873
|
+
address: '0xaaa843fb2916c0B57454270418E121C626402AAa',
|
|
2874
|
+
chainId: 8453,
|
|
2875
|
+
decimals: 18,
|
|
2876
|
+
website: 'https://arcadia.finance/',
|
|
2877
|
+
documentation: 'https://docs.arcadia.finance/governance/tokenomics',
|
|
2878
|
+
description: 'AAA is the foundational utility token of the Arcadia protocol, used for governance, fee sharing and rewards when staked as stAAA.',
|
|
2879
|
+
tags: ['LARGE_HOLDERS'],
|
|
2880
|
+
}
|
|
2869
2881
|
};
|
|
@@ -18,7 +18,7 @@ export declare const beefyfinance: {
|
|
|
18
18
|
readonly strategyFactory: "0xeF7746F16e511242e25Ad4FF9732bb5fC35EAB50";
|
|
19
19
|
readonly zap: "0xf49F7bB6F4F50d272A0914a671895c4384696E5A";
|
|
20
20
|
readonly zapTokenManager: "0x3395BDAE49853Bc7Ab9377d2A93f42BC3A18680e";
|
|
21
|
-
readonly treasurySwapper: "
|
|
21
|
+
readonly treasurySwapper: "0xa725268F6c7a6aa544C5E569028f3C64cD484334";
|
|
22
22
|
readonly clmFactory: "0xD41Ce2c0a0596635FC09BDe2C35946a984b8cB7A";
|
|
23
23
|
readonly clmStrategyFactory: "0xa5E8574a0BE6A7379611D2Fa0eA228c3a1778162";
|
|
24
24
|
readonly clmRewardPoolFactory: "0x512b1A12200338F46a844E224d37B303a21D0224";
|
|
@@ -20,7 +20,7 @@ export const beefyfinance = {
|
|
|
20
20
|
strategyFactory: '0xeF7746F16e511242e25Ad4FF9732bb5fC35EAB50',
|
|
21
21
|
zap: '0xf49F7bB6F4F50d272A0914a671895c4384696E5A',
|
|
22
22
|
zapTokenManager: '0x3395BDAE49853Bc7Ab9377d2A93f42BC3A18680e',
|
|
23
|
-
treasurySwapper: '
|
|
23
|
+
treasurySwapper: '0xa725268F6c7a6aa544C5E569028f3C64cD484334',
|
|
24
24
|
/// CLM Contracts
|
|
25
25
|
clmFactory: '0xD41Ce2c0a0596635FC09BDe2C35946a984b8cB7A',
|
|
26
26
|
clmStrategyFactory: '0xa5E8574a0BE6A7379611D2Fa0eA228c3a1778162',
|
|
@@ -2898,6 +2898,18 @@ export declare const base: {
|
|
|
2898
2898
|
readonly staked: true;
|
|
2899
2899
|
readonly tags: readonly ["STABLECOIN"];
|
|
2900
2900
|
};
|
|
2901
|
+
readonly AAA: {
|
|
2902
|
+
readonly name: "Arcadia";
|
|
2903
|
+
readonly symbol: "AAA";
|
|
2904
|
+
readonly oracleId: "AAA";
|
|
2905
|
+
readonly address: "0xaaa843fb2916c0B57454270418E121C626402AAa";
|
|
2906
|
+
readonly chainId: 8453;
|
|
2907
|
+
readonly decimals: 18;
|
|
2908
|
+
readonly website: "https://arcadia.finance/";
|
|
2909
|
+
readonly documentation: "https://docs.arcadia.finance/governance/tokenomics";
|
|
2910
|
+
readonly description: "AAA is the foundational utility token of the Arcadia protocol, used for governance, fee sharing and rewards when staked as stAAA.";
|
|
2911
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
2912
|
+
};
|
|
2901
2913
|
};
|
|
2902
2914
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2903
2915
|
readonly WNATIVE: {
|
|
@@ -5796,6 +5808,18 @@ export declare const base: {
|
|
|
5796
5808
|
readonly staked: true;
|
|
5797
5809
|
readonly tags: readonly ["STABLECOIN"];
|
|
5798
5810
|
};
|
|
5811
|
+
readonly AAA: {
|
|
5812
|
+
readonly name: "Arcadia";
|
|
5813
|
+
readonly symbol: "AAA";
|
|
5814
|
+
readonly oracleId: "AAA";
|
|
5815
|
+
readonly address: "0xaaa843fb2916c0B57454270418E121C626402AAa";
|
|
5816
|
+
readonly chainId: 8453;
|
|
5817
|
+
readonly decimals: 18;
|
|
5818
|
+
readonly website: "https://arcadia.finance/";
|
|
5819
|
+
readonly documentation: "https://docs.arcadia.finance/governance/tokenomics";
|
|
5820
|
+
readonly description: "AAA is the foundational utility token of the Arcadia protocol, used for governance, fee sharing and rewards when staked as stAAA.";
|
|
5821
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
5822
|
+
};
|
|
5799
5823
|
}>;
|
|
5800
5824
|
readonly native: {
|
|
5801
5825
|
readonly symbol: "ETH";
|
|
@@ -2895,4 +2895,16 @@ export declare const tokens: {
|
|
|
2895
2895
|
readonly staked: true;
|
|
2896
2896
|
readonly tags: readonly ["STABLECOIN"];
|
|
2897
2897
|
};
|
|
2898
|
+
readonly AAA: {
|
|
2899
|
+
readonly name: "Arcadia";
|
|
2900
|
+
readonly symbol: "AAA";
|
|
2901
|
+
readonly oracleId: "AAA";
|
|
2902
|
+
readonly address: "0xaaa843fb2916c0B57454270418E121C626402AAa";
|
|
2903
|
+
readonly chainId: 8453;
|
|
2904
|
+
readonly decimals: 18;
|
|
2905
|
+
readonly website: "https://arcadia.finance/";
|
|
2906
|
+
readonly documentation: "https://docs.arcadia.finance/governance/tokenomics";
|
|
2907
|
+
readonly description: "AAA is the foundational utility token of the Arcadia protocol, used for governance, fee sharing and rewards when staked as stAAA.";
|
|
2908
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
2909
|
+
};
|
|
2898
2910
|
};
|
|
@@ -2863,4 +2863,16 @@ export const tokens = {
|
|
|
2863
2863
|
staked: true,
|
|
2864
2864
|
tags: ['STABLECOIN'],
|
|
2865
2865
|
},
|
|
2866
|
+
AAA: {
|
|
2867
|
+
name: 'Arcadia',
|
|
2868
|
+
symbol: 'AAA',
|
|
2869
|
+
oracleId: 'AAA',
|
|
2870
|
+
address: '0xaaa843fb2916c0B57454270418E121C626402AAa',
|
|
2871
|
+
chainId: 8453,
|
|
2872
|
+
decimals: 18,
|
|
2873
|
+
website: 'https://arcadia.finance/',
|
|
2874
|
+
documentation: 'https://docs.arcadia.finance/governance/tokenomics',
|
|
2875
|
+
description: 'AAA is the foundational utility token of the Arcadia protocol, used for governance, fee sharing and rewards when staked as stAAA.',
|
|
2876
|
+
tags: ['LARGE_HOLDERS'],
|
|
2877
|
+
}
|
|
2866
2878
|
};
|
package/package.json
CHANGED