From 28f5cb643fad65317cd8524334e2c5043a5d3f54 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Mon, 17 Feb 2020 15:28:23 +0100 Subject: [PATCH] Rename folder cosm -> wasmd --- scripts/{cosm => wasmd}/.gaiacli/config/config.toml | 0 scripts/{cosm => wasmd}/.gaiad/config/addrbook.json | 0 scripts/{cosm => wasmd}/.gaiad/config/app.toml | 0 scripts/{cosm => wasmd}/.gaiad/config/config.toml | 0 scripts/{cosm => wasmd}/.gaiad/config/genesis.json | 0 ...tx-223aedddd9442bcf16641858ca85837f27997d0d.json | 0 scripts/{cosm => wasmd}/.gaiad/config/node_key.json | 0 .../.gaiad/config/priv_validator_key.json | 0 scripts/{cosm => wasmd}/.gitignore | 0 scripts/{cosm => wasmd}/README.md | 0 scripts/{cosm => wasmd}/cli.sh | 0 scripts/{cosm => wasmd}/contracts/checksums.sha256 | 0 scripts/{cosm => wasmd}/contracts/cw-erc20.wasm | Bin scripts/{cosm => wasmd}/deploy_erc20.js | 0 scripts/{cosm => wasmd}/env | 0 scripts/{cosm => wasmd}/generate_template.sh | 0 scripts/{cosm => wasmd}/init.sh | 0 scripts/{cosm => wasmd}/manual_start.sh | 0 .../priv_validator_state.template.json | 0 scripts/{cosm => wasmd}/start.sh | 0 scripts/{cosm => wasmd}/stop.sh | 0 ...s1wreev8h6a75z9zdde7cmxv4fdz75appy7h5wvg.address | 0 scripts/{cosm => wasmd}/template/.wasmcli/keyhash | 0 .../template/.wasmcli/validator.info | 0 .../{cosm => wasmd}/template/.wasmd/config/app.toml | 0 .../template/.wasmd/config/config.toml | 0 .../template/.wasmd/config/genesis.json | 0 ...tx-67289558533ad6df13f96bfb7c8ae44b457a919a.json | 0 .../template/.wasmd/config/node_key.json | 0 .../template/.wasmd/config/priv_validator_key.json | 0 .../template/.wasmd/data/priv_validator_state.json | 0 31 files changed, 0 insertions(+), 0 deletions(-) rename scripts/{cosm => wasmd}/.gaiacli/config/config.toml (100%) rename scripts/{cosm => wasmd}/.gaiad/config/addrbook.json (100%) rename scripts/{cosm => wasmd}/.gaiad/config/app.toml (100%) rename scripts/{cosm => wasmd}/.gaiad/config/config.toml (100%) rename scripts/{cosm => wasmd}/.gaiad/config/genesis.json (100%) rename scripts/{cosm => wasmd}/.gaiad/config/gentx/gentx-223aedddd9442bcf16641858ca85837f27997d0d.json (100%) rename scripts/{cosm => wasmd}/.gaiad/config/node_key.json (100%) rename scripts/{cosm => wasmd}/.gaiad/config/priv_validator_key.json (100%) rename scripts/{cosm => wasmd}/.gitignore (100%) rename scripts/{cosm => wasmd}/README.md (100%) rename scripts/{cosm => wasmd}/cli.sh (100%) rename scripts/{cosm => wasmd}/contracts/checksums.sha256 (100%) rename scripts/{cosm => wasmd}/contracts/cw-erc20.wasm (100%) rename scripts/{cosm => wasmd}/deploy_erc20.js (100%) rename scripts/{cosm => wasmd}/env (100%) rename scripts/{cosm => wasmd}/generate_template.sh (100%) rename scripts/{cosm => wasmd}/init.sh (100%) rename scripts/{cosm => wasmd}/manual_start.sh (100%) rename scripts/{cosm => wasmd}/priv_validator_state.template.json (100%) rename scripts/{cosm => wasmd}/start.sh (100%) rename scripts/{cosm => wasmd}/stop.sh (100%) rename scripts/{cosm => wasmd}/template/.wasmcli/cosmos1wreev8h6a75z9zdde7cmxv4fdz75appy7h5wvg.address (100%) rename scripts/{cosm => wasmd}/template/.wasmcli/keyhash (100%) rename scripts/{cosm => wasmd}/template/.wasmcli/validator.info (100%) rename scripts/{cosm => wasmd}/template/.wasmd/config/app.toml (100%) rename scripts/{cosm => wasmd}/template/.wasmd/config/config.toml (100%) rename scripts/{cosm => wasmd}/template/.wasmd/config/genesis.json (100%) rename scripts/{cosm => wasmd}/template/.wasmd/config/gentx/gentx-67289558533ad6df13f96bfb7c8ae44b457a919a.json (100%) rename scripts/{cosm => wasmd}/template/.wasmd/config/node_key.json (100%) rename scripts/{cosm => wasmd}/template/.wasmd/config/priv_validator_key.json (100%) rename scripts/{cosm => wasmd}/template/.wasmd/data/priv_validator_state.json (100%) diff --git a/scripts/cosm/.gaiacli/config/config.toml b/scripts/wasmd/.gaiacli/config/config.toml similarity index 100% rename from scripts/cosm/.gaiacli/config/config.toml rename to scripts/wasmd/.gaiacli/config/config.toml diff --git a/scripts/cosm/.gaiad/config/addrbook.json b/scripts/wasmd/.gaiad/config/addrbook.json similarity index 100% rename from scripts/cosm/.gaiad/config/addrbook.json rename to scripts/wasmd/.gaiad/config/addrbook.json diff --git a/scripts/cosm/.gaiad/config/app.toml b/scripts/wasmd/.gaiad/config/app.toml similarity index 100% rename from scripts/cosm/.gaiad/config/app.toml rename to scripts/wasmd/.gaiad/config/app.toml diff --git a/scripts/cosm/.gaiad/config/config.toml b/scripts/wasmd/.gaiad/config/config.toml similarity index 100% rename from scripts/cosm/.gaiad/config/config.toml rename to scripts/wasmd/.gaiad/config/config.toml diff --git a/scripts/cosm/.gaiad/config/genesis.json b/scripts/wasmd/.gaiad/config/genesis.json similarity index 100% rename from scripts/cosm/.gaiad/config/genesis.json rename to scripts/wasmd/.gaiad/config/genesis.json diff --git a/scripts/cosm/.gaiad/config/gentx/gentx-223aedddd9442bcf16641858ca85837f27997d0d.json b/scripts/wasmd/.gaiad/config/gentx/gentx-223aedddd9442bcf16641858ca85837f27997d0d.json similarity index 100% rename from scripts/cosm/.gaiad/config/gentx/gentx-223aedddd9442bcf16641858ca85837f27997d0d.json rename to scripts/wasmd/.gaiad/config/gentx/gentx-223aedddd9442bcf16641858ca85837f27997d0d.json diff --git a/scripts/cosm/.gaiad/config/node_key.json b/scripts/wasmd/.gaiad/config/node_key.json similarity index 100% rename from scripts/cosm/.gaiad/config/node_key.json rename to scripts/wasmd/.gaiad/config/node_key.json diff --git a/scripts/cosm/.gaiad/config/priv_validator_key.json b/scripts/wasmd/.gaiad/config/priv_validator_key.json similarity index 100% rename from scripts/cosm/.gaiad/config/priv_validator_key.json rename to scripts/wasmd/.gaiad/config/priv_validator_key.json diff --git a/scripts/cosm/.gitignore b/scripts/wasmd/.gitignore similarity index 100% rename from scripts/cosm/.gitignore rename to scripts/wasmd/.gitignore diff --git a/scripts/cosm/README.md b/scripts/wasmd/README.md similarity index 100% rename from scripts/cosm/README.md rename to scripts/wasmd/README.md diff --git a/scripts/cosm/cli.sh b/scripts/wasmd/cli.sh similarity index 100% rename from scripts/cosm/cli.sh rename to scripts/wasmd/cli.sh diff --git a/scripts/cosm/contracts/checksums.sha256 b/scripts/wasmd/contracts/checksums.sha256 similarity index 100% rename from scripts/cosm/contracts/checksums.sha256 rename to scripts/wasmd/contracts/checksums.sha256 diff --git a/scripts/cosm/contracts/cw-erc20.wasm b/scripts/wasmd/contracts/cw-erc20.wasm similarity index 100% rename from scripts/cosm/contracts/cw-erc20.wasm rename to scripts/wasmd/contracts/cw-erc20.wasm diff --git a/scripts/cosm/deploy_erc20.js b/scripts/wasmd/deploy_erc20.js similarity index 100% rename from scripts/cosm/deploy_erc20.js rename to scripts/wasmd/deploy_erc20.js diff --git a/scripts/cosm/env b/scripts/wasmd/env similarity index 100% rename from scripts/cosm/env rename to scripts/wasmd/env diff --git a/scripts/cosm/generate_template.sh b/scripts/wasmd/generate_template.sh similarity index 100% rename from scripts/cosm/generate_template.sh rename to scripts/wasmd/generate_template.sh diff --git a/scripts/cosm/init.sh b/scripts/wasmd/init.sh similarity index 100% rename from scripts/cosm/init.sh rename to scripts/wasmd/init.sh diff --git a/scripts/cosm/manual_start.sh b/scripts/wasmd/manual_start.sh similarity index 100% rename from scripts/cosm/manual_start.sh rename to scripts/wasmd/manual_start.sh diff --git a/scripts/cosm/priv_validator_state.template.json b/scripts/wasmd/priv_validator_state.template.json similarity index 100% rename from scripts/cosm/priv_validator_state.template.json rename to scripts/wasmd/priv_validator_state.template.json diff --git a/scripts/cosm/start.sh b/scripts/wasmd/start.sh similarity index 100% rename from scripts/cosm/start.sh rename to scripts/wasmd/start.sh diff --git a/scripts/cosm/stop.sh b/scripts/wasmd/stop.sh similarity index 100% rename from scripts/cosm/stop.sh rename to scripts/wasmd/stop.sh diff --git a/scripts/cosm/template/.wasmcli/cosmos1wreev8h6a75z9zdde7cmxv4fdz75appy7h5wvg.address b/scripts/wasmd/template/.wasmcli/cosmos1wreev8h6a75z9zdde7cmxv4fdz75appy7h5wvg.address similarity index 100% rename from scripts/cosm/template/.wasmcli/cosmos1wreev8h6a75z9zdde7cmxv4fdz75appy7h5wvg.address rename to scripts/wasmd/template/.wasmcli/cosmos1wreev8h6a75z9zdde7cmxv4fdz75appy7h5wvg.address diff --git a/scripts/cosm/template/.wasmcli/keyhash b/scripts/wasmd/template/.wasmcli/keyhash similarity index 100% rename from scripts/cosm/template/.wasmcli/keyhash rename to scripts/wasmd/template/.wasmcli/keyhash diff --git a/scripts/cosm/template/.wasmcli/validator.info b/scripts/wasmd/template/.wasmcli/validator.info similarity index 100% rename from scripts/cosm/template/.wasmcli/validator.info rename to scripts/wasmd/template/.wasmcli/validator.info diff --git a/scripts/cosm/template/.wasmd/config/app.toml b/scripts/wasmd/template/.wasmd/config/app.toml similarity index 100% rename from scripts/cosm/template/.wasmd/config/app.toml rename to scripts/wasmd/template/.wasmd/config/app.toml diff --git a/scripts/cosm/template/.wasmd/config/config.toml b/scripts/wasmd/template/.wasmd/config/config.toml similarity index 100% rename from scripts/cosm/template/.wasmd/config/config.toml rename to scripts/wasmd/template/.wasmd/config/config.toml diff --git a/scripts/cosm/template/.wasmd/config/genesis.json b/scripts/wasmd/template/.wasmd/config/genesis.json similarity index 100% rename from scripts/cosm/template/.wasmd/config/genesis.json rename to scripts/wasmd/template/.wasmd/config/genesis.json diff --git a/scripts/cosm/template/.wasmd/config/gentx/gentx-67289558533ad6df13f96bfb7c8ae44b457a919a.json b/scripts/wasmd/template/.wasmd/config/gentx/gentx-67289558533ad6df13f96bfb7c8ae44b457a919a.json similarity index 100% rename from scripts/cosm/template/.wasmd/config/gentx/gentx-67289558533ad6df13f96bfb7c8ae44b457a919a.json rename to scripts/wasmd/template/.wasmd/config/gentx/gentx-67289558533ad6df13f96bfb7c8ae44b457a919a.json diff --git a/scripts/cosm/template/.wasmd/config/node_key.json b/scripts/wasmd/template/.wasmd/config/node_key.json similarity index 100% rename from scripts/cosm/template/.wasmd/config/node_key.json rename to scripts/wasmd/template/.wasmd/config/node_key.json diff --git a/scripts/cosm/template/.wasmd/config/priv_validator_key.json b/scripts/wasmd/template/.wasmd/config/priv_validator_key.json similarity index 100% rename from scripts/cosm/template/.wasmd/config/priv_validator_key.json rename to scripts/wasmd/template/.wasmd/config/priv_validator_key.json diff --git a/scripts/cosm/template/.wasmd/data/priv_validator_state.json b/scripts/wasmd/template/.wasmd/data/priv_validator_state.json similarity index 100% rename from scripts/cosm/template/.wasmd/data/priv_validator_state.json rename to scripts/wasmd/template/.wasmd/data/priv_validator_state.json