Skip to content

Commit

Permalink
Update block json
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexagon committed Jun 29, 2023
1 parent c36e452 commit 724d807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
ton_abi = { git = "https://github.com/broxus/ton-labs-abi.git" }
ton_types = { git = "https://github.com/broxus/ton-labs-types.git" }
ton_block = { git = "https://github.com/broxus/ton-labs-block.git", features = ["venom"] }
ton_block_json = { git = "https://github.com/broxus/ton-labs-block-json.git" }
ton_block_json = { git = "https://github.com/broxus/ton-labs-block-json.git", features = ["venom"] }

abi-parser = { path = "../abi-parser" }
shared = { path = "../shared" }
Expand Down

0 comments on commit 724d807

Please sign in to comment.