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:
parent
3c79327cee
commit
ff7596382f
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"erigonURL": "http://localhost:8545",
|
||||
"beaconAPI": null,
|
||||
"beaconAPI": "http://localhost:3500",
|
||||
"assetsURLPrefix": "http://localhost:3001"
|
||||
}
|
Loading…
Reference in New Issue