Skip to content

Commit 958bcff

Browse files
[inspector] Fix alto inspector (#158)
* fix alto inspector * fix alto inspector * update wasm
1 parent 123acf9 commit 958bcff

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -8,13 +8,13 @@ members = [
88
resolver = "2"
99

1010
[workspace.package]
11-
version = "0.0.15"
11+
version = "0.0.16"
1212
edition = "2021"
1313
license = "MIT OR Apache-2.0"
1414

1515
[workspace.dependencies]
16-
alto-client = { version = "0.0.15", path = "client" }
17-
alto-types = { version = "0.0.15", path = "types" }
16+
alto-client = { version = "0.0.16", path = "client" }
17+
alto-types = { version = "0.0.16", path = "types" }
1818
commonware-broadcast ="0.0.63"
1919
commonware-codec ="0.0.63"
2020
commonware-consensus ="0.0.63"
-5 Bytes
Binary file not shown.

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 = "aae6f6aeeb4f04889760a7feaa1b67fb027f414446cee95b5245bbffd46688199eb839cf07987761c64081068d993b470c50e56d0a6913715015dc235f0009b9ec7a90bd640a9052025b8666761325e2d83e065be56f46057bea62174417c52c";
97+
const DEFAULT_IDENTITY: &str = "a7fec1d9b3aa051bdb58bf858545689823c1eebb0fdd9c5bc84c8b7b170287b5c05590e396ee4848f8fde59f9052e72e0fbcaea30f9c6b8d6adcc832faa21ffe49569cf8f9fba21a1b1878d0b18745435d94ff91468e382bbfe330465c7bd97d";
9898

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

0 commit comments

Comments
 (0)