forked from dudesahn/StrategyCurveTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates following review from strategists and security on dudesahn#8
- Loading branch information
pata.eth
committed
May 27, 2022
1 parent
43db300
commit dd4e362
Showing
21 changed files
with
248 additions
and
267 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
# use Ganache's forked mainnet mode as the default network | ||
# NOTE: You don't *have* to do this, but it is often helpful for testing | ||
networks: | ||
default: mainnet-fork | ||
default: ftm-main-fork | ||
|
||
# automatically fetch contract sources from Etherscan | ||
autofetch_sources: True | ||
|
||
# require OpenZepplin Contracts | ||
dependencies: | ||
- yearn/[email protected] | ||
- OpenZeppelin/[email protected] | ||
- yearn/[email protected]-1 | ||
- OpenZeppelin/[email protected] | ||
|
||
# path remapping to support imports from GitHub/NPM | ||
compiler: | ||
solc: | ||
version: | ||
remappings: | ||
- "@yearnvaults=yearn/[email protected]" | ||
- "@openzeppelin=OpenZeppelin/[email protected]" | ||
solc: | ||
version: | ||
remappings: | ||
- "@yearnvaults=yearn/[email protected]-1" | ||
- "@openzeppelin=OpenZeppelin/[email protected]" | ||
|
||
reports: | ||
exclude_contracts: | ||
- SafeMath | ||
exclude_contracts: | ||
- SafeMath |
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 was deleted.
Oops, something went wrong.
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.