Skip to content

Commit

Permalink
Merge pull request #1636 from dfinity/leo-update-icrc1
Browse files Browse the repository at this point in the history
Update ICRC1 doc
  • Loading branch information
sesi200 authored Jun 30, 2023
2 parents 78cbc22 + 7ec9505 commit e3adf43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer-docs/integrations/icrc-1/deploy-new-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ cd icrc1
### Step 3: Then, you need to download the icrc-1 ledger image (.wasm file) and the icrc-1 ledger interface (.did file).

``` sh
export IC_VERSION=1612a202d030faa496e1694eed98be4179fca856
export IC_VERSION=b9d14e71b857ceca7087b31f5a32618d25555f29
curl -o icrc1-ledger.wasm.gz "https://download.dfinity.systems/ic/$IC_VERSION/canisters/ic-icrc1-ledger.wasm.gz"
curl -o icrc1-ledger.did "https://raw.githubusercontent.com/dfinity/ic/$IC_VERSION/rs/rosetta-api/icrc1/ledger/icrc1.did"
curl -o icrc1-ledger.did "https://raw.githubusercontent.com/dfinity/ic/$IC_VERSION/rs/rosetta-api/icrc1/ledger/ledger.did"
gunzip icrc1-ledger.wasm.gz
```

Expand Down

0 comments on commit e3adf43

Please sign in to comment.