Skip to content

Commit f6f3334

Browse files
committed
fix blockfrost type
1 parent 1ffb107 commit f6f3334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/ada.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Integrations } from "./integrations";
22
import { Responses } from '@blockfrost/blockfrost-js';
3-
import { components } from "@blockfrost/blockfrost-js/lib/types/OpenApi";
3+
import { components } from '@blockfrost/openapi';
44

55
export type InternalAdaConfig = {
66
testnet?: boolean;

0 commit comments

Comments
 (0)