3 files changed
+29
-2
lines changedSubmodule aave-address-book updated 40 files
- CHANGELOG.md+32
- foundry.lock+1-1
- package-lock.json+2-2
- package.json+1-1
- safe.csv+41-11
- scripts/configs/gho/gnosis.ts+15
- scripts/configs/pools/bnb.ts+2
- scripts/configs/pools/gnosis.ts+2
- scripts/configs/pools/optimism.ts+2
- scripts/configs/pools/polygon.ts+2
- scripts/generateAddresses.ts+2-1
- src/AaveV2Polygon.sol+6-6
- src/AaveV3Arbitrum.sol+18
- src/AaveV3BNB.sol+6
- src/AaveV3Base.sol+21
- src/AaveV3Ethereum.sol+18
- src/AaveV3Gnosis.sol+6
- src/AaveV3Optimism.sol+6
- src/AaveV3Polygon.sol+13-7
- src/GhoGnosis.sol+23
- src/UmbrellaBaseSepolia.sol+6-6
- src/ts/AaveAddressBook.ts+1
- src/ts/AaveV2Polygon.ts+1-1
- src/ts/AaveV3Arbitrum.ts+9
- src/ts/AaveV3BNB.ts+6
- src/ts/AaveV3Base.ts+10
- src/ts/AaveV3Ethereum.ts+12-3
- src/ts/AaveV3Gnosis.ts+6
- src/ts/AaveV3Optimism.ts+6
- src/ts/AaveV3Polygon.ts+7-1
- src/ts/GhoGnosis.ts+20
- src/ts/UmbrellaBaseSepolia.ts+6-6
- tests/__snapshots__/verification.spec.ts.snap-24
- tests/cache/verified.json+72
- tests/sanity/configEngine.spec.ts+10-6
- tests/sanity/riskStewards.spec.ts+20-14
- tests/sanity/stataFactory.spec.ts+8-6
- tests/sanity/wethGateway.spec.ts+17-12
- tests/verification.spec.ts+21-32
- tokenlist.json+84-6
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
882 | 883 | | |
883 | 884 | | |
884 | 885 | | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
885 | 910 | | |
886 | 911 | | |
887 | 912 | | |
| |||
987 | 1012 | | |
988 | 1013 | | |
989 | 1014 | | |
| 1015 | + | |
| 1016 | + | |
990 | 1017 | | |
991 | 1018 | | |
992 | 1019 | | |
| |||
0 commit comments