From 2418cddf4ef0a363ca4f0f6eb4ea003c3eb6c80b Mon Sep 17 00:00:00 2001 From: iosh Date: Fri, 2 Aug 2024 23:28:57 +0800 Subject: [PATCH] chore: fix build error --- patches/abitype@0.0.0-canary-20240628164201.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/abitype@0.0.0-canary-20240628164201.patch b/patches/abitype@0.0.0-canary-20240628164201.patch index c0510cc..b8a8684 100644 --- a/patches/abitype@0.0.0-canary-20240628164201.patch +++ b/patches/abitype@0.0.0-canary-20240628164201.patch @@ -86,7 +86,7 @@ index 4f29120e7150c9d3d519c233ddf000af26021af1..f693175e4f36445aa3149c62479db634 +++ b/src/register.ts @@ -1,4 +1,5 @@ // biome-ignore lint/suspicious/noEmptyInterface: -+import {Address} from './address' ++import type {Address} from './address.js' export interface Register {} // TODO: Remove deprecated properties next major version