Skip to content

Commit

Permalink
feat: bump to v0.4.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuttymoon committed Nov 13, 2023
1 parent 9fdf150 commit 6b48f91
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/ash_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions crates/ash_sdk/conf/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6b48f91

Please sign in to comment.