Skip to content

Commit

Permalink
ref: remove twitter fw task avnu
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed Sep 29, 2023
1 parent 3b4e51f commit 1640ef1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 31 deletions.
4 changes: 2 additions & 2 deletions src/endpoints/quests/avnu/claimable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ use starknet::{
use std::sync::Arc;

const QUEST_ID: u32 = 3;
const TASK_IDS: &[u32] = &[12, 13, 14, 15];
const LAST_TASK: u32 = TASK_IDS[3];
const TASK_IDS: &[u32] = &[12, 13, 15];
const LAST_TASK: u32 = TASK_IDS[2];
const NFT_LEVEL: u32 = 6;

#[derive(Deserialize)]
Expand Down
1 change: 0 additions & 1 deletion src/endpoints/quests/avnu/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
pub mod claimable;
pub mod discord_fw_callback;
pub mod verify_swap;
pub mod verify_twitter_fw;
pub mod verify_twitter_rt;
24 changes: 0 additions & 24 deletions src/endpoints/quests/avnu/verify_twitter_fw.rs

This file was deleted.

4 changes: 0 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ async fn main() {
"/quests/zklend/claimable",
get(endpoints::quests::zklend::claimable::handler),
)
.route(
"/quests/avnu/verify_twitter_fw",
get(endpoints::quests::avnu::verify_twitter_fw::handler),
)
.route(
"/quests/avnu/verify_twitter_rt",
get(endpoints::quests::avnu::verify_twitter_rt::handler),
Expand Down

0 comments on commit 1640ef1

Please sign in to comment.