Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
charleenfei committed Nov 10, 2023
1 parent 3a3a998 commit d22682d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/01-ibc/06-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The client is attached to the expected Akash `chain_id`. Note that although the
### Step 2

Anyone can submit the governance proposal to recover the client by executing the following via CLI.
If the chain is on an ibc-go version older than v8, please see the [relevant documentation](https://ibc.cosmos.network/v7.3.x/ibc/proposals.html).
If the chain is on an ibc-go version older than v8, please see the [relevant documentation](https://ibc.cosmos.network/v7/ibc/proposals).

- From ibc-go v8 onwards

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/01-fee/06-wire-fee-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ At this point, you should be able to see the ICS-29 fee UI in the app. See the d

## 3. Add the ICS-29 Fee to the transaction

Since we will perform a `MultiMsgTx` and follow the [immediate incentivization flow](https://ibc.cosmos.network/v7.3.x/middleware/ics29-fee/msgs#escrowing-fees), we must import the required msg constructors from the `ts-client`.
Since we will perform a `MultiMsgTx` and follow the [immediate incentivization flow](https://ibc.cosmos.network/v7/middleware/ics29-fee/msgs#escrowing-fees), we must import the required msg constructors from the `ts-client`.

```ts title="src/components/IgntSend.tsx"
export default function IgntSend(props: IgntSendProps) {
Expand Down

0 comments on commit d22682d

Please sign in to comment.