-
Notifications
You must be signed in to change notification settings - Fork 9
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 #8
- Loading branch information
pata.eth
committed
May 27, 2022
1 parent
54fca6b
commit aeb14c7
Showing
21 changed files
with
152 additions
and
292 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: ftm-main-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
Oops, something went wrong.