Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #412

Merged
merged 1 commit into from
Oct 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ We recommend the following for running Terra Core:

#### Step 1. Install Golang

Go v1.13.1 or higher is required for Terra Core.
Go v1.14+ or higher is required for Terra Core.

If you haven't already, install Golang by following the [official docs](https://golang.org/doc/install). Make sure that your `GOPATH` and `GOBIN` environment variables are properly set up.

Expand Down Expand Up @@ -145,9 +145,9 @@ Installing Terra Core will also include the **`terracli`** entrypoint into your

| Chain ID | Description | Public Node (LCD) |
| -------------- | ------------------ | ----------------------------- |
| `columbus-3` | Mainnet | https://lcd.terra.dev |
| `columbus-4` | Mainnet | https://lcd.terra.dev |
| `soju-0014` | Columbus-3 Testnet | https://soju-lcd.terra.dev |
| `tequila-0001` | Columbus-4 Testnet | https://tequila-lcd.terra.dev |
| `tequila-0004` | Columbus-4 Testnet | https://tequila-lcd.terra.dev |

### Running a Local Testnet

Expand Down