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:
parent
f3ab63766e
commit
4655d733b2
7 changed files with 136 additions and 17 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue