We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd69a4 commit 8ee51bcCopy full SHA for 8ee51bc
README.md
@@ -50,14 +50,13 @@ make deploy
50
- The contract implements role-based access control:
51
- **EPOCH_ROLE**: Manages epoch status (open/close).
52
- **MERKLE_ROOT_ROLE**: Updates the Merkle root.
53
- - **WALLET_ROLE**: Sets the rewards wallet.
54
55
## Functions
56
57
### **Admin Functions**
58
1. `setWallet(address wallet_)`
59
- Sets or updates the wallet address from which tokens are pulled for claims.
60
- - Requires `WALLET_ROLE`.
+ - Requires `DEFAULT_ADMIN_ROLE`.
61
- Emits a `WalletUpdated` event.
62
63
2. `setMerkleRoot(bytes32 merkleRoot_)`
0 commit comments