Skip to content

Commit

Permalink
Point to Ledger app patched to fix decimal point and internal address…
Browse files Browse the repository at this point in the history
… issue.
  • Loading branch information
murisi committed Dec 7, 2024
1 parent 1f78d8d commit 490e616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ env:
AWS_REGION: us-west-2
NIGHTLY: nightly-2024-09-08
NAMADA_MASP_PARAMS_DIR: /masp/.masp-params
LEDGER_APP_VERSION: "1.0.5"
LEDGER_APP_VERSION: "1.0.6-ci-patch"

jobs:
changelog:
Expand Down Expand Up @@ -673,7 +673,7 @@ jobs:
- name: Checkout ledger-namada
run: |
echo "Using Namada Ledger App version: v${LEDGER_APP_VERSION}"
git clone 'https://github.com/Zondax/ledger-namada' ../ledger-namada
git clone 'https://github.com/heliaxdev/ledger-namada' ../ledger-namada
cd ../ledger-namada
git checkout "v$LEDGER_APP_VERSION"
git submodule update --init --recursive
Expand Down

0 comments on commit 490e616

Please sign in to comment.