From 2828fed51684a5137726de06245ea3ecb90da706 Mon Sep 17 00:00:00 2001 From: microwavedcola1 Date: Thu, 14 Jul 2022 10:06:22 +0200 Subject: [PATCH] update Signed-off-by: microwavedcola1 --- HOW-TO-RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HOW-TO-RELEASE.md b/HOW-TO-RELEASE.md index db1e7dbae..98ab9b661 100644 --- a/HOW-TO-RELEASE.md +++ b/HOW-TO-RELEASE.md @@ -3,10 +3,10 @@ For deploying to mainnet, If there are no breaking changes, simply running `release-to-mainnet.sh` should suffice. - close accounts for recovering rent sol + allow creating them with new layout in future with same PDA address - ** close mango account `ts/client/src/scripts/mb-example1-close-account.ts`, + -- close mango account `ts/client/src/scripts/mb-example1-close-account.ts`, note: for whatever reason if withdrawing tokens, or closing positions, etc. fails, just comment out everything else and just run the script with `await client.closeMangoAccount(group, mangoAccount);` - ** close all things setup by admin `ts/client/src/scripts/mb-example1-admin-close.ts` + -- close all things setup by admin `ts/client/src/scripts/mb-example1-admin-close.ts` note: the admin does get dust token balances, so no mainnet tokens are lost - merge dev to main, and then `release-to-mainnet.sh` to deploy latest code to mainnet