File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ The URL for the ledger .did file is `https://raw.githubusercontent.com/dfinity/i
40
40
If you want to make sure, you have the latest ICRC-1 ledger files you can run the following script.
41
41
42
42
``` 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"
44
44
chmod +x download_latest_icrc1_ledger.sh
45
45
./download_latest_icrc1_ledger.sh
46
46
```
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ The URL for the ledger .did file is `https://raw.githubusercontent.com/dfinity/i
40
40
If you want to make sure, you have the latest ICRC-1 ledger files you can run the following script.
41
41
42
42
``` 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"
44
44
chmod +x download_latest_icrc1_ledger.sh
45
45
./download_latest_icrc1_ledger.sh
46
46
```
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ The URL for the ledger.did file is `https://raw.githubusercontent.com/dfinity/ic
43
43
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.
44
44
45
45
``` 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"
47
47
chmod +x download_latest_icp_ledger.sh
48
48
./download_latest_icp_ledger.sh
49
49
```
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ The URL for the ledger .did file is `https://raw.githubusercontent.com/dfinity/i
41
41
If you want to make sure, you have the latest ICRC-1 ledger files you can run the following script.
42
42
43
43
``` 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"
45
45
chmod +x download_latest_icrc1_ledger.sh
46
46
./download_latest_icrc1_ledger.sh
47
47
```
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ The URL for the ledger .did file is `https://raw.githubusercontent.com/dfinity/i
40
40
If you want to make sure, you have the latest ICRC-1 ledger files you can run the following script.
41
41
42
42
``` 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"
44
44
chmod +x download_latest_icrc1_ledger.sh
45
45
./download_latest_icrc1_ledger.sh
46
46
```
You can’t perform that action at this time.
0 commit comments