@beefyfinance/blockchain-addressbook 0.54.154 → 0.54.156
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/bsc/platforms/beefyfinance.d.ts +2 -2
- package/build/address-book/bsc/platforms/beefyfinance.js +2 -2
- package/build/address-book/sonic/index.d.ts +22 -0
- package/build/address-book/sonic/tokens/tokens.d.ts +11 -0
- package/build/address-book/sonic/tokens/tokens.js +11 -0
- package/build-esm/address-book/bsc/platforms/beefyfinance.d.ts +2 -2
- package/build-esm/address-book/bsc/platforms/beefyfinance.js +2 -2
- package/build-esm/address-book/sonic/index.d.ts +22 -0
- package/build-esm/address-book/sonic/tokens/tokens.d.ts +11 -0
- package/build-esm/address-book/sonic/tokens/tokens.js +11 -0
- package/package.json +1 -1
|
@@ -17,8 +17,8 @@ export declare const beefyfinance: {
|
|
|
17
17
|
readonly vaultFactory: "0xe596eC590DE52C09c8D1C7A1294B32F957A7c94e";
|
|
18
18
|
readonly wrapperFactory: "0x85B792C67cEe281064eb7A3AF0Fe2A76E9a7849e";
|
|
19
19
|
readonly strategyFactory: "0x8B93779aa8613d9542bCD5e153d536ba5B9039f2";
|
|
20
|
-
readonly zap: "
|
|
21
|
-
readonly zapTokenManager: "
|
|
20
|
+
readonly zap: "0x1C482130A1205213ad130404221Dc9b5350Fe4BD";
|
|
21
|
+
readonly zapTokenManager: "0xc2B9c646Bd36CBbC6D0d700991663F5D092CC79f";
|
|
22
22
|
readonly treasurySwapper: "0x234f7F81434e340910A84F45F8e89D07fa86611A";
|
|
23
23
|
readonly clmFactory: "0xAe8b53413862984C4e10929D41735800E0A4EdF9";
|
|
24
24
|
readonly clmStrategyFactory: "0x15e8ebC56b473482f18442BEd9c22F9d959C9C49";
|
|
@@ -22,8 +22,8 @@ exports.beefyfinance = {
|
|
|
22
22
|
vaultFactory: '0xe596eC590DE52C09c8D1C7A1294B32F957A7c94e',
|
|
23
23
|
wrapperFactory: '0x85B792C67cEe281064eb7A3AF0Fe2A76E9a7849e',
|
|
24
24
|
strategyFactory: '0x8B93779aa8613d9542bCD5e153d536ba5B9039f2',
|
|
25
|
-
zap: '
|
|
26
|
-
zapTokenManager: '
|
|
25
|
+
zap: '0x1C482130A1205213ad130404221Dc9b5350Fe4BD',
|
|
26
|
+
zapTokenManager: '0xc2B9c646Bd36CBbC6D0d700991663F5D092CC79f',
|
|
27
27
|
treasurySwapper: '0x234f7F81434e340910A84F45F8e89D07fa86611A',
|
|
28
28
|
/// CLM Contracts
|
|
29
29
|
clmFactory: '0xAe8b53413862984C4e10929D41735800E0A4EdF9',
|
|
@@ -556,6 +556,17 @@ export declare const sonic: {
|
|
|
556
556
|
readonly bridge: "native";
|
|
557
557
|
readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
|
|
558
558
|
};
|
|
559
|
+
readonly wawS: {
|
|
560
|
+
readonly name: "Wrapped Aave wS";
|
|
561
|
+
readonly symbol: "wawS";
|
|
562
|
+
readonly oracleId: "wawS";
|
|
563
|
+
readonly address: "0x18B7B8695165290f2767BC63c36D3dFEa4C0F9bB";
|
|
564
|
+
readonly chainId: 146;
|
|
565
|
+
readonly decimals: 18;
|
|
566
|
+
readonly website: "https://aave.com/";
|
|
567
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
568
|
+
readonly description: "Wrapped Aave interest bearing wS.";
|
|
569
|
+
};
|
|
559
570
|
};
|
|
560
571
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
561
572
|
readonly WNATIVE: {
|
|
@@ -1112,6 +1123,17 @@ export declare const sonic: {
|
|
|
1112
1123
|
readonly bridge: "native";
|
|
1113
1124
|
readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
|
|
1114
1125
|
};
|
|
1126
|
+
readonly wawS: {
|
|
1127
|
+
readonly name: "Wrapped Aave wS";
|
|
1128
|
+
readonly symbol: "wawS";
|
|
1129
|
+
readonly oracleId: "wawS";
|
|
1130
|
+
readonly address: "0x18B7B8695165290f2767BC63c36D3dFEa4C0F9bB";
|
|
1131
|
+
readonly chainId: 146;
|
|
1132
|
+
readonly decimals: 18;
|
|
1133
|
+
readonly website: "https://aave.com/";
|
|
1134
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
1135
|
+
readonly description: "Wrapped Aave interest bearing wS.";
|
|
1136
|
+
};
|
|
1115
1137
|
}>;
|
|
1116
1138
|
readonly native: {
|
|
1117
1139
|
readonly symbol: "S";
|
|
@@ -553,4 +553,15 @@ export declare const tokens: {
|
|
|
553
553
|
readonly bridge: "native";
|
|
554
554
|
readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
|
|
555
555
|
};
|
|
556
|
+
readonly wawS: {
|
|
557
|
+
readonly name: "Wrapped Aave wS";
|
|
558
|
+
readonly symbol: "wawS";
|
|
559
|
+
readonly oracleId: "wawS";
|
|
560
|
+
readonly address: "0x18B7B8695165290f2767BC63c36D3dFEa4C0F9bB";
|
|
561
|
+
readonly chainId: 146;
|
|
562
|
+
readonly decimals: 18;
|
|
563
|
+
readonly website: "https://aave.com/";
|
|
564
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
565
|
+
readonly description: "Wrapped Aave interest bearing wS.";
|
|
566
|
+
};
|
|
556
567
|
};
|
|
@@ -521,4 +521,15 @@ exports.tokens = {
|
|
|
521
521
|
bridge: 'native',
|
|
522
522
|
tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
|
|
523
523
|
},
|
|
524
|
+
wawS: {
|
|
525
|
+
name: 'Wrapped Aave wS',
|
|
526
|
+
symbol: 'wawS',
|
|
527
|
+
oracleId: 'wawS',
|
|
528
|
+
address: '0x18B7B8695165290f2767BC63c36D3dFEa4C0F9bB',
|
|
529
|
+
chainId: 146,
|
|
530
|
+
decimals: 18,
|
|
531
|
+
website: 'https://aave.com/',
|
|
532
|
+
documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
|
|
533
|
+
description: 'Wrapped Aave interest bearing wS.',
|
|
534
|
+
},
|
|
524
535
|
};
|
|
@@ -17,8 +17,8 @@ export declare const beefyfinance: {
|
|
|
17
17
|
readonly vaultFactory: "0xe596eC590DE52C09c8D1C7A1294B32F957A7c94e";
|
|
18
18
|
readonly wrapperFactory: "0x85B792C67cEe281064eb7A3AF0Fe2A76E9a7849e";
|
|
19
19
|
readonly strategyFactory: "0x8B93779aa8613d9542bCD5e153d536ba5B9039f2";
|
|
20
|
-
readonly zap: "
|
|
21
|
-
readonly zapTokenManager: "
|
|
20
|
+
readonly zap: "0x1C482130A1205213ad130404221Dc9b5350Fe4BD";
|
|
21
|
+
readonly zapTokenManager: "0xc2B9c646Bd36CBbC6D0d700991663F5D092CC79f";
|
|
22
22
|
readonly treasurySwapper: "0x234f7F81434e340910A84F45F8e89D07fa86611A";
|
|
23
23
|
readonly clmFactory: "0xAe8b53413862984C4e10929D41735800E0A4EdF9";
|
|
24
24
|
readonly clmStrategyFactory: "0x15e8ebC56b473482f18442BEd9c22F9d959C9C49";
|
|
@@ -19,8 +19,8 @@ export const beefyfinance = {
|
|
|
19
19
|
vaultFactory: '0xe596eC590DE52C09c8D1C7A1294B32F957A7c94e',
|
|
20
20
|
wrapperFactory: '0x85B792C67cEe281064eb7A3AF0Fe2A76E9a7849e',
|
|
21
21
|
strategyFactory: '0x8B93779aa8613d9542bCD5e153d536ba5B9039f2',
|
|
22
|
-
zap: '
|
|
23
|
-
zapTokenManager: '
|
|
22
|
+
zap: '0x1C482130A1205213ad130404221Dc9b5350Fe4BD',
|
|
23
|
+
zapTokenManager: '0xc2B9c646Bd36CBbC6D0d700991663F5D092CC79f',
|
|
24
24
|
treasurySwapper: '0x234f7F81434e340910A84F45F8e89D07fa86611A',
|
|
25
25
|
/// CLM Contracts
|
|
26
26
|
clmFactory: '0xAe8b53413862984C4e10929D41735800E0A4EdF9',
|
|
@@ -556,6 +556,17 @@ export declare const sonic: {
|
|
|
556
556
|
readonly bridge: "native";
|
|
557
557
|
readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
|
|
558
558
|
};
|
|
559
|
+
readonly wawS: {
|
|
560
|
+
readonly name: "Wrapped Aave wS";
|
|
561
|
+
readonly symbol: "wawS";
|
|
562
|
+
readonly oracleId: "wawS";
|
|
563
|
+
readonly address: "0x18B7B8695165290f2767BC63c36D3dFEa4C0F9bB";
|
|
564
|
+
readonly chainId: 146;
|
|
565
|
+
readonly decimals: 18;
|
|
566
|
+
readonly website: "https://aave.com/";
|
|
567
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
568
|
+
readonly description: "Wrapped Aave interest bearing wS.";
|
|
569
|
+
};
|
|
559
570
|
};
|
|
560
571
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
561
572
|
readonly WNATIVE: {
|
|
@@ -1112,6 +1123,17 @@ export declare const sonic: {
|
|
|
1112
1123
|
readonly bridge: "native";
|
|
1113
1124
|
readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
|
|
1114
1125
|
};
|
|
1126
|
+
readonly wawS: {
|
|
1127
|
+
readonly name: "Wrapped Aave wS";
|
|
1128
|
+
readonly symbol: "wawS";
|
|
1129
|
+
readonly oracleId: "wawS";
|
|
1130
|
+
readonly address: "0x18B7B8695165290f2767BC63c36D3dFEa4C0F9bB";
|
|
1131
|
+
readonly chainId: 146;
|
|
1132
|
+
readonly decimals: 18;
|
|
1133
|
+
readonly website: "https://aave.com/";
|
|
1134
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
1135
|
+
readonly description: "Wrapped Aave interest bearing wS.";
|
|
1136
|
+
};
|
|
1115
1137
|
}>;
|
|
1116
1138
|
readonly native: {
|
|
1117
1139
|
readonly symbol: "S";
|
|
@@ -553,4 +553,15 @@ export declare const tokens: {
|
|
|
553
553
|
readonly bridge: "native";
|
|
554
554
|
readonly tags: readonly ["NO_TIMELOCK", "LARGE_HOLDERS"];
|
|
555
555
|
};
|
|
556
|
+
readonly wawS: {
|
|
557
|
+
readonly name: "Wrapped Aave wS";
|
|
558
|
+
readonly symbol: "wawS";
|
|
559
|
+
readonly oracleId: "wawS";
|
|
560
|
+
readonly address: "0x18B7B8695165290f2767BC63c36D3dFEa4C0F9bB";
|
|
561
|
+
readonly chainId: 146;
|
|
562
|
+
readonly decimals: 18;
|
|
563
|
+
readonly website: "https://aave.com/";
|
|
564
|
+
readonly documentation: "https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens";
|
|
565
|
+
readonly description: "Wrapped Aave interest bearing wS.";
|
|
566
|
+
};
|
|
556
567
|
};
|
|
@@ -518,4 +518,15 @@ export const tokens = {
|
|
|
518
518
|
bridge: 'native',
|
|
519
519
|
tags: ['NO_TIMELOCK', 'LARGE_HOLDERS'],
|
|
520
520
|
},
|
|
521
|
+
wawS: {
|
|
522
|
+
name: 'Wrapped Aave wS',
|
|
523
|
+
symbol: 'wawS',
|
|
524
|
+
oracleId: 'wawS',
|
|
525
|
+
address: '0x18B7B8695165290f2767BC63c36D3dFEa4C0F9bB',
|
|
526
|
+
chainId: 146,
|
|
527
|
+
decimals: 18,
|
|
528
|
+
website: 'https://aave.com/',
|
|
529
|
+
documentation: 'https://docs.aave.com/developers/v/2.0/the-core-protocol/atokens',
|
|
530
|
+
description: 'Wrapped Aave interest bearing wS.',
|
|
531
|
+
},
|
|
521
532
|
};
|
package/package.json
CHANGED