diff --git a/docs/developer-docs/defi/tokens/ledger/setup/icrc1_ledger_setup.mdx b/docs/developer-docs/defi/tokens/ledger/setup/icrc1_ledger_setup.mdx index 5243f83e90..0f97ded820 100644 --- a/docs/developer-docs/defi/tokens/ledger/setup/icrc1_ledger_setup.mdx +++ b/docs/developer-docs/defi/tokens/ledger/setup/icrc1_ledger_setup.mdx @@ -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" ... ``` @@ -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). \ No newline at end of file +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).