Skip to content

Commit c1393da

Browse files
committed
add arcade token template
1 parent 74c1294 commit c1393da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/src/templates/arcadeToken.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { createNoopSigner } from 'gill';
2424
* @param authority - The address with authority over the mint.
2525
* @param mint - The address of the mint account to initialize.
2626
* @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.
27+
* @returns A promise that resolves to a FullTransaction object for initializing the arcade token mint.
2828
*/
2929
export const createArcadeTokenInitTransaction = async (
3030
rpc: Rpc<SolanaRpcApi>,

0 commit comments

Comments
 (0)