@bgd-labs/aave-address-book 1.11.0 → 1.12.0
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/CHANGELOG.md +7 -0
- package/dist/AaveV2Avalanche.d.ts +1 -0
- package/dist/AaveV2Avalanche.js +2 -1
- package/dist/AaveV2Ethereum.d.ts +1 -0
- package/dist/AaveV2Ethereum.js +2 -1
- package/dist/AaveV2EthereumAMM.d.ts +1 -0
- package/dist/AaveV2EthereumAMM.js +2 -1
- package/dist/AaveV2EthereumArc.d.ts +1 -0
- package/dist/AaveV2EthereumArc.js +2 -1
- package/dist/AaveV2Fuji.d.ts +1 -0
- package/dist/AaveV2Fuji.js +2 -1
- package/dist/AaveV2Goerli.d.ts +1 -0
- package/dist/AaveV2Goerli.js +2 -1
- package/dist/AaveV2Mumbai.d.ts +1 -0
- package/dist/AaveV2Mumbai.js +2 -1
- package/dist/AaveV2Polygon.d.ts +1 -0
- package/dist/AaveV2Polygon.js +2 -1
- package/package.json +1 -1
- package/src/AaveV2.sol +41 -0
- package/src/AaveV2Avalanche.sol +4 -1
- package/src/AaveV2Ethereum.sol +4 -1
- package/src/AaveV2EthereumAMM.sol +4 -1
- package/src/AaveV2EthereumArc.sol +4 -1
- package/src/AaveV2Fuji.sol +4 -1
- package/src/AaveV2Goerli.sol +4 -1
- package/src/AaveV2Mumbai.sol +4 -1
- package/src/AaveV2Polygon.sol +4 -1
- package/src/ts/AaveV2Avalanche.ts +1 -0
- package/src/ts/AaveV2Ethereum.ts +1 -0
- package/src/ts/AaveV2EthereumAMM.ts +1 -0
- package/src/ts/AaveV2EthereumArc.ts +1 -0
- package/src/ts/AaveV2Fuji.ts +1 -0
- package/src/ts/AaveV2Goerli.ts +1 -0
- package/src/ts/AaveV2Mumbai.ts +1 -0
- package/src/ts/AaveV2Polygon.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [1.12.0](https://github.com/bgd-labs/aave-address-book/compare/v1.11.0...v1.12.0) (2023-01-31)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* add lendingrateoracle to v2 pools ([#78](https://github.com/bgd-labs/aave-address-book/issues/78)) ([c9ca04a](https://github.com/bgd-labs/aave-address-book/commit/c9ca04a4cb836b0795c06f894c86af6029179f70))
|
|
11
|
+
|
|
5
12
|
## [1.11.0](https://github.com/bgd-labs/aave-address-book/compare/v1.10.1...v1.11.0) (2023-01-30)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export declare const POOL_ADDRESSES_PROVIDER = "0xb6A86025F0FE1862B372cb0ca18CE3EDe02A318f";
|
|
2
2
|
export declare const POOL = "0x4F01AeD16D97E3aB5ab2B501154DC9bb0F1A5A2C";
|
|
3
3
|
export declare const POOL_CONFIGURATOR = "0x230B618aD4C475393A7239aE03630042281BD86e";
|
|
4
|
+
export declare const LENDING_RATE_ORACLE = "0xc34254642B504484465F38Cb1CC396d45a9c7c80";
|
|
4
5
|
export declare const ORACLE = "0xdC336Cd4769f4cC7E9d726DA53e6d3fC710cEB89";
|
|
5
6
|
export declare const AAVE_PROTOCOL_DATA_PROVIDER = "0x65285E9dfab318f57051ab2b139ccCf232945451";
|
|
6
7
|
export declare const POOL_ADMIN = "0x01244E7842254e3FD229CD263472076B1439D1Cd";
|
package/dist/AaveV2Avalanche.js
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UI_INCENTIVE_DATA_PROVIDER = exports.UI_POOL_DATA_PROVIDER = exports.WALLET_BALANCE_PROVIDER = exports.MIGRATION_HELPER = exports.REPAY_WITH_COLLATERAL_ADAPTER = exports.SWAP_COLLATERAL_ADAPTER = exports.WETH_GATEWAY = exports.POOL_ADDRESSES_PROVIDER_REGISTRY = exports.CHAIN_ID = exports.COLLECTOR_CONTROLLER = exports.COLLECTOR = exports.EMERGENCY_ADMIN = exports.POOL_ADMIN = exports.AAVE_PROTOCOL_DATA_PROVIDER = exports.ORACLE = exports.POOL_CONFIGURATOR = exports.POOL = exports.POOL_ADDRESSES_PROVIDER = void 0;
|
|
3
|
+
exports.UI_INCENTIVE_DATA_PROVIDER = exports.UI_POOL_DATA_PROVIDER = exports.WALLET_BALANCE_PROVIDER = exports.MIGRATION_HELPER = exports.REPAY_WITH_COLLATERAL_ADAPTER = exports.SWAP_COLLATERAL_ADAPTER = exports.WETH_GATEWAY = exports.POOL_ADDRESSES_PROVIDER_REGISTRY = exports.CHAIN_ID = exports.COLLECTOR_CONTROLLER = exports.COLLECTOR = exports.EMERGENCY_ADMIN = exports.POOL_ADMIN = exports.AAVE_PROTOCOL_DATA_PROVIDER = exports.ORACLE = exports.LENDING_RATE_ORACLE = exports.POOL_CONFIGURATOR = exports.POOL = exports.POOL_ADDRESSES_PROVIDER = void 0;
|
|
4
4
|
// AUTOGENERATED - DON'T MANUALLY CHANGE
|
|
5
5
|
exports.POOL_ADDRESSES_PROVIDER = '0xb6A86025F0FE1862B372cb0ca18CE3EDe02A318f';
|
|
6
6
|
exports.POOL = '0x4F01AeD16D97E3aB5ab2B501154DC9bb0F1A5A2C';
|
|
7
7
|
exports.POOL_CONFIGURATOR = '0x230B618aD4C475393A7239aE03630042281BD86e';
|
|
8
|
+
exports.LENDING_RATE_ORACLE = '0xc34254642B504484465F38Cb1CC396d45a9c7c80';
|
|
8
9
|
exports.ORACLE = '0xdC336Cd4769f4cC7E9d726DA53e6d3fC710cEB89';
|
|
9
10
|
exports.AAVE_PROTOCOL_DATA_PROVIDER = '0x65285E9dfab318f57051ab2b139ccCf232945451';
|
|
10
11
|
exports.POOL_ADMIN = '0x01244E7842254e3FD229CD263472076B1439D1Cd';
|
package/dist/AaveV2Ethereum.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export declare const POOL_ADDRESSES_PROVIDER = "0xB53C1a33016B2DC2fF3653530bfF1848a515c8c5";
|
|
2
2
|
export declare const POOL = "0x7d2768dE32b0b80b7a3454c06BdAc94A69DDc7A9";
|
|
3
3
|
export declare const POOL_CONFIGURATOR = "0x311Bb771e4F8952E6Da169b425E7e92d6Ac45756";
|
|
4
|
+
export declare const LENDING_RATE_ORACLE = "0x8A32f49FFbA88aba6EFF96F45D8BD1D4b3f35c7D";
|
|
4
5
|
export declare const ORACLE = "0xA50ba011c48153De246E5192C8f9258A2ba79Ca9";
|
|
5
6
|
export declare const AAVE_PROTOCOL_DATA_PROVIDER = "0x057835Ad21a177dbdd3090bB1CAE03EaCF78Fc6d";
|
|
6
7
|
export declare const POOL_ADMIN = "0xEE56e2B3D491590B5b31738cC34d5232F378a8D5";
|
package/dist/AaveV2Ethereum.js
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UI_INCENTIVE_DATA_PROVIDER = exports.UI_POOL_DATA_PROVIDER = exports.WALLET_BALANCE_PROVIDER = exports.MIGRATION_HELPER = exports.SWAP_COLLATERAL_ADAPTER = exports.REPAY_WITH_COLLATERAL_ADAPTER = exports.WETH_GATEWAY = exports.POOL_ADDRESSES_PROVIDER_REGISTRY = exports.CHAIN_ID = exports.COLLECTOR_CONTROLLER = exports.COLLECTOR = exports.EMERGENCY_ADMIN = exports.POOL_ADMIN = exports.AAVE_PROTOCOL_DATA_PROVIDER = exports.ORACLE = exports.POOL_CONFIGURATOR = exports.POOL = exports.POOL_ADDRESSES_PROVIDER = void 0;
|
|
3
|
+
exports.UI_INCENTIVE_DATA_PROVIDER = exports.UI_POOL_DATA_PROVIDER = exports.WALLET_BALANCE_PROVIDER = exports.MIGRATION_HELPER = exports.SWAP_COLLATERAL_ADAPTER = exports.REPAY_WITH_COLLATERAL_ADAPTER = exports.WETH_GATEWAY = exports.POOL_ADDRESSES_PROVIDER_REGISTRY = exports.CHAIN_ID = exports.COLLECTOR_CONTROLLER = exports.COLLECTOR = exports.EMERGENCY_ADMIN = exports.POOL_ADMIN = exports.AAVE_PROTOCOL_DATA_PROVIDER = exports.ORACLE = exports.LENDING_RATE_ORACLE = exports.POOL_CONFIGURATOR = exports.POOL = exports.POOL_ADDRESSES_PROVIDER = void 0;
|
|
4
4
|
// AUTOGENERATED - DON'T MANUALLY CHANGE
|
|
5
5
|
exports.POOL_ADDRESSES_PROVIDER = '0xB53C1a33016B2DC2fF3653530bfF1848a515c8c5';
|
|
6
6
|
exports.POOL = '0x7d2768dE32b0b80b7a3454c06BdAc94A69DDc7A9';
|
|
7
7
|
exports.POOL_CONFIGURATOR = '0x311Bb771e4F8952E6Da169b425E7e92d6Ac45756';
|
|
8
|
+
exports.LENDING_RATE_ORACLE = '0x8A32f49FFbA88aba6EFF96F45D8BD1D4b3f35c7D';
|
|
8
9
|
exports.ORACLE = '0xA50ba011c48153De246E5192C8f9258A2ba79Ca9';
|
|
9
10
|
exports.AAVE_PROTOCOL_DATA_PROVIDER = '0x057835Ad21a177dbdd3090bB1CAE03EaCF78Fc6d';
|
|
10
11
|
exports.POOL_ADMIN = '0xEE56e2B3D491590B5b31738cC34d5232F378a8D5';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export declare const POOL_ADDRESSES_PROVIDER = "0xAcc030EF66f9dFEAE9CbB0cd1B25654b82cFA8d5";
|
|
2
2
|
export declare const POOL = "0x7937D4799803FbBe595ed57278Bc4cA21f3bFfCB";
|
|
3
3
|
export declare const POOL_CONFIGURATOR = "0x23A875eDe3F1030138701683e42E9b16A7F87768";
|
|
4
|
+
export declare const LENDING_RATE_ORACLE = "0x8A32f49FFbA88aba6EFF96F45D8BD1D4b3f35c7D";
|
|
4
5
|
export declare const ORACLE = "0xA50ba011c48153De246E5192C8f9258A2ba79Ca9";
|
|
5
6
|
export declare const AAVE_PROTOCOL_DATA_PROVIDER = "0x0000000000000000000000000000000000000000";
|
|
6
7
|
export declare const POOL_ADMIN = "0xEE56e2B3D491590B5b31738cC34d5232F378a8D5";
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UI_INCENTIVE_DATA_PROVIDER = exports.UI_POOL_DATA_PROVIDER = exports.WALLET_BALANCE_PROVIDER = exports.WETH_GATEWAY = exports.POOL_ADDRESSES_PROVIDER_REGISTRY = exports.CHAIN_ID = exports.COLLECTOR_CONTROLLER = exports.COLLECTOR = exports.EMERGENCY_ADMIN = exports.POOL_ADMIN = exports.AAVE_PROTOCOL_DATA_PROVIDER = exports.ORACLE = exports.POOL_CONFIGURATOR = exports.POOL = exports.POOL_ADDRESSES_PROVIDER = void 0;
|
|
3
|
+
exports.UI_INCENTIVE_DATA_PROVIDER = exports.UI_POOL_DATA_PROVIDER = exports.WALLET_BALANCE_PROVIDER = exports.WETH_GATEWAY = exports.POOL_ADDRESSES_PROVIDER_REGISTRY = exports.CHAIN_ID = exports.COLLECTOR_CONTROLLER = exports.COLLECTOR = exports.EMERGENCY_ADMIN = exports.POOL_ADMIN = exports.AAVE_PROTOCOL_DATA_PROVIDER = exports.ORACLE = exports.LENDING_RATE_ORACLE = exports.POOL_CONFIGURATOR = exports.POOL = exports.POOL_ADDRESSES_PROVIDER = void 0;
|
|
4
4
|
// AUTOGENERATED - DON'T MANUALLY CHANGE
|
|
5
5
|
exports.POOL_ADDRESSES_PROVIDER = '0xAcc030EF66f9dFEAE9CbB0cd1B25654b82cFA8d5';
|
|
6
6
|
exports.POOL = '0x7937D4799803FbBe595ed57278Bc4cA21f3bFfCB';
|
|
7
7
|
exports.POOL_CONFIGURATOR = '0x23A875eDe3F1030138701683e42E9b16A7F87768';
|
|
8
|
+
exports.LENDING_RATE_ORACLE = '0x8A32f49FFbA88aba6EFF96F45D8BD1D4b3f35c7D';
|
|
8
9
|
exports.ORACLE = '0xA50ba011c48153De246E5192C8f9258A2ba79Ca9';
|
|
9
10
|
exports.AAVE_PROTOCOL_DATA_PROVIDER = '0x0000000000000000000000000000000000000000';
|
|
10
11
|
exports.POOL_ADMIN = '0xEE56e2B3D491590B5b31738cC34d5232F378a8D5';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export declare const POOL_ADDRESSES_PROVIDER = "0x6FdfafB66d39cD72CFE7984D3Bbcc76632faAb00";
|
|
2
2
|
export declare const POOL = "0x37D7306019a38Af123e4b245Eb6C28AF552e0bB0";
|
|
3
3
|
export declare const POOL_CONFIGURATOR = "0x4e1c7865e7BE78A7748724Fa0409e88dc14E67aA";
|
|
4
|
+
export declare const LENDING_RATE_ORACLE = "0xfA3c34d734fe0106C87917683ca45dffBe3b3B00";
|
|
4
5
|
export declare const ORACLE = "0xB8a7bc0d13B1f5460513040a97F404b4fea7D2f3";
|
|
5
6
|
export declare const AAVE_PROTOCOL_DATA_PROVIDER = "0x71B53fC437cCD988b1b89B1D4605c3c3d0C810ea";
|
|
6
7
|
export declare const POOL_ADMIN = "0xAce1d11d836cb3F51Ef658FD4D353fFb3c301218";
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PERMISSION_MANAGER = exports.CHAIN_ID = exports.COLLECTOR_CONTROLLER = exports.COLLECTOR = exports.EMERGENCY_ADMIN = exports.POOL_ADMIN = exports.AAVE_PROTOCOL_DATA_PROVIDER = exports.ORACLE = exports.POOL_CONFIGURATOR = exports.POOL = exports.POOL_ADDRESSES_PROVIDER = void 0;
|
|
3
|
+
exports.PERMISSION_MANAGER = exports.CHAIN_ID = exports.COLLECTOR_CONTROLLER = exports.COLLECTOR = exports.EMERGENCY_ADMIN = exports.POOL_ADMIN = exports.AAVE_PROTOCOL_DATA_PROVIDER = exports.ORACLE = exports.LENDING_RATE_ORACLE = exports.POOL_CONFIGURATOR = exports.POOL = exports.POOL_ADDRESSES_PROVIDER = void 0;
|
|
4
4
|
// AUTOGENERATED - DON'T MANUALLY CHANGE
|
|
5
5
|
exports.POOL_ADDRESSES_PROVIDER = '0x6FdfafB66d39cD72CFE7984D3Bbcc76632faAb00';
|
|
6
6
|
exports.POOL = '0x37D7306019a38Af123e4b245Eb6C28AF552e0bB0';
|
|
7
7
|
exports.POOL_CONFIGURATOR = '0x4e1c7865e7BE78A7748724Fa0409e88dc14E67aA';
|
|
8
|
+
exports.LENDING_RATE_ORACLE = '0xfA3c34d734fe0106C87917683ca45dffBe3b3B00';
|
|
8
9
|
exports.ORACLE = '0xB8a7bc0d13B1f5460513040a97F404b4fea7D2f3';
|
|
9
10
|
exports.AAVE_PROTOCOL_DATA_PROVIDER = '0x71B53fC437cCD988b1b89B1D4605c3c3d0C810ea';
|
|
10
11
|
exports.POOL_ADMIN = '0xAce1d11d836cb3F51Ef658FD4D353fFb3c301218';
|
package/dist/AaveV2Fuji.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export declare const POOL_ADDRESSES_PROVIDER = "0x7fdC1FdF79BE3309bf82f4abdAD9f111A6590C0f";
|
|
2
2
|
export declare const POOL = "0x76cc67FF2CC77821A70ED14321111Ce381C2594D";
|
|
3
3
|
export declare const POOL_CONFIGURATOR = "0x4ceBAFAAcc6Cb26FD90E4cDe138Eb812442bb5f3";
|
|
4
|
+
export declare const LENDING_RATE_ORACLE = "0x76Ec7c83aCb6af821E61F1DF1E0aBE684Bc904F8";
|
|
4
5
|
export declare const ORACLE = "0xfa4f5B081632c4709667D467F817C09d9008A46A";
|
|
5
6
|
export declare const AAVE_PROTOCOL_DATA_PROVIDER = "0x0668EDE013c1c475724523409b8B6bE633469585";
|
|
6
7
|
export declare const POOL_ADMIN = "0x1128d177BdaA74Ae68EB06e693f4CbA6BF427a5e";
|
package/dist/AaveV2Fuji.js
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UI_INCENTIVE_DATA_PROVIDER = exports.UI_POOL_DATA_PROVIDER = exports.WALLET_BALANCE_PROVIDER = exports.FAUCET = exports.WETH_GATEWAY = exports.POOL_ADDRESSES_PROVIDER_REGISTRY = exports.CHAIN_ID = exports.COLLECTOR_CONTROLLER = exports.COLLECTOR = exports.EMERGENCY_ADMIN = exports.POOL_ADMIN = exports.AAVE_PROTOCOL_DATA_PROVIDER = exports.ORACLE = exports.POOL_CONFIGURATOR = exports.POOL = exports.POOL_ADDRESSES_PROVIDER = void 0;
|
|
3
|
+
exports.UI_INCENTIVE_DATA_PROVIDER = exports.UI_POOL_DATA_PROVIDER = exports.WALLET_BALANCE_PROVIDER = exports.FAUCET = exports.WETH_GATEWAY = exports.POOL_ADDRESSES_PROVIDER_REGISTRY = exports.CHAIN_ID = exports.COLLECTOR_CONTROLLER = exports.COLLECTOR = exports.EMERGENCY_ADMIN = exports.POOL_ADMIN = exports.AAVE_PROTOCOL_DATA_PROVIDER = exports.ORACLE = exports.LENDING_RATE_ORACLE = exports.POOL_CONFIGURATOR = exports.POOL = exports.POOL_ADDRESSES_PROVIDER = void 0;
|
|
4
4
|
// AUTOGENERATED - DON'T MANUALLY CHANGE
|
|
5
5
|
exports.POOL_ADDRESSES_PROVIDER = '0x7fdC1FdF79BE3309bf82f4abdAD9f111A6590C0f';
|
|
6
6
|
exports.POOL = '0x76cc67FF2CC77821A70ED14321111Ce381C2594D';
|
|
7
7
|
exports.POOL_CONFIGURATOR = '0x4ceBAFAAcc6Cb26FD90E4cDe138Eb812442bb5f3';
|
|
8
|
+
exports.LENDING_RATE_ORACLE = '0x76Ec7c83aCb6af821E61F1DF1E0aBE684Bc904F8';
|
|
8
9
|
exports.ORACLE = '0xfa4f5B081632c4709667D467F817C09d9008A46A';
|
|
9
10
|
exports.AAVE_PROTOCOL_DATA_PROVIDER = '0x0668EDE013c1c475724523409b8B6bE633469585';
|
|
10
11
|
exports.POOL_ADMIN = '0x1128d177BdaA74Ae68EB06e693f4CbA6BF427a5e';
|
package/dist/AaveV2Goerli.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export declare const POOL_ADDRESSES_PROVIDER = "0x5E52dEc931FFb32f609681B8438A51c675cc232d";
|
|
2
2
|
export declare const POOL = "0x4bd5643ac6f66a5237E18bfA7d47cF22f1c9F210";
|
|
3
3
|
export declare const POOL_CONFIGURATOR = "0x88B1D3d97656De3Ec44FEDDfa109AF7fb8C2837D";
|
|
4
|
+
export declare const LENDING_RATE_ORACLE = "0x76aFA2b6C29E1B277A3BB1CD320b2756c1674c91";
|
|
4
5
|
export declare const ORACLE = "0x2cb0d5755436ED904D7D0fbBACc6176286c55667";
|
|
5
6
|
export declare const AAVE_PROTOCOL_DATA_PROVIDER = "0x0000000000000000000000000000000000000000";
|
|
6
7
|
export declare const POOL_ADMIN = "0x77c45699A715A64A7a7796d5CEe884cf617D5254";
|
package/dist/AaveV2Goerli.js
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FAUCET = exports.UI_INCENTIVE_DATA_PROVIDER = exports.UI_POOL_DATA_PROVIDER = exports.WALLET_BALANCE_PROVIDER = exports.WETH_GATEWAY = exports.POOL_ADDRESSES_PROVIDER_REGISTRY = exports.CHAIN_ID = exports.COLLECTOR_CONTROLLER = exports.COLLECTOR = exports.EMERGENCY_ADMIN = exports.POOL_ADMIN = exports.AAVE_PROTOCOL_DATA_PROVIDER = exports.ORACLE = exports.POOL_CONFIGURATOR = exports.POOL = exports.POOL_ADDRESSES_PROVIDER = void 0;
|
|
3
|
+
exports.FAUCET = exports.UI_INCENTIVE_DATA_PROVIDER = exports.UI_POOL_DATA_PROVIDER = exports.WALLET_BALANCE_PROVIDER = exports.WETH_GATEWAY = exports.POOL_ADDRESSES_PROVIDER_REGISTRY = exports.CHAIN_ID = exports.COLLECTOR_CONTROLLER = exports.COLLECTOR = exports.EMERGENCY_ADMIN = exports.POOL_ADMIN = exports.AAVE_PROTOCOL_DATA_PROVIDER = exports.ORACLE = exports.LENDING_RATE_ORACLE = exports.POOL_CONFIGURATOR = exports.POOL = exports.POOL_ADDRESSES_PROVIDER = void 0;
|
|
4
4
|
// AUTOGENERATED - DON'T MANUALLY CHANGE
|
|
5
5
|
exports.POOL_ADDRESSES_PROVIDER = '0x5E52dEc931FFb32f609681B8438A51c675cc232d';
|
|
6
6
|
exports.POOL = '0x4bd5643ac6f66a5237E18bfA7d47cF22f1c9F210';
|
|
7
7
|
exports.POOL_CONFIGURATOR = '0x88B1D3d97656De3Ec44FEDDfa109AF7fb8C2837D';
|
|
8
|
+
exports.LENDING_RATE_ORACLE = '0x76aFA2b6C29E1B277A3BB1CD320b2756c1674c91';
|
|
8
9
|
exports.ORACLE = '0x2cb0d5755436ED904D7D0fbBACc6176286c55667';
|
|
9
10
|
exports.AAVE_PROTOCOL_DATA_PROVIDER = '0x0000000000000000000000000000000000000000';
|
|
10
11
|
exports.POOL_ADMIN = '0x77c45699A715A64A7a7796d5CEe884cf617D5254';
|
package/dist/AaveV2Mumbai.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export declare const POOL_ADDRESSES_PROVIDER = "0x178113104fEcbcD7fF8669a0150721e231F0FD4B";
|
|
2
2
|
export declare const POOL = "0x9198F13B08E299d85E096929fA9781A1E3d5d827";
|
|
3
3
|
export declare const POOL_CONFIGURATOR = "0xc3c37E2aA3dc66464fa3C29ce2a6EC85beFC45e1";
|
|
4
|
+
export declare const LENDING_RATE_ORACLE = "0xC661e1445F9a8E5FD3C3dbCa0A0A2e8CBc79725D";
|
|
4
5
|
export declare const ORACLE = "0xC365C653f7229894F93994CD0b30947Ab69Ff1D5";
|
|
5
6
|
export declare const AAVE_PROTOCOL_DATA_PROVIDER = "0xFA3bD19110d986c5e5E9DD5F69362d05035D045B";
|
|
6
7
|
export declare const POOL_ADMIN = "0x943E44157dC0302a5CEb172374d1749018a00994";
|
package/dist/AaveV2Mumbai.js
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FAUCET = exports.WETH_GATEWAY = exports.POOL_ADDRESSES_PROVIDER_REGISTRY = exports.CHAIN_ID = exports.COLLECTOR_CONTROLLER = exports.COLLECTOR = exports.EMERGENCY_ADMIN = exports.POOL_ADMIN = exports.AAVE_PROTOCOL_DATA_PROVIDER = exports.ORACLE = exports.POOL_CONFIGURATOR = exports.POOL = exports.POOL_ADDRESSES_PROVIDER = void 0;
|
|
3
|
+
exports.FAUCET = exports.WETH_GATEWAY = exports.POOL_ADDRESSES_PROVIDER_REGISTRY = exports.CHAIN_ID = exports.COLLECTOR_CONTROLLER = exports.COLLECTOR = exports.EMERGENCY_ADMIN = exports.POOL_ADMIN = exports.AAVE_PROTOCOL_DATA_PROVIDER = exports.ORACLE = exports.LENDING_RATE_ORACLE = exports.POOL_CONFIGURATOR = exports.POOL = exports.POOL_ADDRESSES_PROVIDER = void 0;
|
|
4
4
|
// AUTOGENERATED - DON'T MANUALLY CHANGE
|
|
5
5
|
exports.POOL_ADDRESSES_PROVIDER = '0x178113104fEcbcD7fF8669a0150721e231F0FD4B';
|
|
6
6
|
exports.POOL = '0x9198F13B08E299d85E096929fA9781A1E3d5d827';
|
|
7
7
|
exports.POOL_CONFIGURATOR = '0xc3c37E2aA3dc66464fa3C29ce2a6EC85beFC45e1';
|
|
8
|
+
exports.LENDING_RATE_ORACLE = '0xC661e1445F9a8E5FD3C3dbCa0A0A2e8CBc79725D';
|
|
8
9
|
exports.ORACLE = '0xC365C653f7229894F93994CD0b30947Ab69Ff1D5';
|
|
9
10
|
exports.AAVE_PROTOCOL_DATA_PROVIDER = '0xFA3bD19110d986c5e5E9DD5F69362d05035D045B';
|
|
10
11
|
exports.POOL_ADMIN = '0x943E44157dC0302a5CEb172374d1749018a00994';
|
package/dist/AaveV2Polygon.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export declare const POOL_ADDRESSES_PROVIDER = "0xd05e3E715d945B59290df0ae8eF85c1BdB684744";
|
|
2
2
|
export declare const POOL = "0x8dFf5E27EA6b7AC08EbFdf9eB090F32ee9a30fcf";
|
|
3
3
|
export declare const POOL_CONFIGURATOR = "0x26db2B833021583566323E3b8985999981b9F1F3";
|
|
4
|
+
export declare const LENDING_RATE_ORACLE = "0x17F73aEaD876CC4059089ff815EDA37052960dFB";
|
|
4
5
|
export declare const ORACLE = "0x0229F777B0fAb107F9591a41d5F02E4e98dB6f2d";
|
|
5
6
|
export declare const AAVE_PROTOCOL_DATA_PROVIDER = "0x7551b5D2763519d4e37e8B81929D336De671d46d";
|
|
6
7
|
export declare const POOL_ADMIN = "0xdc9A35B16DB4e126cFeDC41322b3a36454B1F772";
|
package/dist/AaveV2Polygon.js
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UI_INCENTIVE_DATA_PROVIDER = exports.UI_POOL_DATA_PROVIDER = exports.WALLET_BALANCE_PROVIDER = exports.MIGRATION_HELPER = exports.REPAY_WITH_COLLATERAL_ADAPTER = exports.SWAP_COLLATERAL_ADAPTER = exports.WETH_GATEWAY = exports.POOL_ADDRESSES_PROVIDER_REGISTRY = exports.CHAIN_ID = exports.COLLECTOR_CONTROLLER = exports.COLLECTOR = exports.EMERGENCY_ADMIN = exports.POOL_ADMIN = exports.AAVE_PROTOCOL_DATA_PROVIDER = exports.ORACLE = exports.POOL_CONFIGURATOR = exports.POOL = exports.POOL_ADDRESSES_PROVIDER = void 0;
|
|
3
|
+
exports.UI_INCENTIVE_DATA_PROVIDER = exports.UI_POOL_DATA_PROVIDER = exports.WALLET_BALANCE_PROVIDER = exports.MIGRATION_HELPER = exports.REPAY_WITH_COLLATERAL_ADAPTER = exports.SWAP_COLLATERAL_ADAPTER = exports.WETH_GATEWAY = exports.POOL_ADDRESSES_PROVIDER_REGISTRY = exports.CHAIN_ID = exports.COLLECTOR_CONTROLLER = exports.COLLECTOR = exports.EMERGENCY_ADMIN = exports.POOL_ADMIN = exports.AAVE_PROTOCOL_DATA_PROVIDER = exports.ORACLE = exports.LENDING_RATE_ORACLE = exports.POOL_CONFIGURATOR = exports.POOL = exports.POOL_ADDRESSES_PROVIDER = void 0;
|
|
4
4
|
// AUTOGENERATED - DON'T MANUALLY CHANGE
|
|
5
5
|
exports.POOL_ADDRESSES_PROVIDER = '0xd05e3E715d945B59290df0ae8eF85c1BdB684744';
|
|
6
6
|
exports.POOL = '0x8dFf5E27EA6b7AC08EbFdf9eB090F32ee9a30fcf';
|
|
7
7
|
exports.POOL_CONFIGURATOR = '0x26db2B833021583566323E3b8985999981b9F1F3';
|
|
8
|
+
exports.LENDING_RATE_ORACLE = '0x17F73aEaD876CC4059089ff815EDA37052960dFB';
|
|
8
9
|
exports.ORACLE = '0x0229F777B0fAb107F9591a41d5F02E4e98dB6f2d';
|
|
9
10
|
exports.AAVE_PROTOCOL_DATA_PROVIDER = '0x7551b5D2763519d4e37e8B81929D336De671d46d';
|
|
10
11
|
exports.POOL_ADMIN = '0xdc9A35B16DB4e126cFeDC41322b3a36454B1F772';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bgd-labs/aave-address-book",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.0",
|
|
4
4
|
"description": "This repository contains an up-to-date registry of all addresses of the Aave ecosystem's smart contracts, for its usage in Solidity codebases.",
|
|
5
5
|
"directories": {
|
|
6
6
|
"lib": "lib"
|
package/src/AaveV2.sol
CHANGED
|
@@ -899,3 +899,44 @@ interface IAaveProtocolDataProvider {
|
|
|
899
899
|
bool usageAsCollateralEnabled
|
|
900
900
|
);
|
|
901
901
|
}
|
|
902
|
+
|
|
903
|
+
interface ILendingRateOracle {
|
|
904
|
+
/**
|
|
905
|
+
@dev returns the market borrow rate in ray
|
|
906
|
+
**/
|
|
907
|
+
function getMarketBorrowRate(address asset) external view returns (uint256);
|
|
908
|
+
|
|
909
|
+
/**
|
|
910
|
+
@dev sets the market borrow rate. Rate value must be in ray
|
|
911
|
+
**/
|
|
912
|
+
function setMarketBorrowRate(address asset, uint256 rate) external;
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
interface IDefaultInterestRateStrategy {
|
|
916
|
+
function EXCESS_UTILIZATION_RATE() external view returns (uint256);
|
|
917
|
+
|
|
918
|
+
function OPTIMAL_UTILIZATION_RATE() external view returns (uint256);
|
|
919
|
+
|
|
920
|
+
function addressesProvider() external view returns (address);
|
|
921
|
+
|
|
922
|
+
function baseVariableBorrowRate() external view returns (uint256);
|
|
923
|
+
|
|
924
|
+
function calculateInterestRates(
|
|
925
|
+
address reserve,
|
|
926
|
+
uint256 availableLiquidity,
|
|
927
|
+
uint256 totalStableDebt,
|
|
928
|
+
uint256 totalVariableDebt,
|
|
929
|
+
uint256 averageStableBorrowRate,
|
|
930
|
+
uint256 reserveFactor
|
|
931
|
+
) external view returns (uint256, uint256, uint256);
|
|
932
|
+
|
|
933
|
+
function getMaxVariableBorrowRate() external view returns (uint256);
|
|
934
|
+
|
|
935
|
+
function stableRateSlope1() external view returns (uint256);
|
|
936
|
+
|
|
937
|
+
function stableRateSlope2() external view returns (uint256);
|
|
938
|
+
|
|
939
|
+
function variableRateSlope1() external view returns (uint256);
|
|
940
|
+
|
|
941
|
+
function variableRateSlope2() external view returns (uint256);
|
|
942
|
+
}
|
package/src/AaveV2Avalanche.sol
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// AUTOGENERATED - DON'T MANUALLY CHANGE
|
|
3
3
|
pragma solidity >=0.6.0;
|
|
4
4
|
|
|
5
|
-
import {ILendingPoolAddressesProvider, ILendingPool, ILendingPoolConfigurator, IAaveOracle, IAaveProtocolDataProvider} from './AaveV2.sol';
|
|
5
|
+
import {ILendingPoolAddressesProvider, ILendingPool, ILendingPoolConfigurator, IAaveOracle, IAaveProtocolDataProvider, ILendingRateOracle} from './AaveV2.sol';
|
|
6
6
|
|
|
7
7
|
library AaveV2Avalanche {
|
|
8
8
|
ILendingPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
|
|
@@ -15,6 +15,9 @@ library AaveV2Avalanche {
|
|
|
15
15
|
|
|
16
16
|
IAaveOracle internal constant ORACLE = IAaveOracle(0xdC336Cd4769f4cC7E9d726DA53e6d3fC710cEB89);
|
|
17
17
|
|
|
18
|
+
ILendingRateOracle internal constant lendingRateOracle =
|
|
19
|
+
ILendingRateOracle(0xc34254642B504484465F38Cb1CC396d45a9c7c80);
|
|
20
|
+
|
|
18
21
|
IAaveProtocolDataProvider internal constant AAVE_PROTOCOL_DATA_PROVIDER =
|
|
19
22
|
IAaveProtocolDataProvider(0x65285E9dfab318f57051ab2b139ccCf232945451);
|
|
20
23
|
|
package/src/AaveV2Ethereum.sol
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// AUTOGENERATED - DON'T MANUALLY CHANGE
|
|
3
3
|
pragma solidity >=0.6.0;
|
|
4
4
|
|
|
5
|
-
import {ILendingPoolAddressesProvider, ILendingPool, ILendingPoolConfigurator, IAaveOracle, IAaveProtocolDataProvider} from './AaveV2.sol';
|
|
5
|
+
import {ILendingPoolAddressesProvider, ILendingPool, ILendingPoolConfigurator, IAaveOracle, IAaveProtocolDataProvider, ILendingRateOracle} from './AaveV2.sol';
|
|
6
6
|
|
|
7
7
|
library AaveV2Ethereum {
|
|
8
8
|
ILendingPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
|
|
@@ -15,6 +15,9 @@ library AaveV2Ethereum {
|
|
|
15
15
|
|
|
16
16
|
IAaveOracle internal constant ORACLE = IAaveOracle(0xA50ba011c48153De246E5192C8f9258A2ba79Ca9);
|
|
17
17
|
|
|
18
|
+
ILendingRateOracle internal constant lendingRateOracle =
|
|
19
|
+
ILendingRateOracle(0x8A32f49FFbA88aba6EFF96F45D8BD1D4b3f35c7D);
|
|
20
|
+
|
|
18
21
|
IAaveProtocolDataProvider internal constant AAVE_PROTOCOL_DATA_PROVIDER =
|
|
19
22
|
IAaveProtocolDataProvider(0x057835Ad21a177dbdd3090bB1CAE03EaCF78Fc6d);
|
|
20
23
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// AUTOGENERATED - DON'T MANUALLY CHANGE
|
|
3
3
|
pragma solidity >=0.6.0;
|
|
4
4
|
|
|
5
|
-
import {ILendingPoolAddressesProvider, ILendingPool, ILendingPoolConfigurator, IAaveOracle, IAaveProtocolDataProvider} from './AaveV2.sol';
|
|
5
|
+
import {ILendingPoolAddressesProvider, ILendingPool, ILendingPoolConfigurator, IAaveOracle, IAaveProtocolDataProvider, ILendingRateOracle} from './AaveV2.sol';
|
|
6
6
|
|
|
7
7
|
library AaveV2EthereumAMM {
|
|
8
8
|
ILendingPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
|
|
@@ -15,6 +15,9 @@ library AaveV2EthereumAMM {
|
|
|
15
15
|
|
|
16
16
|
IAaveOracle internal constant ORACLE = IAaveOracle(0xA50ba011c48153De246E5192C8f9258A2ba79Ca9);
|
|
17
17
|
|
|
18
|
+
ILendingRateOracle internal constant lendingRateOracle =
|
|
19
|
+
ILendingRateOracle(0x8A32f49FFbA88aba6EFF96F45D8BD1D4b3f35c7D);
|
|
20
|
+
|
|
18
21
|
IAaveProtocolDataProvider internal constant AAVE_PROTOCOL_DATA_PROVIDER =
|
|
19
22
|
IAaveProtocolDataProvider(0x0000000000000000000000000000000000000000);
|
|
20
23
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// AUTOGENERATED - DON'T MANUALLY CHANGE
|
|
3
3
|
pragma solidity >=0.6.0;
|
|
4
4
|
|
|
5
|
-
import {ILendingPoolAddressesProvider, ILendingPool, ILendingPoolConfigurator, IAaveOracle, IAaveProtocolDataProvider} from './AaveV2.sol';
|
|
5
|
+
import {ILendingPoolAddressesProvider, ILendingPool, ILendingPoolConfigurator, IAaveOracle, IAaveProtocolDataProvider, ILendingRateOracle} from './AaveV2.sol';
|
|
6
6
|
|
|
7
7
|
library AaveV2EthereumArc {
|
|
8
8
|
ILendingPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
|
|
@@ -15,6 +15,9 @@ library AaveV2EthereumArc {
|
|
|
15
15
|
|
|
16
16
|
IAaveOracle internal constant ORACLE = IAaveOracle(0xB8a7bc0d13B1f5460513040a97F404b4fea7D2f3);
|
|
17
17
|
|
|
18
|
+
ILendingRateOracle internal constant lendingRateOracle =
|
|
19
|
+
ILendingRateOracle(0xfA3c34d734fe0106C87917683ca45dffBe3b3B00);
|
|
20
|
+
|
|
18
21
|
IAaveProtocolDataProvider internal constant AAVE_PROTOCOL_DATA_PROVIDER =
|
|
19
22
|
IAaveProtocolDataProvider(0x71B53fC437cCD988b1b89B1D4605c3c3d0C810ea);
|
|
20
23
|
|
package/src/AaveV2Fuji.sol
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// AUTOGENERATED - DON'T MANUALLY CHANGE
|
|
3
3
|
pragma solidity >=0.6.0;
|
|
4
4
|
|
|
5
|
-
import {ILendingPoolAddressesProvider, ILendingPool, ILendingPoolConfigurator, IAaveOracle, IAaveProtocolDataProvider} from './AaveV2.sol';
|
|
5
|
+
import {ILendingPoolAddressesProvider, ILendingPool, ILendingPoolConfigurator, IAaveOracle, IAaveProtocolDataProvider, ILendingRateOracle} from './AaveV2.sol';
|
|
6
6
|
|
|
7
7
|
library AaveV2Fuji {
|
|
8
8
|
ILendingPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
|
|
@@ -15,6 +15,9 @@ library AaveV2Fuji {
|
|
|
15
15
|
|
|
16
16
|
IAaveOracle internal constant ORACLE = IAaveOracle(0xfa4f5B081632c4709667D467F817C09d9008A46A);
|
|
17
17
|
|
|
18
|
+
ILendingRateOracle internal constant lendingRateOracle =
|
|
19
|
+
ILendingRateOracle(0x76Ec7c83aCb6af821E61F1DF1E0aBE684Bc904F8);
|
|
20
|
+
|
|
18
21
|
IAaveProtocolDataProvider internal constant AAVE_PROTOCOL_DATA_PROVIDER =
|
|
19
22
|
IAaveProtocolDataProvider(0x0668EDE013c1c475724523409b8B6bE633469585);
|
|
20
23
|
|
package/src/AaveV2Goerli.sol
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// AUTOGENERATED - DON'T MANUALLY CHANGE
|
|
3
3
|
pragma solidity >=0.6.0;
|
|
4
4
|
|
|
5
|
-
import {ILendingPoolAddressesProvider, ILendingPool, ILendingPoolConfigurator, IAaveOracle, IAaveProtocolDataProvider} from './AaveV2.sol';
|
|
5
|
+
import {ILendingPoolAddressesProvider, ILendingPool, ILendingPoolConfigurator, IAaveOracle, IAaveProtocolDataProvider, ILendingRateOracle} from './AaveV2.sol';
|
|
6
6
|
|
|
7
7
|
library AaveV2Goerli {
|
|
8
8
|
ILendingPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
|
|
@@ -15,6 +15,9 @@ library AaveV2Goerli {
|
|
|
15
15
|
|
|
16
16
|
IAaveOracle internal constant ORACLE = IAaveOracle(0x2cb0d5755436ED904D7D0fbBACc6176286c55667);
|
|
17
17
|
|
|
18
|
+
ILendingRateOracle internal constant lendingRateOracle =
|
|
19
|
+
ILendingRateOracle(0x76aFA2b6C29E1B277A3BB1CD320b2756c1674c91);
|
|
20
|
+
|
|
18
21
|
IAaveProtocolDataProvider internal constant AAVE_PROTOCOL_DATA_PROVIDER =
|
|
19
22
|
IAaveProtocolDataProvider(0x0000000000000000000000000000000000000000);
|
|
20
23
|
|
package/src/AaveV2Mumbai.sol
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// AUTOGENERATED - DON'T MANUALLY CHANGE
|
|
3
3
|
pragma solidity >=0.6.0;
|
|
4
4
|
|
|
5
|
-
import {ILendingPoolAddressesProvider, ILendingPool, ILendingPoolConfigurator, IAaveOracle, IAaveProtocolDataProvider} from './AaveV2.sol';
|
|
5
|
+
import {ILendingPoolAddressesProvider, ILendingPool, ILendingPoolConfigurator, IAaveOracle, IAaveProtocolDataProvider, ILendingRateOracle} from './AaveV2.sol';
|
|
6
6
|
|
|
7
7
|
library AaveV2Mumbai {
|
|
8
8
|
ILendingPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
|
|
@@ -15,6 +15,9 @@ library AaveV2Mumbai {
|
|
|
15
15
|
|
|
16
16
|
IAaveOracle internal constant ORACLE = IAaveOracle(0xC365C653f7229894F93994CD0b30947Ab69Ff1D5);
|
|
17
17
|
|
|
18
|
+
ILendingRateOracle internal constant lendingRateOracle =
|
|
19
|
+
ILendingRateOracle(0xC661e1445F9a8E5FD3C3dbCa0A0A2e8CBc79725D);
|
|
20
|
+
|
|
18
21
|
IAaveProtocolDataProvider internal constant AAVE_PROTOCOL_DATA_PROVIDER =
|
|
19
22
|
IAaveProtocolDataProvider(0xFA3bD19110d986c5e5E9DD5F69362d05035D045B);
|
|
20
23
|
|
package/src/AaveV2Polygon.sol
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// AUTOGENERATED - DON'T MANUALLY CHANGE
|
|
3
3
|
pragma solidity >=0.6.0;
|
|
4
4
|
|
|
5
|
-
import {ILendingPoolAddressesProvider, ILendingPool, ILendingPoolConfigurator, IAaveOracle, IAaveProtocolDataProvider} from './AaveV2.sol';
|
|
5
|
+
import {ILendingPoolAddressesProvider, ILendingPool, ILendingPoolConfigurator, IAaveOracle, IAaveProtocolDataProvider, ILendingRateOracle} from './AaveV2.sol';
|
|
6
6
|
|
|
7
7
|
library AaveV2Polygon {
|
|
8
8
|
ILendingPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
|
|
@@ -15,6 +15,9 @@ library AaveV2Polygon {
|
|
|
15
15
|
|
|
16
16
|
IAaveOracle internal constant ORACLE = IAaveOracle(0x0229F777B0fAb107F9591a41d5F02E4e98dB6f2d);
|
|
17
17
|
|
|
18
|
+
ILendingRateOracle internal constant lendingRateOracle =
|
|
19
|
+
ILendingRateOracle(0x17F73aEaD876CC4059089ff815EDA37052960dFB);
|
|
20
|
+
|
|
18
21
|
IAaveProtocolDataProvider internal constant AAVE_PROTOCOL_DATA_PROVIDER =
|
|
19
22
|
IAaveProtocolDataProvider(0x7551b5D2763519d4e37e8B81929D336De671d46d);
|
|
20
23
|
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
export const POOL_ADDRESSES_PROVIDER = '0xb6A86025F0FE1862B372cb0ca18CE3EDe02A318f';
|
|
3
3
|
export const POOL = '0x4F01AeD16D97E3aB5ab2B501154DC9bb0F1A5A2C';
|
|
4
4
|
export const POOL_CONFIGURATOR = '0x230B618aD4C475393A7239aE03630042281BD86e';
|
|
5
|
+
export const LENDING_RATE_ORACLE = '0xc34254642B504484465F38Cb1CC396d45a9c7c80';
|
|
5
6
|
export const ORACLE = '0xdC336Cd4769f4cC7E9d726DA53e6d3fC710cEB89';
|
|
6
7
|
export const AAVE_PROTOCOL_DATA_PROVIDER = '0x65285E9dfab318f57051ab2b139ccCf232945451';
|
|
7
8
|
export const POOL_ADMIN = '0x01244E7842254e3FD229CD263472076B1439D1Cd';
|
package/src/ts/AaveV2Ethereum.ts
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
export const POOL_ADDRESSES_PROVIDER = '0xB53C1a33016B2DC2fF3653530bfF1848a515c8c5';
|
|
3
3
|
export const POOL = '0x7d2768dE32b0b80b7a3454c06BdAc94A69DDc7A9';
|
|
4
4
|
export const POOL_CONFIGURATOR = '0x311Bb771e4F8952E6Da169b425E7e92d6Ac45756';
|
|
5
|
+
export const LENDING_RATE_ORACLE = '0x8A32f49FFbA88aba6EFF96F45D8BD1D4b3f35c7D';
|
|
5
6
|
export const ORACLE = '0xA50ba011c48153De246E5192C8f9258A2ba79Ca9';
|
|
6
7
|
export const AAVE_PROTOCOL_DATA_PROVIDER = '0x057835Ad21a177dbdd3090bB1CAE03EaCF78Fc6d';
|
|
7
8
|
export const POOL_ADMIN = '0xEE56e2B3D491590B5b31738cC34d5232F378a8D5';
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
export const POOL_ADDRESSES_PROVIDER = '0xAcc030EF66f9dFEAE9CbB0cd1B25654b82cFA8d5';
|
|
3
3
|
export const POOL = '0x7937D4799803FbBe595ed57278Bc4cA21f3bFfCB';
|
|
4
4
|
export const POOL_CONFIGURATOR = '0x23A875eDe3F1030138701683e42E9b16A7F87768';
|
|
5
|
+
export const LENDING_RATE_ORACLE = '0x8A32f49FFbA88aba6EFF96F45D8BD1D4b3f35c7D';
|
|
5
6
|
export const ORACLE = '0xA50ba011c48153De246E5192C8f9258A2ba79Ca9';
|
|
6
7
|
export const AAVE_PROTOCOL_DATA_PROVIDER = '0x0000000000000000000000000000000000000000';
|
|
7
8
|
export const POOL_ADMIN = '0xEE56e2B3D491590B5b31738cC34d5232F378a8D5';
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
export const POOL_ADDRESSES_PROVIDER = '0x6FdfafB66d39cD72CFE7984D3Bbcc76632faAb00';
|
|
3
3
|
export const POOL = '0x37D7306019a38Af123e4b245Eb6C28AF552e0bB0';
|
|
4
4
|
export const POOL_CONFIGURATOR = '0x4e1c7865e7BE78A7748724Fa0409e88dc14E67aA';
|
|
5
|
+
export const LENDING_RATE_ORACLE = '0xfA3c34d734fe0106C87917683ca45dffBe3b3B00';
|
|
5
6
|
export const ORACLE = '0xB8a7bc0d13B1f5460513040a97F404b4fea7D2f3';
|
|
6
7
|
export const AAVE_PROTOCOL_DATA_PROVIDER = '0x71B53fC437cCD988b1b89B1D4605c3c3d0C810ea';
|
|
7
8
|
export const POOL_ADMIN = '0xAce1d11d836cb3F51Ef658FD4D353fFb3c301218';
|
package/src/ts/AaveV2Fuji.ts
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
export const POOL_ADDRESSES_PROVIDER = '0x7fdC1FdF79BE3309bf82f4abdAD9f111A6590C0f';
|
|
3
3
|
export const POOL = '0x76cc67FF2CC77821A70ED14321111Ce381C2594D';
|
|
4
4
|
export const POOL_CONFIGURATOR = '0x4ceBAFAAcc6Cb26FD90E4cDe138Eb812442bb5f3';
|
|
5
|
+
export const LENDING_RATE_ORACLE = '0x76Ec7c83aCb6af821E61F1DF1E0aBE684Bc904F8';
|
|
5
6
|
export const ORACLE = '0xfa4f5B081632c4709667D467F817C09d9008A46A';
|
|
6
7
|
export const AAVE_PROTOCOL_DATA_PROVIDER = '0x0668EDE013c1c475724523409b8B6bE633469585';
|
|
7
8
|
export const POOL_ADMIN = '0x1128d177BdaA74Ae68EB06e693f4CbA6BF427a5e';
|
package/src/ts/AaveV2Goerli.ts
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
export const POOL_ADDRESSES_PROVIDER = '0x5E52dEc931FFb32f609681B8438A51c675cc232d';
|
|
3
3
|
export const POOL = '0x4bd5643ac6f66a5237E18bfA7d47cF22f1c9F210';
|
|
4
4
|
export const POOL_CONFIGURATOR = '0x88B1D3d97656De3Ec44FEDDfa109AF7fb8C2837D';
|
|
5
|
+
export const LENDING_RATE_ORACLE = '0x76aFA2b6C29E1B277A3BB1CD320b2756c1674c91';
|
|
5
6
|
export const ORACLE = '0x2cb0d5755436ED904D7D0fbBACc6176286c55667';
|
|
6
7
|
export const AAVE_PROTOCOL_DATA_PROVIDER = '0x0000000000000000000000000000000000000000';
|
|
7
8
|
export const POOL_ADMIN = '0x77c45699A715A64A7a7796d5CEe884cf617D5254';
|
package/src/ts/AaveV2Mumbai.ts
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
export const POOL_ADDRESSES_PROVIDER = '0x178113104fEcbcD7fF8669a0150721e231F0FD4B';
|
|
3
3
|
export const POOL = '0x9198F13B08E299d85E096929fA9781A1E3d5d827';
|
|
4
4
|
export const POOL_CONFIGURATOR = '0xc3c37E2aA3dc66464fa3C29ce2a6EC85beFC45e1';
|
|
5
|
+
export const LENDING_RATE_ORACLE = '0xC661e1445F9a8E5FD3C3dbCa0A0A2e8CBc79725D';
|
|
5
6
|
export const ORACLE = '0xC365C653f7229894F93994CD0b30947Ab69Ff1D5';
|
|
6
7
|
export const AAVE_PROTOCOL_DATA_PROVIDER = '0xFA3bD19110d986c5e5E9DD5F69362d05035D045B';
|
|
7
8
|
export const POOL_ADMIN = '0x943E44157dC0302a5CEb172374d1749018a00994';
|
package/src/ts/AaveV2Polygon.ts
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
export const POOL_ADDRESSES_PROVIDER = '0xd05e3E715d945B59290df0ae8eF85c1BdB684744';
|
|
3
3
|
export const POOL = '0x8dFf5E27EA6b7AC08EbFdf9eB090F32ee9a30fcf';
|
|
4
4
|
export const POOL_CONFIGURATOR = '0x26db2B833021583566323E3b8985999981b9F1F3';
|
|
5
|
+
export const LENDING_RATE_ORACLE = '0x17F73aEaD876CC4059089ff815EDA37052960dFB';
|
|
5
6
|
export const ORACLE = '0x0229F777B0fAb107F9591a41d5F02E4e98dB6f2d';
|
|
6
7
|
export const AAVE_PROTOCOL_DATA_PROVIDER = '0x7551b5D2763519d4e37e8B81929D336De671d46d';
|
|
7
8
|
export const POOL_ADMIN = '0xdc9A35B16DB4e126cFeDC41322b3a36454B1F772';
|