Skip to content

Commit 5147396

Browse files
authored
chore: Replace Kovan with Goerli in README (#116)
* chore: Replace Kovan with Goerli in README * chore: fix linter
1 parent 5fbf992 commit 5147396

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

+13-12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# DSS deployment scripts
2+
23
![Build Status](https://github.com/makerdao/dss-deploy-scripts/actions/workflows/.github/workflows/tests.yaml/badge.svg?branch=master)
34

45
A set of scripts that deploy [dss](http://github.com/makerdao/dss) to an
@@ -18,8 +19,8 @@ and `dapp` to modify the deployment, using the values in `out/config.json`.
1819

1920
The only way to install everything necessary to deploy is Nix. Run
2021

21-
```
22-
$ nix-shell --pure
22+
```shell
23+
nix-shell --pure
2324
```
2425

2526
to drop into a Bash shell with all dependency installed.
@@ -60,7 +61,7 @@ File passed by parameter overwrites the environment variable.
6061

6162
Below is the expected structure of such a config file:
6263

63-
```
64+
```json
6465
{
6566
"description": "",
6667
"omniaFromAddr": "<Address being used by Omnia Service (only for testchain)>",
@@ -174,9 +175,9 @@ NOTE: Make sure to `launch` MCD_ADMIN if you are providing it in `config.authori
174175

175176
Currently, there are default config files for 3 networks:
176177

177-
* a local testchain (e.g. `dapp testnet`)
178-
* Kovan
179-
* Mainnet
178+
- a local testchain (e.g. `dapp testnet`)
179+
- Goerli
180+
- Mainnet
180181

181182
### Deploy on local testchain with default config file
182183

@@ -188,9 +189,9 @@ The only case currently available is:
188189

189190
- `crash-bite`
190191

191-
### Deploy on Kovan with default config file
192+
### Deploy on Goerli with default config file
192193

193-
`dss-deploy kovan`
194+
`dss-deploy goerli`
194195

195196
### Deploy on Mainnet with default config file
196197

@@ -222,13 +223,13 @@ To enable full reproducibility of our deployments, we use Nix.
222223
This command will drop you in a shell with all dependencies and environment
223224
variables definend:
224225

225-
```
226+
```shell
226227
nix-shell --pure
227228
```
228229

229230
You can even run deploy scripts without having to clone this repo:
230231

231-
```
232+
```shell
232233
nix run -f https://github.com/makerdao/dss-deploy-scripts/tarball/master -c dss-deploy testchain
233234
```
234235

@@ -240,7 +241,7 @@ repo is in [`default.nix`](default.nix).
240241

241242
To update smart contract dependencies use `dapp2nix`:
242243

243-
```sh
244+
```shell
244245
nix-shell --pure
245246
dapp2nix help
246247
dapp2nix list
@@ -249,7 +250,7 @@ dapp2nix up vote-proxy <COMMIT_HASH>
249250

250251
To clone smart contract dependencies into working directory run:
251252

252-
```sh
253+
```shell
253254
dapp2nix clone-recursive contracts
254255
```
255256

0 commit comments

Comments
 (0)