diff --git a/bsc/config/config.toml b/bsc/config/config.toml index 0326e9cb..caed7f45 100644 --- a/bsc/config/config.toml +++ b/bsc/config/config.toml @@ -31,7 +31,7 @@ HTTPHost = "0.0.0.0" InsecureUnlockAllowed = false HTTPPort = 8545 HTTPVirtualHosts = ["*"] -HTTPModules = ["eth", "net", "web3", "txpool", "parlia"] +HTTPModules = ["admin", "eth", "net", "web3", "txpool", "parlia"] WSHost = "0.0.0.0" WSPort = 8545 WSModules = ["net", "web3", "eth"] diff --git a/polygon/bor/Dockerfile b/polygon/bor/Dockerfile index ed38040c..104c071b 100644 --- a/polygon/bor/Dockerfile +++ b/polygon/bor/Dockerfile @@ -1,5 +1,5 @@ # Build Bor in a stock Go builder container -FROM golang:1.16-alpine as builder +FROM golang:latest-alpine as builder # Install packages we need RUN apk add --no-cache make gcc musl-dev linux-headers git diff --git a/reth-sepolia.yml b/reth-sepolia.yml index 94532c4a..21d19529 100644 --- a/reth-sepolia.yml +++ b/reth-sepolia.yml @@ -34,7 +34,7 @@ services: - chains sepolia-prysm-reth: - image: prysmaticlabs/prysm-beacon-chain:v4.2.1 + image: prysmaticlabs/prysm-beacon-chain:v5.0.3 expose: - 3500 ports: