-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add aave pool adapter for usds (#124)
* add aave pool adapter for nst * disable aave v2 tests * adding aave v3 nst to deploy/init * forge install: nst * WIP: integration tests for aave v3 lido * finish integration tests for aave nst * re-add removed tests * add note about abstract * rename nst -> usds * fix repo rename * revert lib * rm nst * forge install: usds * missed some renames * another miss * remove lib/
- Loading branch information
Showing
13 changed files
with
1,059 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"chainlog": "0xdA0Ab1e0017DEbCd72Be8599041a2aa3bA7e740F", | ||
"admin": "0xBE8E3e3618f7474F8cB1d074A26afFef007E98FB", | ||
"poolType": "aave-v3-usds-no-supply-cap", | ||
"planType": "operator", | ||
"ilk": "DIRECT-SPARK-AAVE-USDS", | ||
"existingIlk": false, | ||
"maxLine": 100000000, | ||
"gap": 100000000, | ||
"ttl": 86400, | ||
"tau": 604800, | ||
"lendingPool": "0x4e033931ad43597d96D6bcc25c280717730B58B1", | ||
"king": "0xBE8E3e3618f7474F8cB1d074A26afFef007E98FB", | ||
"operator": "0x298b375f24CeDb45e936D7e21d6Eb05e344adFb5" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.