From 6b48f91a72d4149e0eeb51077325eb2eb201a69f Mon Sep 17 00:00:00 2001 From: Gauthier Leonard Date: Mon, 13 Nov 2023 20:50:30 +0100 Subject: [PATCH] feat: bump to v0.4.0-alpha.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/ash_cli/Cargo.toml | 2 +- crates/ash_sdk/conf/default.yml | 10 +++++----- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11eaa28..e31123a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -173,7 +173,7 @@ dependencies = [ [[package]] name = "ash_cli" -version = "0.3.0" +version = "0.4.0-alpha.1" dependencies = [ "ash_sdk", "async-std", @@ -199,7 +199,7 @@ dependencies = [ [[package]] name = "ash_sdk" -version = "0.3.0" +version = "0.4.0-alpha.1" dependencies = [ "ash_api", "async-std", diff --git a/Cargo.toml b/Cargo.toml index b85747d..3466497 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = ["crates/ash_cli", "crates/ash_sdk"] [workspace.package] -version = "0.3.0" +version = "0.4.0-alpha.1" edition = "2021" authors = ["E36 Knots"] homepage = "https://ash.center" diff --git a/crates/ash_cli/Cargo.toml b/crates/ash_cli/Cargo.toml index cf361d4..e19094a 100644 --- a/crates/ash_cli/Cargo.toml +++ b/crates/ash_cli/Cargo.toml @@ -15,7 +15,7 @@ categories.workspace = true keywords.workspace = true [dependencies] -ash_sdk = { path = "../ash_sdk", version = "0.3.0" } +ash_sdk = { path = "../ash_sdk", version = "0.4.0-alpha.1" } clap = { version = "4.0.32", features = ["derive", "env", "cargo", "string"] } colored = "2.0.0" exitcode = "1.1.2" diff --git a/crates/ash_sdk/conf/default.yml b/crates/ash_sdk/conf/default.yml index 2270532..fd62468 100644 --- a/crates/ash_sdk/conf/default.yml +++ b/crates/ash_sdk/conf/default.yml @@ -124,10 +124,10 @@ avalancheNetworks: vmType: AvalancheVM rpcUrl: https://ava-testnet.public.blastapi.io/ext/bc/X ashConsole: - apiUrl: http://localhost:8080 + apiUrl: https://api.console.ash.center oauth2: clientID: cf83e1357eefb8bd - authorizationUrl: http://localhost:8090/realms/jeeo/protocol/openid-connect/auth - tokenUrl: http://localhost:8090/realms/jeeo/protocol/openid-connect/token - tokenIntrospectionUrl: http://localhost:8090/realms/jeeo/protocol/openid-connect/token/introspect - deviceAuthorizationUrl: http://localhost:8090/realms/jeeo/protocol/openid-connect/auth/device + authorizationUrl: https://auth.console.ash.center/realms/jeeo/protocol/openid-connect/auth + tokenUrl: https://auth.console.ash.center/realms/jeeo/protocol/openid-connect/token + tokenIntrospectionUrl: https://auth.console.ash.center/realms/jeeo/protocol/openid-connect/token/introspect + deviceAuthorizationUrl: https://auth.console.ash.center/realms/jeeo/protocol/openid-connect/auth/device