Skip to content

Commit

Permalink
Merge pull request #3556 from dfinity/yvonneanne-patch-2
Browse files Browse the repository at this point in the history
Update icrc1_ledger_setup.mdx to avoid error messages when the user tries to follow the instructions
  • Loading branch information
jessiemongeon1 authored Sep 30, 2024
2 parents 81c786e + 41c43e8 commit 22d3621
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ If you chose to download the ICRC-1 ledger files with the script, you need to re

``` json
...
"candid": icrc1_ledger.did,
"wasm" : icrc1_ledger.wasm.gz,
"candid": "icrc1_ledger.did",
"wasm" : "icrc1_ledger.wasm.gz"
...
```

Expand All @@ -91,4 +91,4 @@ There is a test suite available to [test ICRC-1 ledgers](https://github.com/dfin

## 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 22d3621

Please sign in to comment.