10 perp open orders

This commit is contained in:
tjs 2023-03-01 12:47:22 -05:00
parent 75d7644d06
commit 4c6401cdeb
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ const CreateAccountForm = ({
undefined, // tokenCount
undefined, // serum3Count
8, // perpCount
8 // perpOoCount
10 // perpOoCount
)
if (tx) {
const pk = wallet.adapter.publicKey

View File

@ -86,7 +86,7 @@ const UserSetupModal = ({
undefined, // tokenCount
undefined, // serum3Count
8, // perpCount
8 // perpOoCount
10 // perpOoCount
)
actions.fetchMangoAccounts(publicKey)
if (tx) {