Skip to content

Commit

Permalink
Publish shelley testnet iohk pools metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgi authored and johnalotoski committed Jul 1, 2020
1 parent 2efa59d commit 5e36414
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
6 changes: 6 additions & 0 deletions modules/iohk-pools/shelley_testnet/p/1.json
@@ -0,0 +1,6 @@
{
"name": "IOHK1",
"description": "IOHK Pool",
"ticker": "IOHK1",
"homepage": "https://iohk.io"
}
6 changes: 6 additions & 0 deletions modules/iohk-pools/shelley_testnet/p/2.json
@@ -0,0 +1,6 @@
{
"name": "IOHK2",
"description": "IOHK Pool",
"ticker": "IOHK2",
"homepage": "https://iohk.io"
}
6 changes: 6 additions & 0 deletions modules/iohk-pools/shelley_testnet/p/3.json
@@ -0,0 +1,6 @@
{
"name": "IOHK3",
"description": "IOHK Pool",
"ticker": "IOHK3",
"homepage": "https://iohk.io"
}
6 changes: 3 additions & 3 deletions topologies/shelley-testnet.nix
Expand Up @@ -79,9 +79,9 @@ in {
};

explorer = withDailyRestart {
#services.nginx.virtualHosts."${globals.explorerHostName}.${globals.domain}".locations."/pool" = {
# root = ../modules/iohk-pools/shelley_testnet;
#};
services.nginx.virtualHosts."${globals.explorerHostName}.${globals.domain}".locations."/p" = {
root = ../modules/iohk-pools/shelley_testnet;
};
};

coreNodes = [
Expand Down

0 comments on commit 5e36414

Please sign in to comment.