From dc0ad21f0e857adb87d710dd0f2f9affd0a9cbc9 Mon Sep 17 00:00:00 2001 From: polwex Date: Wed, 16 Jul 2025 09:58:34 +0700 Subject: kinda works --- constants/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/config.ts b/constants/config.ts index 6fa09b6..11379a5 100644 --- a/constants/config.ts +++ b/constants/config.ts @@ -1,5 +1,5 @@ import { JsonRpcProvider, WebSocketProvider } from "ethers"; -import { ETHEREUM_NETWORK } from "../constants"; +import { ETHEREUM_NETWORK } from "../constants/constants"; const isLocal = false; -- cgit v1.2.3