From fc3587ece3b09edaf0dab44720743577fbbca0ef Mon Sep 17 00:00:00 2001 From: BenjaminLu Date: Fri, 15 Sep 2023 12:49:58 +0800 Subject: [PATCH] fix: wordings --- docs/preparation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/preparation.md b/docs/preparation.md index 4d84910..00369d7 100755 --- a/docs/preparation.md +++ b/docs/preparation.md @@ -1,6 +1,6 @@ # Preparation -1. The market maker needs to prepare a wallet for signature, the **marketMakerSigner** +1. The market maker needs to prepare an EOA wallet for signing. 2. Contact Tokenlon and provide the **signing EOA** wallet address and your existing market making wallet contract to Tokenlon. if you don't have one, Tokenlon will deploy a **MarketMakerProxyContract** for you. -3. Contact Tokenlon for environment parameters such as `EXCHANGE_URL` -4. Deposit tokens to your **market making contract wallet** +3. Contact Tokenlon for environment parameters such as `EXCHANGE_URL`. +4. Deposit tokens to your **market making wallet contract**.