Skip to content

Commit e8b2722

Browse files
committed
Temporarily switch to forked ledger app
1 parent a90febc commit e8b2722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535
AWS_REGION: us-west-2
3636
NIGHTLY: nightly-2025-03-27
3737
NAMADA_MASP_PARAMS_DIR: /masp/.masp-params
38-
LEDGER_APP_VERSION: "3.0.4"
38+
LEDGER_APP_VERSION: "3.1.3.heliax"
3939
ROLE: arn:aws:iam::375643557360:role/github-runners-ci-shared
4040
SCCACHE_ERROR_LOG: /tmp/sccache_log.txt
4141

@@ -601,7 +601,7 @@ jobs:
601601
- name: Checkout ledger-namada
602602
run: |
603603
echo "Using Namada Ledger App version: v${LEDGER_APP_VERSION}"
604-
git clone 'https://github.com/Zondax/ledger-namada' ../ledger-namada
604+
git clone 'https://github.com/anoma/ledger-namada' ../ledger-namada
605605
cd ../ledger-namada
606606
git checkout "v$LEDGER_APP_VERSION"
607607
git submodule update --init --recursive

0 commit comments

Comments
 (0)