Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed Jun 3, 2024
1 parent 4ef1df7 commit aa7922e
Show file tree
Hide file tree
Showing 4 changed files with 583 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Wallets, relayers and other end-users should refer to our [guide](docs/INTEGRATI

## Spec

A full specification for `x/feemarket` can be found [here](./docs/SPEC.md).
A full specification for `x/feemarket` can be found [here](./docs/SPEC.md).
6 changes: 3 additions & 3 deletions INTEGRATIONS.md → docs/INTEGRATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ A summary for the flow to query this information is as follows:
* Submit the `GasPrice` query
* Use the `gasPrice` to populate the Tx fee field.

Extensive querying information can be seen in the module [spec](./README.md#query).
Extensive querying information can be seen in the module [spec](../README.md#query).

The specific query for `GasPrices` can be found [here](./README.md#gas-prices).
The specific query for `GasPrices` can be found [here](../README.md#gas-prices).

## Code Snippet

Expand All @@ -36,7 +36,7 @@ A chain gRPC (below) or CometBFT ABCI RPC connection can be created:

An `x/feemarket` query client can then be created using the created gRPC connection.

This client exposes all [queries](./README.md#query) that the `x/feemarket` module exposes.
This client exposes all [queries](../README.md#query) that the `x/feemarket` module exposes.

```go
// Create FeeMarketClient with underlying gRPC connection
Expand Down
Loading

0 comments on commit aa7922e

Please sign in to comment.