From 8ee74a969545f7e85fd2e11fefff63829d7fb178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dean=20=E5=88=A9=E8=BF=AA=E6=81=A9?= <10921578+deanmlittle@users.noreply.github.com> Date: Tue, 15 Aug 2023 21:03:13 +0800 Subject: [PATCH] Update spl_init.ts --- ts/cluster1/spl_init.ts | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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 +})()