@beefyfinance/blockchain-addressbook 0.56.4 → 0.56.5
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/ethereum/index.d.ts +26 -0
- package/build/address-book/ethereum/tokens/tokens.d.ts +13 -0
- package/build/address-book/ethereum/tokens/tokens.js +13 -0
- package/build-esm/address-book/ethereum/index.d.ts +26 -0
- package/build-esm/address-book/ethereum/tokens/tokens.d.ts +13 -0
- package/build-esm/address-book/ethereum/tokens/tokens.js +13 -0
- package/package.json +1 -1
|
@@ -2974,6 +2974,19 @@ export declare const ethereum: {
|
|
|
2974
2974
|
readonly bridge: "native";
|
|
2975
2975
|
readonly tags: readonly ["STABLECOIN"];
|
|
2976
2976
|
};
|
|
2977
|
+
readonly AAVE: {
|
|
2978
|
+
readonly name: "Aave Token";
|
|
2979
|
+
readonly symbol: "AAVE";
|
|
2980
|
+
readonly oracleId: "AAVE";
|
|
2981
|
+
readonly address: "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9";
|
|
2982
|
+
readonly chainId: 1;
|
|
2983
|
+
readonly decimals: 18;
|
|
2984
|
+
readonly website: "https://aave.com/";
|
|
2985
|
+
readonly documentation: "https://docs.aave.com/";
|
|
2986
|
+
readonly description: "Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
|
|
2987
|
+
readonly bridge: "native";
|
|
2988
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2989
|
+
};
|
|
2977
2990
|
};
|
|
2978
2991
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2979
2992
|
readonly WNATIVE: {
|
|
@@ -5948,6 +5961,19 @@ export declare const ethereum: {
|
|
|
5948
5961
|
readonly bridge: "native";
|
|
5949
5962
|
readonly tags: readonly ["STABLECOIN"];
|
|
5950
5963
|
};
|
|
5964
|
+
readonly AAVE: {
|
|
5965
|
+
readonly name: "Aave Token";
|
|
5966
|
+
readonly symbol: "AAVE";
|
|
5967
|
+
readonly oracleId: "AAVE";
|
|
5968
|
+
readonly address: "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9";
|
|
5969
|
+
readonly chainId: 1;
|
|
5970
|
+
readonly decimals: 18;
|
|
5971
|
+
readonly website: "https://aave.com/";
|
|
5972
|
+
readonly documentation: "https://docs.aave.com/";
|
|
5973
|
+
readonly description: "Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
|
|
5974
|
+
readonly bridge: "native";
|
|
5975
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
5976
|
+
};
|
|
5951
5977
|
}>;
|
|
5952
5978
|
readonly native: {
|
|
5953
5979
|
readonly symbol: "ETH";
|
|
@@ -2971,4 +2971,17 @@ export declare const tokens: {
|
|
|
2971
2971
|
readonly bridge: "native";
|
|
2972
2972
|
readonly tags: readonly ["STABLECOIN"];
|
|
2973
2973
|
};
|
|
2974
|
+
readonly AAVE: {
|
|
2975
|
+
readonly name: "Aave Token";
|
|
2976
|
+
readonly symbol: "AAVE";
|
|
2977
|
+
readonly oracleId: "AAVE";
|
|
2978
|
+
readonly address: "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9";
|
|
2979
|
+
readonly chainId: 1;
|
|
2980
|
+
readonly decimals: 18;
|
|
2981
|
+
readonly website: "https://aave.com/";
|
|
2982
|
+
readonly documentation: "https://docs.aave.com/";
|
|
2983
|
+
readonly description: "Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
|
|
2984
|
+
readonly bridge: "native";
|
|
2985
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2986
|
+
};
|
|
2974
2987
|
};
|
|
@@ -2940,4 +2940,17 @@ exports.tokens = {
|
|
|
2940
2940
|
bridge: 'native',
|
|
2941
2941
|
tags: ['STABLECOIN'],
|
|
2942
2942
|
},
|
|
2943
|
+
AAVE: {
|
|
2944
|
+
name: 'Aave Token',
|
|
2945
|
+
symbol: 'AAVE',
|
|
2946
|
+
oracleId: 'AAVE',
|
|
2947
|
+
address: '0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9',
|
|
2948
|
+
chainId: 1,
|
|
2949
|
+
decimals: 18,
|
|
2950
|
+
website: 'https://aave.com/',
|
|
2951
|
+
documentation: 'https://docs.aave.com/',
|
|
2952
|
+
description: 'Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.',
|
|
2953
|
+
bridge: 'native',
|
|
2954
|
+
tags: ['BLUECHIP'],
|
|
2955
|
+
},
|
|
2943
2956
|
};
|
|
@@ -2974,6 +2974,19 @@ export declare const ethereum: {
|
|
|
2974
2974
|
readonly bridge: "native";
|
|
2975
2975
|
readonly tags: readonly ["STABLECOIN"];
|
|
2976
2976
|
};
|
|
2977
|
+
readonly AAVE: {
|
|
2978
|
+
readonly name: "Aave Token";
|
|
2979
|
+
readonly symbol: "AAVE";
|
|
2980
|
+
readonly oracleId: "AAVE";
|
|
2981
|
+
readonly address: "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9";
|
|
2982
|
+
readonly chainId: 1;
|
|
2983
|
+
readonly decimals: 18;
|
|
2984
|
+
readonly website: "https://aave.com/";
|
|
2985
|
+
readonly documentation: "https://docs.aave.com/";
|
|
2986
|
+
readonly description: "Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
|
|
2987
|
+
readonly bridge: "native";
|
|
2988
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2989
|
+
};
|
|
2977
2990
|
};
|
|
2978
2991
|
readonly tokenAddressMap: import("../../util/convertSymbolTokenMapToAddressTokenMap.js").AddressToTokenMap<{
|
|
2979
2992
|
readonly WNATIVE: {
|
|
@@ -5948,6 +5961,19 @@ export declare const ethereum: {
|
|
|
5948
5961
|
readonly bridge: "native";
|
|
5949
5962
|
readonly tags: readonly ["STABLECOIN"];
|
|
5950
5963
|
};
|
|
5964
|
+
readonly AAVE: {
|
|
5965
|
+
readonly name: "Aave Token";
|
|
5966
|
+
readonly symbol: "AAVE";
|
|
5967
|
+
readonly oracleId: "AAVE";
|
|
5968
|
+
readonly address: "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9";
|
|
5969
|
+
readonly chainId: 1;
|
|
5970
|
+
readonly decimals: 18;
|
|
5971
|
+
readonly website: "https://aave.com/";
|
|
5972
|
+
readonly documentation: "https://docs.aave.com/";
|
|
5973
|
+
readonly description: "Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
|
|
5974
|
+
readonly bridge: "native";
|
|
5975
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
5976
|
+
};
|
|
5951
5977
|
}>;
|
|
5952
5978
|
readonly native: {
|
|
5953
5979
|
readonly symbol: "ETH";
|
|
@@ -2971,4 +2971,17 @@ export declare const tokens: {
|
|
|
2971
2971
|
readonly bridge: "native";
|
|
2972
2972
|
readonly tags: readonly ["STABLECOIN"];
|
|
2973
2973
|
};
|
|
2974
|
+
readonly AAVE: {
|
|
2975
|
+
readonly name: "Aave Token";
|
|
2976
|
+
readonly symbol: "AAVE";
|
|
2977
|
+
readonly oracleId: "AAVE";
|
|
2978
|
+
readonly address: "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9";
|
|
2979
|
+
readonly chainId: 1;
|
|
2980
|
+
readonly decimals: 18;
|
|
2981
|
+
readonly website: "https://aave.com/";
|
|
2982
|
+
readonly documentation: "https://docs.aave.com/";
|
|
2983
|
+
readonly description: "Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.";
|
|
2984
|
+
readonly bridge: "native";
|
|
2985
|
+
readonly tags: readonly ["BLUECHIP"];
|
|
2986
|
+
};
|
|
2974
2987
|
};
|
|
@@ -2937,4 +2937,17 @@ export const tokens = {
|
|
|
2937
2937
|
bridge: 'native',
|
|
2938
2938
|
tags: ['STABLECOIN'],
|
|
2939
2939
|
},
|
|
2940
|
+
AAVE: {
|
|
2941
|
+
name: 'Aave Token',
|
|
2942
|
+
symbol: 'AAVE',
|
|
2943
|
+
oracleId: 'AAVE',
|
|
2944
|
+
address: '0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9',
|
|
2945
|
+
chainId: 1,
|
|
2946
|
+
decimals: 18,
|
|
2947
|
+
website: 'https://aave.com/',
|
|
2948
|
+
documentation: 'https://docs.aave.com/',
|
|
2949
|
+
description: 'Aave is a decentralized non-custodial liquidity protocol where users can participate as depositors or borrowers. Depositors provide liquidity to the market to earn a passive income, while borrowers are able to borrow in an overcollateralized (perpetually) or undercollateralized (one-block liquidity) fashion.',
|
|
2950
|
+
bridge: 'native',
|
|
2951
|
+
tags: ['BLUECHIP'],
|
|
2952
|
+
},
|
|
2940
2953
|
};
|
package/package.json
CHANGED