Fix Auto Deposit

This commit is contained in:
Bill He
2023-09-08 11:41:58 -07:00
parent b2783d67ae
commit dcb0681792
+1 -1
View File
@@ -100,7 +100,7 @@ export const useSubaccountContext = ({ localDydxWallet }: { localDydxWallet?: Lo
subaccountClient: SubaccountClient;
assetId?: number;
amount: Long;
}) => await compositeClient?.validatorClient.post.deposit(subaccountClient, assetId, amount),
}) => await compositeClient?.validatorClient.post.deposit(subaccountClient, assetId, amount, false),
withdrawFromSubaccount: async ({
subaccountClient,