Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Mar 11, 2024
1 parent d8a25e0 commit f048ba4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ docker build -t umee-network/umeed -f contrib/images/umeed.dockerfile .
# start bash
docker run -it --name umeed umee-network/umeed bash

# or start the start the node if you already have a node directory setup
# or start the node if you already have a node directory setup
docker run -it --name umeed umee-network/umeed umeed start
```

Expand Down
6 changes: 3 additions & 3 deletions docs/VALIDATOR.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ Make sure you run the right binary for the testnet or the mainnet. Consult the c

You can get a binary by:

1. [Build](./README.md#build) yourself and follow the latest [Release Notes](./RELEASE_NOTES.md).
1. [Build](../README.md#build) yourself and follow the latest [Release Notes](../RELEASE_NOTES.md).

Check failure on line 19 in docs/VALIDATOR.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Trailing spaces

docs/VALIDATOR.md:19:100 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.33.0/doc/md009.md

2. If you build the binary on a different OS than your validator OS, then you need to copy `libwasmvm`:

```sh
scp $GOPATH/pkg/mod/github.com/!cosm!wasm/wasmvm@<version>/internal/api/libwasmvm.$(uname -m).so running_os:/<lib/path>
```

NOTE: use the correct `wasmvm` version, according to the latest [Release Notes](./RELEASE_NOTES.md) or the [compatibility matrix](./README.md#release-compatibility-matrix).
NOTE: use the correct `wasmvm` version, according to the latest [Release Notes](../RELEASE_NOTES.md) or the [compatibility matrix](../README.md#release-compatibility-matrix).

3. Download the right [binary build](https://github.com/umee-network/umee/releases). The binary build is compatible with the latest Ubuntu LTS x86-64. You MUST also copy the `libwasmvm` (See note in 2. about libwasmvm version):

Expand Down Expand Up @@ -85,4 +85,4 @@ Here are our testnet public endpoints:
3. Buy `uumee` to self delegate.
4. Make sure your Price Feeder is running correctly. If your [mainnet window misses](https://price-feeder.com/) are above 50% then something is wrong. Look for a help on Discord.

We recommend to use [Cosmovisor](./README.md#cosmovisor) for mainnet nodes.
We recommend to use [Cosmovisor](../README.md#cosmovisor) for mainnet nodes.

0 comments on commit f048ba4

Please sign in to comment.