Skip to content

Commit 8ee51bc

Browse files
committed
chore: update README
1 parent 2cd69a4 commit 8ee51bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,13 @@ make deploy
5050
- The contract implements role-based access control:
5151
- **EPOCH_ROLE**: Manages epoch status (open/close).
5252
- **MERKLE_ROOT_ROLE**: Updates the Merkle root.
53-
- **WALLET_ROLE**: Sets the rewards wallet.
5453

5554
## Functions
5655

5756
### **Admin Functions**
5857
1. `setWallet(address wallet_)`
5958
- Sets or updates the wallet address from which tokens are pulled for claims.
60-
- Requires `WALLET_ROLE`.
59+
- Requires `DEFAULT_ADMIN_ROLE`.
6160
- Emits a `WalletUpdated` event.
6261

6362
2. `setMerkleRoot(bytes32 merkleRoot_)`

0 commit comments

Comments
 (0)