Skip to content

Commit 9464f78

Browse files
authored
Merge pull request #1086 from dfinity/mathias-FI-1654-update-links-to-icrc-download-script
fix(ICRC_Ledger): FI-1654: Update link to script that downloads latest ICRC ledger
2 parents 013d77e + f41d494 commit 9464f78

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

motoko/token_transfer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The URL for the ledger .did file is `https://raw.githubusercontent.com/dfinity/i
4040
If you want to make sure, you have the latest ICRC-1 ledger files you can run the following script.
4141

4242
```sh
43-
curl -o download_latest_icrc1_ledger.sh "https://raw.githubusercontent.com/dfinity/ic/1f1d8dd8c294d19a5551a022e3f00f25da7dc944/rs/rosetta-api/scripts/download_latest_icrc1_ledger.sh"
43+
curl -o download_latest_icrc1_ledger.sh "https://raw.githubusercontent.com/dfinity/ic/69988ae40e4cc0db7ef758da7dd5c0606075e926/rs/rosetta-api/scripts/download_latest_icrc1_ledger.sh"
4444
chmod +x download_latest_icrc1_ledger.sh
4545
./download_latest_icrc1_ledger.sh
4646
```

motoko/token_transfer_from/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The URL for the ledger .did file is `https://raw.githubusercontent.com/dfinity/i
4040
If you want to make sure, you have the latest ICRC-1 ledger files you can run the following script.
4141

4242
```sh
43-
curl -o download_latest_icrc1_ledger.sh "https://raw.githubusercontent.com/dfinity/ic/1f1d8dd8c294d19a5551a022e3f00f25da7dc944/rs/rosetta-api/scripts/download_latest_icrc1_ledger.sh"
43+
curl -o download_latest_icrc1_ledger.sh "https://raw.githubusercontent.com/dfinity/ic/69988ae40e4cc0db7ef758da7dd5c0606075e926/rs/rosetta-api/scripts/download_latest_icrc1_ledger.sh"
4444
chmod +x download_latest_icrc1_ledger.sh
4545
./download_latest_icrc1_ledger.sh
4646
```

rust/token_transfer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The URL for the ledger .did file is `https://raw.githubusercontent.com/dfinity/i
4141
If you want to make sure, you have the latest ICRC-1 ledger files you can run the following script.
4242

4343
```sh
44-
curl -o download_latest_icrc1_ledger.sh "https://raw.githubusercontent.com/dfinity/ic/1f1d8dd8c294d19a5551a022e3f00f25da7dc944/rs/rosetta-api/scripts/download_latest_icrc1_ledger.sh"
44+
curl -o download_latest_icrc1_ledger.sh "https://raw.githubusercontent.com/dfinity/ic/69988ae40e4cc0db7ef758da7dd5c0606075e926/rs/rosetta-api/scripts/download_latest_icrc1_ledger.sh"
4545
chmod +x download_latest_icrc1_ledger.sh
4646
./download_latest_icrc1_ledger.sh
4747
```

rust/token_transfer_from/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The URL for the ledger .did file is `https://raw.githubusercontent.com/dfinity/i
4040
If you want to make sure, you have the latest ICRC-1 ledger files you can run the following script.
4141

4242
```sh
43-
curl -o download_latest_icrc1_ledger.sh "https://raw.githubusercontent.com/dfinity/ic/1f1d8dd8c294d19a5551a022e3f00f25da7dc944/rs/rosetta-api/scripts/download_latest_icrc1_ledger.sh"
43+
curl -o download_latest_icrc1_ledger.sh "https://raw.githubusercontent.com/dfinity/ic/69988ae40e4cc0db7ef758da7dd5c0606075e926/rs/rosetta-api/scripts/download_latest_icrc1_ledger.sh"
4444
chmod +x download_latest_icrc1_ledger.sh
4545
./download_latest_icrc1_ledger.sh
4646
```

0 commit comments

Comments
 (0)