Skip to content

Commit e2a894f

Browse files
committed
walletProvider
Signed-off-by: MarcoMandar <malicemandar@gmail.com>
1 parent 0b029c0 commit e2a894f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/plugin-solana/src/providers/simulationSellingService.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ export class simulationSellingService {
3535

3636
private runningProcesses: Set<string> = new Set();
3737

38-
constructor(
39-
runtime: IAgentRuntime,
40-
trustScoreDb: TrustScoreDatabase,
41-
walletProvider: WalletProvider
42-
) {
38+
constructor(runtime: IAgentRuntime, trustScoreDb: TrustScoreDatabase) {
4339
this.trustScoreDb = trustScoreDb;
4440

4541
this.connection = new Connection(runtime.getSetting("RPC_URL"));

0 commit comments

Comments
 (0)