From 072dd77503611a781b4bd9608eb1443129d8348a Mon Sep 17 00:00:00 2001 From: Lean Mendoza Date: Mon, 2 Dec 2024 11:36:31 -0300 Subject: [PATCH 1/2] chore: change auth server to .org --- lib/src/auth/decentraland_auth_server.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/auth/decentraland_auth_server.rs b/lib/src/auth/decentraland_auth_server.rs index 2b46eece..e6b5b203 100644 --- a/lib/src/auth/decentraland_auth_server.rs +++ b/lib/src/auth/decentraland_auth_server.rs @@ -6,8 +6,8 @@ use crate::godot_classes::dcl_tokio_rpc::GodotTokioCall; use super::wallet::SimpleAuthChain; -const AUTH_FRONT_URL: &str = "https://decentraland.zone/auth/requests"; -const AUTH_SERVER_ENDPOINT_URL: &str = "https://auth-api.decentraland.zone/requests"; +const AUTH_FRONT_URL: &str = "https://decentraland.org/auth/requests"; +const AUTH_SERVER_ENDPOINT_URL: &str = "https://auth-api.decentraland.org/requests"; // const AUTH_FRONT_URL: &str = "https://localhost:5173/auth/requests"; // const AUTH_SERVER_ENDPOINT_URL: &str = "https://auth-api.decentraland.zone/requests"; From e2f683ab039a3fee4fae90f179f8a9e3af71ad5b Mon Sep 17 00:00:00 2001 From: Lean Mendoza Date: Mon, 2 Dec 2024 11:37:10 -0300 Subject: [PATCH 2/2] change version code --- godot/export_presets.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/godot/export_presets.cfg b/godot/export_presets.cfg index 753a9b89..bbd94ecc 100644 --- a/godot/export_presets.cfg +++ b/godot/export_presets.cfg @@ -394,7 +394,7 @@ architectures/armeabi-v7a=false architectures/arm64-v8a=true architectures/x86=false architectures/x86_64=true -version/code=17 +version/code=18 version/name="1.0" package/unique_name="org.decentraland.godotexplorer" package/name="Decentraland"