Skip to content

Commit efbb7f5

Browse files
committed
...
1 parent 44e2377 commit efbb7f5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/services/context.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ server.listen(port, () => {
123123
console.log(`[server]: Server is running at port ${port}`);
124124
});
125125

126+
console.log("[info] Starting application initialization...");
127+
126128
// ETHERS JS CONTRACT CONFIG
127129
export const provider = new JsonRpcProvider(process.env.MAINNET_RPC, undefined, { staticNetwork: true });
128130

0 commit comments

Comments
 (0)