Skip to content

Commit 0f7ecd6

Browse files
Merge pull request #1081 from dfinity/fix/download-latest-icrc1-ledger
fix link to download latest icrc1-ledger
2 parents 2e748ec + 1db9d49 commit 0f7ecd6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

motoko/token_transfer/README.md

Lines changed: 1 addition & 1 deletion
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/<REVISION>/rs/rosetta-api/scripts/download_latest_icrc1_ledger.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"
4444
chmod +x download_latest_icrc1_ledger.sh
4545
./download_latest_icrc1_ledger.sh
4646
```

motoko/token_transfer_from/README.md

Lines changed: 1 addition & 1 deletion
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/<REVISION>/rs/rosetta-api/scripts/download_latest_icrc1_ledger.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"
4444
chmod +x download_latest_icrc1_ledger.sh
4545
./download_latest_icrc1_ledger.sh
4646
```

rust/icp_transfer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The URL for the ledger.did file is `https://raw.githubusercontent.com/dfinity/ic
4343
If you want to make sure you have the latest ICP ledger files, you can run the following script. Please ensure that you have [`jq`](https://jqlang.github.io/jq/) installed as the script relies on it.
4444

4545
```sh
46-
curl -o download_latest_icp_ledger.sh "https://raw.githubusercontent.com/dfinity/ic/<REVISION>/rs/rosetta-api/scripts/download_latest_icp_ledger.sh"
46+
curl -o download_latest_icp_ledger.sh "https://raw.githubusercontent.com/dfinity/ic/1f1d8dd8c294d19a5551a022e3f00f25da7dc944/rs/rosetta-api/scripts/download_latest_icp_ledger.sh"
4747
chmod +x download_latest_icp_ledger.sh
4848
./download_latest_icp_ledger.sh
4949
```

rust/token_transfer/README.md

Lines changed: 1 addition & 1 deletion
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/<REVISION>/rs/rosetta-api/scripts/download_latest_icrc1_ledger.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"
4545
chmod +x download_latest_icrc1_ledger.sh
4646
./download_latest_icrc1_ledger.sh
4747
```

rust/token_transfer_from/README.md

Lines changed: 1 addition & 1 deletion
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/<REVISION>/rs/rosetta-api/scripts/download_latest_icrc1_ledger.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"
4444
chmod +x download_latest_icrc1_ledger.sh
4545
./download_latest_icrc1_ledger.sh
4646
```

0 commit comments

Comments
 (0)