Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/about_yab/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- [Yet Another Company](https://twitter.com/yetanotherco)
2 changes: 1 addition & 1 deletion docs/contracts/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/contracts/escrow.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/contracts/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/mm_bot/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The following environment variables are used:
PAYMENT_CLAIMER=<herodotus|ethereum>


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
Expand Down
2 changes: 1 addition & 1 deletion mm-bot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The following environment variables are used:
PAYMENT_CLAIMER=<herodotus|ethereum>


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
Expand Down