@beefyfinance/blockchain-addressbook 0.54.221 → 0.54.222
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/index.d.ts +26 -0
- package/build/address-book/bsc/tokens/tokens.d.ts +13 -0
- package/build/address-book/bsc/tokens/tokens.js +13 -0
- package/build-esm/address-book/bsc/index.d.ts +26 -0
- package/build-esm/address-book/bsc/tokens/tokens.d.ts +13 -0
- package/build-esm/address-book/bsc/tokens/tokens.js +13 -0
- package/package.json +1 -1
|
@@ -4404,6 +4404,19 @@ export declare const bsc: {
|
|
|
4404
4404
|
readonly bridge: "native";
|
|
4405
4405
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
4406
4406
|
};
|
|
4407
|
+
readonly ZEST: {
|
|
4408
|
+
readonly name: "Zest";
|
|
4409
|
+
readonly symbol: "ZEST";
|
|
4410
|
+
readonly oracleId: "ZEST";
|
|
4411
|
+
readonly address: "0x5506599c722389A60580B5213ea1Da60D64754a1";
|
|
4412
|
+
readonly chainId: 56;
|
|
4413
|
+
readonly decimals: 18;
|
|
4414
|
+
readonly website: "https://www.zestprotocol.com/";
|
|
4415
|
+
readonly description: "Zest Protocol is the leading Bitcoin lending protocol, enabling BTC holders to earn yield on their Bitcoin and borrow stablecoins against it.";
|
|
4416
|
+
readonly documentation: "https://docs.zestprotocol.com/start";
|
|
4417
|
+
readonly bridge: "native";
|
|
4418
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
4419
|
+
};
|
|
4407
4420
|
};
|
|
4408
4421
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
4409
4422
|
readonly WNATIVE: {
|
|
@@ -8808,6 +8821,19 @@ export declare const bsc: {
|
|
|
8808
8821
|
readonly bridge: "native";
|
|
8809
8822
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
8810
8823
|
};
|
|
8824
|
+
readonly ZEST: {
|
|
8825
|
+
readonly name: "Zest";
|
|
8826
|
+
readonly symbol: "ZEST";
|
|
8827
|
+
readonly oracleId: "ZEST";
|
|
8828
|
+
readonly address: "0x5506599c722389A60580B5213ea1Da60D64754a1";
|
|
8829
|
+
readonly chainId: 56;
|
|
8830
|
+
readonly decimals: 18;
|
|
8831
|
+
readonly website: "https://www.zestprotocol.com/";
|
|
8832
|
+
readonly description: "Zest Protocol is the leading Bitcoin lending protocol, enabling BTC holders to earn yield on their Bitcoin and borrow stablecoins against it.";
|
|
8833
|
+
readonly documentation: "https://docs.zestprotocol.com/start";
|
|
8834
|
+
readonly bridge: "native";
|
|
8835
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
8836
|
+
};
|
|
8811
8837
|
}>;
|
|
8812
8838
|
readonly native: {
|
|
8813
8839
|
readonly symbol: "BNB";
|
|
@@ -4401,4 +4401,17 @@ export declare const tokens: {
|
|
|
4401
4401
|
readonly bridge: "native";
|
|
4402
4402
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
4403
4403
|
};
|
|
4404
|
+
readonly ZEST: {
|
|
4405
|
+
readonly name: "Zest";
|
|
4406
|
+
readonly symbol: "ZEST";
|
|
4407
|
+
readonly oracleId: "ZEST";
|
|
4408
|
+
readonly address: "0x5506599c722389A60580B5213ea1Da60D64754a1";
|
|
4409
|
+
readonly chainId: 56;
|
|
4410
|
+
readonly decimals: 18;
|
|
4411
|
+
readonly website: "https://www.zestprotocol.com/";
|
|
4412
|
+
readonly description: "Zest Protocol is the leading Bitcoin lending protocol, enabling BTC holders to earn yield on their Bitcoin and borrow stablecoins against it.";
|
|
4413
|
+
readonly documentation: "https://docs.zestprotocol.com/start";
|
|
4414
|
+
readonly bridge: "native";
|
|
4415
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
4416
|
+
};
|
|
4404
4417
|
};
|
|
@@ -4358,4 +4358,17 @@ exports.tokens = {
|
|
|
4358
4358
|
bridge: 'native',
|
|
4359
4359
|
tags: ['LARGE_HOLDERS'],
|
|
4360
4360
|
},
|
|
4361
|
+
ZEST: {
|
|
4362
|
+
name: 'Zest',
|
|
4363
|
+
symbol: 'ZEST',
|
|
4364
|
+
oracleId: 'ZEST',
|
|
4365
|
+
address: '0x5506599c722389A60580B5213ea1Da60D64754a1',
|
|
4366
|
+
chainId: 56,
|
|
4367
|
+
decimals: 18,
|
|
4368
|
+
website: 'https://www.zestprotocol.com/',
|
|
4369
|
+
description: 'Zest Protocol is the leading Bitcoin lending protocol, enabling BTC holders to earn yield on their Bitcoin and borrow stablecoins against it.',
|
|
4370
|
+
documentation: 'https://docs.zestprotocol.com/start',
|
|
4371
|
+
bridge: 'native',
|
|
4372
|
+
tags: ['LARGE_HOLDERS'],
|
|
4373
|
+
},
|
|
4361
4374
|
};
|
|
@@ -4404,6 +4404,19 @@ export declare const bsc: {
|
|
|
4404
4404
|
readonly bridge: "native";
|
|
4405
4405
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
4406
4406
|
};
|
|
4407
|
+
readonly ZEST: {
|
|
4408
|
+
readonly name: "Zest";
|
|
4409
|
+
readonly symbol: "ZEST";
|
|
4410
|
+
readonly oracleId: "ZEST";
|
|
4411
|
+
readonly address: "0x5506599c722389A60580B5213ea1Da60D64754a1";
|
|
4412
|
+
readonly chainId: 56;
|
|
4413
|
+
readonly decimals: 18;
|
|
4414
|
+
readonly website: "https://www.zestprotocol.com/";
|
|
4415
|
+
readonly description: "Zest Protocol is the leading Bitcoin lending protocol, enabling BTC holders to earn yield on their Bitcoin and borrow stablecoins against it.";
|
|
4416
|
+
readonly documentation: "https://docs.zestprotocol.com/start";
|
|
4417
|
+
readonly bridge: "native";
|
|
4418
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
4419
|
+
};
|
|
4407
4420
|
};
|
|
4408
4421
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
4409
4422
|
readonly WNATIVE: {
|
|
@@ -8808,6 +8821,19 @@ export declare const bsc: {
|
|
|
8808
8821
|
readonly bridge: "native";
|
|
8809
8822
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
8810
8823
|
};
|
|
8824
|
+
readonly ZEST: {
|
|
8825
|
+
readonly name: "Zest";
|
|
8826
|
+
readonly symbol: "ZEST";
|
|
8827
|
+
readonly oracleId: "ZEST";
|
|
8828
|
+
readonly address: "0x5506599c722389A60580B5213ea1Da60D64754a1";
|
|
8829
|
+
readonly chainId: 56;
|
|
8830
|
+
readonly decimals: 18;
|
|
8831
|
+
readonly website: "https://www.zestprotocol.com/";
|
|
8832
|
+
readonly description: "Zest Protocol is the leading Bitcoin lending protocol, enabling BTC holders to earn yield on their Bitcoin and borrow stablecoins against it.";
|
|
8833
|
+
readonly documentation: "https://docs.zestprotocol.com/start";
|
|
8834
|
+
readonly bridge: "native";
|
|
8835
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
8836
|
+
};
|
|
8811
8837
|
}>;
|
|
8812
8838
|
readonly native: {
|
|
8813
8839
|
readonly symbol: "BNB";
|
|
@@ -4401,4 +4401,17 @@ export declare const tokens: {
|
|
|
4401
4401
|
readonly bridge: "native";
|
|
4402
4402
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
4403
4403
|
};
|
|
4404
|
+
readonly ZEST: {
|
|
4405
|
+
readonly name: "Zest";
|
|
4406
|
+
readonly symbol: "ZEST";
|
|
4407
|
+
readonly oracleId: "ZEST";
|
|
4408
|
+
readonly address: "0x5506599c722389A60580B5213ea1Da60D64754a1";
|
|
4409
|
+
readonly chainId: 56;
|
|
4410
|
+
readonly decimals: 18;
|
|
4411
|
+
readonly website: "https://www.zestprotocol.com/";
|
|
4412
|
+
readonly description: "Zest Protocol is the leading Bitcoin lending protocol, enabling BTC holders to earn yield on their Bitcoin and borrow stablecoins against it.";
|
|
4413
|
+
readonly documentation: "https://docs.zestprotocol.com/start";
|
|
4414
|
+
readonly bridge: "native";
|
|
4415
|
+
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
4416
|
+
};
|
|
4404
4417
|
};
|
|
@@ -4355,4 +4355,17 @@ export const tokens = {
|
|
|
4355
4355
|
bridge: 'native',
|
|
4356
4356
|
tags: ['LARGE_HOLDERS'],
|
|
4357
4357
|
},
|
|
4358
|
+
ZEST: {
|
|
4359
|
+
name: 'Zest',
|
|
4360
|
+
symbol: 'ZEST',
|
|
4361
|
+
oracleId: 'ZEST',
|
|
4362
|
+
address: '0x5506599c722389A60580B5213ea1Da60D64754a1',
|
|
4363
|
+
chainId: 56,
|
|
4364
|
+
decimals: 18,
|
|
4365
|
+
website: 'https://www.zestprotocol.com/',
|
|
4366
|
+
description: 'Zest Protocol is the leading Bitcoin lending protocol, enabling BTC holders to earn yield on their Bitcoin and borrow stablecoins against it.',
|
|
4367
|
+
documentation: 'https://docs.zestprotocol.com/start',
|
|
4368
|
+
bridge: 'native',
|
|
4369
|
+
tags: ['LARGE_HOLDERS'],
|
|
4370
|
+
},
|
|
4358
4371
|
};
|
package/package.json
CHANGED