From 82b08971b6015763b00c12cac11d050ccea79913 Mon Sep 17 00:00:00 2001 From: prathamesh0 Date: Wed, 21 Dec 2022 17:06:28 +0530 Subject: [PATCH] Update ipld-eth-server ports in mobymask watcher config --- config/watcher-mobymask/mobymask-watcher.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/watcher-mobymask/mobymask-watcher.toml b/config/watcher-mobymask/mobymask-watcher.toml index 4dba25b9..3e9b2db5 100644 --- a/config/watcher-mobymask/mobymask-watcher.toml +++ b/config/watcher-mobymask/mobymask-watcher.toml @@ -37,8 +37,8 @@ [upstream] [upstream.ethServer] - gqlApiEndpoint = "http://ipld-eth-server:8083/graphql" - rpcProviderEndpoint = "http://ipld-eth-server:8082" + gqlApiEndpoint = "http://ipld-eth-server:8082/graphql" + rpcProviderEndpoint = "http://ipld-eth-server:8081" blockDelayInMilliSecs = 60000 [upstream.cache]