feat: improve bill math

feat: add escrow storage for aveiro and changes in related UI
feat: add cassettes and stackers count to trader
This commit is contained in:
Sérgio Salgado 2023-04-26 23:44:52 +01:00
parent f3ab63766e
commit 4655d733b2
7 changed files with 136 additions and 17 deletions

View file

@ -56,7 +56,7 @@ const ValidationSchema = Yup.object().shape({
.required('Required')
.integer()
.min(0)
.max(60),
.max(40),
stacker1r: Yup.number()
.label('Stacker 1R')
.required('Required')