diff --git a/src/components/AuctionsOperations/AuctionsPayment.tsx b/src/components/AuctionsOperations/AuctionsPayment.tsx index bf698a94..a2e2f431 100644 --- a/src/components/AuctionsOperations/AuctionsPayment.tsx +++ b/src/components/AuctionsOperations/AuctionsPayment.tsx @@ -98,7 +98,7 @@ const AuctionsPayment = () => { const maxBid = (): string => { const sellAmountBN = sellAmount - ? BigNumber.from(toFixedString(sellAmount, 'WAD')) + ? BigNumber.from(toFixedString(sellAmount, 'RAD')) : BigNumber.from('0') const buyAmountBN = buyAmount ? auctionType === 'STAKED_TOKEN'