Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/TOKENS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | ⛔️ | ⛔ | ⛔ | ⛔️ |

Expand Down
4 changes: 2 additions & 2 deletions packages/round-manager/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down
Loading