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
4040If 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"
4444chmod +x download_latest_icrc1_ledger.sh
4545./download_latest_icrc1_ledger.sh
4646```
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
4040If 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"
4444chmod +x download_latest_icrc1_ledger.sh
4545./download_latest_icrc1_ledger.sh
4646```
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
4343If 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"
4747chmod +x download_latest_icp_ledger.sh
4848./download_latest_icp_ledger.sh
4949```
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
4141If 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"
4545chmod +x download_latest_icrc1_ledger.sh
4646./download_latest_icrc1_ledger.sh
4747```
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
4040If 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"
4444chmod +x download_latest_icrc1_ledger.sh
4545./download_latest_icrc1_ledger.sh
4646```
You can’t perform that action at this time.
0 commit comments