From ae21ce94a76fcd9b4d2e6aa985436864c64cfd59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8r=E2=88=82=C2=A1?= Date: Thu, 31 Oct 2024 17:17:41 +0400 Subject: [PATCH] Improved deployment checklist --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4bfff9b..46a53ce 100644 --- a/README.md +++ b/README.md @@ -151,10 +151,12 @@ Check the available make targets to simulate and deploy the smart contracts: - `make test-fork-mint-prodnet` - If the live token has an address holding ≥ 3000 tokens on the prodnet: - [ ] I have defined `TEST_TOKEN_WHALE` on `.env.test` + - [ ] I have updated `TOKEN1_ADDRESS` to have the address of the testnet token deployed above - [ ] I have run a fork test in `new-factory` mode with the live token on the prodnet - `make test-fork-prodnet` - [ ] I have confirmed that tests still work in `existing-factory` mode with the live token(s) and the already deployed factory on the prodnet. - `make test-fork-factory-prodnet` + - [ ] I have reverted `TOKEN1_ADDRESS` to the intended address of the token on the production network - [ ] My deployment wallet is a newly created account, ready for safe production deploys. - My computer: - [ ] Is running in a safe physical location and a trusted network