Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: MarcoMandar <malicemandar@gmail.com>
  • Loading branch information
MarcoMandar committed Nov 16, 2024
1 parent 56e4589 commit cf6c182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-solana/src/providers/trustScoreProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ export class TrustScoreManager {
const processedData: ProcessedTokenData =
await this.tokenProvider.getProcessedTokenData();
const wallet = new WalletProvider(
new Connection("https://api.mainnet-beta.solana.com"),
this.connection,
new PublicKey(Wallet!)
);

Expand Down

0 comments on commit cf6c182

Please sign in to comment.