Skip to content

Commit

Permalink
chore: update address book
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlymite committed Nov 28, 2024
1 parent c7a5bf0 commit 1fd1c5a
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 1fd1c5a

Please sign in to comment.