feat: build ticker for LN coin

This commit is contained in:
José Oliveira 2022-04-13 22:13:39 +01:00 committed by siiky
parent b65303e1ed
commit d0b960fd6a
3 changed files with 62 additions and 30 deletions

View file

@ -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')