add admin api
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user