Skip to content

Commit ebe5f97

Browse files
committed
lint auto-fix
1 parent fa1e391 commit ebe5f97

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

packages/plugin-solana/src/actions/pumpfun.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { generateImage, elizaLogger } from "@elizaos/core";
2-
import { Connection, Keypair, PublicKey } from "@solana/web3.js";
2+
import { Connection, Keypair, type PublicKey } from "@solana/web3.js";
33
import { VersionedTransaction } from "@solana/web3.js";
4-
import { Fomo, PurchaseCurrency } from "fomo-sdk-solana";
4+
import { Fomo, type PurchaseCurrency } from "fomo-sdk-solana";
55
import { getAssociatedTokenAddressSync } from "@solana/spl-token";
66
import bs58 from "bs58";
77
import {
@@ -12,7 +12,7 @@ import {
1212
type IAgentRuntime,
1313
type Memory,
1414
ModelClass,
15-
State,
15+
type State,
1616
generateObject,
1717
composeContext,
1818
type Action,

packages/plugin-solana/src/actions/transfer_sol.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ import {
77
VersionedTransaction,
88
} from "@solana/web3.js";
99
import {
10-
ActionExample,
11-
Content,
12-
HandlerCallback,
13-
IAgentRuntime,
14-
Memory,
10+
type ActionExample,
11+
type Content,
12+
type HandlerCallback,
13+
type IAgentRuntime,
14+
type Memory,
1515
ModelClass,
16-
State,
16+
type State,
1717
type Action,
1818
} from "@elizaos/core";
1919
import { composeContext } from "@elizaos/core";

0 commit comments

Comments
 (0)