We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c1294 commit c1393daCopy full SHA for c1393da
packages/sdk/src/templates/arcadeToken.ts
@@ -24,7 +24,7 @@ import { createNoopSigner } from 'gill';
24
* @param authority - The address with authority over the mint.
25
* @param mint - The address of the mint account to initialize.
26
* @param feePayer - The address that will pay the transaction fees.
27
- * @returns A promise that resolves to a FullTransaction object for initializing the stablecoin mint.
+ * @returns A promise that resolves to a FullTransaction object for initializing the arcade token mint.
28
*/
29
export const createArcadeTokenInitTransaction = async (
30
rpc: Rpc<SolanaRpcApi>,
0 commit comments