Skip to content

Commit 06d5f8f

Browse files
committed
update configuration
1 parent 9974db4 commit 06d5f8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/org/litetokens/studio/ShareData.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,19 @@ public NetWorkEnvironment(String url, int port){
6363

6464
@Getter
6565
@Setter
66-
public static int localRpcPort = 16669;
66+
public static int localRpcPort = 17779;
6767

6868
@Getter
6969
@Setter
70-
public static String testNetRpcIp = "47.254.144.25";
70+
public static String testNetRpcIp = "149.28.72.3";
7171

7272
@Getter
7373
@Setter
7474
public static int testNetRpcPort = 50051;
7575

7676
@Getter
7777
@Setter
78-
public static String mainNetRpcIp = "54.236.37.243";
78+
public static String mainNetRpcIp = "149.28.72.3";
7979

8080
@Getter
8181
@Setter

0 commit comments

Comments
 (0)