Skip to content

Commit

Permalink
fix: webview usage with electron 22 (#2182)
Browse files Browse the repository at this point in the history
* fix: fix swap rate call v4

* test: fix tests

* chore: add changeset

* LLM - fix ratings modal close behavior

* changelogs added

* Revert hotfix commits (#2091)

* Revert ":fire: hotfix release [skip ci]"

This reverts commit e0e5bb6.

* Revert ":fire: hotfix prerelease [LLD(2.51.0-hotfix.0)]"

This reverts commit 252aa67.

* Revert ":rocket: entering LLD hotfix mode"

This reverts commit 8f708eb.

* Revert ":fire: hotfix release [skip ci]"

This reverts commit 4ca8f86.

* Revert "Update wording"

This reverts commit fea165d.

* Revert "add energy lt for warning message to be display"

This reverts commit 693e44e.

* Revert "add more feelimit to tron trc20"

This reverts commit 1910b23.

* Revert ":fire: hotfix prerelease [LLM(3.12.0)]"

This reverts commit de77a92.

* Revert ":rocket: entering LLM hotfix mode"

This reverts commit 42df4fc.

* 🚀 entering LLD prerelease mode

* chore: fix changesets

* 🚀 release prerelease [LLD(2.51.0-next.0)]

* fix: use existing getProviders call and move decentralizedSwapAvailable to common

* chore: lint fix

* fix: update logic dex provider getExchangeRates

* chore: fix lint

* Bugfix LLD onboarding: Spinner after genuine check isn't displayed (#2122)

* Fix start of post onboarding not being called in the right place

* changeset

* 🚀 release prerelease [LLD(2.51.0-next.1)]

* fix: support binance and polygon and remove extra change

* fix: includes misspelling

* fix: remove providers dependency in swap lld

* fix: add includeDEX variable

* fix: update mobile with provider attribute

* fix: fix index bug

* add BCERT svg icon

Add blockcerts BCERT token icon

* Update BCERT.svg

Removed the complex file, verifying the file can be converted to react native, verifying the requirements are present and avoid what is prohibited.

* Update BCERT.svg

Added the latest requirements and removed what was asked to remove

* Create funny-cat-distillers.md

Commit for the changeset

* feat/LIVE-4953 Rework the Debug menu and tools on LLM

* feat/LIVE-4953 Fix wrong icon size

* feat/LIVE-4953 Added a network screen + brought playground back

* feat/LIVE-4953 Added a command sender tool

* feat/LIVE-4953 Moved QRBenchmark to broken, dont know what it is

* feat/LIVE-4953 Removed direct entry to that broken screen

* feat/LIVE-4953 Refactored the debug appstate screen

* Refacto exchange partner config (#2052)

* Refacto exchange partner config

- use a util function to generate to config based on name, publickey and
signature
- remove curve field from config since it is unused (most of thems had
value `secpk256k1` which is not a valid curve)

* add changeset

* add test

* feat/FAT-738 Renaming stax - cli

* feat/FAT-738 Renaming stax - lld

* feat/FAT-738 Renaming stax - llc

* feat/FAT-738 Renaming stax - llm

* feat/FAT-738 Renaming stax - libs

* Renaming missing stax

* feat/FAT-738 Prevent LLD crash when lastSeenDevice was nanoFTS

* feat/FAT-738 bad merge fix ref to nanofts

* bugfix/FAT-728 Refactor RenameDevice into DeviceAction

* bugfix/FAT-728 UI Polishes

* TS improvements on debugging, chore

* adding wDoge token icon

* Update SVG

* update SVG

* update SVG

* update SVG

* update SVG: reduced size and removed transform tag

* Update SVG

* fix: width & height to 360

* update icon size

Update SVG to match 360 size

* Feat/LIVE-4533 LIVE-4532 - Improve decimal handling to show more digits (#2037)

* Add dynamicSignificantDigits parameter to formatCurrencyUnit to show more digits of value when needed. Also increased this default parameter value from 4 to 6, so more digits will be displayed throught LLM and LLD.

* fix an issue with the currency amount formatter where if the first number was 1 or 2, there was an extra number displayed

* Update coin apps remote branch to the generated one (#2155)

* bugfix/FAT-720 Change custom lockscreen image size LLD

* bugfix/FAT-720 Change custom lockscreen image size LLM

* feat/FAT-738 Pad custom lockscreen image to fit expected fw size

* ratings feature flag renamed in ratingsPrompt

* ratings feature flag renamed in ratingsPrompt

* lint

* bugfix/FAT-742 Prevent crash when app tries to use stored nanoFTS ref (#2157)

* bugfix/FAT-742 Prevent crash when app tries to use stored nanoFTS ref

* bugfix/FAT-742 Missing changeset

* chore: handle nanoFTS on lastConnectedDevice selector

Co-authored-by: Alexandre Magaud <[email protected]>

* Add Stax Lotties animations on LLD (#2138)

* Revert "Merge branch 'main' into release"

This reverts commit b226417, reversing
changes made to e9edef8.

* [LIVE-4876] Bugfix - EVM family bad behaviour with tx type 0 (#2098)

* Remove "from" key in ethers transaction adapter as it will break with tx type 0 (non EIP1559)

* Fix v that can be incorrect with type 0 tx

* changeset

* feat: split webview for v2 api version

Co-authored-by: Junichi Sugiura <[email protected]>

fix: webview v2 export

chore: update podfile.lock

fix: import issues

feat: init Wallet API v2

fix: wallet-api-server import

fix: bump version of wallet-api

feat: migrate LLC platform to walletAPI

feat: implement more handlers

feat: wallet-api integration
added account.request support using the accounts$ observable
fix transaction.sign return value
remove unneeded serialization/deserialization in transaction.broadcast
cleanup some wallet-api files in LLC
fix platform broadcastTransaction deadlock when DISABLE_TRANSACTION_BROADCAST is enabled

refactor: types and some cleanup

fix: added permissions
bump wallet-api versions
cleanup

test: fix logic test

fix: use constants and setWalletAPIVersion

Introduce WebViewV2 for WebPlatformPlayer

[WIP] Request account handler

Add drawer for request acount handler

Give wallet-api permissions

Pass account list observable to select account drawer

Cleanup

Remove Webview.tsx

Add WebView.tsx

Cleanup

Cleanup

test: fix version tests

refactor: cleanup unused code

refactor: cleanup console.log

fix: add missing permissions

* fix: remove matchVersion usage

* fix: v2 transport send not working on desktop

* refactor: move styled components to a shared file

* feat: use manifest permissions

* chore: changelog

* feat(wallet-api): device.transport integration

* fix: missing buffer in dummy-wallet-app for device.exchange
fix onResult for the action

* Setup device related handlers

* Update dummy app

* Fix internal command

* refactor: revert dummy-live-app changes
already present in dummy-wallet-app

* chore: update lockfile

* chore: bump wallet-api and handle more params

* chore: add changesets

* fix: review comments

* feat: IPCTransport for desktop

* refactor: move IPCTransport back to flow
LLD is not setup for typescript, especially eslint

* refactor: remove bidirectional commands

* Feat/live 4839 anon wallet account (#2069)

* add @types/uuid dev dep

* hash the account id and create a uuidToAccountId map

avoid sending account ids to a live app by creating a unique uuid from
said account id and storing this uuid / account id pair in a map for
easy retrival

* add changeset

* update existing test cases

* fix: serialize/deserialize errors for the IPCTransport

* fix: handle errors better with internal transport

* fix: accounts selector

* fix: unused uuidv4

* fix: share channel name constants

* fix: bump libs

* fix: internal transportChannel imports

* fix: add rxjs7 to LLD & LLM

* chore: bump wallet-api versions

* fix: anon for useGetAccountIds used for request.account

* committing for Juan because he's locked out of github lol

* File apps/ledger-live-desktop/static/i18n/en/app.json was translated to ar-AE locale

* File apps/ledger-live-desktop/static/i18n/en/app.json was translated to zh-CN locale

* File apps/ledger-live-desktop/static/i18n/en/app.json was translated to fr-FR locale

* File apps/ledger-live-desktop/static/i18n/en/app.json was translated to de-DE locale

* File apps/ledger-live-desktop/static/i18n/en/app.json was translated to ja-JP locale

* File apps/ledger-live-desktop/static/i18n/en/app.json was translated to ko-KR locale

* File apps/ledger-live-desktop/static/i18n/en/app.json was translated to pt-BR locale

* File apps/ledger-live-desktop/static/i18n/en/app.json was translated to ru-RU locale

* File apps/ledger-live-desktop/static/i18n/en/app.json was translated to es-ES locale

* File apps/ledger-live-desktop/static/i18n/en/app.json was translated to tr-TR locale

* bugfix/FAT-728 Increase hitslop for edit button, disabled rename when no changes

* Feat/NFT Gallery detox tests (#2158)

* test adding testId to tab bar buttons

* Add nft gallery test specs :
- Add app.json with nft accounts
- Disable Skeleton.tsx animations when MOCK env
- Improve docs
- Remove log box when MOCK env

* fix doc

* fix doc

* Gregor's feedback on detox testings

* Gregor's feedback on detox testings

* updated readme for MOCK and added new line

* Precisions in detox doc

Co-authored-by: Gregor Gilchrist <[email protected]>

* Support/improve ruby steps for detox setup (#2169)

added new section for ios setup

added further setup steps

Co-authored-by: Gregor Gilchrist <[email protected]>

* chore: update desktop release notes

* Feature flags UX improvements (#2143)

* Use settings store for persistency of overridden feature flags

* Use LLD settings store for persistency of overridden feature flags

* Remove useless extra "add FF" field in FF settings, add groupedFeatures

* Add grouped features tab

* cleanup

* Add new stax flags in stax group

* Cleanup

* Reuse experimental banner in case flags are locally overridden

* Change default value of featureFlagsBannerVisible

* Remove useless iconNameWeight in groupedFeatures

* lint + changeset

* lint

* chore: comments and cleaning

* feat: specific method to check if a feature flag exists

Avoids unnecessary request errors if a searched feature flag does not exist

Co-authored-by: Alexandre Magaud <[email protected]>

* 🚀 prepare release [skip ci]

* feat: prototype for fetching/displaying dex quotes

* chore: adds providerType to ExchangeRate type.

* feat: filters cex/dex quotes correctly

* fix: fixes issue when there are no filtered rates in swap

* fix: adds undefined rates to the share form

* chore: renames Swap rate components.

* chore: removes decentralizedSwapAvailable logic.

* adds in local flag to show/hide DEX quotes

* fix: correctly shows DEX quotes

* excludes dex quotes from mobile

* fix: adds firebase feature flag for DEX quotes

* chore: update readme.md for feature flags

* fix: ensures selected rate is persisted when filters change

* fix: fixes issue where if there are no filtered rates, remove selected from redux

* fix: fixes type issues

* fix: improves on CEX and DEX provider type

* changelog

* changelog

* fix: fix extra filter in the provider list

* fix: use getProviderConfig util instead dex mock array

* fix: remove extra undefined dex rates

* fix: only shows DEX rates returned from backend

* fix: shows dex quotes for other networks

* chore: comment

* chore: refactors naming

* fix: displays 1inch instead of oneinch

* fix: adds unit tests

* fix: checks currency family

* fix: webview usage with electron 22

* update screenshots (windows-latest)

Co-authored-by: sarneijim <[email protected]>
Co-authored-by: Come Grellard <[email protected]>
Co-authored-by: hzheng-ledger <[email protected]>
Co-authored-by: haammar-ledger <[email protected]>
Co-authored-by: Hakim <[email protected]>
Co-authored-by: Team Live <[email protected]>
Co-authored-by: Thomas Roger Lux <[email protected]>
Co-authored-by: ofreyssinet-ledger <[email protected]>
Co-authored-by: sarneijim <[email protected]>
Co-authored-by: Blockcerts Blockchain Canada Inc <[email protected]>
Co-authored-by: Juan Cortés Ross <[email protected]>
Co-authored-by: Alexandre Chabrolin <[email protected]>
Co-authored-by: Pierre-Louis Crescitz <[email protected]>
Co-authored-by: wanidulf <[email protected]>
Co-authored-by: nparigi-ledger <[email protected]>
Co-authored-by: @greweb <[email protected]>
Co-authored-by: Alexandre Magaud <[email protected]>
Co-authored-by: Valentin D. Pinkman <[email protected]>
Co-authored-by: Kévin Lambert <[email protected]>
Co-authored-by: JunichiSugiura <[email protected]>
Co-authored-by: alalmi-ledger <[email protected]>
Co-authored-by: Ledger Live <[email protected]>
Co-authored-by: nparigi-ledger <[email protected]>
Co-authored-by: Gregor Gilchrist <[email protected]>
Co-authored-by: Gregor Gilchrist <[email protected]>
Co-authored-by: Gregor Gilchrist <[email protected]>
Co-authored-by: Desifly <[email protected]>
Co-authored-by: cjordan-ledger <[email protected]>
Co-authored-by: cjordan-ledger <[email protected]>
  • Loading branch information
1 parent feb0fa6 commit a4444ce
Show file tree
Hide file tree
Showing 539 changed files with 67,731 additions and 5,127 deletions.
5 changes: 5 additions & 0 deletions .changeset/blue-ads-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/live-common": patch
---

Added rename device DeviceAction
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@ledgerhq/live-common": minor
---

update fund partners
Adds support for getting DEX quotes.
5 changes: 0 additions & 5 deletions .changeset/chilly-donkeys-double.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@ledgerhq/live-common": patch
---

feat: resilient BLE scanning
LLC - rename nano fts to stax
5 changes: 5 additions & 0 deletions .changeset/dull-dingos-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/live-common": patch
---

Fix evm family mishandling of type 0 transactions and wrong v with specific chains
5 changes: 5 additions & 0 deletions .changeset/early-owls-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": patch
---

670pixel instead of 672 for custom lockscreen images
5 changes: 0 additions & 5 deletions .changeset/eighty-baboons-roll.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/fast-seas-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": minor
---

use new parameter from formatCurrencyUnit, dynamicSignificantDigits, in all related display value components/utils. Increased this value for the display of the account crypto value in Account page so more digits are shown.
5 changes: 5 additions & 0 deletions .changeset/funny-cat-distillers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/live-common": minor
---

Crypto Icons - Add support for BCERT tokens icon
5 changes: 0 additions & 5 deletions .changeset/gold-suns-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-turtles-relax.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/heavy-jobs-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/live-common": patch
---

Custom images should padd 2 pixels per column to be the right size
5 changes: 5 additions & 0 deletions .changeset/heavy-scissors-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": minor
---

feat(wallet-api): device.transport LLD & LLM integration [LIVE-4293]
6 changes: 6 additions & 0 deletions .changeset/hot-comics-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@ledgerhq/devices": patch
"@ledgerhq/types-devices": patch
---

libs - rename nano fts to stax
5 changes: 5 additions & 0 deletions .changeset/hungry-boats-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/live-cli": minor
---

feat(wallet-api): LLM & LLD server implementation [LIVE-4394]
5 changes: 5 additions & 0 deletions .changeset/hungry-games-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": patch
---

Reworked the debug menu and inner tools
6 changes: 0 additions & 6 deletions .changeset/kind-chefs-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-mayflies-fly.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/late-monkeys-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/live-common": minor
---

feat(wallet-api): device.transport LLD & LLM integration [LIVE-4293]
5 changes: 5 additions & 0 deletions .changeset/light-jars-hope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": patch
---

fix ratings modal close behavior
5 changes: 5 additions & 0 deletions .changeset/mean-panthers-live.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": patch
---

Feature flags overriding persistency over app restarts + UX improvements (feature groups, banner, reset all)
5 changes: 0 additions & 5 deletions .changeset/metal-eyes-report.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/nasty-insects-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/live-common": patch
---

Exposed getDefinitions on live-common
5 changes: 5 additions & 0 deletions .changeset/neat-penguins-hunt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/live-common": minor
---

feat(wallet-api): LLM & LLD server implementation [LIVE-4394]
5 changes: 0 additions & 5 deletions .changeset/ninety-eggs-look.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"ledger-live-desktop": patch
---

Improve cic logo
fix: webview usage with electron 22
5 changes: 5 additions & 0 deletions .changeset/perfect-candles-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/live-common": minor
---

Add dynamicSignificantDigits parameter to formatCurrencyUnit to show more digits of value when needed. Also increased this default parameter value from 4 to 6, so more digits will be displayed throught LLM and LLD.
5 changes: 5 additions & 0 deletions .changeset/perfect-eagles-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/native-ui": patch
---

fix ratings modal close behavior
5 changes: 0 additions & 5 deletions .changeset/pink-houses-do.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/pink-poems-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/live-common": minor
---

Crypto Icons - Add support for wDoge token icon
5 changes: 5 additions & 0 deletions .changeset/pretty-suits-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": patch
---

Prevent crash with reference to nanoFTS in app data
5 changes: 5 additions & 0 deletions .changeset/rare-dryers-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": patch
---

Feature flags overriding persistency over app restarts
5 changes: 5 additions & 0 deletions .changeset/rude-bikes-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": patch
---

Add nanoFTS lotties animations in LLD
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
"live-mobile": patch
"@ledgerhq/live-common": patch
---

Made the exported logs on LLM larger and configurable via ENV vars.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@ledgerhq/live-common": minor
---

NEAR sync, send and stake
Link provider listed to rate requests
5 changes: 5 additions & 0 deletions .changeset/serious-sloths-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": patch
---

Refactor the last DeviceJob into a DeviceAction (device rename)
5 changes: 5 additions & 0 deletions .changeset/shaggy-dogs-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": minor
---

use new parameter from formatCurrencyUnit, dynamicSignificantDigits, in all related display value components/utils. Increased this value for the display of the account crypto value in Account page so more digits are shown.
5 changes: 5 additions & 0 deletions .changeset/silver-ads-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/live-cli": patch
---

CLI - rename nano fts to stax
5 changes: 0 additions & 5 deletions .changeset/smooth-socks-relax.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/soft-bottles-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": minor
---

feat(wallet-api): device.transport LLD & LLM integration [LIVE-4293]
5 changes: 5 additions & 0 deletions .changeset/sour-moose-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": patch
---

LLM - rename nano fts to stax
5 changes: 0 additions & 5 deletions .changeset/spicy-jeans-study.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/spicy-socks-sin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": patch
---

670pixel instead of 672 for custom lockscreen images
5 changes: 0 additions & 5 deletions .changeset/stupid-dodos-sip.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/tall-spies-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": patch
---

Fetches CEX quotes with updated common SDK
5 changes: 0 additions & 5 deletions .changeset/tame-ghosts-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-baboons-report.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/thirty-ties-love.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/live-common": patch
---

Refacto exchange partner config
5 changes: 0 additions & 5 deletions .changeset/tiny-brooms-sit.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/tiny-donuts-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": minor
---

feat(wallet-api): LLM server implementation [LIVE-4394]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"ledger-live-desktop": minor
---

Add swap data track
Shows DEX quotes on swap screen.
5 changes: 5 additions & 0 deletions .changeset/twenty-experts-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/live-common": patch
---

Exported object groupedFeatures that contains features grouped by common theme.
5 changes: 5 additions & 0 deletions .changeset/twenty-radios-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/live-common": minor
---

Anonymise ledger live account ids before sending them through the wallet api
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"ledger-live-desktop": patch
---

Add translation key
LLD - rename nano fts to stax
8 changes: 0 additions & 8 deletions .changeset/wicked-vans-count.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/yellow-schools-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": minor
---

feat(wallet-api): LLD server implementation [LIVE-4394]
2 changes: 1 addition & 1 deletion .github/workflows/bot-mere-denis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Retrieving coin apps
uses: actions/checkout@v3
with:
ref: ledger-live-bot
ref: generated/ledger-live-bot
repository: LedgerHQ/coin-apps
token: ${{ secrets.GH_PAT }}
path: coin-apps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bot-mooncake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Retrieving coin apps
uses: actions/checkout@v3
with:
ref: ledger-live-bot
ref: generated/ledger-live-bot
repository: LedgerHQ/coin-apps
token: ${{ secrets.GH_PAT }}
path: coin-apps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bot-nonreg-carbon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Retrieving coin apps
uses: actions/checkout@v3
with:
ref: ledger-live-bot
ref: generated/ledger-live-bot
repository: LedgerHQ/coin-apps
token: ${{ secrets.GH_PAT }}
path: coin-apps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bot-nonreg-mere-denis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Retrieving coin apps
uses: actions/checkout@v3
with:
ref: ledger-live-bot
ref: generated/ledger-live-bot
repository: LedgerHQ/coin-apps
token: ${{ secrets.GH_PAT }}
path: coin-apps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bot-nonreg-mooncake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Retrieving coin apps
uses: actions/checkout@v3
with:
ref: ledger-live-bot
ref: generated/ledger-live-bot
repository: LedgerHQ/coin-apps
token: ${{ secrets.GH_PAT }}
path: coin-apps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bot-nonreg-oxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Retrieving coin apps
uses: actions/checkout@v3
with:
ref: ledger-live-bot
ref: generated/ledger-live-bot
repository: LedgerHQ/coin-apps
token: ${{ secrets.GH_PAT }}
path: coin-apps
Expand Down
Loading

0 comments on commit a4444ce

Please sign in to comment.