From 4130150bb97718bde33b646e074395bd980edd1d Mon Sep 17 00:00:00 2001 From: none00y Date: Thu, 27 Jun 2024 13:57:19 +0200 Subject: [PATCH] update import --- sdk/src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/src/utils.ts b/sdk/src/utils.ts index 35dca7a..36cf221 100644 --- a/sdk/src/utils.ts +++ b/sdk/src/utils.ts @@ -29,7 +29,7 @@ import { PoolKey, Position, Tick -} from './schema' +} from './schema.js' export type Signer = string | IKeyringPair export type ActorId = Uint8Array | HexString