diff --git a/.gitmodules b/.gitmodules index c495f89..40e17ab 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 \ No newline at end of file + branch = v3.0.1 \ No newline at end of file diff --git a/README.md b/README.md index 44c5e79..c796db6 100644 --- a/README.md +++ b/README.md @@ -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