From ec2368de74e0049118b5242066bc3aa8f128ca87 Mon Sep 17 00:00:00 2001 From: Jango <96159517+JangoCCC@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:44:04 +0000 Subject: [PATCH] chore: port change --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 910f9b7..44e4889 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,4 +1,4 @@ export const config = { abiStoreUrl: 'http://localhost:8000/network/', - zkEvmBridgeService: 'http://localhost:3000', + zkEvmBridgeService: 'http://localhost:8001', }