Skip to content

Commit

Permalink
default config directed to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
devyetii committed Jun 9, 2024
1 parent fc2f98e commit 2d6a653
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ make install

2. Add config yaml at `~/.zcn/config.yaml`

The following script sets `https://demo.zus.network` as your network.
The following script sets `https://mainnet.zus.network` as your network.

```sh
cat > ~/.zcn/config.yaml << EOF
block_worker: https://demo.zus.network/dns
block_worker: https://mainnet.zus.network/dns
signature_scheme: bls0chain
min_submit: 50 # in percentage
min_confirmation: 50 # in percentage
Expand Down
2 changes: 1 addition & 1 deletion network/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
block_worker: http://demo.zus.network/dns
block_worker: http://mainnet.zus.network/dns
signature_scheme: bls0chain
min_submit: 50
min_confirmation: 50
Expand Down

0 comments on commit 2d6a653

Please sign in to comment.