Skip to content

Commit

Permalink
Merge pull request #66 from celo-org/dckesler/all-tokens
Browse files Browse the repository at this point in the history
Send all tokens if not skipping stables
  • Loading branch information
dckesler authored Apr 12, 2023
2 parents 2c81fcb + db39513 commit e4d8a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/firebase-serverside.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export async function sendRequest(
beneficiary,
status: RequestStatus.Pending,
type: RequestType.Faucet,
tokens: skipStables ? RequestedTokenSet.Celo : RequestedTokenSet.Stables,
tokens: skipStables ? RequestedTokenSet.Celo : RequestedTokenSet.All,
authLevel,
}

Expand Down

0 comments on commit e4d8a24

Please sign in to comment.