From 9bbd8d30ed296ad1af192c3659c46050b362d0f7 Mon Sep 17 00:00:00 2001 From: jaredvu Date: Tue, 29 Aug 2023 14:32:41 -0700 Subject: [PATCH] WithdrawForm: Use v4-client-js --- src/views/forms/AccountManagementForms/WithdrawForm.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/forms/AccountManagementForms/WithdrawForm.tsx b/src/views/forms/AccountManagementForms/WithdrawForm.tsx index 3c2f1f4..103f7ab 100644 --- a/src/views/forms/AccountManagementForms/WithdrawForm.tsx +++ b/src/views/forms/AccountManagementForms/WithdrawForm.tsx @@ -3,11 +3,11 @@ import type { ChangeEvent, FormEvent } from 'react'; import styled, { type AnyStyledComponent } from 'styled-components'; import type { NumberFormatValues } from 'react-number-format'; import { shallowEqual, useSelector } from 'react-redux'; -import { TESTNET_CHAIN_ID } from '@dydxprotocol/v4-client'; +import { TESTNET_CHAIN_ID } from '@dydxprotocol/v4-client-js'; import { TransferInputField, TransferInputTokenResource, TransferType } from '@/constants/abacus'; import { AlertType } from '@/constants/alerts'; -import { ButtonSize } from '@/constants/buttons'; +import { ButtonSize } from '@/constants/buttons'; import { STRING_KEYS } from '@/constants/localization'; import { NumberSign, QUANTUM_MULTIPLIER } from '@/constants/numbers';