Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Updated Mantis version to latest develop; enabled mining by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Tallar committed Nov 27, 2020
1 parent d41a14a commit 0962808
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions jobs/mantis.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ let
{{ end -}}
]
mantis.consensus.mining-enabled = true
mantis.client-id = "${name}"
mantis.consensus.coinbase = "{{ with secret "kv/data/nomad-cluster/${namespace}/${name}/coinbase" }}{{ .Data.data.value }}{{ end }}"
mantis.node-key-file = "{{ env "NOMAD_SECRETS_DIR" }}/secret-key"
Expand Down
4 changes: 2 additions & 2 deletions overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ in {
# The branch was `chore/update-sbt-add-nix`, for future reference.
mantis-source = builtins.fetchGit {
url = "https://github.com/input-output-hk/mantis";
rev = "76ceac0c56f9037416164430155a5387e42b5cf3";
rev = "6a4bb7073c882002f946ff4e9255024c23d278e9";
ref = "develop";
submodules = true;
};

mantis-faucet-source = builtins.fetchGit {
url = "https://github.com/input-output-hk/mantis";
rev = "76ceac0c56f9037416164430155a5387e42b5cf3";
rev = "6a4bb7073c882002f946ff4e9255024c23d278e9";
ref = "develop";
submodules = true;
};
Expand Down

0 comments on commit 0962808

Please sign in to comment.