Skip to content

Commit

Permalink
fix: config override
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Feb 6, 2024
1 parent 83419aa commit 5714883
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions ape-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,27 @@ dependencies:
- name: yearn-vaults
github: yearn/yearn-vaults-v3
ref: v3.0.1
config_override:
dependencies:
- name: tokenized-strategy
github: yearn/tokenized-strategy
ref: v3.0.1
contracts_folder: src
exclude:
- test/
- test/**/*

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

solidity:
import_remapping:
Expand Down

0 comments on commit 5714883

Please sign in to comment.