From 62a8b87afdf48624daea7895150ff2814d870827 Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Sun, 16 Jun 2024 11:56:15 +0300 Subject: [PATCH 1/6] Update FAQ.md --- docs/about_yab/FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) From 449c8a3ec9b64eb4bb4145ff6b65a9da92f2c5e9 Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Sun, 16 Jun 2024 11:57:22 +0300 Subject: [PATCH 2/6] Update deploy.md --- docs/contracts/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From b566784ed0237dfa91be5fecc7a4d7350458df05 Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Sun, 16 Jun 2024 11:58:21 +0300 Subject: [PATCH 3/6] Update escrow.md --- docs/contracts/escrow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From a96ca441d14e75451b33149c8b8e1491029714dc Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Sun, 16 Jun 2024 11:59:26 +0300 Subject: [PATCH 4/6] Update upgrade.md --- docs/contracts/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From 909d9256c2b04fb37caf82052402b253c3ba4a2d Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Sun, 16 Jun 2024 12:01:28 +0300 Subject: [PATCH 5/6] Update deploy.md --- docs/mm_bot/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From d263314bea4bd73a0230e75d94fac0d0341e61f0 Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Sun, 16 Jun 2024 12:02:10 +0300 Subject: [PATCH 6/6] Update README.md --- mm-bot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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