Skip to content

Commit

Permalink
Merge pull request AleoNet#1886 from AleoHQ/feat/custom-genesis
Browse files Browse the repository at this point in the history
Add custom testnet support for client nodes
  • Loading branch information
raychu86 authored Aug 25, 2022
2 parents 3991687 + 2797854 commit 9a85a78
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 55 deletions.
80 changes: 40 additions & 40 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 @@ -50,7 +50,7 @@ version = "2.0.2"

[dependencies.snarkvm]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "7555dc0"
rev = "e866f2d"
features = ["circuit", "console", "parallel", "utilities"]

[dependencies.aleo-std]
Expand Down
4 changes: 2 additions & 2 deletions environment/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ version = "1"
version = "1"

[dependencies.serde]
version = "1"
version = "1.0.144"

[dependencies.serde_json]
version = "1"

[dependencies.snarkvm]
git = "https://github.com/AleoHQ/snarkVM.git"
rev = "7555dc0"
rev = "e866f2d"
features = ["console", "utilities"]

[dependencies.tokio]
Expand Down
Loading

0 comments on commit 9a85a78

Please sign in to comment.