Skip to content

Commit

Permalink
fix(lld): update exodus signature in fallback data (#7564)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpellizzari-ledger authored Aug 9, 2024
1 parent bd1b099 commit fa795d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ledger-live-common/src/exchange/providers/swap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const DEFAULT_SWAP_PROVIDERS: Record<string, ProviderConfig & AdditionalProvider
publicKey: {
curve: "secp256k1",
data: Buffer.from(
"04dbd3e4818b34bbf1f3642fc61f4f34e58e15888692b3d22c41e6169ec3e663851bacc656f1109b1441d0474130edcfe917a84b712fb8f2164835c55333b5620f",
"048abacf1b1027b7c5f96d77826eada263e21d2ba8a2a037a84e0679e05d997a91ff34df181f88bdaf3521c26fb70eb028622f3afd66d0c282d5bb61da38ad76c1",
"hex",
),
},
Expand Down

1 comment on commit fa795d7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Bot] Testing with 'Nitrogen' ($0.00) ⏲ 4.00ms

What is the bot and how does it work? Everything is documented here!

Details of the 0 mutations
Portfolio ($0.00) – Details of the 0 currencies
Spec (accounts) State Remaining Runs (est) funds?

Performance ⏲ 4.00ms

Time spent for each spec: (total across mutations)

Spec (accounts) preload scan re-sync tx status sign op broadcast test destination test
TOTAL N/A N/A N/A N/A N/A N/A N/A N/A

What is the bot and how does it work? Everything is documented here!

Please sign in to comment.