Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: MarcoMandar <[email protected]>
  • Loading branch information
MarcoMandar committed Nov 10, 2024
1 parent ed438d7 commit 18af606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-solana/src/evaluators/trust.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ async function handler(runtime: IAgentRuntime, message: Memory) {
// create the wallet provider and token provider
const walletProvider = new WalletProvider(
new Connection("https://api.mainnet-beta.solana.com"),
new PublicKey("Main Wallet") // TODO: get the wallet public key from the runtime
new PublicKey(runtime.getSetting("WALLET_PUBLIC_KEY"))
);
const tokenProvider = new TokenProvider(
rec.contractAddress,
Expand Down

0 comments on commit 18af606

Please sign in to comment.