Assumes beacon chain API at localhost:3500, since I am using prysm for development; unfortunately port number is not standardized over CL implementations

This commit is contained in:
Willian Mitsuda 2022-09-27 15:04:59 -03:00
parent 3c79327cee
commit ff7596382f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"erigonURL": "http://localhost:8545",
"beaconAPI": null,
"beaconAPI": "http://localhost:3500",
"assetsURLPrefix": "http://localhost:3001"
}