File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @macalinao/gill-extra " : patch
3+ ---
4+
5+ Add NATIVE_MINT constant
Original file line number Diff line number Diff line change 1+ import { address } from "@solana/kit" ;
2+
3+ /** Address of the special mint for wrapped native SOL in spl-token */
4+ export const NATIVE_MINT = address (
5+ "So11111111111111111111111111111111111111112" ,
6+ ) ;
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ export * from "@macalinao/token-utils";
33export * from "@macalinao/zod-solana" ;
44// Export gill-extra specific utilities
55export * from "./build-get-explorer-link-function.js" ;
6+ export * from "./constants.js" ;
67export * from "./fetch-and-decode-account.js" ;
78export * from "./get-confirmed-transaction.js" ;
89export * from "./get-signature-from-bytes.js" ;
You can’t perform that action at this time.
0 commit comments