Skip to content

Commit 68481cb

Browse files
author
tilo-14
committed
fix: simplify cost table format
1 parent 2a14b93 commit 68481cb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

airdrop-implementations/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ Advanced Implementation: distributor - Distributes SPL tokens, uses compressed P
1515

1616
## Cost
1717

18-
| | simple-claim | distributor | Regular |
19-
|--|-------------:|------------:|--------:|
20-
| Setup | ~0.5 SOL | ~0.002 SOL | ~0.002 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** |
18+
| | Per-claim | 100k claims |
19+
|--------------------------|-------------:|------------:|
20+
| simple-claim | ~0.00001 SOL | ~1 SOL |
21+
| distributor (compressed) | ~0.00005 SOL | ~5 SOL |
22+
| distributor (original) | ~0.002 SOL | ~200 SOL |

0 commit comments

Comments
 (0)