We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9974db4 commit 06d5f8fCopy full SHA for 06d5f8f
src/main/java/org/litetokens/studio/ShareData.java
@@ -63,19 +63,19 @@ public NetWorkEnvironment(String url, int port){
63
64
@Getter
65
@Setter
66
- public static int localRpcPort = 16669;
+ public static int localRpcPort = 17779;
67
68
69
70
- public static String testNetRpcIp = "47.254.144.25";
+ public static String testNetRpcIp = "149.28.72.3";
71
72
73
74
public static int testNetRpcPort = 50051;
75
76
77
78
- public static String mainNetRpcIp = "54.236.37.243";
+ public static String mainNetRpcIp = "149.28.72.3";
79
80
81
0 commit comments