Skip to content

Commit 9482bf4

Browse files
committed
Dashboard: Update faucet amount for arc testnet
1 parent 68cca6f commit 9482bf4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/dashboard/src/@/utils/faucet.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ const customClaimAmounts: Record<number, number> = {
55
631571: 0.1,
66
// Sophon testnet
77
531050104: 5,
8+
// Arc testnet
9+
5042002: 1,
810
};
911

1012
const defaultClaimAmount = 0.01;

0 commit comments

Comments
 (0)