Samuel Leathers
2 years ago
No known key found for this signature in database
GPG Key ID: FFD741455081B713
4 changed files with
7 additions and
4 deletions
-
globals-mainnet.nix
-
globals-staging.nix
-
globals-testnet.nix
-
nix/sources.json
|
|
@ -14,6 +14,7 @@ pkgs: { |
|
|
|
withHighCapacityMonitoring = true; |
|
|
|
withHighCapacityExplorer = true; |
|
|
|
withHighLoadRelays = true; |
|
|
|
withSmash = true; |
|
|
|
|
|
|
|
initialPythonExplorerDBSyncDone = true; |
|
|
|
|
|
|
|
|
|
@ -11,6 +11,7 @@ pkgs: { |
|
|
|
explorerAliases = [ "cardano-explorer.awstest.iohkdev.io" ]; |
|
|
|
withSubmitApi = true; |
|
|
|
withHighLoadRelays = true; |
|
|
|
withSmash = true; |
|
|
|
|
|
|
|
topology = import ./topologies/staging.nix pkgs; |
|
|
|
|
|
|
|
|
|
@ -7,8 +7,9 @@ pkgs: { |
|
|
|
domain = "cardano-testnet.iohkdev.io"; |
|
|
|
|
|
|
|
withSubmitApi = true; |
|
|
|
|
|
|
|
withFaucet = true; |
|
|
|
withSmash = true; |
|
|
|
|
|
|
|
faucetHostname = "faucet2"; |
|
|
|
|
|
|
|
initialPythonExplorerDBSyncDone = true; |
|
|
|
|
|
@ -137,10 +137,10 @@ |
|
|
|
"homepage": null, |
|
|
|
"owner": "input-output-hk", |
|
|
|
"repo": "smash", |
|
|
|
"rev": "ce9aac48074e46cf6f6fc5e693fb7403c3e0cec9", |
|
|
|
"sha256": "05jbi27zmlj83h590l0jglk7nby0hy2cp2x61pkfswy7mdajyzh6", |
|
|
|
"rev": "79f4dd2095891b3ac7b15a22b8a404c855bab446", |
|
|
|
"sha256": "14ggmhad30mjhpi3gziv5nz8dhylh3axyflppl949kcbvy41mp8m", |
|
|
|
"type": "tarball", |
|
|
|
"url": "https://github.com/input-output-hk/smash/archive/ce9aac48074e46cf6f6fc5e693fb7403c3e0cec9.tar.gz", |
|
|
|
"url": "https://github.com/input-output-hk/smash/archive/79f4dd2095891b3ac7b15a22b8a404c855bab446.tar.gz", |
|
|
|
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" |
|
|
|
} |
|
|
|
} |
|
|
|