Skip to content

Commit

Permalink
chore: update address book (#357)
Browse files Browse the repository at this point in the history
* chore: update address book

* fix: imports
  • Loading branch information
brotherlymite authored Nov 28, 2024
1 parent c7a5bf0 commit 796fcfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/aave-address-book
Submodule aave-address-book updated 44 files
+15 −0 lefthook.yml
+1 −1 lib/aave-v3-origin
+183 −37 package-lock.json
+4 −3 package.json
+16 −13 safe.csv
+5 −60 scripts/clients.ts
+10 −0 scripts/configs/gho/arbitrum.ts
+23 −0 scripts/configs/gho/ethereum.ts
+1 −1 scripts/configs/governance/arbitrum.ts
+1 −1 scripts/configs/governance/avalanche.ts
+3 −2 scripts/configs/networks/arbitrum.ts
+1 −1 scripts/configs/networks/avalanche.ts
+0 −16 scripts/configs/networks/ethereum.ts
+2 −0 scripts/configs/networks/optimism.ts
+1 −1 scripts/configs/pools/arbitrum.ts
+2 −2 scripts/configs/pools/avalanche.ts
+6 −12 scripts/configs/types.ts
+5 −6 scripts/generateAddresses.ts
+2 −2 scripts/generateSafeCSV.ts
+3 −2 scripts/generator/generateTokenList.ts
+36 −0 scripts/generator/ghoGenerator.ts
+2 −2 scripts/generator/utils.ts
+0 −67 src/AaveAddressBook.sol
+8 −0 src/GhoArbitrum.sol
+47 −0 src/GhoEthereum.sol
+3 −3 src/MiscArbitrum.sol
+0 −39 src/MiscEthereum.sol
+3 −0 src/MiscOptimism.sol
+1 −1 src/test/AaveV2Ethereum.t.sol
+3 −1 src/test/AaveV2Misfits.t.sol
+1 −1 src/test/AaveV3Avalanche.t.sol
+2 −0 src/ts/AaveAddressBook.ts
+5 −0 src/ts/GhoArbitrum.ts
+41 −0 src/ts/GhoEthereum.ts
+3 −3 src/ts/MiscArbitrum.ts
+0 −36 src/ts/MiscEthereum.ts
+3 −0 src/ts/MiscOptimism.ts
+27 −0 tests/cache/verified.json
+1 −0 tests/setup.ts
+2 −3 tests/verification.spec.ts
+6 −6 tokenlist.json
+3 −2 ui/package.json
+4 −4 ui/src/app/page.tsx
+7 −0 vitest.config.ts
2 changes: 1 addition & 1 deletion tests/v2-config-engine/AaveV2ConfigEngineTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {AaveV2EthereumRatesUpdate} from '../mocks/AaveV2EthereumRatesUpdate.sol'
import {IAaveV2ConfigEngine} from '../../src/v2-config-engine/IAaveV2ConfigEngine.sol';
import {DeployV2EngineEthLib} from '../../scripts/AaveV2ConfigEngine.s.sol';
import {DeployV2RatesFactoryEthLib} from '../../scripts/V2RateStrategyFactory.s.sol';
import {AaveV2Ethereum} from 'aave-address-book/AaveAddressBook.sol';
import {AaveV2Ethereum} from 'aave-address-book/AaveV2Ethereum.sol';
import {AaveV2EthereumAssets} from 'aave-address-book/AaveV2Ethereum.sol';
import {AaveGovernanceV2} from 'aave-address-book/AaveGovernanceV2.sol';
import {IV2RateStrategyFactory} from '../../src/v2-config-engine/IV2RateStrategyFactory.sol';
Expand Down

0 comments on commit 796fcfd

Please sign in to comment.