From fa6b37db1c47c6fde9ead6a46707e01dde181cc7 Mon Sep 17 00:00:00 2001 From: Jongchan J Date: Sun, 26 Jul 2020 06:16:10 +0900 Subject: [PATCH] Change the remote RPC url for Ethereum Classic (#408) --- deployment/group_vars/wetc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/group_vars/wetc.yml b/deployment/group_vars/wetc.yml index 267277e2..a5985c07 100644 --- a/deployment/group_vars/wetc.yml +++ b/deployment/group_vars/wetc.yml @@ -4,7 +4,7 @@ ORACLE_BRIDGE_MODE: "NATIVE_TO_ERC" UI_NATIVE_TOKEN_DISPLAY_NAME: "ETC" ## Home contract -COMMON_HOME_RPC_URL: "https://ethereumclassic.network" +COMMON_HOME_RPC_URL: "https://www.ethercluster.com/etc" UI_HOME_NETWORK_DISPLAY_NAME: "Ethereum Classic" UI_HOME_WITHOUT_EVENTS: false COMMON_HOME_BRIDGE_ADDRESS: "0x073081832B4Ecdce79d4D6753565c85Ba4b3BeA9"