From d1fae404108f0f1e79443c7be6d45745d0363ce1 Mon Sep 17 00:00:00 2001 From: J-Dog Date: Wed, 13 Mar 2024 19:22:24 -0700 Subject: [PATCH] add `DROP` alias for `AIRDROP` --- docs/actions/AIRDROP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/actions/AIRDROP.md b/docs/actions/AIRDROP.md index 068bdef..a9069d5 100644 --- a/docs/actions/AIRDROP.md +++ b/docs/actions/AIRDROP.md @@ -39,6 +39,7 @@ This example airdops 1 GAS to every holder on a list and 2 BRRR to every holder ## Rules ## Notes +- `DROP` `ACTION` can be used for shorter reference to `AIRDROP` `ACTION` - `AIRDROP` to `address` `LIST` sends `AMOUNT` of `token` to each address on the list - `AIRDROP` to `token` `LIST` sends `AMOUNT` of `token` to holders of each `token` on the list - `AIRDROP` to `ASSET` `LIST` sends `AMOUNT` of `token` to holders of each `ASSET` on the list