Skip to content

Commit

Permalink
fix: tab formatting (#3882)
Browse files Browse the repository at this point in the history
* Update icp_ledger_setup.mdx

* Update icrc1_ledger_setup.mdx

* Update docs/developer-docs/defi/tokens/ledger/setup/icp_ledger_setup.mdx

* Update docs/developer-docs/defi/tokens/ledger/setup/icrc1_ledger_setup.mdx
  • Loading branch information
jessiemongeon1 authored Dec 17, 2024
1 parent 076e397 commit 58f974e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ keywords: [intermediate, tokens, tutorial, ledger]
---

import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow";
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

# ICP ledger local setup

Expand Down Expand Up @@ -232,4 +234,4 @@ Or, you can interact with it using the Candid UI by navigating to the URL provid

```
http://127.0.0.1:4943/?canisterId=bnz7o-iuaaa-aaaaa-qaaaa-cai&id=ryjl3-tyaaa-aaaaa-aaaba-cai
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ keywords: [intermediate, tokens, icrc, tutorial, ledger]
---

import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow";
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

# ICRC-1 ledger local setup

Expand Down Expand Up @@ -84,4 +86,4 @@ There is a test suite available for [ICRC-1 ledgers](https://github.com/dfinity/

## Next steps

Before you deploy your ledger canister, you will need to set some variables that you will pass to the canister during initialization that will create a new ICRC-1 or ICRC-2 token. To learn how to set these variables and deploy the ledger canister, see [create a token](/docs/developer-docs/defi/tokens/create.mdx).
Before you deploy your ledger canister, you will need to set some variables that you will pass to the canister during initialization that will create a new ICRC-1 or ICRC-2 token. To learn how to set these variables and deploy the ledger canister, see [create a token](/docs/developer-docs/defi/tokens/create.mdx).

0 comments on commit 58f974e

Please sign in to comment.