Skip to content

Commit

Permalink
fix: prettier (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: iGroza <[email protected]>
  • Loading branch information
iGroza and iGroza authored Jan 11, 2024
1 parent 4dc724f commit a22bd8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ export class ProviderLedgerReactNative

const eth = new AppEth(transport);

const {domainSeparatorHex, hashStructMessageHex} = prepareHashedEip712Data(typedData);
const {domainSeparatorHex, hashStructMessageHex} =
prepareHashedEip712Data(typedData);
const signature = await eth.signEIP712HashedMessage(
hdPath,
domainSeparatorHex,
Expand Down

0 comments on commit a22bd8e

Please sign in to comment.