From 4b364833598da20a707fe70bbd039b2cf984cf79 Mon Sep 17 00:00:00 2001 From: Schlag <89420541+Schlagonia@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:42:30 -0600 Subject: [PATCH] fix: erros (#28) --- .gitmodules | 4 ++-- README.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) 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