Skip to content

Commit 935c0a1

Browse files
authored
Update constants.ts
Increase time between requests because the faucet is running low on devnet sol
1 parent abbb992 commit 935c0a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/constants.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ export const AIRDROP_LIMITS: {
4141
[key in AirdropLimitKeys]: AirdropRateLimit;
4242
} = {
4343
default: {
44-
coveredHours: 2,
44+
coveredHours: 8,
4545
allowedRequests: 2,
4646
maxAmountPerRequest: 5,
4747
},
4848
github: {
49-
coveredHours: 2,
49+
coveredHours: 8,
5050
allowedRequests: 2,
5151
maxAmountPerRequest: 10,
5252
},

0 commit comments

Comments
 (0)