File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ architectures/armeabi-v7a=false
394
394
architectures/arm64-v8a =true
395
395
architectures/x86 =false
396
396
architectures/x86_64 =true
397
- version/code =17
397
+ version/code =18
398
398
version/name =" 1.0"
399
399
package/unique_name =" org.decentraland.godotexplorer"
400
400
package/name =" Decentraland"
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ use crate::godot_classes::dcl_tokio_rpc::GodotTokioCall;
6
6
7
7
use super :: wallet:: SimpleAuthChain ;
8
8
9
- const AUTH_FRONT_URL : & str = "https://decentraland.zone /auth/requests" ;
10
- const AUTH_SERVER_ENDPOINT_URL : & str = "https://auth-api.decentraland.zone /requests" ;
9
+ const AUTH_FRONT_URL : & str = "https://decentraland.org /auth/requests" ;
10
+ const AUTH_SERVER_ENDPOINT_URL : & str = "https://auth-api.decentraland.org /requests" ;
11
11
// const AUTH_FRONT_URL: &str = "https://localhost:5173/auth/requests";
12
12
// const AUTH_SERVER_ENDPOINT_URL: &str = "https://auth-api.decentraland.zone/requests";
13
13
You can’t perform that action at this time.
0 commit comments