diff --git a/ts/cluster1/spl_init.ts b/ts/cluster1/spl_init.ts index ab882a4..713e8f7 100644 --- a/ts/cluster1/spl_init.ts +++ b/ts/cluster1/spl_init.ts @@ -12,14 +12,8 @@ const connection = new Connection("https://api.devnet.solana.com", commitment); (async () => { try { // Start here - const mint = await createMint( - connection, - keypair, - keypair.publicKey, - null, - 6 - ) + // const mint = ??? } catch(error) { console.log(`Oops, something went wrong: ${error}`) } -})() \ No newline at end of file +})()