We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68cca6f commit 9482bf4Copy full SHA for 9482bf4
apps/dashboard/src/@/utils/faucet.ts
@@ -5,6 +5,8 @@ const customClaimAmounts: Record<number, number> = {
5
631571: 0.1,
6
// Sophon testnet
7
531050104: 5,
8
+ // Arc testnet
9
+ 5042002: 1,
10
};
11
12
const defaultClaimAmount = 0.01;
0 commit comments