-
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.
⬆️ update aave-address-book lib (#363)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule aave-address-book
updated
21 files
+25 −0 | CHANGELOG.md | |
+1 −1 | lib/aave-v3-origin | |
+81 −74 | package-lock.json | |
+6 −6 | package.json | |
+15 −1 | safe.csv | |
+1 −1 | scripts/configs/pools/polygon.ts | |
+2 −2 | src/AaveV2Polygon.sol | |
+18 −0 | src/AaveV3Avalanche.sol | |
+3 −0 | src/AaveV3Base.sol | |
+6 −0 | src/AaveV3Ethereum.sol | |
+3 −0 | src/AaveV3EthereumLido.sol | |
+17 −0 | src/AaveV3Scroll.sol | |
+2 −2 | src/ts/AaveV2Polygon.ts | |
+9 −0 | src/ts/AaveV3Avalanche.ts | |
+1 −0 | src/ts/AaveV3Base.ts | |
+2 −0 | src/ts/AaveV3Ethereum.ts | |
+1 −0 | src/ts/AaveV3EthereumLido.ts | |
+9 −0 | src/ts/AaveV3Scroll.ts | |
+60 −0 | tests/cache/verified.json | |
+102 −2 | tokenlist.json | |
+3 −3 | ui/package.json |