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 36d8668 commit 08f5112Copy full SHA for 08f5112
src/types/index.ts
@@ -5,7 +5,7 @@ export interface Faucet {
5
chain_id: string // name of the testnet
6
amounts: number[] // faucet serve amounts (UI)
7
url: string // the faucet URL
8
- description: string // faucet description
+ description: string // faucet description - max 100chars
9
recaptcha: string // the recaptcha site key, if any
10
token?: string // token name: default $GNOT
11
}
0 commit comments