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', }