Skip to content

Commit

Permalink
fix: redirect uri & update NFT img file name
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed Oct 6, 2023
1 parent 6070bcd commit 50eaf12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub async fn handler(
(
"redirect_uri",
&format!(
"{}/quests/braavos/partner/verify_has_mission",
"{}/quests/braavos/starknetid/verify_has_mission",
state.conf.variables.api_link
),
),
Expand Down
2 changes: 1 addition & 1 deletion src/endpoints/quests/uri.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ pub async fn handler(
Json(TokenURI {
name: "Starknet Pro Score x Starknet ID Quest NFT".into(),
description: "This Starknet commemorative Non-Fungible Token represents the first step into the Starknet universe. By getting a Stark domain name and becoming a Whisperer of Braavos, you are building solid foundations for your Starknet experience.".into(),
image: format!("{}/braavos/LP.webp", state.conf.variables.app_link),
image: format!("{}/braavos/starknetid.webp", state.conf.variables.app_link),
attributes: None,
}),
)
Expand Down

0 comments on commit 50eaf12

Please sign in to comment.