@beefyfinance/blockchain-addressbook 0.54.152 → 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 +4 -4
- package/build/address-book/base/tokens/tokens.d.ts +2 -2
- package/build/address-book/base/tokens/tokens.js +2 -2
- package/build-esm/address-book/base/index.d.ts +4 -4
- package/build-esm/address-book/base/tokens/tokens.d.ts +2 -2
- package/build-esm/address-book/base/tokens/tokens.js +2 -2
- package/package.json +1 -1
|
@@ -3022,7 +3022,7 @@ export declare const base: {
|
|
|
3022
3022
|
readonly decimals: 18;
|
|
3023
3023
|
readonly website: "https://chain.link/";
|
|
3024
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: "
|
|
3025
|
+
readonly bridge: "chainlink-ccip";
|
|
3026
3026
|
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
3027
3027
|
};
|
|
3028
3028
|
readonly LSK: {
|
|
@@ -3035,7 +3035,7 @@ export declare const base: {
|
|
|
3035
3035
|
readonly website: "https://lisk.com/";
|
|
3036
3036
|
readonly description: "Lisk is supporting founders and builders from all around the world to thrive on Ethereum for the first time.";
|
|
3037
3037
|
readonly documentation: "https://docs.lisk.com/";
|
|
3038
|
-
readonly bridge: "canonical";
|
|
3038
|
+
readonly bridge: "base-canonical";
|
|
3039
3039
|
};
|
|
3040
3040
|
};
|
|
3041
3041
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
@@ -6059,7 +6059,7 @@ export declare const base: {
|
|
|
6059
6059
|
readonly decimals: 18;
|
|
6060
6060
|
readonly website: "https://chain.link/";
|
|
6061
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: "
|
|
6062
|
+
readonly bridge: "chainlink-ccip";
|
|
6063
6063
|
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
6064
6064
|
};
|
|
6065
6065
|
readonly LSK: {
|
|
@@ -6072,7 +6072,7 @@ export declare const base: {
|
|
|
6072
6072
|
readonly website: "https://lisk.com/";
|
|
6073
6073
|
readonly description: "Lisk is supporting founders and builders from all around the world to thrive on Ethereum for the first time.";
|
|
6074
6074
|
readonly documentation: "https://docs.lisk.com/";
|
|
6075
|
-
readonly bridge: "canonical";
|
|
6075
|
+
readonly bridge: "base-canonical";
|
|
6076
6076
|
};
|
|
6077
6077
|
}>;
|
|
6078
6078
|
readonly native: {
|
|
@@ -3019,7 +3019,7 @@ export declare const tokens: {
|
|
|
3019
3019
|
readonly decimals: 18;
|
|
3020
3020
|
readonly website: "https://chain.link/";
|
|
3021
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: "
|
|
3022
|
+
readonly bridge: "chainlink-ccip";
|
|
3023
3023
|
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
3024
3024
|
};
|
|
3025
3025
|
readonly LSK: {
|
|
@@ -3032,6 +3032,6 @@ export declare const tokens: {
|
|
|
3032
3032
|
readonly website: "https://lisk.com/";
|
|
3033
3033
|
readonly description: "Lisk is supporting founders and builders from all around the world to thrive on Ethereum for the first time.";
|
|
3034
3034
|
readonly documentation: "https://docs.lisk.com/";
|
|
3035
|
-
readonly bridge: "canonical";
|
|
3035
|
+
readonly bridge: "base-canonical";
|
|
3036
3036
|
};
|
|
3037
3037
|
};
|
|
@@ -2987,7 +2987,7 @@ exports.tokens = {
|
|
|
2987
2987
|
decimals: 18,
|
|
2988
2988
|
website: 'https://chain.link/',
|
|
2989
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: '
|
|
2990
|
+
bridge: 'chainlink-ccip',
|
|
2991
2991
|
documentation: 'https://docs.chain.link/resources/link-token-contracts',
|
|
2992
2992
|
},
|
|
2993
2993
|
LSK: {
|
|
@@ -3000,6 +3000,6 @@ exports.tokens = {
|
|
|
3000
3000
|
website: 'https://lisk.com/',
|
|
3001
3001
|
description: 'Lisk is supporting founders and builders from all around the world to thrive on Ethereum for the first time.',
|
|
3002
3002
|
documentation: 'https://docs.lisk.com/',
|
|
3003
|
-
bridge: 'canonical',
|
|
3003
|
+
bridge: 'base-canonical',
|
|
3004
3004
|
},
|
|
3005
3005
|
};
|
|
@@ -3022,7 +3022,7 @@ export declare const base: {
|
|
|
3022
3022
|
readonly decimals: 18;
|
|
3023
3023
|
readonly website: "https://chain.link/";
|
|
3024
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: "
|
|
3025
|
+
readonly bridge: "chainlink-ccip";
|
|
3026
3026
|
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
3027
3027
|
};
|
|
3028
3028
|
readonly LSK: {
|
|
@@ -3035,7 +3035,7 @@ export declare const base: {
|
|
|
3035
3035
|
readonly website: "https://lisk.com/";
|
|
3036
3036
|
readonly description: "Lisk is supporting founders and builders from all around the world to thrive on Ethereum for the first time.";
|
|
3037
3037
|
readonly documentation: "https://docs.lisk.com/";
|
|
3038
|
-
readonly bridge: "canonical";
|
|
3038
|
+
readonly bridge: "base-canonical";
|
|
3039
3039
|
};
|
|
3040
3040
|
};
|
|
3041
3041
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
@@ -6059,7 +6059,7 @@ export declare const base: {
|
|
|
6059
6059
|
readonly decimals: 18;
|
|
6060
6060
|
readonly website: "https://chain.link/";
|
|
6061
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: "
|
|
6062
|
+
readonly bridge: "chainlink-ccip";
|
|
6063
6063
|
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
6064
6064
|
};
|
|
6065
6065
|
readonly LSK: {
|
|
@@ -6072,7 +6072,7 @@ export declare const base: {
|
|
|
6072
6072
|
readonly website: "https://lisk.com/";
|
|
6073
6073
|
readonly description: "Lisk is supporting founders and builders from all around the world to thrive on Ethereum for the first time.";
|
|
6074
6074
|
readonly documentation: "https://docs.lisk.com/";
|
|
6075
|
-
readonly bridge: "canonical";
|
|
6075
|
+
readonly bridge: "base-canonical";
|
|
6076
6076
|
};
|
|
6077
6077
|
}>;
|
|
6078
6078
|
readonly native: {
|
|
@@ -3019,7 +3019,7 @@ export declare const tokens: {
|
|
|
3019
3019
|
readonly decimals: 18;
|
|
3020
3020
|
readonly website: "https://chain.link/";
|
|
3021
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: "
|
|
3022
|
+
readonly bridge: "chainlink-ccip";
|
|
3023
3023
|
readonly documentation: "https://docs.chain.link/resources/link-token-contracts";
|
|
3024
3024
|
};
|
|
3025
3025
|
readonly LSK: {
|
|
@@ -3032,6 +3032,6 @@ export declare const tokens: {
|
|
|
3032
3032
|
readonly website: "https://lisk.com/";
|
|
3033
3033
|
readonly description: "Lisk is supporting founders and builders from all around the world to thrive on Ethereum for the first time.";
|
|
3034
3034
|
readonly documentation: "https://docs.lisk.com/";
|
|
3035
|
-
readonly bridge: "canonical";
|
|
3035
|
+
readonly bridge: "base-canonical";
|
|
3036
3036
|
};
|
|
3037
3037
|
};
|
|
@@ -2984,7 +2984,7 @@ export const tokens = {
|
|
|
2984
2984
|
decimals: 18,
|
|
2985
2985
|
website: 'https://chain.link/',
|
|
2986
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: '
|
|
2987
|
+
bridge: 'chainlink-ccip',
|
|
2988
2988
|
documentation: 'https://docs.chain.link/resources/link-token-contracts',
|
|
2989
2989
|
},
|
|
2990
2990
|
LSK: {
|
|
@@ -2997,6 +2997,6 @@ export const tokens = {
|
|
|
2997
2997
|
website: 'https://lisk.com/',
|
|
2998
2998
|
description: 'Lisk is supporting founders and builders from all around the world to thrive on Ethereum for the first time.',
|
|
2999
2999
|
documentation: 'https://docs.lisk.com/',
|
|
3000
|
-
bridge: 'canonical',
|
|
3000
|
+
bridge: 'base-canonical',
|
|
3001
3001
|
},
|
|
3002
3002
|
};
|
package/package.json
CHANGED