From ff7596382f942ac9abf163f6f69336f07fc3e443 Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Tue, 27 Sep 2022 15:04:59 -0300 Subject: [PATCH] Assumes beacon chain API at localhost:3500, since I am using prysm for development; unfortunately port number is not standardized over CL implementations --- public/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/config.json b/public/config.json index 5ed5706..dc4814f 100644 --- a/public/config.json +++ b/public/config.json @@ -1,5 +1,5 @@ { "erigonURL": "http://localhost:8545", - "beaconAPI": null, + "beaconAPI": "http://localhost:3500", "assetsURLPrefix": "http://localhost:3001" } \ No newline at end of file