From c2dcee13092f1820b0ffa14b40eb038afd9bc2a3 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:17:06 +0300 Subject: [PATCH 1/2] Update scratch-deploy.md --- docs/scratch-deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scratch-deploy.md b/docs/scratch-deploy.md index 1066503fe..55a1af436 100644 --- a/docs/scratch-deploy.md +++ b/docs/scratch-deploy.md @@ -43,7 +43,7 @@ These are the deployment setups, supported currently: - local (basically any node at http://127.0.0.1:8545); - Holešky testnet. -Each is described in the details in the sections below. +Each is described in detail in the sections below. > NB: Aragon UI for Lido DAO is to be deprecated and replaced by a custom solution, thus not included in the deployment > script, see https://research.lido.fi/t/discontinuation-of-aragon-ui-use/7992. From 3094e63b3bb76792e331b3e50b865eb7bb388471 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:18:54 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 205350502..66c8d65f3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository is currently a **work-in-progress**. This repository is the modernized iteration of the outdated [`lido-dao` repository](https://github.com/lidofinance/lido-dao). Significant efforts were undertaken to update the tooling and infrastructure to align with current standards and best practices. As part of this modernization process: -- the codebase has been transitioned from JavaScript to TypeScript to leverage TypeScript's robust type-checking, IDE autocompletion, and scalability features; +- the codebase has been transitioned from JavaScript to TypeScript to leverage TypeScript's robust type-checking, IDE auto-completion, and scalability features; - the test suite was revamped and restructured to ensure consistent approach and comprehensive testing coverage; - deprecated dependencies (e.g. Waffle testing framework) were removed or replaced by modern alternatives; - outdated dependencies such as Hardhat, ethers and others were upgraded to their latest versions to improve performance, compatibility and developer experience;