Skip to content

Commit cf6c182

Browse files
committed
update
Signed-off-by: MarcoMandar <malicemandar@gmail.com>
1 parent 56e4589 commit cf6c182

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
@@ -347,7 +347,7 @@ export class TrustScoreManager {
347347
const processedData: ProcessedTokenData =
348348
await this.tokenProvider.getProcessedTokenData();
349349
const wallet = new WalletProvider(
350-
new Connection("https://api.mainnet-beta.solana.com"),
350+
this.connection,
351351
new PublicKey(Wallet!)
352352
);
353353

0 commit comments

Comments
 (0)