Skip to content

Commit

Permalink
chore: update documentation from cosmos-sdk/docs (#265)
Browse files Browse the repository at this point in the history
chore: Sync docs from cosmos-sdk/docs

Co-authored-by: tac0turtle <24299864+tac0turtle@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and tac0turtle authored Jan 21, 2025
1 parent 88f52c8 commit c99de46
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/user/run-node/04-rosetta.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ An implementation example can be found in `simapp` package.

To run Rosetta in your application CLI, use the following command:

> **Note:** if using the native approach, add your node name before any rosetta comand.
> **Note:** if using the native approach, add your node name before any rosetta command.
```shell
rosetta --help
Expand All @@ -74,7 +74,7 @@ rosetta

## Plugins - Multi chain connections

Rosetta will try to reflect the node types trough reflection over the node gRPC endpoints, there may be cases were this approach is not enough. It is possible to extend or implement the required types easily trough plugins.
Rosetta will try to reflect the node types trough reflection over the node gRPC endpoints, there may be cases were this approach is not enough. It is possible to extend or implement the required types easily through plugins.

To use Rosetta over any chain, it is required to set up prefixes and registering zone specific interfaces through plugins.

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-0.50/user/run-node/04-rosetta.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ An implementation example can be found in `simapp` package.

To run Rosetta in your application CLI, use the following command:

> **Note:** if using the native approach, add your node name before any rosetta comand.
> **Note:** if using the native approach, add your node name before any rosetta command.
```shell
rosetta --help
Expand All @@ -74,7 +74,7 @@ rosetta

## Plugins - Multi chain connections

Rosetta will try to reflect the node types trough reflection over the node gRPC endpoints, there may be cases were this approach is not enough. It is possible to extend or implement the required types easily trough plugins.
Rosetta will try to reflect the node types trough reflection over the node gRPC endpoints, there may be cases were this approach is not enough. It is possible to extend or implement the required types easily through plugins.

To use Rosetta over any chain, it is required to set up prefixes and registering zone specific interfaces through plugins.

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-0.52/user/run-node/04-rosetta.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ An implementation example can be found in `simapp` package.

To run Rosetta in your application CLI, use the following command:

> **Note:** if using the native approach, add your node name before any rosetta comand.
> **Note:** if using the native approach, add your node name before any rosetta command.
```shell
rosetta --help
Expand All @@ -74,7 +74,7 @@ rosetta

## Plugins - Multi chain connections

Rosetta will try to reflect the node types trough reflection over the node gRPC endpoints, there may be cases were this approach is not enough. It is possible to extend or implement the required types easily trough plugins.
Rosetta will try to reflect the node types trough reflection over the node gRPC endpoints, there may be cases were this approach is not enough. It is possible to extend or implement the required types easily through plugins.

To use Rosetta over any chain, it is required to set up prefixes and registering zone specific interfaces through plugins.

Expand Down

0 comments on commit c99de46

Please sign in to comment.