From b42e83ef006e2e903908a8da427c8bfc33c0c70c Mon Sep 17 00:00:00 2001 From: depthlending Date: Wed, 11 Dec 2024 10:45:46 +0800 Subject: [PATCH] chore: fix some typos Signed-off-by: depthlending --- README.md | 2 +- playwright/fixtures/login.ts | 2 +- playwright/fixtures/makeName/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af730a927..dccdb659b 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ The App is hosted on cloudflare and IPFS #### [Ens.js](https://github.com/ensdomains/ensjs-v3) -Much of the logic around interacting with the ENS contracts has been extraced into this +Much of the logic around interacting with the ENS contracts has been extracted into this library. This is mostly so that we can help to make the experience of interacting with ENS as simple as possible for other developers. diff --git a/playwright/fixtures/login.ts b/playwright/fixtures/login.ts index fe28843c4..bf366e050 100644 --- a/playwright/fixtures/login.ts +++ b/playwright/fixtures/login.ts @@ -28,7 +28,7 @@ export class Login { /** * TEMP FIX * A bug in rainbow kit needs time to load the provider. Could be fixed in version 1.0.4 - * Also throws eror with walletconnect if not enough time has passed. + * Also throws error with walletconnect if not enough time has passed. */ } diff --git a/playwright/fixtures/makeName/README.md b/playwright/fixtures/makeName/README.md index dd57affd8..f6a2812cc 100644 --- a/playwright/fixtures/makeName/README.md +++ b/playwright/fixtures/makeName/README.md @@ -2,6 +2,6 @@ ## Known issues and development notes -- Nonce management is controlled by the default **nonceManager** when the accounts are created. This is required in order to make parrallel transactions work correctly. +- Nonce management is controlled by the default **nonceManager** when the accounts are created. This is required in order to make parallel transactions work correctly. - When sending transaction, you will need to use the lower level **viem** functions **walletClient.prepareTransactionRequest** and **walletClient.senTransaction** so that the nonceManager will work correctly. - When using prepareTransactionRequest, you will need to add a custom **gas** value. Without it, the function will throw an error because it will not be able to estimate the gas for a transaction where the nonce value is not sequential to the last transaction mined. \ No newline at end of file