From 74e647d1245ad443318c21f5232508df41042de8 Mon Sep 17 00:00:00 2001 From: sourabhxyz Date: Mon, 5 Aug 2024 20:45:38 +0530 Subject: [PATCH] fix(#4): use `@lucid-evolution/lucid` in `types.ts` --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index c5d75a3..2748d89 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,4 +1,4 @@ -import { Assets } from "@anastasia-labs/lucid-cardano-fork"; +import { Assets } from "@lucid-evolution/lucid"; export interface Fees { percentTokenFees: Assets,