Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellzer committed Dec 23, 2024
1 parent 5142c02 commit dbb2c00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fireblocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import type { IAuthProvider } from 'fireblocks-sdk/dist/src/iauth-provider.js';
import type { Client } from 'openapi-fetch';
import { FireblocksSigner } from './fireblocks_signer.js';
import type { components, paths } from './openapi/schema.js';
import { sha256 } from 'viem';

export type FireblocksIntegration = {
provider: 'fireblocks';
Expand Down

0 comments on commit dbb2c00

Please sign in to comment.