From 95624678bfa374d739d8d9291f2491b312ffebfb Mon Sep 17 00:00:00 2001 From: Woolfgm <160153877+Dahka2321@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:23:01 +0100 Subject: [PATCH 1/2] Update TOKENS.md --- docs/TOKENS.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/TOKENS.md b/docs/TOKENS.md index 1ddb810a4d..e53cbf0012 100644 --- a/docs/TOKENS.md +++ b/docs/TOKENS.md @@ -25,7 +25,6 @@ This is the kb for token-related info in relation to GS/Allo | Optimism | 0xda10009cbd5d07dd0cecc66161fc93d7c9000da1 | ⛔️ | ✅ | 2 | ⛔️ | | Arbitrum | 0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1 | ⛔️ | ✅ | 2 | ⛔️ | | Polygon zkEVM | 0xc5015b9d9161dca7e18e32f6f25c4ad850731fd4 | ⛔️ | ✅ | 1 | ⛔️ | -| Polygon zkEVM | 0xc5015b9d9161dca7e18e32f6f25c4ad850731fd4 | ⛔️ | ✅ | 1 | ⛔️ | | zkSync Era | No DAI yet | | | | | | Avax | 0xd586E7F844cEa2F87f50152665BCbc2C279D8d70 | ⛔️ | ⛔ | ⛔ | ⛔️ | From d4039e5bce764a61eaa6a418d1a0ac186e61a05a Mon Sep 17 00:00:00 2001 From: Woolfgm <160153877+Dahka2321@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:27:36 +0100 Subject: [PATCH 2/2] Update README.md --- packages/round-manager/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/round-manager/README.md b/packages/round-manager/README.md index 942fba81d5..bbbe928a3a 100644 --- a/packages/round-manager/README.md +++ b/packages/round-manager/README.md @@ -1,6 +1,6 @@ # round-manager -This package serves the app which holds all the features w.r.t to +This package serves the app which holds all the features w.r.t - creating a program - maintaining a program @@ -49,7 +49,7 @@ It contains the `ProtectedRoute` component and `web3Service` which extends the b ## Encrypting PII information -Since all the data is decentralized stored, there might be PII (Personally identifiable information) data which we cannot store. To see how we handle those scenarios, checkout [EncryptingPII.md](docs/EncryptingPII.md) +Since all the data is decentrally stored, there might be PII (Personally identifiable information) data which we cannot store. To see how we handle those scenarios, checkout [EncryptingPII.md](docs/EncryptingPII.md) ### Development