-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update libs with linea updates
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule aave-address-book
updated
13 files
+1 −1 | .github/workflows/cron.yml | |
+1 −1 | lib/aave-v3-origin | |
+13 −0 | safe.csv | |
+2 −3 | scripts/configs/pools/ethereum.ts | |
+1 −0 | scripts/configs/pools/gnosis.ts | |
+15 −0 | src/AaveV3Ethereum.sol | |
+9 −0 | src/AaveV3EthereumLido.sol | |
+15 −0 | src/AaveV3Gnosis.sol | |
+9 −1 | src/ts/AaveV3Ethereum.ts | |
+5 −0 | src/ts/AaveV3EthereumLido.ts | |
+7 −0 | src/ts/AaveV3Gnosis.ts | |
+39 −0 | tests/cache/verified.json | |
+142 −2 | tokenlist.json |