Skip to content

Commit d2a929e

Browse files
authored
Merge pull request #77 from XLabs/fix/change-sui-mainnet-node
Use m-sui-02 node on mainnet
2 parents 08cf3bd + 88f3a3d commit d2a929e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/mainnet/providers.configmap.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: relayer-providers
66
namespace: token-bridge-relayer
77
data:
8-
SUI_RPC_URLS: "http://15.235.87.193:8546"
8+
SUI_RPC_URLS: "http://m-sui-02.nodes.stable.io:8546"
99
ETH_RPC_URLS: ""
1010
BSC_RPC_URLS: ""
1111
AVAX_RPC_URLS: ""

0 commit comments

Comments
 (0)