We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a90febc commit 372acc0Copy full SHA for 372acc0
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ env:
35
AWS_REGION: us-west-2
36
NIGHTLY: nightly-2025-03-27
37
NAMADA_MASP_PARAMS_DIR: /masp/.masp-params
38
- LEDGER_APP_VERSION: "3.0.4"
+ LEDGER_APP_VERSION: "3.1.1.heliax"
39
ROLE: arn:aws:iam::375643557360:role/github-runners-ci-shared
40
SCCACHE_ERROR_LOG: /tmp/sccache_log.txt
41
@@ -601,7 +601,7 @@ jobs:
601
- name: Checkout ledger-namada
602
run: |
603
echo "Using Namada Ledger App version: v${LEDGER_APP_VERSION}"
604
- git clone 'https://github.com/Zondax/ledger-namada' ../ledger-namada
+ git clone 'https://github.com/anoma/ledger-namada' ../ledger-namada
605
cd ../ledger-namada
606
git checkout "v$LEDGER_APP_VERSION"
607
git submodule update --init --recursive
0 commit comments