Skip to content

Commit

Permalink
Revert "temp(ssr/consts): switch to off-chain preview"
Browse files Browse the repository at this point in the history
This reverts commit 6453233.
  • Loading branch information
rupansh committed Nov 11, 2024
1 parent 6453233 commit a476a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ssr/src/consts/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ pub const USER_PRINCIPAL_STORE: &str = "user-principal";
pub const USER_ONBOARDING_STORE: &str = "user-onboarding";

pub static OFF_CHAIN_AGENT_URL: Lazy<Url> =
Lazy::new(|| Url::parse("https://pr-84-yral-dapp-off-chain-agent.fly.dev/").unwrap());
Lazy::new(|| Url::parse("https://icp-off-chain-agent.fly.dev/").unwrap());
pub static OFF_CHAIN_AGENT_GRPC_URL: Lazy<Url> =
Lazy::new(|| Url::parse("https://pr-84-yral-dapp-off-chain-agent.fly.dev:443").unwrap());
Lazy::new(|| Url::parse("https://icp-off-chain-agent.fly.dev:443").unwrap());
// G-6W5Q2MRX0E to test locally | G-PLNNETMSLM
pub static GTAG_MEASUREMENT_ID: Lazy<&str> = Lazy::new(|| "G-PLNNETMSLM");
pub static DOWNLOAD_UPLOAD_SERVICE: Lazy<Url> =
Expand Down

0 comments on commit a476a1a

Please sign in to comment.