Add "BAT gating"
Closed this issue · 3 comments
mrose17 commented
Instead of requiring ownership of an NFT in a collection, or membership in a POAP group, require at least X BAT.
srirambv commented
The following checks are done on https://talk.brave.software/
- Create a BAT gated call with a wallet that has 0 BAT Balance - ✅
- Create a BAT gated call with a wallet that has BAT balance - ✅
- Create a BAT gated call with hardware wallet with BAT balance - ✅
- Create a BAT gated call with hardware wallet with 0 BAT balance - ✅
- Join a BAT gated call with a wallet that has BAT balance (irrespective of who created the call) - ✅
- Join a BAT gated call with a wallet that has 0 BAT balance (irrespective of who created the call) - ❌ (expected behaviour so ✅)
- Join a BAT gated call from a wallet using extension - ✅
- Join a BAT gated call from a 0 BAT balance wallet using extension - ❌ (expected behaviour so ✅)
- Join a BAT gated call from a hardware wallet with BAT balance - ✅
- Join a BAT gated call from a hardware wallet with 0 BAT balance - ❌ (expected behaviour so ✅)