Bumped to mainnet in the Shelley era

This commit is contained in:
Craige McWhirter 2020-07-30 13:01:37 +10:00
parent 7982f7c7e7
commit 60a877c115
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA
2 changed files with 12 additions and 13 deletions

View file

@ -5,22 +5,22 @@
"homepage": "https://cardano.org", "homepage": "https://cardano.org",
"owner": "input-output-hk", "owner": "input-output-hk",
"repo": "cardano-node", "repo": "cardano-node",
"rev": "46f296f8a9f3f497d9bd41e20c8398d2b5730c86", "rev": "9f1affce5d18ef3a44647e8de629c0852058b24b",
"sha256": "05wv990vcg41sl68ii991fkgxp9fgcyig1asp94ig30xb1cg2zbl", "sha256": "01nhxwrv1cgkav3fi09mrrcy31xqqdsxs41r9h7difrymg5asa15",
"type": "tarball", "type": "tarball",
"url": "https://github.com/input-output-hk/cardano-node/archive/46f296f8a9f3f497d9bd41e20c8398d2b5730c86.tar.gz", "url": "https://github.com/input-output-hk/cardano-node/archive/9f1affce5d18ef3a44647e8de629c0852058b24b.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}, },
"daedalus": { "daedalus": {
"branch": "refs/tags/1.1.0", "branch": "refs/tags/2.0.0",
"description": "The open source cryptocurrency wallet for ada, built to grow with the community", "description": "The open source cryptocurrency wallet for ada, built to grow with the community",
"homepage": "https://daedaluswallet.io/", "homepage": "https://daedaluswallet.io/",
"owner": "input-output-hk", "owner": "input-output-hk",
"repo": "daedalus", "repo": "daedalus",
"rev": "25866a431aba60bf73aeb1a51f9134143145fa07", "rev": "e6650b78e8a54ef0a96be6757156b0a1c40b1b8c",
"sha256": "1jwqm14fxzd8qglwyxm989rajfjnvjql1mbx135fl1sw75znd7ih", "sha256": "0b5md3jfn209hsiann7b96jnsgjgj9bz1nparbbk5b4bw2iqhzgn",
"type": "tarball", "type": "tarball",
"url": "https://github.com/input-output-hk/daedalus/archive/25866a431aba60bf73aeb1a51f9134143145fa07.tar.gz", "url": "https://github.com/input-output-hk/daedalus/archive/e6650b78e8a54ef0a96be6757156b0a1c40b1b8c.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}, },
"niv": { "niv": {
@ -29,10 +29,10 @@
"homepage": "https://github.com/nmattia/niv", "homepage": "https://github.com/nmattia/niv",
"owner": "nmattia", "owner": "nmattia",
"repo": "niv", "repo": "niv",
"rev": "f73bf8d584148677b01859677a63191c31911eae", "rev": "ab9cc41caf44d1f1d465d8028e4bc0096fd73238",
"sha256": "0jlmrx633jvqrqlyhlzpvdrnim128gc81q5psz2lpp2af8p8q9qs", "sha256": "17k52n8zwp832cqifsc4458mhy4044wmk22f807171hf6p7l4xvr",
"type": "tarball", "type": "tarball",
"url": "https://github.com/nmattia/niv/archive/f73bf8d584148677b01859677a63191c31911eae.tar.gz", "url": "https://github.com/nmattia/niv/archive/ab9cc41caf44d1f1d465d8028e4bc0096fd73238.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}, },
"nixpkgs": { "nixpkgs": {

View file

@ -14,7 +14,6 @@ in
imports = [ imports = [
../secrets/cardano.nix ../secrets/cardano.nix
../secrets/cardano/producers.nix ../secrets/cardano/producers.nix
./prometheus_cardano-node.nix
"${sources.cardano-node}/nix/nixos" "${sources.cardano-node}/nix/nixos"
]; ];
@ -25,9 +24,9 @@ in
services = { services = {
cardano-node = { cardano-node = {
enable = true; enable = true;
environment = "ff"; environment = "mainnet";
hostAddr = "0.0.0.0"; hostAddr = "0.0.0.0";
nodeConfig = config.services.cardano-node.environments.alpha1.nodeConfig // { nodeConfig = config.services.cardano-node.environments.mainnet.nodeConfig // {
hasPrometheus = [ "127.0.0.1" 12798 ]; hasPrometheus = [ "127.0.0.1" 12798 ];
setupScribes = [{ setupScribes = [{
scKind = "JournalSK"; scKind = "JournalSK";