diff --git a/ssr/src/consts/mod.rs b/ssr/src/consts/mod.rs index 8b443c26..e0a04880 100644 --- a/ssr/src/consts/mod.rs +++ b/ssr/src/consts/mod.rs @@ -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 = - 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 = - 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 =