Skip to content

Commit

Permalink
fix rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
SvineruS authored Aug 23, 2024
1 parent 0fe6490 commit 211b76f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions relay/configs/prod-bsc.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"threshold": 5,
"serverURL": ":6555",
"accessToken": "in env",
"sharePath": "shared/share_master"
"sharePath": "shared/share_master2"
}
},
"ambToSide": {
Expand All @@ -52,7 +52,7 @@
"threshold": 5,
"serverURL": ":6455",
"accessToken": "in env",
"sharePath": "shared/share_master"
"sharePath": "shared/share_master2"
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions relay/configs/prod-eth.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"threshold": 5,
"serverURL": ":6555",
"accessToken": "in env",
"sharePath": "shared/share_master"
"sharePath": "shared/share_master2"
}
},
"ambToSide": {
Expand All @@ -52,7 +52,7 @@
"threshold": 5,
"serverURL": ":6455",
"accessToken": "in env",
"sharePath": "shared/share_master"
"sharePath": "shared/share_master2"
}
}
},
Expand Down

0 comments on commit 211b76f

Please sign in to comment.