Skip to content

Commit 7918d26

Browse files
committed
build(deps): bump dependencies versions
1 parent 01562fd commit 7918d26

File tree

3 files changed

+879
-683
lines changed

3 files changed

+879
-683
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ In `config.json`, add the following plugin definition:
4040
"plugins": [
4141
...
4242
{
43-
"uri": "plugin://adetante/besu?v=1.0.3",
43+
"uri": "plugin://adetante/besu?v=1.0.4,
4444
"config": {
4545
"loginUrl": "https://my_besu_node/login"
4646
}
@@ -101,7 +101,7 @@ A Docker image based on [ethereum-lite-explorer](https://hub.docker.com/r/alethi
101101
Just run
102102

103103
```
104-
$ docker run -e APP_NODE_URL="https://my_besu_node" -p 80:80 adetante/explorer-besu-plugin:1.0.3
104+
$ docker run -e APP_NODE_URL="https://my_besu_node" -p 80:80 adetante/explorer-besu-plugin:1.0.4
105105
```
106106

107107
with the environment variable `APP_NODE_URL` referring to the JSON-RPC endpoint of Besu node.

0 commit comments

Comments
 (0)