Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
set besu as public
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Nov 9, 2022
1 parent f3a40d3 commit bb07f61
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
6 changes: 3 additions & 3 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "besu.dnp.dappnode.eth",
"name": "besu.public.dappnode.eth",
"version": "1.2.1",
"description": "An enterprise-grade Java-based, Apache 2.0 licensed Ethereum Execution Layer client",
"shortDescription": "Java-based Ethereum Client",
Expand Down Expand Up @@ -30,8 +30,8 @@
}
],
"links": {
"endpoint": "http://besu.dappnode:8545",
"apiEngine": "http://besu.dapppnode:8551",
"endpoint": "http://besu.public.dappnode:8545",
"apiEngine": "http://besu.public.dapppnode:8551",
"homepage": "https://github.com/hyperledger/besu",
"docs": "https://besu.hyperledger.org/en/stable/"
},
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
MAX_HTTP_CONNECTIONS: "170"
P2P_PORT: "30414"
BESU_OPTS: ""
image: "besu.besu.dnp.dappnode.eth:1.2.1"
image: "besu.besu.public.dappnode.eth:1.2.1"
restart: unless-stopped
volumes:
data: {}
4 changes: 2 additions & 2 deletions getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Welcome to the Merged Besu Ethereum Mainnet Execution Layer Client

There are now two RPC APIs in Execution Clients:

1. Querying API `http://besu.dappnode:8545`. Use this endpoint to query transactions on your node and connect to it with your web3 wallet.
2. Engine API `http://besu.dappnode:8551`. Use this endpoint to connect your Beacon Chain (Consensus Layer) client.
1. Querying API `http://besu.public.dappnode:8545`. Use this endpoint to query transactions on your node and connect to it with your web3 wallet.
2. Engine API `http://besu.public.dappnode:8551`. Use this endpoint to connect your Beacon Chain (Consensus Layer) client.

If your Execution Client is not connected to a Consensus Layer client, you won't be able to keep it synced, nor use it to query the blockchain, nor will you be able to connect your wallet to it!
18 changes: 8 additions & 10 deletions prometheus-targets.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
[
{
"labels": {
"package": "besu.dnp.dappnode.eth",
"service": "node.besu.dappnode",
"__metrics_path__": "/metrics"
},
"targets": [
"node.besu.dnp.dappnode:9545"
]
}
{
"labels": {
"package": "besu.public.dappnode.eth",
"service": "node.besu.dappnode",
"__metrics_path__": "/metrics"
},
"targets": ["node.besu.public.dappnode:9545"]
}
]

0 comments on commit bb07f61

Please sign in to comment.