Skip to content

Commit

Permalink
walletProvider
Browse files Browse the repository at this point in the history
Signed-off-by: MarcoMandar <malicemandar@gmail.com>
MarcoMandar committed Nov 25, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
addaleax Anna Henningsen
1 parent 0b029c0 commit e2a894f
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -35,11 +35,7 @@ export class simulationSellingService {

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

constructor(
runtime: IAgentRuntime,
trustScoreDb: TrustScoreDatabase,
walletProvider: WalletProvider
) {
constructor(runtime: IAgentRuntime, trustScoreDb: TrustScoreDatabase) {
this.trustScoreDb = trustScoreDb;

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

0 comments on commit e2a894f

Please sign in to comment.