From 211b76fbfe3786aec751d938a23e40b70353474d Mon Sep 17 00:00:00 2001 From: SvineruS <37367870+SvineruS@users.noreply.github.com> Date: Fri, 23 Aug 2024 19:54:39 +0300 Subject: [PATCH] fix rpc --- relay/configs/prod-bsc.json | 4 ++-- relay/configs/prod-eth.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/relay/configs/prod-bsc.json b/relay/configs/prod-bsc.json index 9d3f70f2..f92a2635 100644 --- a/relay/configs/prod-bsc.json +++ b/relay/configs/prod-bsc.json @@ -34,7 +34,7 @@ "threshold": 5, "serverURL": ":6555", "accessToken": "in env", - "sharePath": "shared/share_master" + "sharePath": "shared/share_master2" } }, "ambToSide": { @@ -52,7 +52,7 @@ "threshold": 5, "serverURL": ":6455", "accessToken": "in env", - "sharePath": "shared/share_master" + "sharePath": "shared/share_master2" } } }, diff --git a/relay/configs/prod-eth.json b/relay/configs/prod-eth.json index 64b7c90b..f69c7b22 100644 --- a/relay/configs/prod-eth.json +++ b/relay/configs/prod-eth.json @@ -34,7 +34,7 @@ "threshold": 5, "serverURL": ":6555", "accessToken": "in env", - "sharePath": "shared/share_master" + "sharePath": "shared/share_master2" } }, "ambToSide": { @@ -52,7 +52,7 @@ "threshold": 5, "serverURL": ":6455", "accessToken": "in env", - "sharePath": "shared/share_master" + "sharePath": "shared/share_master2" } } },