• Rafael Matias's avatar
    fix: swap http/grpc server ports and replace flags (#802) · 8c6df267
    Rafael Matias authored
    The default image: `gcr.io/prysmaticlabs/prysm/beacon-chain:latest`
    already has the `http-` flags as per
    https://github.com/prysmaticlabs/prysm/pull/14089
    
    I also swapped the ports. Instead of using 3500 for the HTTP server and
    4000 for the RPC server ( which is actually prysm's default behaviour).
    The problem is that all the other CL clients are running their HTTP
    beacon API under port 4000 ( `BEACON_HTTP_PORT_NUM= 4000`) . So I think
    it makes sense to do the same for prysm here.
    8c6df267
Name
Last commit
Last update
.github Loading commit data...
docs Loading commit data...
examples Loading commit data...
src Loading commit data...
static_files Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.gitpod.Dockerfile Loading commit data...
.gitpod.yml Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
kurtosis-package-icon.png Loading commit data...
kurtosis.yml Loading commit data...
main.star Loading commit data...
network_params.yaml Loading commit data...
rename.sh Loading commit data...
run.gif Loading commit data...
version.txt Loading commit data...