Skip to content

Commit 08f5112

Browse files
committed
chore: add max char info
1 parent 36d8668 commit 08f5112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export interface Faucet {
55
chain_id: string // name of the testnet
66
amounts: number[] // faucet serve amounts (UI)
77
url: string // the faucet URL
8-
description: string // faucet description
8+
description: string // faucet description - max 100chars
99
recaptcha: string // the recaptcha site key, if any
1010
token?: string // token name: default $GNOT
1111
}

0 commit comments

Comments
 (0)