Skip to content

Commit

Permalink
chore: bump ape
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Aug 9, 2024
1 parent 5bb2dbc commit bf0206a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- run: pip install -r requirements.txt
- run: black --check --include "(tests|scripts)" .
2 changes: 0 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
- uses: ApeWorX/[email protected]
with:
python-version: '3.10'
ape-version-pin: "==0.6.27"
ape-plugins-list: 'solidity==0.6.11 vyper==0.6.13 infura==0.6.5 hardhat==0.6.13 etherscan==0.6.11'

- name: install vyper
run: pip install git+https://github.com/vyperlang/vyper
Expand Down
9 changes: 2 additions & 7 deletions ape-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@ name: yearn-v3-vault-periphery

plugins:
- name: solidity
version: 0.6.11
- name: vyper
version: 0.6.13
- name: etherscan
version: 0.6.11
- name: hardhat
version: 0.6.13
- name: infura
version: 0.6.5

default_ecosystem: ethereum

Expand All @@ -27,7 +22,7 @@ dependencies:

- name: tokenized-strategy
github: yearn/tokenized-strategy
ref: v3.0.2
ref: v3.0.2-1
contracts_folder: src
exclude:
- test/**/*
Expand All @@ -44,7 +39,7 @@ solidity:
import_remapping:
- "@openzeppelin/contracts=openzeppelin/v4.9.5"
- "@yearn-vaults=yearn-vaults/v3.0.2"
- "@tokenized-strategy=tokenized-strategy/v3.0.2"
- "@tokenized-strategy=tokenized-strategy/v3.0.2-1"
- "@periphery=periphery/master"

ethereum:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
black==22.3.0
eth-ape==0.6.27
eth-ape>0.8.0
pysha3==1.0.2

0 comments on commit bf0206a

Please sign in to comment.