Skip to content

Commit

Permalink
fix(ICRC_Ledger): FI-1654: Update link to script that downloads lates…
Browse files Browse the repository at this point in the history
…t ICRC ledger (#3977)

* Update the link to download the script that downloads the latest ICRC ledger wasm and did files

* Pull in the latest changes from the samples submodule
  • Loading branch information
mbjorkqvist authored Jan 24, 2025
1 parent 73b1129 commit 2ec2f2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The URL for the ledger Candid file is `https://github.com/dfinity/ic/releases/do
If you want to make sure you have the latest ICRC-1 ledger files, you can run the following script that downloads the files into your local directory:

``` sh
curl -o download_latest_icrc1_ledger.sh "https://raw.githubusercontent.com/dfinity/ic/aba60ffbc46acfc8990bf4d5685c1360bd7026b9/rs/rosetta-api/scripts/download_latest_icrc1_ledger.sh"
curl -o download_latest_icrc1_ledger.sh "https://raw.githubusercontent.com/dfinity/ic/69988ae40e4cc0db7ef758da7dd5c0606075e926/rs/rosetta-api/scripts/download_latest_icrc1_ledger.sh"
chmod +x download_latest_icrc1_ledger.sh
./download_latest_icrc1_ledger.sh
```
Expand Down

0 comments on commit 2ec2f2f

Please sign in to comment.