diff --git a/src/pages/ListNewMarketPage.jsx b/src/pages/ListNewMarketPage.jsx index 8f39f51..6861847 100644 --- a/src/pages/ListNewMarketPage.jsx +++ b/src/pages/ListNewMarketPage.jsx @@ -27,12 +27,22 @@ export default function ListNewMarketPage() { const { wallet, connected } = useWallet(); const [baseMintInput, baseMintInfo] = useMintInput( 'baseMint', - 'Base Token Mint Address', + + Base Token Mint Address{' '} + + (e.g. BTC solana address: {9n4nbM75f5Ui33ZbPYXn59EwSgE8CGsHtAeTH5YFeJ9E}) + + , 'The base token is the token being traded. For example, the base token of a BTC/USDT market is BTC.', ); const [quoteMintInput, quoteMintInfo] = useMintInput( 'quoteMint', - 'Quote Token Mint Address', + + Quote Token Mint Address{' '} + + (e.g. USDT solana address: {BQcdHdAQW1hczDbBi9hiegXAR7A98Q9jx3X3iBBBDiq4}) + + , 'The quote token is the token used to price trades. For example, the quote token of a BTC/USDT market is USDT.', ); const [lotSize, setLotSize] = useState('1'); @@ -94,8 +104,9 @@ export default function ListNewMarketPage() { List New Market
{baseMintInput} @@ -103,7 +114,7 @@ export default function ListNewMarketPage() { - Minimum Order Size (Lot Size) + Minimum Order Size (Lot size in e.g. BTC) } name="lotSize" @@ -128,7 +139,7 @@ export default function ListNewMarketPage() { - Tick Size (Price Increment) + Tick Size (Price increment in e.g. USDT) } name="tickSize"