I’m trying to create a custom address for my token, I know how to create that with command line(CLI) like
But did anyone know i can do that with Javascript
generateSigner(umi);
I tried generateSigner(umi, ‘SOL’); which doesnt work, can anyone help