Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into v4-nft-module
Browse files Browse the repository at this point in the history
  • Loading branch information
cyborgshead committed Jul 24, 2024
2 parents e2751f1 + 6bd72af commit 77252dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
- [ledger](cyber_ledger_guide) guide

# Reference
- [swagger](https://lcd.bostrom.cybernode.ai/swagger/)
- [swagger](https://lcd.bostrom.cybernode.ai/)


---
Expand Down
2 changes: 1 addition & 1 deletion docs/run_validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ mkdir $HOME/.cyber/config
(This will pull and extract the image from cyberd/cyber of latest version, containing all upgrades binaries)

```bash
docker run --log-opt max-size=2g --log-opt max-file=1 -d --gpus all --name=bostrom --restart always -p 26656:26656 -p 26657:26657 -p 26660:26660 -p 1317:1317 -e ALLOW_SEARCH=true -v $HOME/.cyber:/root/.cyber cyberd/bostrom:dragonberry-cuda11.4
docker run -d --gpus all --name=bostrom --restart always -p 26656:26656 -p 26657:26657 -p 1317:1317 -e ALLOW_SEARCH=true -v $HOME/.cyber:/root/.cyber cyberd/bostrom:v3.0.0-cuda11.4
```

Docker image already contain all binaries to either sync from 0 or start form snapshot.
Expand Down
2 changes: 1 addition & 1 deletion x/liquidity/types/querier.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func NewQueryLiquidityPoolParams(poolID uint64) QueryLiquidityPoolParams {
}
}

// QueryValidatorsParams defines the params for the following queries:
// QueryLiquidityPoolsParams defines the params for the following queries:
// - 'custom/liquidity/liquidityPools'
type QueryLiquidityPoolsParams struct {
Page, Limit int
Expand Down

0 comments on commit 77252dd

Please sign in to comment.