Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/osmosis-labs/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-farina committed Jul 25, 2023
2 parents 4eff2df + c90450a commit c8cc202
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/osmosis-core/modules/pool-incentives/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,13 @@ An example output:
Query externally incentivized gauges (gauges distributing rewards on top of the normal OSMO rewards)

```sh
osmosisd query pool-incentives external-incentivized-gauges
osmosisd query poolincentives external-incentivized-gauges
```

::: details Example

```bash
osmosisd query pool-incentives external-incentivized-gauges
osmosisd query poolincentives external-incentivized-gauges
```

An example output:
Expand Down Expand Up @@ -386,4 +386,4 @@ params:
minted_denom: uosmo
```

:::
:::
1 change: 1 addition & 0 deletions docs/osmosis-core/osmosisd.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ If you are running on an Apple M1 Chip and are running into issues with osmosisd

```
git clone https://github.com/osmosis-labs/osmosis.git
cd osmosis
make build
sudo cp build/osmosisd /usr/local/bin
```
Expand Down

0 comments on commit c8cc202

Please sign in to comment.