Skip to content

Commit db4b2fd

Browse files
committed
Dashboard: Update faucet amount for injective testnet
1 parent 3d996d1 commit db4b2fd

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
@@ -7,6 +7,8 @@ const customClaimAmounts: Record<number, number> = {
77
531050104: 5,
88
// Arc testnet
99
5042002: 1,
10+
// Injective testnet
11+
1439: 1,
1012
};
1113

1214
const defaultClaimAmount = 0.01;

0 commit comments

Comments
 (0)