Skip to content

Commit

Permalink
Add extra disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
ilitteri committed Dec 23, 2024
1 parent ac73947 commit 87fd0f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions claim_contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
> [!WARNING]
> Double-check the data you passing into the commands, any mistake can lead to undesired behavior.
> [!IMPORTANT]
> Steps 1, 2, and 4 can be batched into a single transaction in a multisig wallet. This multisig must be the `ClaimableAirdrop` contract owner.
> Step 3 must be done by the token distributor multisig as it is the one that has the tokens to be claimed.
1. Update the merkle root
```
cast calldata "updateMerkleRoot(bytes32)" <merkle_root>
Expand Down

0 comments on commit 87fd0f8

Please sign in to comment.