Skip to content

Commit

Permalink
refactor: update ape
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Aug 23, 2024
1 parent 2bf6991 commit b745233
Show file tree
Hide file tree
Showing 4 changed files with 347 additions and 1,764 deletions.
11 changes: 4 additions & 7 deletions ape-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,21 @@ dependencies:
- name: tokenized-strategy
github: yearn/tokenized-strategy
ref: v3.0.2
contracts_folder: src
config_override:
contracts_folder: src
exclude:
- test/**/*

- name: periphery
github: yearn/tokenized-strategy-periphery
ref: master
contracts_folder: src
config_override:
contracts_folder: src
exclude:
- test/**/*

solidity:
version: 0.8.18
import_remapping:
- "@openzeppelin/contracts=openzeppelin/v4.9.5"
- "@yearn-vaults=yearn-vaults/v3.0.2"
- "@tokenized-strategy=tokenized-strategy/v3.0.2"
- "@periphery=periphery/master"

ethereum:
local:
Expand Down
Loading

0 comments on commit b745233

Please sign in to comment.