Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typos fix #453

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion bridge-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ The config variables are:
| NEXT_PUBLIC_WALLET_CONNECT_ID | Wallet Connect Api Key | |
| NEXT_PUBLIC_INFURA_ID | Infura API Key | |
| E2E_TEST_PRIVATE_KEY | Private key to execute e2e on Sepolia | |
| NEXT_PUBLIC_STORAGE_MIN_VERSION | Local storage version for reseting the storage | 1 |
| NEXT_PUBLIC_STORAGE_MIN_VERSION | Local storage version for resetting the storage | 1 |

## About

Expand Down
4 changes: 2 additions & 2 deletions contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The L2MessageService is the L2 smart contract that is responsible for:

## Linea Canonical Token Bridge

The Canonical Token Bridge (TokenBridge) is a canonical ERC20 token brige between Ethereum and Linea networks.
The Canonical Token Bridge (TokenBridge) is a canonical ERC20 token bridge between Ethereum and Linea networks.

The TokenBridge utilises the L1MessageService and the L2MessageService for the transmission of messages between each layer's TokenBridge.

Expand Down Expand Up @@ -167,4 +167,4 @@ pnpm run test
pnpm run test:reportgas

pnpm run coverage
```
```
2 changes: 1 addition & 1 deletion contracts/docs/linea-token-bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Documentation

Token Bridge is a canonical brige between Ethereum and Linea networks.
Token Bridge is a canonical bridge between Ethereum and Linea networks.

## Install

Expand Down