@beefyfinance/blockchain-addressbook 0.55.4 → 0.55.6
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/base/index.d.ts +2 -2
- package/build/address-book/base/tokens/tokens.d.ts +1 -1
- package/build/address-book/base/tokens/tokens.js +1 -1
- package/build/address-book/megaeth/platforms/beefyfinance.d.ts +1 -1
- package/build/address-book/megaeth/platforms/beefyfinance.js +1 -1
- package/build/address-book/monad/platforms/beefyfinance.d.ts +1 -1
- package/build/address-book/monad/platforms/beefyfinance.js +1 -1
- package/build-esm/address-book/base/index.d.ts +2 -2
- package/build-esm/address-book/base/tokens/tokens.d.ts +1 -1
- package/build-esm/address-book/base/tokens/tokens.js +1 -1
- package/build-esm/address-book/megaeth/platforms/beefyfinance.d.ts +1 -1
- package/build-esm/address-book/megaeth/platforms/beefyfinance.js +1 -1
- package/build-esm/address-book/monad/platforms/beefyfinance.d.ts +1 -1
- package/build-esm/address-book/monad/platforms/beefyfinance.js +1 -1
- package/package.json +1 -1
|
@@ -3385,7 +3385,7 @@ export declare const base: {
|
|
|
3385
3385
|
readonly description: "CTR is the coordination token of Citrea Network, Bitcoin's application layer enabling institutions and users to access Bitcoin capital markets.";
|
|
3386
3386
|
readonly documentation: "https://docs.citrea.xyz/";
|
|
3387
3387
|
readonly bridge: "layer-zero";
|
|
3388
|
-
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3388
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3389
3389
|
};
|
|
3390
3390
|
readonly TEA: {
|
|
3391
3391
|
readonly name: "Tea Protocol";
|
|
@@ -6823,7 +6823,7 @@ export declare const base: {
|
|
|
6823
6823
|
readonly description: "CTR is the coordination token of Citrea Network, Bitcoin's application layer enabling institutions and users to access Bitcoin capital markets.";
|
|
6824
6824
|
readonly documentation: "https://docs.citrea.xyz/";
|
|
6825
6825
|
readonly bridge: "layer-zero";
|
|
6826
|
-
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6826
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6827
6827
|
};
|
|
6828
6828
|
readonly TEA: {
|
|
6829
6829
|
readonly name: "Tea Protocol";
|
|
@@ -3382,7 +3382,7 @@ export declare const tokens: {
|
|
|
3382
3382
|
readonly description: "CTR is the coordination token of Citrea Network, Bitcoin's application layer enabling institutions and users to access Bitcoin capital markets.";
|
|
3383
3383
|
readonly documentation: "https://docs.citrea.xyz/";
|
|
3384
3384
|
readonly bridge: "layer-zero";
|
|
3385
|
-
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3385
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3386
3386
|
};
|
|
3387
3387
|
readonly TEA: {
|
|
3388
3388
|
readonly name: "Tea Protocol";
|
|
@@ -3350,7 +3350,7 @@ exports.tokens = {
|
|
|
3350
3350
|
description: "CTR is the coordination token of Citrea Network, Bitcoin's application layer enabling institutions and users to access Bitcoin capital markets.",
|
|
3351
3351
|
documentation: 'https://docs.citrea.xyz/',
|
|
3352
3352
|
bridge: 'layer-zero',
|
|
3353
|
-
tags: ['LARGE_HOLDERS'],
|
|
3353
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3354
3354
|
},
|
|
3355
3355
|
TEA: {
|
|
3356
3356
|
name: 'Tea Protocol',
|
|
@@ -16,7 +16,7 @@ export declare const beefyfinance: {
|
|
|
16
16
|
readonly beefyFeeConfig: "0x992Ccc9D9b8b76310E044660E96171116820F019";
|
|
17
17
|
readonly vaultFactory: "0xecf7d9a1f6bc964e67806e7B9F1830B9a0328018";
|
|
18
18
|
readonly strategyFactory: "0xED9d262985E18710DDDAC0dfC10a3f900679063B";
|
|
19
|
-
readonly wrapperFactory: "
|
|
19
|
+
readonly wrapperFactory: "0x6ac884842C58bfd7B8a0E3Ab383cf879E36cc956";
|
|
20
20
|
readonly zap: "0x6f66F246Bb436B6f4E66A992C2218b57cD906109";
|
|
21
21
|
readonly zapTokenManager: "0xD3D46FF34cD495d5B91b8F3C5C552E81E5e3eab5";
|
|
22
22
|
readonly treasurySwapper: "0x0000000000000000000000000000000000000000";
|
|
@@ -21,7 +21,7 @@ exports.beefyfinance = {
|
|
|
21
21
|
beefyFeeConfig: '0x992Ccc9D9b8b76310E044660E96171116820F019',
|
|
22
22
|
vaultFactory: '0xecf7d9a1f6bc964e67806e7B9F1830B9a0328018',
|
|
23
23
|
strategyFactory: '0xED9d262985E18710DDDAC0dfC10a3f900679063B',
|
|
24
|
-
wrapperFactory: '
|
|
24
|
+
wrapperFactory: '0x6ac884842C58bfd7B8a0E3Ab383cf879E36cc956',
|
|
25
25
|
zap: '0x6f66F246Bb436B6f4E66A992C2218b57cD906109',
|
|
26
26
|
zapTokenManager: '0xD3D46FF34cD495d5B91b8F3C5C552E81E5e3eab5',
|
|
27
27
|
treasurySwapper: '0x0000000000000000000000000000000000000000',
|
|
@@ -16,7 +16,7 @@ export declare const beefyfinance: {
|
|
|
16
16
|
readonly beefyFeeConfig: "0x2b0C9702A4724f2BFe7922DB92c4082098533c62";
|
|
17
17
|
readonly vaultFactory: "0x9818dF1Bdce8D0E79B982e2C3a93ac821b3c17e0";
|
|
18
18
|
readonly strategyFactory: "0xE6e5732245b3e886DD8897a93D21D29bb652d683";
|
|
19
|
-
readonly wrapperFactory: "
|
|
19
|
+
readonly wrapperFactory: "0x3D498F3A444cE89086d37A5f803058E6E8b45FAD";
|
|
20
20
|
readonly zap: "0x542Bf9f89c3Ba0edb7aE5EB4Cf582d349fCdC608";
|
|
21
21
|
readonly zapTokenManager: "0xDBCE7119b8F1fCF8e5145087AB314A82Cb931e52";
|
|
22
22
|
readonly treasurySwapper: "0x0000000000000000000000000000000000000000";
|
|
@@ -21,7 +21,7 @@ exports.beefyfinance = {
|
|
|
21
21
|
beefyFeeConfig: '0x2b0C9702A4724f2BFe7922DB92c4082098533c62',
|
|
22
22
|
vaultFactory: '0x9818dF1Bdce8D0E79B982e2C3a93ac821b3c17e0',
|
|
23
23
|
strategyFactory: '0xE6e5732245b3e886DD8897a93D21D29bb652d683',
|
|
24
|
-
wrapperFactory: '
|
|
24
|
+
wrapperFactory: '0x3D498F3A444cE89086d37A5f803058E6E8b45FAD',
|
|
25
25
|
zap: '0x542Bf9f89c3Ba0edb7aE5EB4Cf582d349fCdC608',
|
|
26
26
|
zapTokenManager: '0xDBCE7119b8F1fCF8e5145087AB314A82Cb931e52',
|
|
27
27
|
treasurySwapper: '0x0000000000000000000000000000000000000000',
|
|
@@ -3385,7 +3385,7 @@ export declare const base: {
|
|
|
3385
3385
|
readonly description: "CTR is the coordination token of Citrea Network, Bitcoin's application layer enabling institutions and users to access Bitcoin capital markets.";
|
|
3386
3386
|
readonly documentation: "https://docs.citrea.xyz/";
|
|
3387
3387
|
readonly bridge: "layer-zero";
|
|
3388
|
-
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3388
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3389
3389
|
};
|
|
3390
3390
|
readonly TEA: {
|
|
3391
3391
|
readonly name: "Tea Protocol";
|
|
@@ -6823,7 +6823,7 @@ export declare const base: {
|
|
|
6823
6823
|
readonly description: "CTR is the coordination token of Citrea Network, Bitcoin's application layer enabling institutions and users to access Bitcoin capital markets.";
|
|
6824
6824
|
readonly documentation: "https://docs.citrea.xyz/";
|
|
6825
6825
|
readonly bridge: "layer-zero";
|
|
6826
|
-
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6826
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
6827
6827
|
};
|
|
6828
6828
|
readonly TEA: {
|
|
6829
6829
|
readonly name: "Tea Protocol";
|
|
@@ -3382,7 +3382,7 @@ export declare const tokens: {
|
|
|
3382
3382
|
readonly description: "CTR is the coordination token of Citrea Network, Bitcoin's application layer enabling institutions and users to access Bitcoin capital markets.";
|
|
3383
3383
|
readonly documentation: "https://docs.citrea.xyz/";
|
|
3384
3384
|
readonly bridge: "layer-zero";
|
|
3385
|
-
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3385
|
+
readonly tags: readonly ["LARGE_HOLDERS", "NO_TIMELOCK"];
|
|
3386
3386
|
};
|
|
3387
3387
|
readonly TEA: {
|
|
3388
3388
|
readonly name: "Tea Protocol";
|
|
@@ -3347,7 +3347,7 @@ export const tokens = {
|
|
|
3347
3347
|
description: "CTR is the coordination token of Citrea Network, Bitcoin's application layer enabling institutions and users to access Bitcoin capital markets.",
|
|
3348
3348
|
documentation: 'https://docs.citrea.xyz/',
|
|
3349
3349
|
bridge: 'layer-zero',
|
|
3350
|
-
tags: ['LARGE_HOLDERS'],
|
|
3350
|
+
tags: ['LARGE_HOLDERS', 'NO_TIMELOCK'],
|
|
3351
3351
|
},
|
|
3352
3352
|
TEA: {
|
|
3353
3353
|
name: 'Tea Protocol',
|
|
@@ -16,7 +16,7 @@ export declare const beefyfinance: {
|
|
|
16
16
|
readonly beefyFeeConfig: "0x992Ccc9D9b8b76310E044660E96171116820F019";
|
|
17
17
|
readonly vaultFactory: "0xecf7d9a1f6bc964e67806e7B9F1830B9a0328018";
|
|
18
18
|
readonly strategyFactory: "0xED9d262985E18710DDDAC0dfC10a3f900679063B";
|
|
19
|
-
readonly wrapperFactory: "
|
|
19
|
+
readonly wrapperFactory: "0x6ac884842C58bfd7B8a0E3Ab383cf879E36cc956";
|
|
20
20
|
readonly zap: "0x6f66F246Bb436B6f4E66A992C2218b57cD906109";
|
|
21
21
|
readonly zapTokenManager: "0xD3D46FF34cD495d5B91b8F3C5C552E81E5e3eab5";
|
|
22
22
|
readonly treasurySwapper: "0x0000000000000000000000000000000000000000";
|
|
@@ -18,7 +18,7 @@ export const beefyfinance = {
|
|
|
18
18
|
beefyFeeConfig: '0x992Ccc9D9b8b76310E044660E96171116820F019',
|
|
19
19
|
vaultFactory: '0xecf7d9a1f6bc964e67806e7B9F1830B9a0328018',
|
|
20
20
|
strategyFactory: '0xED9d262985E18710DDDAC0dfC10a3f900679063B',
|
|
21
|
-
wrapperFactory: '
|
|
21
|
+
wrapperFactory: '0x6ac884842C58bfd7B8a0E3Ab383cf879E36cc956',
|
|
22
22
|
zap: '0x6f66F246Bb436B6f4E66A992C2218b57cD906109',
|
|
23
23
|
zapTokenManager: '0xD3D46FF34cD495d5B91b8F3C5C552E81E5e3eab5',
|
|
24
24
|
treasurySwapper: '0x0000000000000000000000000000000000000000',
|
|
@@ -16,7 +16,7 @@ export declare const beefyfinance: {
|
|
|
16
16
|
readonly beefyFeeConfig: "0x2b0C9702A4724f2BFe7922DB92c4082098533c62";
|
|
17
17
|
readonly vaultFactory: "0x9818dF1Bdce8D0E79B982e2C3a93ac821b3c17e0";
|
|
18
18
|
readonly strategyFactory: "0xE6e5732245b3e886DD8897a93D21D29bb652d683";
|
|
19
|
-
readonly wrapperFactory: "
|
|
19
|
+
readonly wrapperFactory: "0x3D498F3A444cE89086d37A5f803058E6E8b45FAD";
|
|
20
20
|
readonly zap: "0x542Bf9f89c3Ba0edb7aE5EB4Cf582d349fCdC608";
|
|
21
21
|
readonly zapTokenManager: "0xDBCE7119b8F1fCF8e5145087AB314A82Cb931e52";
|
|
22
22
|
readonly treasurySwapper: "0x0000000000000000000000000000000000000000";
|
|
@@ -18,7 +18,7 @@ export const beefyfinance = {
|
|
|
18
18
|
beefyFeeConfig: '0x2b0C9702A4724f2BFe7922DB92c4082098533c62',
|
|
19
19
|
vaultFactory: '0x9818dF1Bdce8D0E79B982e2C3a93ac821b3c17e0',
|
|
20
20
|
strategyFactory: '0xE6e5732245b3e886DD8897a93D21D29bb652d683',
|
|
21
|
-
wrapperFactory: '
|
|
21
|
+
wrapperFactory: '0x3D498F3A444cE89086d37A5f803058E6E8b45FAD',
|
|
22
22
|
zap: '0x542Bf9f89c3Ba0edb7aE5EB4Cf582d349fCdC608',
|
|
23
23
|
zapTokenManager: '0xDBCE7119b8F1fCF8e5145087AB314A82Cb931e52',
|
|
24
24
|
treasurySwapper: '0x0000000000000000000000000000000000000000',
|
package/package.json
CHANGED