From 2c21f881a71767b7bc3bdf6c56469923e4eb7984 Mon Sep 17 00:00:00 2001 From: Danbo <140512416+dannbbb1@users.noreply.github.com> Date: Mon, 16 Dec 2024 07:38:13 -0500 Subject: [PATCH 1/3] Update README.md Signed-off-by: Danbo <140512416+dannbbb1@users.noreply.github.com> --- contracts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/README.md b/contracts/README.md index efa4eed77..dc29edc00 100644 --- a/contracts/README.md +++ b/contracts/README.md @@ -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. @@ -167,4 +167,4 @@ pnpm run test pnpm run test:reportgas pnpm run coverage -``` \ No newline at end of file +``` From 2ee1d46eff27dd47728565bab0bef1889c9f677e Mon Sep 17 00:00:00 2001 From: Danbo <140512416+dannbbb1@users.noreply.github.com> Date: Mon, 16 Dec 2024 07:38:28 -0500 Subject: [PATCH 2/3] Update README.md Signed-off-by: Danbo <140512416+dannbbb1@users.noreply.github.com> --- bridge-ui/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge-ui/README.md b/bridge-ui/README.md index 9c5ad4316..2d3ced33c 100644 --- a/bridge-ui/README.md +++ b/bridge-ui/README.md @@ -131,7 +131,7 @@ Frontend should be available at: http://localhost:3000 ### End to end tests E2E tests are run in the CI but can also be run locally. -Make sure `E2E_TEST_PRIVATE_KEY` .env (The private key used needs to have some sepolia ETH, USDC and WETH to run the tests) +Make sure `E2E_TEST_PRIVATE_KEY` .env (The private key used needs to have some Sepolia ETH, USDC and WETH to run the tests) 1. Add `NEXT_PUBLIC_WALLET_CONNECT_ID` and `NEXT_PUBLIC_INFURA_ID` to your command line env 2. Build the Bridge UI in local in a terminal: `npm run build` From 6c504900d8d2988c9375ca24a4909decae7707c8 Mon Sep 17 00:00:00 2001 From: Danbo <140512416+dannbbb1@users.noreply.github.com> Date: Mon, 16 Dec 2024 07:39:53 -0500 Subject: [PATCH 3/3] Update RELEASE-NOTES.md Signed-off-by: Danbo <140512416+dannbbb1@users.noreply.github.com> --- bridge-ui/RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge-ui/RELEASE-NOTES.md b/bridge-ui/RELEASE-NOTES.md index 503306291..48e13099c 100644 --- a/bridge-ui/RELEASE-NOTES.md +++ b/bridge-ui/RELEASE-NOTES.md @@ -487,7 +487,7 @@ fetchNext() is called after clearing and when a transaction is onSuccess() ## Description: -Readme technical documentation for deployment. Explains how to deploy the Bruidge ui on prod. +Readme technical documentation for deployment. Explains how to deploy the Bridge ui on prod. # Feature: