Skip to content

Commit 2a14b93

Browse files
authored
update readme
Updated cost estimates for airdrop implementations.
1 parent fad514d commit 2a14b93

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

airdrop-implementations/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ Advanced Implementation: distributor - Distributes SPL tokens, uses compressed P
1313
| Clawback | No | Yes |
1414
| Admin controls | No | Yes |
1515

16-
## Cost (100k recipients)
16+
## Cost
1717

1818
| | simple-claim | distributor | Regular |
1919
|--|-------------:|------------:|--------:|
2020
| Setup | ~0.5 SOL | ~0.002 SOL | ~0.002 SOL |
21-
| Per-claim | ~1 SOL | ~5 SOL | ~200 SOL |
22-
| **Total** | **~1.5 SOL** | **~5 SOL** | **~200 SOL** |
21+
| Per-claim | ~0.00001 SOL | ~0.00005 SOL | ~0.002 SOL |
22+
| 100k claims | ~1 SOL | ~5 SOL | ~200 SOL |
23+
| **Total** | **~1.5 SOL** | **~5 SOL** | **~200 SOL** |

0 commit comments

Comments
 (0)