From 2fe94dffac7a5883915ad4242b31be340ff70ea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Keszey=20D=C3=A1niel?= Date: Wed, 10 Jul 2024 10:00:23 +0200 Subject: [PATCH] typo fix --- packages/protocol/deployments/local_deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/protocol/deployments/local_deployment.md b/packages/protocol/deployments/local_deployment.md index f5d7116b3b51..0a3de295956a 100644 --- a/packages/protocol/deployments/local_deployment.md +++ b/packages/protocol/deployments/local_deployment.md @@ -31,7 +31,7 @@ participants: kurtosis run github.com/ethpandaops/ethereum-package --args-file YOUR_NETWORK_FILE/network_params.json ``` -It will show you a lot og information in the terminal - along with the genesis info, network id, addresses with pre-funded ETH, etc. +It will show you a lot of information in the terminal - along with the genesis info, network id, addresses with pre-funded ETH, etc. ### 3. Set .env vars and run deployment script Paste one PK and ADDR pair from anvil output to .env file and set the correct corresponding (PRIVATE_KEY and MAINNET_CONTRACT_OWNER) variables.