From fd3ce399862df747d8a3201acd991ef9e1712599 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Wed, 22 May 2024 08:14:40 +0200 Subject: [PATCH 1/3] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dfaa1b9b3..6fb38313aa 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Connext is a modular stack for trust-minimized, generalized communication betwee - [Cache](https://github.com/connext/monorepo/tree/main/packages/adapters/cache) is a wrapper around all the Redis-based caches that are used. - [Database](https://github.com/connext/monorepo/tree/main/packages/adapters/database) is implementation of schema and client for the database. - - [Subrgaph](https://github.com/connext/monorepo/tree/main/packages/adapters/subgraph) includes graphclient implementation and reader functions for subgraph. + - [Subgraph](https://github.com/connext/monorepo/tree/main/packages/adapters/subgraph) includes graphclient implementation and reader functions for subgraph. - [TxService](https://github.com/connext/monorepo/tree/main/packages/adapters/txservice) resiliently attempts to send transactions to chain (with retries, etc.) and is used to read and write to RPC providers, and has fallback providers if needed. Fallbacks can be defined as arrays and this way we can provide resiliency in case of failure - [Web3Signer](https://github.com/connext/monorepo/tree/main/packages/adapters/web3signer) is a wrapper around Web3Signer, which is a secure way of signing which does not require to include mnemonics in the app itself. From 88ed15edee4d0fbdcec8ea42a8c01870286fa85c Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Wed, 22 May 2024 08:16:07 +0200 Subject: [PATCH 2/3] fix typos --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 4181511038..a65fd3024b 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,6 +1,6 @@ Docker directories named according to NXTP packages. -Config.json located in the root of each project's docker ie (repo-root)/docker/ controlls how the packages will be configured. for examples see (repo-root)/packages/examples.config.json +Config.json located in the root of each project's docker ie (repo-root)/docker/ controls how the packages will be configured. For examples see (repo-root)/packages/examples.config.json - router (pretty much just runs the router as configured). From b07ba0f2bb9b6aa81475a2d9e616e510f0fb7cdc Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Wed, 22 May 2024 08:16:54 +0200 Subject: [PATCH 3/3] fix typo --- packages/integration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integration/README.md b/packages/integration/README.md index 43b2b85d6c..71a7d8e26e 100644 --- a/packages/integration/README.md +++ b/packages/integration/README.md @@ -16,7 +16,7 @@ A test script to validate the end-to-end cross-chain transfer process. ### 2. Environment Variables -In your local environment, relpace `sha-0c08528` to the latest sha build tag from CI you want to use, run the following commands to export env variables which will be used in the local e2e runtime environment: +In your local environment, replace `sha-0c08528` to the latest sha build tag from CI you want to use, run the following commands to export env variables which will be used in the local e2e runtime environment: ```sh export ROUTER_PUBLISHER_IMAGE='ghcr.io/connext/router-publisher:sha-0c08528'