Skip to content

Commit 8e86d22

Browse files
committed
[DDW-1081] Turn off shelley_qa, staging, alonzo_purple; update CHANGELOG.md
1 parent 123b17e commit 8e86d22

File tree

4 files changed

+2
-19
lines changed

4 files changed

+2
-19
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
### Chores
3535

36+
- Published selfnode installers for all 3 platforms ([PR 2971](https://github.com/input-output-hk/daedalus/pull/2971))
3637
- Added `storybook:build` check to pre-push hook ([PR 2955](https://github.com/input-output-hk/daedalus/pull/2955))
3738
- Using new faker.js ([PR 2855](https://github.com/input-output-hk/daedalus/pull/2855))
3839
- Fixed spelling issues and typos ([PR 2915](https://github.com/input-output-hk/daedalus/pull/2915))

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -105,21 +105,6 @@ If you get SSL error when running `nix-shell` (SSL peer certificate or SSH remot
105105
1. Run `yarn nix:testnet` from `daedalus`.
106106
2. Run `yarn dev` from the subsequent `nix-shell`
107107

108-
##### Staging
109-
110-
1. Run `yarn nix:staging` from `daedalus`.
111-
2. Run `yarn dev` from the subsequent `nix-shell`
112-
113-
##### Shelley QA
114-
115-
1. Run `yarn nix:shelley_qa` from `daedalus`.
116-
2. Run `yarn dev` from the subsequent `nix-shell`
117-
118-
##### Alonzo Purple
119-
120-
1. Run `yarn nix:alonzo_purple` from `daedalus`.
121-
2. Run `yarn dev` from the subsequent `nix-shell`
122-
123108
##### Native token metadata server
124109

125110
Daedalus, by default, uses the following metadata server for all networks except for the mainnet: `https://metadata.cardano-testnet.iohkdev.io/`.

installer-clusters.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mainnet selfnode mainnet_flight testnet shelley_qa staging alonzo_purple
1+
mainnet selfnode mainnet_flight testnet

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,9 @@
5050
"themes:update": "gulp build:themes && ts-node -r esm ./dist/scripts/update.js && yarn prettier --loglevel warn --write source/renderer/app/themes/daedalus/*.ts",
5151
"themes:copy": "ts-node -r @babel/register -r @babel/polyfill source/renderer/app/themes/utils/copyTheme.ts && yarn prettier --loglevel warn --write source/renderer/app/themes/daedalus/*.ts",
5252
"clear:cache": "gulp clear:cache",
53-
"nix:alonzo_purple": "./nix/yarn-nix-shell.sh alonzo_purple alonzo_purple",
5453
"nix:mainnet": "./nix/yarn-nix-shell.sh mainnet mainnet",
5554
"nix:flight": "./nix/yarn-nix-shell.sh mainnet mainnet_flight",
5655
"nix:selfnode": "./nix/yarn-nix-shell.sh selfnode selfnode",
57-
"nix:shelley_qa": "./nix/yarn-nix-shell.sh shelley_qa shelley_qa",
58-
"nix:staging": "./nix/yarn-nix-shell.sh staging staging",
5956
"nix:testnet": "./nix/yarn-nix-shell.sh testnet testnet",
6057
"byron:wallet:importer": "ts-node utils/api-importer/byron-wallet-importer.ts",
6158
"shelley:wallet:importer": "ts-node utils/api-importer/shelley-wallet-importer.ts",

0 commit comments

Comments
 (0)