Skip to content

Commit 64c6eb0

Browse files
author
Thales Zirbel
committed
docs: add a simple readme
1 parent 3659c19 commit 64c6eb0

File tree

1 file changed

+5
-0
lines changed
  • contracts/compliance-whitelist-wrapper

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Compliance Whitelist Wrapper
2+
3+
This contract wraps other compliance contracts, filtering what is sent to them. If it finds an address that is in the whitelist, it will substitute it with None before forwarding it to the wrapped compliance module.
4+
5+
Only addresses with the OwnerRole ComplianceManager can add or remove addresses from the whitelist. Each compliance contract should have its own wrapper.

0 commit comments

Comments
 (0)