add admin api

This commit is contained in:
Sebastian
2024-05-29 18:23:01 +02:00
parent 2e96e51102
commit 856585d16e
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ HTTPHost = "0.0.0.0"
InsecureUnlockAllowed = false InsecureUnlockAllowed = false
HTTPPort = 8545 HTTPPort = 8545
HTTPVirtualHosts = ["*"] HTTPVirtualHosts = ["*"]
HTTPModules = ["eth", "net", "web3", "txpool", "parlia"] HTTPModules = ["admin", "eth", "net", "web3", "txpool", "parlia"]
WSHost = "0.0.0.0" WSHost = "0.0.0.0"
WSPort = 8545 WSPort = 8545
WSModules = ["net", "web3", "eth"] WSModules = ["net", "web3", "eth"]

View File

@@ -1,5 +1,5 @@
# Build Bor in a stock Go builder container # 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 # Install packages we need
RUN apk add --no-cache make gcc musl-dev linux-headers git RUN apk add --no-cache make gcc musl-dev linux-headers git

View File

@@ -34,7 +34,7 @@ services:
- chains - chains
sepolia-prysm-reth: sepolia-prysm-reth:
image: prysmaticlabs/prysm-beacon-chain:v4.2.1 image: prysmaticlabs/prysm-beacon-chain:v5.0.3
expose: expose:
- 3500 - 3500
ports: ports: