Skip to content

Commit

Permalink
Merge pull request #3690 from SarayuProdduturu004/patch-1
Browse files Browse the repository at this point in the history
Update indexes.mdx
  • Loading branch information
jessiemongeon1 authored Nov 4, 2024
2 parents 6db967a + 8ecb4c9 commit fbe5818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-docs/defi/tokens/indexes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ The ICP index canister will start synching right away and will automatically try
Here it is assumed that the canister ID of your local ICRC-1 ledger is `mxzaz-hqaaa-aaaar-qaada-cai`, otherwise replace it with your ICRC-1 ledger canister ID.

```
dfx deploy icrc1_index_canister --argument '(opt variant{Init = record {ledger_id = principal "mxzaz-hqaaa-aaaar-qaada-cai" retrieve_blocks_from_ledger_interval_seconds: Some(10)}})'
dfx deploy icrc1_index_canister --argument '(opt variant { Init = record { ledger_id = principal "mxzaz-hqaaa-aaaar-qaada-cai"; retrieve_blocks_from_ledger_interval_seconds = opt 10; } })'
```

:::caution
Expand Down

0 comments on commit fbe5818

Please sign in to comment.