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 3d996d1 commit db4b2fdCopy full SHA for db4b2fd
apps/dashboard/src/@/utils/faucet.ts
@@ -7,6 +7,8 @@ const customClaimAmounts: Record<number, number> = {
7
531050104: 5,
8
// Arc testnet
9
5042002: 1,
10
+ // Injective testnet
11
+ 1439: 1,
12
};
13
14
const defaultClaimAmount = 0.01;
0 commit comments