diff options
Diffstat (limited to 'constants')
-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; |