Skip to content

Commit

Permalink
Merge pull request #1565 from joeabbey/patch-1
Browse files Browse the repository at this point in the history
Update mainnet README.md
  • Loading branch information
MikeSofaer committed Dec 9, 2022
2 parents e2e8ed4 + 012cb19 commit 2bc3b68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions networks/pylons-mainnet-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ N/A

* You should already have a fully built node, but for completeness *

**Prerequisites:** Make sure to have [Golang >=1.17](https://golang.org/).
**Prerequisites:** Make sure to have [Golang >=1.18](https://golang.org/).

#### Build from source

Expand Down Expand Up @@ -112,10 +112,10 @@ Below are the instructions to generate & submit your genesis transaction
> pylonsd keys add <key-name>
```

3. Add your account to your local genesis file with a given amount and the key you just created. Use only `10000000000upylon`, other amounts will be ignored.
3. Add your account to your local genesis file with a given amount and the key you just created. Use only `2000000ubedrock`, other amounts will be ignored.

```bash
pylonsd add-genesis-account $(pylonsd keys show <key-name> -a) 10000000000upylon
pylonsd add-genesis-account $(pylonsd keys show <key-name> -a) 2000000ubedrock
```

4. Create the gentx, use only `2000000ubedrock`:
Expand Down

0 comments on commit 2bc3b68

Please sign in to comment.