diff --git a/docs/TOKENS.md b/docs/TOKENS.md index 1ddb810a4..e53cbf001 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 | ⛔️ | ⛔ | ⛔ | ⛔️ | diff --git a/packages/round-manager/README.md b/packages/round-manager/README.md index 942fba81d..bbbe928a3 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