Skip to content

Commit

Permalink
fix(cache): automated cache update - updated addresses (#546)
Browse files Browse the repository at this point in the history
* fix(cache): automated cache update - updated addresses

* fix: temporarily remove zksync

---------

Co-authored-by: Cache-bot <noreply@github.com>
Co-authored-by: sakulstra <lukasstrassel@googlemail.com>
  • Loading branch information
3 people authored Aug 26, 2024
1 parent ab3b59e commit 2d7c918
Show file tree
Hide file tree
Showing 35 changed files with 674 additions and 1,309 deletions.
7 changes: 3 additions & 4 deletions scripts/generateAddresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ async function main() {
optimismSepoliaProtoV3,
scrollProtoV3,
scrollSepoliaProtoV3,
zkSyncProtoV3,
// zkSyncProtoV3,
fantomTestnetProtoV3,
fantomProtoV3,
harmonyProtoV3,
Expand All @@ -132,7 +132,7 @@ async function main() {
);

const tokenListImports = await generateTokenList([...v2LibraryNames, ...v3LibraryNames]);
console.log("✅ Tokens list generation finished");
console.log('✅ Tokens list generation finished');

const networkAddresses = [
arbitrumAddresses,
Expand Down Expand Up @@ -182,8 +182,7 @@ async function main() {
writeFileSync(`./src/AaveAddressBook.sol`, prefixWithGeneratedWarning(prefixWithPragma('')));
solidityImports.map((solExport) => appendFileSync('./src/AaveAddressBook.sol', solExport));

console.log("✅ Generation finished");
console.log('✅ Generation finished');
}

main();

1 change: 0 additions & 1 deletion src/AaveAddressBook.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ import {AaveV3Optimism} from './AaveV3Optimism.sol';
import {AaveV3OptimismSepolia} from './AaveV3OptimismSepolia.sol';
import {AaveV3Scroll} from './AaveV3Scroll.sol';
import {AaveV3ScrollSepolia} from './AaveV3ScrollSepolia.sol';
import {AaveV3ZkSync} from './AaveV3ZkSync.sol';
import {AaveV3FantomTestnet} from './AaveV3FantomTestnet.sol';
import {AaveV3Fantom} from './AaveV3Fantom.sol';
import {AaveV3Harmony} from './AaveV3Harmony.sol';
Expand Down
2 changes: 1 addition & 1 deletion src/AaveGovernanceV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ library AaveGovernanceV2 {
// https://arbiscan.io/address/0x7d9103572bE58FfE99dc390E8246f02dcAe6f611
address internal constant ARBITRUM_BRIDGE_EXECUTOR = 0x7d9103572bE58FfE99dc390E8246f02dcAe6f611;

// https://andromeda-explorer.metis.io/address/0x8EC77963068474a45016938Deb95E603Ca82a029
// https://explorer.metis.io/address/0x8EC77963068474a45016938Deb95E603Ca82a029
address internal constant METIS_BRIDGE_EXECUTOR = 0x8EC77963068474a45016938Deb95E603Ca82a029;

// https://basescan.org/address/0xA9F30e6ED4098e9439B2ac8aEA2d3fc26BcEbb45
Expand Down
138 changes: 69 additions & 69 deletions src/AaveV2Avalanche.sol

Large diffs are not rendered by default.

88 changes: 44 additions & 44 deletions src/AaveV2Fuji.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,156 +6,156 @@ import {ILendingPoolAddressesProvider, ILendingPool, ILendingPoolConfigurator, I
import {ICollector} from './common/ICollector.sol';

library AaveV2Fuji {
// https://testnet.snowscan.xyz/address/0x7fdC1FdF79BE3309bf82f4abdAD9f111A6590C0f
// https://testnet.snowtrace.io/address/0x7fdC1FdF79BE3309bf82f4abdAD9f111A6590C0f
ILendingPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
ILendingPoolAddressesProvider(0x7fdC1FdF79BE3309bf82f4abdAD9f111A6590C0f);

// https://testnet.snowscan.xyz/address/0x76cc67FF2CC77821A70ED14321111Ce381C2594D
// https://testnet.snowtrace.io/address/0x76cc67FF2CC77821A70ED14321111Ce381C2594D
ILendingPool internal constant POOL = ILendingPool(0x76cc67FF2CC77821A70ED14321111Ce381C2594D);

// https://testnet.snowscan.xyz/address/0x6C66d96ACCCCC2E6F576813A480AD230D56FB2F1
// https://testnet.snowtrace.io/address/0x6C66d96ACCCCC2E6F576813A480AD230D56FB2F1
address internal constant POOL_IMPL = 0x6C66d96ACCCCC2E6F576813A480AD230D56FB2F1;

// https://testnet.snowscan.xyz/address/0x4ceBAFAAcc6Cb26FD90E4cDe138Eb812442bb5f3
// https://testnet.snowtrace.io/address/0x4ceBAFAAcc6Cb26FD90E4cDe138Eb812442bb5f3
ILendingPoolConfigurator internal constant POOL_CONFIGURATOR =
ILendingPoolConfigurator(0x4ceBAFAAcc6Cb26FD90E4cDe138Eb812442bb5f3);

// https://testnet.snowscan.xyz/address/0x4f350F6D1688ca1eae4811e182569130a8B6CCaf
// https://testnet.snowtrace.io/address/0x4f350F6D1688ca1eae4811e182569130a8B6CCaf
address internal constant POOL_CONFIGURATOR_IMPL = 0x4f350F6D1688ca1eae4811e182569130a8B6CCaf;

// https://testnet.snowscan.xyz/address/0xfa4f5B081632c4709667D467F817C09d9008A46A
// https://testnet.snowtrace.io/address/0xfa4f5B081632c4709667D467F817C09d9008A46A
IAaveOracle internal constant ORACLE = IAaveOracle(0xfa4f5B081632c4709667D467F817C09d9008A46A);

// https://testnet.snowscan.xyz/address/0x76Ec7c83aCb6af821E61F1DF1E0aBE684Bc904F8
// https://testnet.snowtrace.io/address/0x76Ec7c83aCb6af821E61F1DF1E0aBE684Bc904F8
ILendingRateOracle internal constant LENDING_RATE_ORACLE =
ILendingRateOracle(0x76Ec7c83aCb6af821E61F1DF1E0aBE684Bc904F8);

// https://testnet.snowscan.xyz/address/0x0668EDE013c1c475724523409b8B6bE633469585
// https://testnet.snowtrace.io/address/0x0668EDE013c1c475724523409b8B6bE633469585
IAaveProtocolDataProvider internal constant AAVE_PROTOCOL_DATA_PROVIDER =
IAaveProtocolDataProvider(0x0668EDE013c1c475724523409b8B6bE633469585);

// https://testnet.snowscan.xyz/address/0x1128d177BdaA74Ae68EB06e693f4CbA6BF427a5e
// https://testnet.snowtrace.io/address/0x1128d177BdaA74Ae68EB06e693f4CbA6BF427a5e
address internal constant POOL_ADMIN = 0x1128d177BdaA74Ae68EB06e693f4CbA6BF427a5e;

// https://testnet.snowscan.xyz/address/0x1128d177BdaA74Ae68EB06e693f4CbA6BF427a5e
// https://testnet.snowtrace.io/address/0x1128d177BdaA74Ae68EB06e693f4CbA6BF427a5e
address internal constant EMERGENCY_ADMIN = 0x1128d177BdaA74Ae68EB06e693f4CbA6BF427a5e;

// https://testnet.snowscan.xyz/address/0xB45F5C501A22288dfdb897e5f73E189597e09288
// https://testnet.snowtrace.io/address/0xB45F5C501A22288dfdb897e5f73E189597e09288
ICollector internal constant COLLECTOR = ICollector(0xB45F5C501A22288dfdb897e5f73E189597e09288);

// https://testnet.snowscan.xyz/address/0xa1EF206fb9a8D8186157FC817fCddcC47727ED55
// https://testnet.snowtrace.io/address/0xa1EF206fb9a8D8186157FC817fCddcC47727ED55
address internal constant DEFAULT_INCENTIVES_CONTROLLER =
0xa1EF206fb9a8D8186157FC817fCddcC47727ED55;

// https://testnet.snowscan.xyz/address/0x3b60cABB2C0e9ADe3e364b1F9752342A5D6079e2
// https://testnet.snowtrace.io/address/0x3b60cABB2C0e9ADe3e364b1F9752342A5D6079e2
address internal constant EMISSION_MANAGER = 0x3b60cABB2C0e9ADe3e364b1F9752342A5D6079e2;

// https://testnet.snowscan.xyz/address/0x007bbD6A554E27EcdA1D10b40974eb7478799EcB
// https://testnet.snowtrace.io/address/0x007bbD6A554E27EcdA1D10b40974eb7478799EcB
address internal constant LENDING_POOL_COLLATERAL_MANAGER =
0x007bbD6A554E27EcdA1D10b40974eb7478799EcB;

// https://testnet.snowscan.xyz/address/0x90E5BAc5A98fff59617080848959f44eACB4Cd7B
// https://testnet.snowtrace.io/address/0x90E5BAc5A98fff59617080848959f44eACB4Cd7B
address internal constant FAUCET = 0x90E5BAc5A98fff59617080848959f44eACB4Cd7B;

// https://testnet.snowscan.xyz/address/0x04A6Fa9999E3C807Ee7b6Ca58eFAb93713d405BF
// https://testnet.snowtrace.io/address/0x04A6Fa9999E3C807Ee7b6Ca58eFAb93713d405BF
address internal constant POOL_ADDRESSES_PROVIDER_REGISTRY =
0x04A6Fa9999E3C807Ee7b6Ca58eFAb93713d405BF;

// https://testnet.snowscan.xyz/address/0x9842E5B7b7C6cEDfB1952a388e050582Ff95645b
// https://testnet.snowtrace.io/address/0x9842E5B7b7C6cEDfB1952a388e050582Ff95645b
address internal constant UI_INCENTIVE_DATA_PROVIDER = 0x9842E5B7b7C6cEDfB1952a388e050582Ff95645b;

// https://testnet.snowscan.xyz/address/0x88b4013f8C50e61ab027Cc253ab9a50663e2dF45
// https://testnet.snowtrace.io/address/0x88b4013f8C50e61ab027Cc253ab9a50663e2dF45
address internal constant UI_POOL_DATA_PROVIDER = 0x88b4013f8C50e61ab027Cc253ab9a50663e2dF45;

// https://testnet.snowscan.xyz/address/0x3f5A507B33260a3869878B31FB90F04F451d28e3
// https://testnet.snowtrace.io/address/0x3f5A507B33260a3869878B31FB90F04F451d28e3
address internal constant WALLET_BALANCE_PROVIDER = 0x3f5A507B33260a3869878B31FB90F04F451d28e3;

// https://testnet.snowscan.xyz/address/0x1648C14DbB6ccdd5846969cE23DeEC4C66a03335
// https://testnet.snowtrace.io/address/0x1648C14DbB6ccdd5846969cE23DeEC4C66a03335
address internal constant WETH_GATEWAY = 0x1648C14DbB6ccdd5846969cE23DeEC4C66a03335;
}

library AaveV2FujiAssets {
// https://testnet.snowscan.xyz/address/0x9668f5f55f2712Dd2dfa316256609b516292D554
// https://testnet.snowtrace.io/address/0x9668f5f55f2712Dd2dfa316256609b516292D554
address internal constant WETH_UNDERLYING = 0x9668f5f55f2712Dd2dfa316256609b516292D554;

uint8 internal constant WETH_DECIMALS = 18;

// https://testnet.snowscan.xyz/address/0x2B2927e26b433D92fC598EE79Fa351d6591B8F95
// https://testnet.snowtrace.io/address/0x2B2927e26b433D92fC598EE79Fa351d6591B8F95
address internal constant WETH_A_TOKEN = 0x2B2927e26b433D92fC598EE79Fa351d6591B8F95;

// https://testnet.snowscan.xyz/address/0xB61CC359E2133b8618cc0319F359F8CA1d3d2b33
// https://testnet.snowtrace.io/address/0xB61CC359E2133b8618cc0319F359F8CA1d3d2b33
address internal constant WETH_V_TOKEN = 0xB61CC359E2133b8618cc0319F359F8CA1d3d2b33;

// https://testnet.snowscan.xyz/address/0x056AaAc3aAf49d00C4fA10bCf9661D2371427ECB
// https://testnet.snowtrace.io/address/0x056AaAc3aAf49d00C4fA10bCf9661D2371427ECB
address internal constant WETH_S_TOKEN = 0x056AaAc3aAf49d00C4fA10bCf9661D2371427ECB;

// https://testnet.snowscan.xyz/address/0x86d67c3D38D2bCeE722E601025C25a575021c6EA
// https://testnet.snowtrace.io/address/0x86d67c3D38D2bCeE722E601025C25a575021c6EA
address internal constant WETH_ORACLE = 0x86d67c3D38D2bCeE722E601025C25a575021c6EA;

// https://testnet.snowscan.xyz/address/0x79bA34079AA04E5d5b25C29df03A3736a8eC7817
// https://testnet.snowtrace.io/address/0x79bA34079AA04E5d5b25C29df03A3736a8eC7817
address internal constant WETH_INTEREST_RATE_STRATEGY =
0x79bA34079AA04E5d5b25C29df03A3736a8eC7817;

// https://testnet.snowscan.xyz/address/0x02823f9B469960Bb3b1de0B3746D4b95B7E35543
// https://testnet.snowtrace.io/address/0x02823f9B469960Bb3b1de0B3746D4b95B7E35543
address internal constant USDT_UNDERLYING = 0x02823f9B469960Bb3b1de0B3746D4b95B7E35543;

uint8 internal constant USDT_DECIMALS = 6;

// https://testnet.snowscan.xyz/address/0x5f049c41aF3856cBc171F61FB04D58C1e7445f5F
// https://testnet.snowtrace.io/address/0x5f049c41aF3856cBc171F61FB04D58C1e7445f5F
address internal constant USDT_A_TOKEN = 0x5f049c41aF3856cBc171F61FB04D58C1e7445f5F;

// https://testnet.snowscan.xyz/address/0x6422A7C91A48dD211BF6BdE1Db14d7734f9cbD69
// https://testnet.snowtrace.io/address/0x6422A7C91A48dD211BF6BdE1Db14d7734f9cbD69
address internal constant USDT_V_TOKEN = 0x6422A7C91A48dD211BF6BdE1Db14d7734f9cbD69;

// https://testnet.snowscan.xyz/address/0x8c5a8eB9dd4e029c1A5B9e740086eB6Cf4Ba7F13
// https://testnet.snowtrace.io/address/0x8c5a8eB9dd4e029c1A5B9e740086eB6Cf4Ba7F13
address internal constant USDT_S_TOKEN = 0x8c5a8eB9dd4e029c1A5B9e740086eB6Cf4Ba7F13;

// https://testnet.snowscan.xyz/address/0x7898AcCC83587C3C55116c5230C17a6Cd9C71bad
// https://testnet.snowtrace.io/address/0x7898AcCC83587C3C55116c5230C17a6Cd9C71bad
address internal constant USDT_ORACLE = 0x7898AcCC83587C3C55116c5230C17a6Cd9C71bad;

// https://testnet.snowscan.xyz/address/0xC49F727470A367f29Bf4F55B53b4531a26E61E05
// https://testnet.snowtrace.io/address/0xC49F727470A367f29Bf4F55B53b4531a26E61E05
address internal constant USDT_INTEREST_RATE_STRATEGY =
0xC49F727470A367f29Bf4F55B53b4531a26E61E05;

// https://testnet.snowscan.xyz/address/0x9C1DCacB57ADa1E9e2D3a8280B7cfC7EB936186F
// https://testnet.snowtrace.io/address/0x9C1DCacB57ADa1E9e2D3a8280B7cfC7EB936186F
address internal constant WBTC_UNDERLYING = 0x9C1DCacB57ADa1E9e2D3a8280B7cfC7EB936186F;

uint8 internal constant WBTC_DECIMALS = 8;

// https://testnet.snowscan.xyz/address/0xD5B516FDbfb7264676Fd4901B9dD3F707db68733
// https://testnet.snowtrace.io/address/0xD5B516FDbfb7264676Fd4901B9dD3F707db68733
address internal constant WBTC_A_TOKEN = 0xD5B516FDbfb7264676Fd4901B9dD3F707db68733;

// https://testnet.snowscan.xyz/address/0xbd0601970fE5b35649Fb92f292cde21f0f52eAE9
// https://testnet.snowtrace.io/address/0xbd0601970fE5b35649Fb92f292cde21f0f52eAE9
address internal constant WBTC_V_TOKEN = 0xbd0601970fE5b35649Fb92f292cde21f0f52eAE9;

// https://testnet.snowscan.xyz/address/0x38A9d8f89Cf87FD4C50dd7B019b9af30c2540512
// https://testnet.snowtrace.io/address/0x38A9d8f89Cf87FD4C50dd7B019b9af30c2540512
address internal constant WBTC_S_TOKEN = 0x38A9d8f89Cf87FD4C50dd7B019b9af30c2540512;

// https://testnet.snowscan.xyz/address/0x31CF013A08c6Ac228C94551d535d5BAfE19c602a
// https://testnet.snowtrace.io/address/0x31CF013A08c6Ac228C94551d535d5BAfE19c602a
address internal constant WBTC_ORACLE = 0x31CF013A08c6Ac228C94551d535d5BAfE19c602a;

// https://testnet.snowscan.xyz/address/0xC58e46e20B11192Ecb90a8735362e3b633960bf5
// https://testnet.snowtrace.io/address/0xC58e46e20B11192Ecb90a8735362e3b633960bf5
address internal constant WBTC_INTEREST_RATE_STRATEGY =
0xC58e46e20B11192Ecb90a8735362e3b633960bf5;

// https://testnet.snowscan.xyz/address/0xd00ae08403B9bbb9124bB305C09058E32C39A48c
// https://testnet.snowtrace.io/address/0xd00ae08403B9bbb9124bB305C09058E32C39A48c
address internal constant WAVAX_UNDERLYING = 0xd00ae08403B9bbb9124bB305C09058E32C39A48c;

uint8 internal constant WAVAX_DECIMALS = 18;

// https://testnet.snowscan.xyz/address/0xf8C78Ba24DD965487f4472dfb280c46800a0c9B6
// https://testnet.snowtrace.io/address/0xf8C78Ba24DD965487f4472dfb280c46800a0c9B6
address internal constant WAVAX_A_TOKEN = 0xf8C78Ba24DD965487f4472dfb280c46800a0c9B6;

// https://testnet.snowscan.xyz/address/0x333f38B8E76077539Cde1d50Fb5dE0AC6F7E6837
// https://testnet.snowtrace.io/address/0x333f38B8E76077539Cde1d50Fb5dE0AC6F7E6837
address internal constant WAVAX_V_TOKEN = 0x333f38B8E76077539Cde1d50Fb5dE0AC6F7E6837;

// https://testnet.snowscan.xyz/address/0xE1c2E4E85d34CAed5c29447135c3ADfaD30364f1
// https://testnet.snowtrace.io/address/0xE1c2E4E85d34CAed5c29447135c3ADfaD30364f1
address internal constant WAVAX_S_TOKEN = 0xE1c2E4E85d34CAed5c29447135c3ADfaD30364f1;

// https://testnet.snowscan.xyz/address/0x5498BB86BC934c8D34FDA08E81D444153d0D06aD
// https://testnet.snowtrace.io/address/0x5498BB86BC934c8D34FDA08E81D444153d0D06aD
address internal constant WAVAX_ORACLE = 0x5498BB86BC934c8D34FDA08E81D444153d0D06aD;

// https://testnet.snowscan.xyz/address/0xd720420A83FefC64aE9Ff776e5B36621D0989AB7
// https://testnet.snowtrace.io/address/0xd720420A83FefC64aE9Ff776e5B36621D0989AB7
address internal constant WAVAX_INTEREST_RATE_STRATEGY =
0xd720420A83FefC64aE9Ff776e5B36621D0989AB7;
}
24 changes: 12 additions & 12 deletions src/AaveV2Polygon.sol
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ library AaveV2PolygonAssets {
// https://polygonscan.com/address/0x08EDd9E1DF3b0b8498864C60a2FD6cDb13148885
address internal constant DAI_ORACLE = 0x08EDd9E1DF3b0b8498864C60a2FD6cDb13148885;

// https://polygonscan.com/address/0x21E5a30dFebD364F135a50AA1365D729a4A424a6
address internal constant DAI_INTEREST_RATE_STRATEGY = 0x21E5a30dFebD364F135a50AA1365D729a4A424a6;
// https://polygonscan.com/address/0xa68fF0Ee7Bac9bD5cf68667fBEf0870804Fce734
address internal constant DAI_INTEREST_RATE_STRATEGY = 0xa68fF0Ee7Bac9bD5cf68667fBEf0870804Fce734;

// https://polygonscan.com/address/0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174
address internal constant USDC_UNDERLYING = 0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174;
Expand All @@ -128,9 +128,9 @@ library AaveV2PolygonAssets {
// https://polygonscan.com/address/0xB611AA5E98112C7c3711Ca3a5187dC025B83C8e4
address internal constant USDC_ORACLE = 0xB611AA5E98112C7c3711Ca3a5187dC025B83C8e4;

// https://polygonscan.com/address/0x40648f731198AD8ba5757a0bE5DaDaE034ffCf76
// https://polygonscan.com/address/0xc7A565fec411b6fB2F974dd79552Cd038d5Bc575
address internal constant USDC_INTEREST_RATE_STRATEGY =
0x40648f731198AD8ba5757a0bE5DaDaE034ffCf76;
0xc7A565fec411b6fB2F974dd79552Cd038d5Bc575;

// https://polygonscan.com/address/0xc2132D05D31c914a87C6611C10748AEb04B58e8F
address internal constant USDT_UNDERLYING = 0xc2132D05D31c914a87C6611C10748AEb04B58e8F;
Expand All @@ -149,9 +149,9 @@ library AaveV2PolygonAssets {
// https://polygonscan.com/address/0xf840c80932908EF206056dF0882bC595e7150607
address internal constant USDT_ORACLE = 0xf840c80932908EF206056dF0882bC595e7150607;

// https://polygonscan.com/address/0xfE6691dEFB078658bA79E2204f74371eD9db48cf
// https://polygonscan.com/address/0x38580592Fd23E5cc6FF5c3c76966733A43e69120
address internal constant USDT_INTEREST_RATE_STRATEGY =
0xfE6691dEFB078658bA79E2204f74371eD9db48cf;
0x38580592Fd23E5cc6FF5c3c76966733A43e69120;

// https://polygonscan.com/address/0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6
address internal constant WBTC_UNDERLYING = 0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6;
Expand All @@ -170,9 +170,9 @@ library AaveV2PolygonAssets {
// https://polygonscan.com/address/0xA338e0492B2F944E9F8C0653D3AD1484f2657a37
address internal constant WBTC_ORACLE = 0xA338e0492B2F944E9F8C0653D3AD1484f2657a37;

// https://polygonscan.com/address/0xA251080dda3Eb5738aE9725F7E5295Fc9E0cc6C6
// https://polygonscan.com/address/0x588DEd8C297DE231005028553f902FA60B4535d7
address internal constant WBTC_INTEREST_RATE_STRATEGY =
0xA251080dda3Eb5738aE9725F7E5295Fc9E0cc6C6;
0x588DEd8C297DE231005028553f902FA60B4535d7;

// https://polygonscan.com/address/0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619
address internal constant WETH_UNDERLYING = 0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619;
Expand All @@ -188,9 +188,9 @@ library AaveV2PolygonAssets {
// https://polygonscan.com/address/0xc478cBbeB590C76b01ce658f8C4dda04f30e2C6f
address internal constant WETH_S_TOKEN = 0xc478cBbeB590C76b01ce658f8C4dda04f30e2C6f;

// https://polygonscan.com/address/0xf6f51775135c17543913B7122Da33921F58c3D19
// https://polygonscan.com/address/0xca2D6f36F395b72DC16506a65e65f94F14455cAd
address internal constant WETH_INTEREST_RATE_STRATEGY =
0xf6f51775135c17543913B7122Da33921F58c3D19;
0xca2D6f36F395b72DC16506a65e65f94F14455cAd;

// https://polygonscan.com/address/0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270
address internal constant WMATIC_UNDERLYING = 0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270;
Expand All @@ -209,9 +209,9 @@ library AaveV2PolygonAssets {
// https://polygonscan.com/address/0x327e23A4855b6F663a28c5161541d69Af8973302
address internal constant WMATIC_ORACLE = 0x327e23A4855b6F663a28c5161541d69Af8973302;

// https://polygonscan.com/address/0x30F7E0862FFC80Ff4cA2D6d202c31364A8034A56
// https://polygonscan.com/address/0x24EFC8B78763aDb295f59bF86A03e4857720B6e4
address internal constant WMATIC_INTEREST_RATE_STRATEGY =
0x30F7E0862FFC80Ff4cA2D6d202c31364A8034A56;
0x24EFC8B78763aDb295f59bF86A03e4857720B6e4;

// https://polygonscan.com/address/0xD6DF932A45C0f255f85145f286eA0b292B21C90B
address internal constant AAVE_UNDERLYING = 0xD6DF932A45C0f255f85145f286eA0b292B21C90B;
Expand Down
Loading

0 comments on commit 2d7c918

Please sign in to comment.