Skip to content

Commit

Permalink
Add preview run hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Sep 25, 2024
1 parent aaad5c8 commit 3c588bd
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 6 deletions.
12 changes: 6 additions & 6 deletions configs/cardano/preview/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
set -euo pipefail

rm ./*.json
curl https://book.play.dev.cardano.org/environments-pre/preview/config.json > config.json
curl https://book.play.dev.cardano.org/environments-pre/preview/conway-genesis.json > conway-genesis.json
curl https://book.play.dev.cardano.org/environments-pre/preview/topology.json > topology.json
curl https://book.play.dev.cardano.org/environments-pre/preview/byron-genesis.json > byron-genesis.json
curl https://book.play.dev.cardano.org/environments-pre/preview/shelley-genesis.json > shelley-genesis.json
curl https://book.play.dev.cardano.org/environments-pre/preview/alonzo-genesis.json > alonzo-genesis.json
curl https://book.play.dev.cardano.org/environments/preview/config.json > config.json
curl https://book.play.dev.cardano.org/environments/preview/conway-genesis.json > conway-genesis.json
curl https://book.play.dev.cardano.org/environments/preview/topology.json > topology.json
curl https://book.play.dev.cardano.org/environments/preview/byron-genesis.json > byron-genesis.json
curl https://book.play.dev.cardano.org/environments/preview/shelley-genesis.json > shelley-genesis.json
curl https://book.play.dev.cardano.org/environments/preview/alonzo-genesis.json > alonzo-genesis.json
1 change: 1 addition & 0 deletions run/preview/docker/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NETWORK="preview"
1 change: 1 addition & 0 deletions run/preview/docker/configs
1 change: 1 addition & 0 deletions run/preview/docker/docker-compose.yml
1 change: 1 addition & 0 deletions run/preview/docker/run.sh
1 change: 1 addition & 0 deletions run/preview/nix/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NETWORK="preview"
1 change: 1 addition & 0 deletions run/preview/nix/configs
1 change: 1 addition & 0 deletions run/preview/nix/run-node.sh
1 change: 1 addition & 0 deletions run/preview/nix/run-wallet.sh
1 change: 1 addition & 0 deletions run/preview/nix/run.sh
1 change: 1 addition & 0 deletions run/private/nix/run-node.sh
1 change: 1 addition & 0 deletions run/private/nix/run-wallet.sh

0 comments on commit 3c588bd

Please sign in to comment.