Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
nooxx committed Sep 24, 2024
1 parent 6235989 commit 670ba74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/fireblocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ export class FireblocksService {
content: tx.unsigned_tx_hash,
preHash: {
content: tx.unsigned_tx_serialized,
hashAlgorithm: "KECCAK256",
hashAlgorithm: 'KECCAK256',
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/kiln.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 670ba74

Please sign in to comment.