|
|
@@ -103,7 +103,7 @@ const umi = createUmi('https://api.devnet.solana.com')
|
|
|
// Generate a new keypair signer.
|
|
|
const signer = generateSigner(umi)
|
|
|
|
|
|
-// Tell umit to use the new signer.
|
|
|
+// Tell umi to use the new signer.
|
|
|
umi.use(signerIdentity(signer))
|
|
|
|
|
|
// Airdrop 1 SOL to the identity
|