@beefyfinance/blockchain-addressbook 0.54.151 → 0.54.153
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 +48 -0
- package/build/address-book/base/tokens/tokens.d.ts +24 -0
- package/build/address-book/base/tokens/tokens.js +24 -0
- package/build-esm/address-book/base/index.d.ts +48 -0
- package/build-esm/address-book/base/tokens/tokens.d.ts +24 -0
- package/build-esm/address-book/base/tokens/tokens.js +24 -0
- package/package.json +1 -1
|
@@ -3013,6 +3013,30 @@ export declare const base: {
|
|
|
3013
3013
|
readonly description: "ZEN is the governance and utility token of the Horizen ecosystem - empowering holders, builders, and partners to shape the future of verifiable privacy for the new era of web3.";
|
|
3014
3014
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3015
3015
|
};
|
|
3016
|
+
readonly LINK: {
|
|
3017
|
+
readonly name: "Chainlink";
|
|
3018
|
+
readonly symbol: "LINK";
|
|
3019
|
+
readonly oracleId: "bLINK";
|
|
3020
|
+
readonly address: "0x88Fb150BDc53A65fe94Dea0c9BA0a6dAf8C6e196";
|
|
3021
|
+
readonly chainId: 8453;
|
|
3022
|
+
readonly decimals: 18;
|
|
3023
|
+
readonly website: "https://chain.link/";
|
|
3024
|
+
readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
|
|
3025
|
+
readonly bridge: "chainlink-ccip";
|
|
3026
|
+
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
3027
|
+
};
|
|
3028
|
+
readonly LSK: {
|
|
3029
|
+
readonly name: "Lisk";
|
|
3030
|
+
readonly symbol: "LSK";
|
|
3031
|
+
readonly oracleId: "bLSK";
|
|
3032
|
+
readonly address: "0xac485391EB2d7D88253a7F1eF18C37f4242D1A24";
|
|
3033
|
+
readonly chainId: 8453;
|
|
3034
|
+
readonly decimals: 18;
|
|
3035
|
+
readonly website: "https://lisk.com/";
|
|
3036
|
+
readonly description: "Lisk is supporting founders and builders from all around the world to thrive on Ethereum for the first time.";
|
|
3037
|
+
readonly documentation: "https://docs.lisk.com/";
|
|
3038
|
+
readonly bridge: "base-canonical";
|
|
3039
|
+
};
|
|
3016
3040
|
};
|
|
3017
3041
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3018
3042
|
readonly WNATIVE: {
|
|
@@ -6026,6 +6050,30 @@ export declare const base: {
|
|
|
6026
6050
|
readonly description: "ZEN is the governance and utility token of the Horizen ecosystem - empowering holders, builders, and partners to shape the future of verifiable privacy for the new era of web3.";
|
|
6027
6051
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6028
6052
|
};
|
|
6053
|
+
readonly LINK: {
|
|
6054
|
+
readonly name: "Chainlink";
|
|
6055
|
+
readonly symbol: "LINK";
|
|
6056
|
+
readonly oracleId: "bLINK";
|
|
6057
|
+
readonly address: "0x88Fb150BDc53A65fe94Dea0c9BA0a6dAf8C6e196";
|
|
6058
|
+
readonly chainId: 8453;
|
|
6059
|
+
readonly decimals: 18;
|
|
6060
|
+
readonly website: "https://chain.link/";
|
|
6061
|
+
readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
|
|
6062
|
+
readonly bridge: "chainlink-ccip";
|
|
6063
|
+
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
6064
|
+
};
|
|
6065
|
+
readonly LSK: {
|
|
6066
|
+
readonly name: "Lisk";
|
|
6067
|
+
readonly symbol: "LSK";
|
|
6068
|
+
readonly oracleId: "bLSK";
|
|
6069
|
+
readonly address: "0xac485391EB2d7D88253a7F1eF18C37f4242D1A24";
|
|
6070
|
+
readonly chainId: 8453;
|
|
6071
|
+
readonly decimals: 18;
|
|
6072
|
+
readonly website: "https://lisk.com/";
|
|
6073
|
+
readonly description: "Lisk is supporting founders and builders from all around the world to thrive on Ethereum for the first time.";
|
|
6074
|
+
readonly documentation: "https://docs.lisk.com/";
|
|
6075
|
+
readonly bridge: "base-canonical";
|
|
6076
|
+
};
|
|
6029
6077
|
}>;
|
|
6030
6078
|
readonly native: {
|
|
6031
6079
|
readonly symbol: "ETH";
|
|
@@ -3010,4 +3010,28 @@ export declare const tokens: {
|
|
|
3010
3010
|
readonly description: "ZEN is the governance and utility token of the Horizen ecosystem - empowering holders, builders, and partners to shape the future of verifiable privacy for the new era of web3.";
|
|
3011
3011
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3012
3012
|
};
|
|
3013
|
+
readonly LINK: {
|
|
3014
|
+
readonly name: "Chainlink";
|
|
3015
|
+
readonly symbol: "LINK";
|
|
3016
|
+
readonly oracleId: "bLINK";
|
|
3017
|
+
readonly address: "0x88Fb150BDc53A65fe94Dea0c9BA0a6dAf8C6e196";
|
|
3018
|
+
readonly chainId: 8453;
|
|
3019
|
+
readonly decimals: 18;
|
|
3020
|
+
readonly website: "https://chain.link/";
|
|
3021
|
+
readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
|
|
3022
|
+
readonly bridge: "chainlink-ccip";
|
|
3023
|
+
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
3024
|
+
};
|
|
3025
|
+
readonly LSK: {
|
|
3026
|
+
readonly name: "Lisk";
|
|
3027
|
+
readonly symbol: "LSK";
|
|
3028
|
+
readonly oracleId: "bLSK";
|
|
3029
|
+
readonly address: "0xac485391EB2d7D88253a7F1eF18C37f4242D1A24";
|
|
3030
|
+
readonly chainId: 8453;
|
|
3031
|
+
readonly decimals: 18;
|
|
3032
|
+
readonly website: "https://lisk.com/";
|
|
3033
|
+
readonly description: "Lisk is supporting founders and builders from all around the world to thrive on Ethereum for the first time.";
|
|
3034
|
+
readonly documentation: "https://docs.lisk.com/";
|
|
3035
|
+
readonly bridge: "base-canonical";
|
|
3036
|
+
};
|
|
3013
3037
|
};
|
|
@@ -2978,4 +2978,28 @@ exports.tokens = {
|
|
|
2978
2978
|
description: 'ZEN is the governance and utility token of the Horizen ecosystem - empowering holders, builders, and partners to shape the future of verifiable privacy for the new era of web3.',
|
|
2979
2979
|
tags: ['LARGE_HOLDERS'],
|
|
2980
2980
|
},
|
|
2981
|
+
LINK: {
|
|
2982
|
+
name: 'Chainlink',
|
|
2983
|
+
symbol: 'LINK',
|
|
2984
|
+
oracleId: 'bLINK',
|
|
2985
|
+
address: '0x88Fb150BDc53A65fe94Dea0c9BA0a6dAf8C6e196',
|
|
2986
|
+
chainId: 8453,
|
|
2987
|
+
decimals: 18,
|
|
2988
|
+
website: 'https://chain.link/',
|
|
2989
|
+
description: 'Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.',
|
|
2990
|
+
bridge: 'chainlink-ccip',
|
|
2991
|
+
documentation: 'https://docs.chain.link/resources/link-token-contracts',
|
|
2992
|
+
},
|
|
2993
|
+
LSK: {
|
|
2994
|
+
name: 'Lisk',
|
|
2995
|
+
symbol: 'LSK',
|
|
2996
|
+
oracleId: 'bLSK',
|
|
2997
|
+
address: '0xac485391EB2d7D88253a7F1eF18C37f4242D1A24',
|
|
2998
|
+
chainId: 8453,
|
|
2999
|
+
decimals: 18,
|
|
3000
|
+
website: 'https://lisk.com/',
|
|
3001
|
+
description: 'Lisk is supporting founders and builders from all around the world to thrive on Ethereum for the first time.',
|
|
3002
|
+
documentation: 'https://docs.lisk.com/',
|
|
3003
|
+
bridge: 'base-canonical',
|
|
3004
|
+
},
|
|
2981
3005
|
};
|
|
@@ -3013,6 +3013,30 @@ export declare const base: {
|
|
|
3013
3013
|
readonly description: "ZEN is the governance and utility token of the Horizen ecosystem - empowering holders, builders, and partners to shape the future of verifiable privacy for the new era of web3.";
|
|
3014
3014
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3015
3015
|
};
|
|
3016
|
+
readonly LINK: {
|
|
3017
|
+
readonly name: "Chainlink";
|
|
3018
|
+
readonly symbol: "LINK";
|
|
3019
|
+
readonly oracleId: "bLINK";
|
|
3020
|
+
readonly address: "0x88Fb150BDc53A65fe94Dea0c9BA0a6dAf8C6e196";
|
|
3021
|
+
readonly chainId: 8453;
|
|
3022
|
+
readonly decimals: 18;
|
|
3023
|
+
readonly website: "https://chain.link/";
|
|
3024
|
+
readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
|
|
3025
|
+
readonly bridge: "chainlink-ccip";
|
|
3026
|
+
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
3027
|
+
};
|
|
3028
|
+
readonly LSK: {
|
|
3029
|
+
readonly name: "Lisk";
|
|
3030
|
+
readonly symbol: "LSK";
|
|
3031
|
+
readonly oracleId: "bLSK";
|
|
3032
|
+
readonly address: "0xac485391EB2d7D88253a7F1eF18C37f4242D1A24";
|
|
3033
|
+
readonly chainId: 8453;
|
|
3034
|
+
readonly decimals: 18;
|
|
3035
|
+
readonly website: "https://lisk.com/";
|
|
3036
|
+
readonly description: "Lisk is supporting founders and builders from all around the world to thrive on Ethereum for the first time.";
|
|
3037
|
+
readonly documentation: "https://docs.lisk.com/";
|
|
3038
|
+
readonly bridge: "base-canonical";
|
|
3039
|
+
};
|
|
3016
3040
|
};
|
|
3017
3041
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
3018
3042
|
readonly WNATIVE: {
|
|
@@ -6026,6 +6050,30 @@ export declare const base: {
|
|
|
6026
6050
|
readonly description: "ZEN is the governance and utility token of the Horizen ecosystem - empowering holders, builders, and partners to shape the future of verifiable privacy for the new era of web3.";
|
|
6027
6051
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
6028
6052
|
};
|
|
6053
|
+
readonly LINK: {
|
|
6054
|
+
readonly name: "Chainlink";
|
|
6055
|
+
readonly symbol: "LINK";
|
|
6056
|
+
readonly oracleId: "bLINK";
|
|
6057
|
+
readonly address: "0x88Fb150BDc53A65fe94Dea0c9BA0a6dAf8C6e196";
|
|
6058
|
+
readonly chainId: 8453;
|
|
6059
|
+
readonly decimals: 18;
|
|
6060
|
+
readonly website: "https://chain.link/";
|
|
6061
|
+
readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
|
|
6062
|
+
readonly bridge: "chainlink-ccip";
|
|
6063
|
+
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
6064
|
+
};
|
|
6065
|
+
readonly LSK: {
|
|
6066
|
+
readonly name: "Lisk";
|
|
6067
|
+
readonly symbol: "LSK";
|
|
6068
|
+
readonly oracleId: "bLSK";
|
|
6069
|
+
readonly address: "0xac485391EB2d7D88253a7F1eF18C37f4242D1A24";
|
|
6070
|
+
readonly chainId: 8453;
|
|
6071
|
+
readonly decimals: 18;
|
|
6072
|
+
readonly website: "https://lisk.com/";
|
|
6073
|
+
readonly description: "Lisk is supporting founders and builders from all around the world to thrive on Ethereum for the first time.";
|
|
6074
|
+
readonly documentation: "https://docs.lisk.com/";
|
|
6075
|
+
readonly bridge: "base-canonical";
|
|
6076
|
+
};
|
|
6029
6077
|
}>;
|
|
6030
6078
|
readonly native: {
|
|
6031
6079
|
readonly symbol: "ETH";
|
|
@@ -3010,4 +3010,28 @@ export declare const tokens: {
|
|
|
3010
3010
|
readonly description: "ZEN is the governance and utility token of the Horizen ecosystem - empowering holders, builders, and partners to shape the future of verifiable privacy for the new era of web3.";
|
|
3011
3011
|
readonly tags: readonly ["LARGE_HOLDERS"];
|
|
3012
3012
|
};
|
|
3013
|
+
readonly LINK: {
|
|
3014
|
+
readonly name: "Chainlink";
|
|
3015
|
+
readonly symbol: "LINK";
|
|
3016
|
+
readonly oracleId: "bLINK";
|
|
3017
|
+
readonly address: "0x88Fb150BDc53A65fe94Dea0c9BA0a6dAf8C6e196";
|
|
3018
|
+
readonly chainId: 8453;
|
|
3019
|
+
readonly decimals: 18;
|
|
3020
|
+
readonly website: "https://chain.link/";
|
|
3021
|
+
readonly description: "Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.";
|
|
3022
|
+
readonly bridge: "chainlink-ccip";
|
|
3023
|
+
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
3024
|
+
};
|
|
3025
|
+
readonly LSK: {
|
|
3026
|
+
readonly name: "Lisk";
|
|
3027
|
+
readonly symbol: "LSK";
|
|
3028
|
+
readonly oracleId: "bLSK";
|
|
3029
|
+
readonly address: "0xac485391EB2d7D88253a7F1eF18C37f4242D1A24";
|
|
3030
|
+
readonly chainId: 8453;
|
|
3031
|
+
readonly decimals: 18;
|
|
3032
|
+
readonly website: "https://lisk.com/";
|
|
3033
|
+
readonly description: "Lisk is supporting founders and builders from all around the world to thrive on Ethereum for the first time.";
|
|
3034
|
+
readonly documentation: "https://docs.lisk.com/";
|
|
3035
|
+
readonly bridge: "base-canonical";
|
|
3036
|
+
};
|
|
3013
3037
|
};
|
|
@@ -2975,4 +2975,28 @@ export const tokens = {
|
|
|
2975
2975
|
description: 'ZEN is the governance and utility token of the Horizen ecosystem - empowering holders, builders, and partners to shape the future of verifiable privacy for the new era of web3.',
|
|
2976
2976
|
tags: ['LARGE_HOLDERS'],
|
|
2977
2977
|
},
|
|
2978
|
+
LINK: {
|
|
2979
|
+
name: 'Chainlink',
|
|
2980
|
+
symbol: 'LINK',
|
|
2981
|
+
oracleId: 'bLINK',
|
|
2982
|
+
address: '0x88Fb150BDc53A65fe94Dea0c9BA0a6dAf8C6e196',
|
|
2983
|
+
chainId: 8453,
|
|
2984
|
+
decimals: 18,
|
|
2985
|
+
website: 'https://chain.link/',
|
|
2986
|
+
description: 'Link is the currency used to pay the Chainlink node operators for their work. Chainlink node operators have to stake LINK in the network in order to participate and provide data services.',
|
|
2987
|
+
bridge: 'chainlink-ccip',
|
|
2988
|
+
documentation: 'https://docs.chain.link/resources/link-token-contracts',
|
|
2989
|
+
},
|
|
2990
|
+
LSK: {
|
|
2991
|
+
name: 'Lisk',
|
|
2992
|
+
symbol: 'LSK',
|
|
2993
|
+
oracleId: 'bLSK',
|
|
2994
|
+
address: '0xac485391EB2d7D88253a7F1eF18C37f4242D1A24',
|
|
2995
|
+
chainId: 8453,
|
|
2996
|
+
decimals: 18,
|
|
2997
|
+
website: 'https://lisk.com/',
|
|
2998
|
+
description: 'Lisk is supporting founders and builders from all around the world to thrive on Ethereum for the first time.',
|
|
2999
|
+
documentation: 'https://docs.lisk.com/',
|
|
3000
|
+
bridge: 'base-canonical',
|
|
3001
|
+
},
|
|
2978
3002
|
};
|
package/package.json
CHANGED