Skip to content

Commit 0bada69

Browse files
committed
add multiple links
1 parent 203fbf5 commit 0bada69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nimbus_verified_proxy/libverifproxy/example.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ int main() {
4646
"\"eth2Network\": \"mainnet\","
4747
"\"trustedBlockRoot\": \"0xdd8db7bfd8c96c993a4cb78e0e6607cf1dcca3f379764388248c63d2bc40443b\","
4848
"\"backendUrl\": \"https://eth.llamarpc.com\","
49-
"\"beaconApiUrls\": \"http://testing.mainnet.beacon-api.nimbus.team,http://lightclientdata.org\","
50-
"\"logLevel\": \"INFO\","
51-
"\"logStdout\": \"Auto\""
49+
"\"beaconApiUrls\": \"http://testing.mainnet.beacon-api.nimbus.team,http://www.lightclientdata.org\","
50+
"\"logLevel\": \"FATAL\","
51+
"\"logStdout\": \"None\""
5252
"}";
5353

5454
startVerifProxy(ctx, jsonConfig, onStart);

0 commit comments

Comments
 (0)