I'm using the Metaplex Storefront V1 for my auctions and I would like to implement SPL tokens for auctions as far as I know the earlier version of the storefront was able to accept SPL tokens basically with a dropdown menu, but the latest version does not contain this feature. I've only found a harcoded way to accept SPL token for temporary.
export const WRAPPED_SOL_MINT = new PublicKey('So11111111111111111111111111111111111111112',);
I would like to create my own SPL token with "spl-token create-token" commandlet and accept it in my store.