From 01f59b5f10c28734ab551d50927e094943603574 Mon Sep 17 00:00:00 2001 From: Samuel Leathers Date: Mon, 17 Aug 2020 12:20:25 -0400 Subject: [PATCH] smash: add to staging/testnet/mainnet --- globals-mainnet.nix | 1 + globals-staging.nix | 1 + globals-testnet.nix | 3 ++- nix/sources.json | 6 +++--- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/globals-mainnet.nix b/globals-mainnet.nix index f0d74c4..85da087 100644 --- a/globals-mainnet.nix +++ b/globals-mainnet.nix @@ -14,6 +14,7 @@ pkgs: { withHighCapacityMonitoring = true; withHighCapacityExplorer = true; withHighLoadRelays = true; + withSmash = true; initialPythonExplorerDBSyncDone = true; diff --git a/globals-staging.nix b/globals-staging.nix index ad80429..7997f58 100644 --- a/globals-staging.nix +++ b/globals-staging.nix @@ -11,6 +11,7 @@ pkgs: { explorerAliases = [ "cardano-explorer.awstest.iohkdev.io" ]; withSubmitApi = true; withHighLoadRelays = true; + withSmash = true; topology = import ./topologies/staging.nix pkgs; diff --git a/globals-testnet.nix b/globals-testnet.nix index 18ce069..cb4ab23 100644 --- a/globals-testnet.nix +++ b/globals-testnet.nix @@ -7,8 +7,9 @@ pkgs: { domain = "cardano-testnet.iohkdev.io"; withSubmitApi = true; - withFaucet = true; + withSmash = true; + faucetHostname = "faucet2"; initialPythonExplorerDBSyncDone = true; diff --git a/nix/sources.json b/nix/sources.json index 7c6c252..ce46c88 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -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///archive/.tar.gz" } }