Skip to content

Commit

Permalink
fix: erros (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia authored Oct 19, 2023
1 parent 4b6317b commit 4b36483
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
[submodule "lib/tokenized-strategy"]
path = lib/tokenized-strategy
url = https://github.com/yearn/tokenized-strategy
branch = 3.0.1
branch = v3.0.1
[submodule "lib/yearn-vaults-v3"]
path = lib/yearn-vaults-v3
url = https://github.com/yearn/yearn-vaults-v3
branch = 3.0.1
branch = v3.0.1
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ This can be done permissionlessly if the most recent contract has not yet been d

1. Add your deployers Private key under PRIVATE_KEY in your .env file.
- NOTE: make sure to add `0x` to the beginning of the key.
2. Enter what contract you want to deploy on line 9
`ContractFile.sol:ContractName`
2. Run the deployment script
```sh
forge script script/Deploy.s.sol:Deploy --broadcast --rpc-url YOUR_RPC
Expand Down

0 comments on commit 4b36483

Please sign in to comment.