diff options
author | polwex <polwex@sortug.com> | 2025-07-16 09:58:34 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-07-16 09:58:34 +0700 |
commit | dc0ad21f0e857adb87d710dd0f2f9affd0a9cbc9 (patch) | |
tree | 3d556ead415654e03b511b007365bcdff6d612ee /constants/config.ts | |
parent | 697ed671f394cbd07ea9751fe17f262744d99a49 (diff) |
kinda works
Diffstat (limited to 'constants/config.ts')
-rw-r--r-- | constants/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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; |