From 670ba7492a22724973b516bf0a1d9c60c51ec21a Mon Sep 17 00:00:00 2001 From: Arno Simon Date: Tue, 24 Sep 2024 15:25:15 +0200 Subject: [PATCH] format --- src/fireblocks.ts | 2 +- src/kiln.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fireblocks.ts b/src/fireblocks.ts index e0f5b22..9d3ee15 100644 --- a/src/fireblocks.ts +++ b/src/fireblocks.ts @@ -639,7 +639,7 @@ export class FireblocksService { content: tx.unsigned_tx_hash, preHash: { content: tx.unsigned_tx_serialized, - hashAlgorithm: "KECCAK256", + hashAlgorithm: 'KECCAK256', }, }, ], diff --git a/src/kiln.ts b/src/kiln.ts index 9a270b6..edaf56e 100644 --- a/src/kiln.ts +++ b/src/kiln.ts @@ -1,4 +1,4 @@ -import type { paths } from "./openapi/schema"; +import type { paths } from './openapi/schema'; export * from './validators'; export * from './openapi/schema'; export * from './utils';