Instant Refund
Uniswap returned{' '} - {formatEthPrice(totalRefundValue.toString())} ETH{' '} + + {formatEther({ + input: totalRefundValue.toString(), + type: NumberType.NFTToken, + })}{' '} + ETH + {' '} back to your wallet for unavailable items.
- {formatEthPrice(totalRefundValue.toString())} ETH + {formatEther({ + input: totalRefundValue.toString(), + type: NumberType.NFTToken, + })}{' '} + ETH +
++ {formatNumberOrString({ input: totalUSDRefund, type: NumberType.FiatNFTToken })}
-{formatUSDPriceWithCommas(totalUSDRefund)}
for {nftsNotPurchased.length} unavailable item {nftsNotPurchased.length === 1 ? '' : 's'}. @@ -280,8 +293,9 @@ const TxCompleteModal = () => { `Selected item${ nftsPurchased.length === 1 ? ' is' : 's are' } no longer available. Uniswap instantly refunded you for this incomplete transaction. `} - {formatUsdPrice(txFeeFiat)} was used for gas in attempt to complete this transaction. For support, - please visit our Discord + {formatNumberOrString({ input: txFeeFiat, type: NumberType.FiatNFTToken })} was used for gas in + attempt to complete this transaction. For support, please visit our{' '} + Discord
- {formatEthPrice( - asset.updatedPriceInfo ? asset.updatedPriceInfo.ETHPrice : asset.priceInfo.ETHPrice - )}{' '} + {formatEther({ + input: asset.updatedPriceInfo + ? asset.updatedPriceInfo.ETHPrice + : asset.priceInfo.ETHPrice, + type: NumberType.NFTToken, + })}{' '} ETH
- {formatEthPrice(totalRefundValue.toString())} ETH + {formatEther({ + input: totalRefundValue.toString(), + type: NumberType.NFTToken, + })}{' '} + ETH +
++ {formatNumberOrString({ input: totalUSDRefund, type: NumberType.FiatNFTToken })}
-{formatUSDPriceWithCommas(totalUSDRefund)}