Skip to content

Commit 4d588a0

Browse files
committed
modify the config file to default
1 parent dd5f6bf commit 4d588a0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main/resources/config.conf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ net {
44

55
fullnode = {
66
ip.list = [
7-
"34.220.77.106:50051"
7+
"127.0.0.1:50051"
88
]
99
}
1010

11-
soliditynode = {
12-
ip.list = [
13-
"52.15.93.92:50061"
14-
]
15-
}
11+
#soliditynode = {
12+
# ip.list = [
13+
# "127.0.0.1:50052"
14+
# ]
15+
#}
1616

1717
RPC_version = 2
1818

0 commit comments

Comments
 (0)