feat: build ticker for LN coin
This commit is contained in:
parent
b65303e1ed
commit
d0b960fd6a
3 changed files with 62 additions and 30 deletions
|
|
@ -26,7 +26,7 @@ export default {
|
|||
getValidationSchema: account => {
|
||||
return Yup.object().shape({
|
||||
apiKey: Yup.string('The API key must be a string')
|
||||
.max(100, 'The API key is too long')
|
||||
.max(200, 'The API key is too long')
|
||||
.required('The API key is required'),
|
||||
walletId: Yup.string('The wallet id must be a string')
|
||||
.max(100, 'The wallet id is too long')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue