diff --git a/docs/about_yab/FAQ.md b/docs/about_yab/FAQ.md index abe1b5be..7cf46576 100644 --- a/docs/about_yab/FAQ.md +++ b/docs/about_yab/FAQ.md @@ -41,9 +41,9 @@ We are working on integrating ZkSync in the near future, so stay tuned for furth ## How can I get in touch with the team? -You can contact us in: +You can contact us at: - [Telegram Group](https://t.me/grindlabs) - Twitter/X - [Yet Another Bridge](https://twitter.com/yanotherbridge) - - [Yet Another Company](https://twitter.com/yetanotherco) \ No newline at end of file + - [Yet Another Company](https://twitter.com/yetanotherco) diff --git a/docs/contracts/deploy.md b/docs/contracts/deploy.md index ff31981d..cfddf1c9 100644 --- a/docs/contracts/deploy.md +++ b/docs/contracts/deploy.md @@ -159,7 +159,7 @@ Starknet smart contract address. _EscrowClaimPaymentSelector_, which is for specifying the _claim_payment_ function's name in the Starknet Escrow smart contract. - You can set and change Ethereum's _EscrowClaimPaymentSelector_ variable, doing the following: + You can set and change Ethereum's _EscrowClaimPaymentSelector_ variable, by doing the following: ```bash make ethereum-set-claim-payment-selector diff --git a/docs/contracts/escrow.md b/docs/contracts/escrow.md index f46e3cde..8e52dd09 100644 --- a/docs/contracts/escrow.md +++ b/docs/contracts/escrow.md @@ -20,7 +20,7 @@ if the transfer fee is the suggested one. After an MM consolidates an order, Escrow will receive a `claim_payment` call from Payment Registry, containing the information about how MM has indeed bridged the funds -to the User's L1 address, and where does MM want to receive it's L2 tokens. Escrow +to the User's L1 address, and where does MM wants to receive its L2 tokens. Escrow will then cross-check this information to its own records, and if everything is in check, Escrow will transfer the bridged amount of tokens, plus the fee, to MM's L2 address. diff --git a/docs/contracts/upgrade.md b/docs/contracts/upgrade.md index d5374bcd..c3f5d780 100644 --- a/docs/contracts/upgrade.md +++ b/docs/contracts/upgrade.md @@ -21,7 +21,7 @@ To do this you must: STARKNET_MESSAGING_ADDRESS = Starknet Messaging address ``` - **NOTE:** This is a very similar configuration than the mentioned before, but + **NOTE:** This is a very similar configuration than the one mentioned before, but MM_ETHEREUM_WALLET_ADDRESS is not necessary 2. Configure the address of the proxy to be upgraded: diff --git a/docs/mm_bot/deploy.md b/docs/mm_bot/deploy.md index d53bef0e..432f4525 100644 --- a/docs/mm_bot/deploy.md +++ b/docs/mm_bot/deploy.md @@ -54,7 +54,7 @@ The following environment variables are used: PAYMENT_CLAIMER= -There is a example file called `.env.example` in the root of the project. +There is an example file called `.env.example` in the root of the project. ### Database Setup #### Create Database Container diff --git a/mm-bot/README.md b/mm-bot/README.md index e2649f0b..155d2c39 100644 --- a/mm-bot/README.md +++ b/mm-bot/README.md @@ -55,7 +55,7 @@ The following environment variables are used: PAYMENT_CLAIMER= -There is a example file called `.env.example` in the root of the project. +There is an example file called `.env.example` in the root of the project. ## Database Setup ### Create Database Container