Skip to content

Commit fb03acd

Browse files
[release] v0.0.17 (#165)
* update global config * update usa config * v0.0.17
1 parent 3cb8aba commit fb03acd

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ members = [
99
resolver = "2"
1010

1111
[workspace.package]
12-
version = "0.0.16"
12+
version = "0.0.17"
1313
edition = "2021"
1414
license = "MIT OR Apache-2.0"
1515

1616
[workspace.dependencies]
17-
alto-client = { version = "0.0.16", path = "client" }
18-
alto-types = { version = "0.0.16", path = "types" }
17+
alto-client = { version = "0.0.17", path = "client" }
18+
alto-types = { version = "0.0.17", path = "types" }
1919
commonware-broadcast = "0.0.64"
2020
commonware-codec = "0.0.64"
2121
commonware-consensus = "0.0.64"

explorer/src/global_config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const BACKEND_URL = "global.alto.exoware.xyz";
2-
export const PUBLIC_KEY_HEX = "a7fec1d9b3aa051bdb58bf858545689823c1eebb0fdd9c5bc84c8b7b170287b5c05590e396ee4848f8fde59f9052e72e0fbcaea30f9c6b8d6adcc832faa21ffe49569cf8f9fba21a1b1878d0b18745435d94ff91468e382bbfe330465c7bd97d";
2+
export const PUBLIC_KEY_HEX = "a59d10bde4e092aa5160047dfebdb509cf6fa2e2f3d3bd13e8a0defc18a783d37d11e98047cfbcaebb7b7e8ace89863f02da2272c86b4e5e97c47e575ae620c4a26f984ce718c8c6e6154954a2712b1a0f16698c0c6a3a0935b7e17fcfd02d48";
33
export const LOCATIONS: [[number, number], string][] = [
44
[[37.7749, -122.4194], "San Francisco"],
55
[[38.8339, -77.3074], "Ashburn"],

explorer/src/usa_config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const BACKEND_URL = "usa.alto.exoware.xyz";
2-
export const PUBLIC_KEY_HEX = "8b040f1f8012ffb6791a3391a812c79c7535727fbba7aab4f32e379bf2cd0c00abb878c1015c92143e1104748f5b8f1c03f907d1060dbfd5885ff47e55d30ab3541e1c674c5c906291b70ec7bfe3bc409cce84e474d76251da68f0c4a6604118";
2+
export const PUBLIC_KEY_HEX = "b36c7a039dbf428bf1c2adbc02721bb39b62e103fb36763bbcd4071994d85e3440f774a521670f7f95118b3aab4058ae108dca75a74b7d0f22dcedc755ba09dfc594c4c03136dfaebf0f0cba66f8cb71b9f00223c29b29da5746d7718c536bdb";
33
export const LOCATIONS: [[number, number], string][] = [
44
[[38.8339, -77.3074], "Ashburn"],
55
[[40.0946, -82.7541], "Columbus"],

inspector/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ use utils::{
9494
mod utils;
9595

9696
const DEFAULT_INDEXER: &str = "https://global.alto.exoware.xyz";
97-
const DEFAULT_IDENTITY: &str = "a7fec1d9b3aa051bdb58bf858545689823c1eebb0fdd9c5bc84c8b7b170287b5c05590e396ee4848f8fde59f9052e72e0fbcaea30f9c6b8d6adcc832faa21ffe49569cf8f9fba21a1b1878d0b18745435d94ff91468e382bbfe330465c7bd97d";
97+
const DEFAULT_IDENTITY: &str = "a59d10bde4e092aa5160047dfebdb509cf6fa2e2f3d3bd13e8a0defc18a783d37d11e98047cfbcaebb7b7e8ace89863f02da2272c86b4e5e97c47e575ae620c4a26f984ce718c8c6e6154954a2712b1a0f16698c0c6a3a0935b7e17fcfd02d48";
9898

9999
#[tokio::main]
100100
async fn main() {

0 commit comments

Comments
 (0)