From 2de07eeb055e4091e618bbed19052f62eb9a8c86 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Fri, 30 Oct 2020 15:49:36 +0800 Subject: [PATCH] modify --- src/main/java/com/xcong/excoin/modules/blackchain/service/EthService.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/xcong/excoin/modules/blackchain/service/EthService.java b/src/main/java/com/xcong/excoin/modules/blackchain/service/EthService.java index a147679..9eceda7 100644 --- a/src/main/java/com/xcong/excoin/modules/blackchain/service/EthService.java +++ b/src/main/java/com/xcong/excoin/modules/blackchain/service/EthService.java @@ -55,7 +55,7 @@ * 服务器地址 */ //private static final String ETH_UTL = "https://mainnet.infura.io/v3/882c66ebcfc141abbea22b948fa44321"; - private static final String ETH_UTL = "http://120.55.86.146:8545"; + private static final String ETH_UTL = "http://114.55.250.231:8545"; public EthService() { try { -- Gitblit v1.9.1