Skip to content

Commit b2019e1

Browse files
committed
Fix build
1 parent 6682a71 commit b2019e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export class TrustScoreManager {
7777
this.backendToken = runtime.getSetting("BACKEND_TOKEN");
7878
this.simulationSellingService = new SimulationSellingService(
7979
runtime,
80-
this.tokenProvider
80+
this.trustScoreDb
8181
);
8282
}
8383

0 commit comments

Comments
 (0)