Skip to content

Commit 5c1db8b

Browse files
[Dashboard] Add Sophon testnet to custom claim amounts (#7280)
1 parent a87446a commit 5c1db8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/dashboard/src/app/(app)/api/testnet-faucet/claim/claim-amount.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ const customClaimAmounts: Record<number, number> = {
33
631571: 0.1,
44
// Aleph Zero
55
2039: 0.1,
6+
// Sophon testnet
7+
531050104: 5,
68
};
79

810
const defaultClaimAmount = 0.01;

0 commit comments

Comments
 (0)