From 307e470f59ef9e36759819d305725b905598ed45 Mon Sep 17 00:00:00 2001 From: Damian Nadales Date: Wed, 11 Nov 2020 17:15:53 +0100 Subject: [PATCH] Move the test scripts to the 'examples' directory. [skip ci] --- .../shelley-testnet/scripts/register-stake-pool.sh | 0 .../shelley-testnet/scripts/setup-stakepools-block-production.sh | 0 .../shelley-testnet/scripts/submit-update-proposal.sh | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename register-stake-pool.sh => examples/shelley-testnet/scripts/register-stake-pool.sh (100%) rename decentralized-update-test0.sh => examples/shelley-testnet/scripts/setup-stakepools-block-production.sh (100%) rename submit-update-proposal.sh => examples/shelley-testnet/scripts/submit-update-proposal.sh (100%) diff --git a/register-stake-pool.sh b/examples/shelley-testnet/scripts/register-stake-pool.sh similarity index 100% rename from register-stake-pool.sh rename to examples/shelley-testnet/scripts/register-stake-pool.sh diff --git a/decentralized-update-test0.sh b/examples/shelley-testnet/scripts/setup-stakepools-block-production.sh similarity index 100% rename from decentralized-update-test0.sh rename to examples/shelley-testnet/scripts/setup-stakepools-block-production.sh diff --git a/submit-update-proposal.sh b/examples/shelley-testnet/scripts/submit-update-proposal.sh similarity index 100% rename from submit-update-proposal.sh rename to examples/shelley-testnet/scripts/submit-update-proposal.sh