Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin: Add thread resolver at startup #69

Closed
wants to merge 3 commits into from

Conversation

Aursen
Copy link
Contributor

@Aursen Aursen commented Oct 7, 2024

No description provided.

plugin/src/plugin.rs Outdated Show resolved Hide resolved

pub async fn fetch_and_observe_thread_pdas(observers: Arc<Observers>) -> Result<(), PluginError> {
let client =
anchor_client::Client::new(anchor_client::Cluster::Localnet, Arc::new(Keypair::new()));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably wrong cluster as pointed out by @adrena-orex

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also the keypair must use the one in the local env

@Adrena-Corto
Copy link

Adrena-Corto commented Oct 7, 2024

supplanted by #70

@Aursen Aursen deleted the plugin branch October 7, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants