Skip to content

Commit 60ee568

Browse files
committed
Remove helium specific task queue ID
1 parent 5c71499 commit 60ee568

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tuktuk-sdk/src/tuktuk.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pub fn create_config(
7272
pub mod cron {
7373
use anchor_lang::{InstructionData, ToAccountMetas};
7474
use itertools::Itertools;
75-
use solana_sdk::{instruction::Instruction, pubkey, pubkey::Pubkey};
75+
use solana_sdk::{instruction::Instruction, pubkey::Pubkey};
7676
use tuktuk_program::{
7777
cron::{
7878
self,
@@ -86,8 +86,6 @@ pub mod cron {
8686
use super::{hash_name, task, task_queue::task_queue_authority_key};
8787
use crate::{client::GetAnchorAccount, error::Error};
8888

89-
pub const TASK_QUEUE_ID: Pubkey = pubkey!("H39gEszvsi6AT4rYBiJTuZHJSF5hMHy6CKGTd7wzhsg7");
90-
9189
pub fn user_cron_jobs_key(authority: &Pubkey) -> Pubkey {
9290
Pubkey::find_program_address(&[b"user_cron_jobs", authority.as_ref()], &ID).0
9391
}

0 commit comments

Comments
 (0)