We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6682a71 commit b2019e1Copy full SHA for b2019e1
packages/plugin-solana/src/providers/trustScoreProvider.ts
@@ -77,7 +77,7 @@ export class TrustScoreManager {
77
this.backendToken = runtime.getSetting("BACKEND_TOKEN");
78
this.simulationSellingService = new SimulationSellingService(
79
runtime,
80
- this.tokenProvider
+ this.trustScoreDb
81
);
82
}
83
0 commit comments