diff --git a/docs/developer-docs/integrations/icrc-1/deploy-new-token.md b/docs/developer-docs/integrations/icrc-1/deploy-new-token.md index 50db51a2de..8d49e44b45 100644 --- a/docs/developer-docs/integrations/icrc-1/deploy-new-token.md +++ b/docs/developer-docs/integrations/icrc-1/deploy-new-token.md @@ -21,7 +21,7 @@ cd icrc1 ``` sh 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 ```