Skip to content

Commit

Permalink
fix(cache): automated cache update - updated addresses (#671)
Browse files Browse the repository at this point in the history
Co-authored-by: Cache-bot <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Oct 30, 2024
1 parent 00da418 commit 94267fd
Show file tree
Hide file tree
Showing 43 changed files with 5 additions and 103 deletions.
2 changes: 0 additions & 2 deletions src/AaveV2Avalanche.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pragma solidity >=0.6.0;

import {ILendingPoolAddressesProvider, ILendingPool, ILendingPoolConfigurator, IAaveOracle, IAaveProtocolDataProvider, ILendingRateOracle} from './AaveV2.sol';
import {ICollector} from './common/ICollector.sol';

library AaveV2Avalanche {
// https://snowtrace.io/address/0xb6A86025F0FE1862B372cb0ca18CE3EDe02A318f
ILendingPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
Expand Down Expand Up @@ -96,7 +95,6 @@ library AaveV2Avalanche {
// https://snowtrace.io/address/0x68c815cB8C8390bc3F2CE99265044dEC9D350C49
address internal constant WETH_GATEWAY = 0x68c815cB8C8390bc3F2CE99265044dEC9D350C49;
}

library AaveV2AvalancheAssets {
// https://snowtrace.io/address/0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB
address internal constant WETHe_UNDERLYING = 0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB;
Expand Down
2 changes: 0 additions & 2 deletions src/AaveV2Ethereum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pragma solidity >=0.6.0;

import {ILendingPoolAddressesProvider, ILendingPool, ILendingPoolConfigurator, IAaveOracle, IAaveProtocolDataProvider, ILendingRateOracle} from './AaveV2.sol';
import {ICollector} from './common/ICollector.sol';

library AaveV2Ethereum {
// https://etherscan.io/address/0xB53C1a33016B2DC2fF3653530bfF1848a515c8c5
ILendingPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
Expand Down Expand Up @@ -89,7 +88,6 @@ library AaveV2Ethereum {
// https://etherscan.io/address/0xa0d9C1E9E48Ca30c8d8C3B5D69FF5dc1f6DFfC24
address internal constant WETH_GATEWAY = 0xa0d9C1E9E48Ca30c8d8C3B5D69FF5dc1f6DFfC24;
}

library AaveV2EthereumAssets {
// https://etherscan.io/address/0xdAC17F958D2ee523a2206206994597C13D831ec7
address internal constant USDT_UNDERLYING = 0xdAC17F958D2ee523a2206206994597C13D831ec7;
Expand Down
2 changes: 0 additions & 2 deletions src/AaveV2EthereumAMM.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pragma solidity >=0.6.0;

import {ILendingPoolAddressesProvider, ILendingPool, ILendingPoolConfigurator, IAaveOracle, IAaveProtocolDataProvider, ILendingRateOracle} from './AaveV2.sol';
import {ICollector} from './common/ICollector.sol';

library AaveV2EthereumAMM {
// https://etherscan.io/address/0xAcc030EF66f9dFEAE9CbB0cd1B25654b82cFA8d5
ILendingPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
Expand Down Expand Up @@ -72,7 +71,6 @@ library AaveV2EthereumAMM {
// https://etherscan.io/address/0xbe9a7B3F2f54E18D7C0a17B03ad84Ac2D1D28eAC
address internal constant WETH_GATEWAY = 0xbe9a7B3F2f54E18D7C0a17B03ad84Ac2D1D28eAC;
}

library AaveV2EthereumAMMAssets {
// https://etherscan.io/address/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2
address internal constant WETH_UNDERLYING = 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2;
Expand Down
2 changes: 0 additions & 2 deletions src/AaveV2EthereumArc.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pragma solidity >=0.6.0;

import {ILendingPoolAddressesProvider, ILendingPool, ILendingPoolConfigurator, IAaveOracle, IAaveProtocolDataProvider, ILendingRateOracle} from './AaveV2.sol';
import {ICollector} from './common/ICollector.sol';

library AaveV2EthereumArc {
// https://etherscan.io/address/0x6FdfafB66d39cD72CFE7984D3Bbcc76632faAb00
ILendingPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
Expand Down Expand Up @@ -50,7 +49,6 @@ library AaveV2EthereumArc {
// https://etherscan.io/address/0xF4a1F5fEA79C3609514A417425971FadC10eCfBE
address internal constant PERMISSION_MANAGER = 0xF4a1F5fEA79C3609514A417425971FadC10eCfBE;
}

library AaveV2EthereumArcAssets {
// https://etherscan.io/address/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48
address internal constant USDC_UNDERLYING = 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48;
Expand Down
2 changes: 0 additions & 2 deletions src/AaveV2Fuji.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pragma solidity >=0.6.0;

import {ILendingPoolAddressesProvider, ILendingPool, ILendingPoolConfigurator, IAaveOracle, IAaveProtocolDataProvider, ILendingRateOracle} from './AaveV2.sol';
import {ICollector} from './common/ICollector.sol';

library AaveV2Fuji {
// https://testnet.snowtrace.io/address/0x7fdC1FdF79BE3309bf82f4abdAD9f111A6590C0f
ILendingPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
Expand Down Expand Up @@ -73,7 +72,6 @@ library AaveV2Fuji {
// https://testnet.snowtrace.io/address/0x1648C14DbB6ccdd5846969cE23DeEC4C66a03335
address internal constant WETH_GATEWAY = 0x1648C14DbB6ccdd5846969cE23DeEC4C66a03335;
}

library AaveV2FujiAssets {
// https://testnet.snowtrace.io/address/0x9668f5f55f2712Dd2dfa316256609b516292D554
address internal constant WETH_UNDERLYING = 0x9668f5f55f2712Dd2dfa316256609b516292D554;
Expand Down
2 changes: 0 additions & 2 deletions src/AaveV2Polygon.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pragma solidity >=0.6.0;

import {ILendingPoolAddressesProvider, ILendingPool, ILendingPoolConfigurator, IAaveOracle, IAaveProtocolDataProvider, ILendingRateOracle} from './AaveV2.sol';
import {ICollector} from './common/ICollector.sol';

library AaveV2Polygon {
// https://polygonscan.com/address/0xd05e3E715d945B59290df0ae8eF85c1BdB684744
ILendingPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
Expand Down Expand Up @@ -89,7 +88,6 @@ library AaveV2Polygon {
// https://polygonscan.com/address/0xf1e6d4347105138B51E2bacA9A22fA228309ebB1
address internal constant WETH_GATEWAY = 0xf1e6d4347105138B51E2bacA9A22fA228309ebB1;
}

library AaveV2PolygonAssets {
// https://polygonscan.com/address/0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063
address internal constant DAI_UNDERLYING = 0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063;
Expand Down
4 changes: 0 additions & 4 deletions src/AaveV3Arbitrum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pragma solidity >=0.6.0;

import {IPoolAddressesProvider, IPool, IPoolConfigurator, IAaveOracle, IPoolDataProvider, IACLManager} from './AaveV3.sol';
import {ICollector} from './common/ICollector.sol';

library AaveV3Arbitrum {
// https://arbiscan.io/address/0xa97684ead0e402dC232d5A977953DF7ECBaB3CDb
IPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
Expand Down Expand Up @@ -110,7 +109,6 @@ library AaveV3Arbitrum {
// https://arbiscan.io/address/0x5598BbFA2f4fE8151f45bBA0a3edE1b54B51a0a9
address internal constant WITHDRAW_SWAP_ADAPTER = 0x5598BbFA2f4fE8151f45bBA0a3edE1b54B51a0a9;
}

library AaveV3ArbitrumAssets {
// https://arbiscan.io/address/0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1
address internal constant DAI_UNDERLYING = 0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1;
Expand Down Expand Up @@ -462,15 +460,13 @@ library AaveV3ArbitrumAssets {
// https://arbiscan.io/address/0xD9FBA68D89178e3538e708939332c79efC540179
address internal constant GHO_STATIC_A_TOKEN = 0xD9FBA68D89178e3538e708939332c79efC540179;
}

library AaveV3ArbitrumEModes {
uint8 internal constant NONE = 0;

uint8 internal constant STABLECOINS = 1;

uint8 internal constant ETH_CORRELATED = 2;
}

library AaveV3ArbitrumExternalLibraries {
// https://arbiscan.io/address/0xb32381feFFF45eE9F47fD2f2cF83C832637d6EF0
address internal constant FLASHLOAN_LOGIC = 0xb32381feFFF45eE9F47fD2f2cF83C832637d6EF0;
Expand Down
2 changes: 0 additions & 2 deletions src/AaveV3ArbitrumSepolia.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pragma solidity >=0.6.0;

import {IPoolAddressesProvider, IPool, IPoolConfigurator, IAaveOracle, IPoolDataProvider, IACLManager} from './AaveV3.sol';
import {ICollector} from './common/ICollector.sol';

library AaveV3ArbitrumSepolia {
// https://sepolia.arbiscan.io/address/0xB25a5D144626a0D488e52AE717A051a2E9997076
IPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
Expand Down Expand Up @@ -76,7 +75,6 @@ library AaveV3ArbitrumSepolia {
// https://sepolia.arbiscan.io/address/0x20040a64612555042335926d72B4E5F667a67fA1
address internal constant WETH_GATEWAY = 0x20040a64612555042335926d72B4E5F667a67fA1;
}

library AaveV3ArbitrumSepoliaAssets {
// https://sepolia.arbiscan.io/address/0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d
address internal constant USDC_UNDERLYING = 0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d;
Expand Down
4 changes: 0 additions & 4 deletions src/AaveV3Avalanche.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pragma solidity >=0.6.0;

import {IPoolAddressesProvider, IPool, IPoolConfigurator, IAaveOracle, IPoolDataProvider, IACLManager} from './AaveV3.sol';
import {ICollector} from './common/ICollector.sol';

library AaveV3Avalanche {
// https://snowtrace.io/address/0xa97684ead0e402dC232d5A977953DF7ECBaB3CDb
IPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
Expand Down Expand Up @@ -105,7 +104,6 @@ library AaveV3Avalanche {
// https://snowtrace.io/address/0x78F8Bd884C3D738B74B420540659c82f392820e0
address internal constant WITHDRAW_SWAP_ADAPTER = 0x78F8Bd884C3D738B74B420540659c82f392820e0;
}

library AaveV3AvalancheAssets {
// https://snowtrace.io/address/0xd586E7F844cEa2F87f50152665BCbc2C279D8d70
address internal constant DAIe_UNDERLYING = 0xd586E7F844cEa2F87f50152665BCbc2C279D8d70;
Expand Down Expand Up @@ -358,15 +356,13 @@ library AaveV3AvalancheAssets {
// https://snowtrace.io/address/0x34d768cc830c32DcD743321c09A2A702651bF9a2
address internal constant BTCb_STATIC_A_TOKEN = 0x34d768cc830c32DcD743321c09A2A702651bF9a2;
}

library AaveV3AvalancheEModes {
uint8 internal constant NONE = 0;

uint8 internal constant STABLECOINS = 1;

uint8 internal constant AVAX_CORRELATED = 2;
}

library AaveV3AvalancheExternalLibraries {
// https://snowtrace.io/address/0xb32381feFFF45eE9F47fD2f2cF83C832637d6EF0
address internal constant FLASHLOAN_LOGIC = 0xb32381feFFF45eE9F47fD2f2cF83C832637d6EF0;
Expand Down
4 changes: 0 additions & 4 deletions src/AaveV3BNB.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pragma solidity >=0.6.0;

import {IPoolAddressesProvider, IPool, IPoolConfigurator, IAaveOracle, IPoolDataProvider, IACLManager} from './AaveV3.sol';
import {ICollector} from './common/ICollector.sol';

library AaveV3BNB {
// https://bscscan.com/address/0xff75B6da14FfbbfD355Daf7a2731456b3562Ba6D
IPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
Expand Down Expand Up @@ -98,7 +97,6 @@ library AaveV3BNB {
// https://bscscan.com/address/0x326aB0868bD279382Be2DF5E228Cb8AF38649AB4
address internal constant STATIC_A_TOKEN_FACTORY = 0x326aB0868bD279382Be2DF5E228Cb8AF38649AB4;
}

library AaveV3BNBAssets {
// https://bscscan.com/address/0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82
address internal constant Cake_UNDERLYING = 0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82;
Expand Down Expand Up @@ -246,11 +244,9 @@ library AaveV3BNBAssets {
// https://bscscan.com/address/0x4d074aAa0821073dA827f7bf6a02cF905b394ed0
address internal constant FDUSD_STATIC_A_TOKEN = 0x4d074aAa0821073dA827f7bf6a02cF905b394ed0;
}

library AaveV3BNBEModes {
uint8 internal constant NONE = 0;
}

library AaveV3BNBExternalLibraries {
// https://bscscan.com/address/0xb32381feFFF45eE9F47fD2f2cF83C832637d6EF0
address internal constant FLASHLOAN_LOGIC = 0xb32381feFFF45eE9F47fD2f2cF83C832637d6EF0;
Expand Down
4 changes: 0 additions & 4 deletions src/AaveV3Base.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pragma solidity >=0.6.0;

import {IPoolAddressesProvider, IPool, IPoolConfigurator, IAaveOracle, IPoolDataProvider, IACLManager} from './AaveV3.sol';
import {ICollector} from './common/ICollector.sol';

library AaveV3Base {
// https://basescan.org/address/0xe20fCBdBfFC4Dd138cE8b2E6FBb6CB49777ad64D
IPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
Expand Down Expand Up @@ -107,7 +106,6 @@ library AaveV3Base {
// https://basescan.org/address/0x729b3EA8C005AbC58c9150fb57Ec161296F06766
address internal constant WETH_GATEWAY = 0x729b3EA8C005AbC58c9150fb57Ec161296F06766;
}

library AaveV3BaseAssets {
// https://basescan.org/address/0x4200000000000000000000000000000000000006
address internal constant WETH_UNDERLYING = 0x4200000000000000000000000000000000000006;
Expand Down Expand Up @@ -253,13 +251,11 @@ library AaveV3BaseAssets {
address internal constant cbBTC_INTEREST_RATE_STRATEGY =
0x86AB1C62A8bf868E1b3E1ab87d587Aba6fbCbDC5;
}

library AaveV3BaseEModes {
uint8 internal constant NONE = 0;

uint8 internal constant ETH_CORRELATED = 1;
}

library AaveV3BaseExternalLibraries {
// https://basescan.org/address/0xb32381feFFF45eE9F47fD2f2cF83C832637d6EF0
address internal constant FLASHLOAN_LOGIC = 0xb32381feFFF45eE9F47fD2f2cF83C832637d6EF0;
Expand Down
4 changes: 0 additions & 4 deletions src/AaveV3BaseSepolia.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pragma solidity >=0.6.0;

import {IPoolAddressesProvider, IPool, IPoolConfigurator, IAaveOracle, IPoolDataProvider, IACLManager} from './AaveV3.sol';
import {ICollector} from './common/ICollector.sol';

library AaveV3BaseSepolia {
// https://sepolia.basescan.org/address/0x150E9a8b83b731B9218a5633F1E804BC82508A46
IPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
Expand Down Expand Up @@ -76,7 +75,6 @@ library AaveV3BaseSepolia {
// https://sepolia.basescan.org/address/0xd5DDE725b0A2dE43fBDb4E488A7fdA389210d461
address internal constant WETH_GATEWAY = 0xd5DDE725b0A2dE43fBDb4E488A7fdA389210d461;
}

library AaveV3BaseSepoliaAssets {
// https://sepolia.basescan.org/address/0x036CbD53842c5426634e7929541eC2318f3dCF7e
address internal constant USDC_UNDERLYING = 0x036CbD53842c5426634e7929541eC2318f3dCF7e;
Expand Down Expand Up @@ -153,11 +151,9 @@ library AaveV3BaseSepoliaAssets {
// https://sepolia.basescan.org/address/0xb17966889E3D914CCf9A11bA0Fd71870B03727AF
address internal constant USDX_STATA_TOKEN = 0xb17966889E3D914CCf9A11bA0Fd71870B03727AF;
}

library AaveV3BaseSepoliaEModes {
uint8 internal constant NONE = 0;
}

library AaveV3BaseSepoliaExternalLibraries {
// https://sepolia.basescan.org/address/0xb32381feFFF45eE9F47fD2f2cF83C832637d6EF0
address internal constant FLASHLOAN_LOGIC = 0xb32381feFFF45eE9F47fD2f2cF83C832637d6EF0;
Expand Down
4 changes: 0 additions & 4 deletions src/AaveV3Ethereum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pragma solidity >=0.6.0;

import {IPoolAddressesProvider, IPool, IPoolConfigurator, IAaveOracle, IPoolDataProvider, IACLManager} from './AaveV3.sol';
import {ICollector} from './common/ICollector.sol';

library AaveV3Ethereum {
// https://etherscan.io/address/0x2f39d218133AFaB8F2B819B1066c7E434Ad94E9e
IPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
Expand Down Expand Up @@ -108,7 +107,6 @@ library AaveV3Ethereum {
// https://etherscan.io/address/0xE28E2c8d240dd5eBd0adcab86fbD79df7a052034
address internal constant SAVINGS_DAI_TOKEN_WRAPPER = 0xE28E2c8d240dd5eBd0adcab86fbD79df7a052034;
}

library AaveV3EthereumAssets {
// https://etherscan.io/address/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2
address internal constant WETH_UNDERLYING = 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2;
Expand Down Expand Up @@ -826,13 +824,11 @@ library AaveV3EthereumAssets {
address internal constant USDS_INTEREST_RATE_STRATEGY =
0x9ec6F08190DeA04A54f8Afc53Db96134e5E3FdFB;
}

library AaveV3EthereumEModes {
uint8 internal constant NONE = 0;

uint8 internal constant ETH_CORRELATED = 1;
}

library AaveV3EthereumExternalLibraries {
// https://etherscan.io/address/0xb32381feFFF45eE9F47fD2f2cF83C832637d6EF0
address internal constant FLASHLOAN_LOGIC = 0xb32381feFFF45eE9F47fD2f2cF83C832637d6EF0;
Expand Down
4 changes: 0 additions & 4 deletions src/AaveV3EthereumEtherFi.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pragma solidity >=0.6.0;

import {IPoolAddressesProvider, IPool, IPoolConfigurator, IAaveOracle, IPoolDataProvider, IACLManager} from './AaveV3.sol';
import {ICollector} from './common/ICollector.sol';

library AaveV3EthereumEtherFi {
// https://etherscan.io/address/0xeBa440B438Ad808101d1c451C1C5322c90BEFCdA
IPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
Expand Down Expand Up @@ -92,7 +91,6 @@ library AaveV3EthereumEtherFi {
// https://etherscan.io/address/0x7FbBCCFB548c110226fEF5BEc816Ea04B5170EA3
address internal constant RISK_STEWARD = 0x7FbBCCFB548c110226fEF5BEc816Ea04B5170EA3;
}

library AaveV3EthereumEtherFiAssets {
// https://etherscan.io/address/0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee
address internal constant weETH_UNDERLYING = 0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee;
Expand Down Expand Up @@ -166,11 +164,9 @@ library AaveV3EthereumEtherFiAssets {
address internal constant FRAX_INTEREST_RATE_STRATEGY =
0xC16666b7FF197427BD255E6961A5F99cfb3A6059;
}

library AaveV3EthereumEtherFiEModes {
uint8 internal constant NONE = 0;
}

library AaveV3EthereumEtherFiExternalLibraries {
// https://etherscan.io/address/0xb32381feFFF45eE9F47fD2f2cF83C832637d6EF0
address internal constant FLASHLOAN_LOGIC = 0xb32381feFFF45eE9F47fD2f2cF83C832637d6EF0;
Expand Down
4 changes: 0 additions & 4 deletions src/AaveV3EthereumLido.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pragma solidity >=0.6.0;

import {IPoolAddressesProvider, IPool, IPoolConfigurator, IAaveOracle, IPoolDataProvider, IACLManager} from './AaveV3.sol';
import {ICollector} from './common/ICollector.sol';

library AaveV3EthereumLido {
// https://etherscan.io/address/0xcfBf336fe147D643B9Cb705648500e101504B16d
IPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
Expand Down Expand Up @@ -89,7 +88,6 @@ library AaveV3EthereumLido {
// https://etherscan.io/address/0x45C4f8b32927eFFdf1dA3cA42498504947dd4d0D
address internal constant RISK_STEWARD = 0x45C4f8b32927eFFdf1dA3cA42498504947dd4d0D;
}

library AaveV3EthereumLidoAssets {
// https://etherscan.io/address/0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0
address internal constant wstETH_UNDERLYING = 0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0;
Expand Down Expand Up @@ -181,7 +179,6 @@ library AaveV3EthereumLidoAssets {
address internal constant ezETH_INTEREST_RATE_STRATEGY =
0x8958b1C39269167527821f8c276Ef7504883f2fa;
}

library AaveV3EthereumLidoEModes {
uint8 internal constant NONE = 0;

Expand All @@ -191,7 +188,6 @@ library AaveV3EthereumLidoEModes {

uint8 internal constant LRT_WSTETH_MAIN = 3;
}

library AaveV3EthereumLidoExternalLibraries {
// https://etherscan.io/address/0xb32381feFFF45eE9F47fD2f2cF83C832637d6EF0
address internal constant FLASHLOAN_LOGIC = 0xb32381feFFF45eE9F47fD2f2cF83C832637d6EF0;
Expand Down
2 changes: 0 additions & 2 deletions src/AaveV3Fantom.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pragma solidity >=0.6.0;

import {IPoolAddressesProvider, IPool, IPoolConfigurator, IAaveOracle, IPoolDataProvider, IACLManager} from './AaveV3.sol';
import {ICollector} from './common/ICollector.sol';

library AaveV3Fantom {
// https://ftmscan.com/address/0xa97684ead0e402dC232d5A977953DF7ECBaB3CDb
IPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
Expand Down Expand Up @@ -77,7 +76,6 @@ library AaveV3Fantom {
// https://ftmscan.com/address/0x1DcDA4de2Bf6c7AD9a34788D22aE6b7d55016e1f
address internal constant WETH_GATEWAY = 0x1DcDA4de2Bf6c7AD9a34788D22aE6b7d55016e1f;
}

library AaveV3FantomAssets {
// https://ftmscan.com/address/0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E
address internal constant DAI_UNDERLYING = 0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E;
Expand Down
2 changes: 0 additions & 2 deletions src/AaveV3FantomTestnet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pragma solidity >=0.6.0;

import {IPoolAddressesProvider, IPool, IPoolConfigurator, IAaveOracle, IPoolDataProvider, IACLManager} from './AaveV3.sol';
import {ICollector} from './common/ICollector.sol';

library AaveV3FantomTestnet {
// https://testnet.ftmscan.com/address/0x1558c6FadDe1bEaf0f6628BDd1DFf3461185eA24
IPoolAddressesProvider internal constant POOL_ADDRESSES_PROVIDER =
Expand Down Expand Up @@ -69,7 +68,6 @@ library AaveV3FantomTestnet {
// https://testnet.ftmscan.com/address/0xd2B0C9778d088Fc79C28Da719bC02158E64796bD
address internal constant WETH_GATEWAY = 0xd2B0C9778d088Fc79C28Da719bC02158E64796bD;
}

library AaveV3FantomTestnetAssets {
// https://testnet.ftmscan.com/address/0x77FDe93fEe5fe272dC17d799cb61447431E6Eba2
address internal constant DAI_UNDERLYING = 0x77FDe93fEe5fe272dC17d799cb61447431E6Eba2;
Expand Down
Loading

0 comments on commit 94267fd

Please sign in to comment.