Skip to content

Commit

Permalink
tiny clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
kmurphypolygon committed Apr 25, 2024
1 parent 7190fa1 commit 8c75b24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions docs/how-to/use-native-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,11 @@ The first derived private key from the `code...quality` mnemonic is
![Balance of receiving account](../img/how-to/gas-token-img/12_bridge.png)
## Using cast to do a bridge claim
## Using cast to withdraw assets from the bridge
The following work-in-progress cast script processes a bridge claim. Feel free to go through line-by-line and tweak where necessary.
The following work-in-progress cast script processes a bridge claim.
Feel free to go through line-by-line and tweak where necessary.
```sh
#!/bin/bash
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ theme:

nav:
- Overview: index.md
- Deploying and managing a CDK stack:
- Deploy and manage a CDK stack:
- Deploy the CDK stack: quickstart/deploy-stack.md
- Set up a permissionless node: quickstart/set-up-node.md
- Observability: quickstart/observability.md
Expand All @@ -33,7 +33,7 @@ nav:
- How to:
- Migrate:
- Fork id 7 to 9: how-to/migrate/forkid-7-to-9.md
- Using and bridging tokens: how-to/use-native-token.md
- Mint, bridge, and use tokens: how-to/use-native-token.md
- Integrate a DAC: how-to/integrate-da.md
- Manage allowlists with policies: how-to/manage-policies.md
- Quickly test a running stack: how-to/quick-test-stack.md
Expand Down

0 comments on commit 8c75b24

Please sign in to comment.