From 2b7686791466f57bd90504548777f57b762c7e22 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:31:27 +0300 Subject: [PATCH 1/4] fix typo Dockerfile --- docker/lighthouse/lambda/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/lighthouse/lambda/Dockerfile b/docker/lighthouse/lambda/Dockerfile index c01f2dd9cf..1bc9b6df75 100644 --- a/docker/lighthouse/lambda/Dockerfile +++ b/docker/lighthouse/lambda/Dockerfile @@ -2,7 +2,7 @@ FROM public.ecr.aws/lambda/nodejs:18 as node # ---------------------------------------- # Builds Docker container for nxtp-router package. -# @dev configuraion located ./config.json (relative to this file) +# @dev configuration located ./config.json (relative to this file) # ---------------------------------------- From 0befbc24240f88c46110c334f921d2361cb88514 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:31:42 +0300 Subject: [PATCH 2/4] fix typo Dockerfile --- docker/lighthouse/subscriber/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/lighthouse/subscriber/Dockerfile b/docker/lighthouse/subscriber/Dockerfile index 475006baa5..3b8b5cda56 100644 --- a/docker/lighthouse/subscriber/Dockerfile +++ b/docker/lighthouse/subscriber/Dockerfile @@ -2,7 +2,7 @@ FROM node:18-alpine as node # ---------------------------------------- # Builds Docker container for nxtp-router package. -# @dev configuraion located ./config.json (relative to this file) +# @dev configuration located ./config.json (relative to this file) # ---------------------------------------- @@ -82,4 +82,4 @@ WORKDIR /home/node/packages/agents/lighthouse EXPOSE 8081 -CMD ["node", "--trace-warnings", "dist/tasks/run.js"] \ No newline at end of file +CMD ["node", "--trace-warnings", "dist/tasks/run.js"] From 0b433a8e5ca62d9efe67b306ce0b41c6ae354876 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:34:28 +0300 Subject: [PATCH 3/4] fix typo README.md --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 4181511038..25ea81e3ce 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 7839abcb035e4b2ed514ed4dbae8ce524fc93fda Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:35:51 +0300 Subject: [PATCH 4/4] fix typo CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a85450355..d39435cda9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,7 +53,7 @@ ## Amarok 1.0.0 -- [sdk] Maintain `calculateAmountReceived` backwards caompatibility, accessible in both SdkPool and SdkBase +- [sdk] Maintain `calculateAmountReceived` backwards compatibility, accessible in both SdkPool and SdkBase ## Amarok 1.0.0-alpha.0