diff --git a/react/lib/components/Widget/AltpaymentWidget.tsx b/react/lib/components/Widget/AltpaymentWidget.tsx index 3dcd3f8a..989d5872 100644 --- a/react/lib/components/Widget/AltpaymentWidget.tsx +++ b/react/lib/components/Widget/AltpaymentWidget.tsx @@ -6,6 +6,7 @@ import { resolveNumber, CryptoCurrency, DECIMALS } from '../../util' import { Button, animation } from '../Button/Button' import { Socket } from 'socket.io-client' import { AltpaymentCoin, AltpaymentError, AltpaymentPair, AltpaymentShift } from '../../altpayment' +import { SIDESHIFT_BASE_URL } from '../../altpayment/sideshift' import { sideShiftLogo, copyIcon } from './SideShiftLogo' interface AltpaymentProps { @@ -426,7 +427,7 @@ export const AltpaymentWidget: React.FunctionComponent = props