Skip to content

Commit

Permalink
build(deps): bump dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adetante committed Aug 12, 2020
1 parent 01562fd commit 7918d26
Show file tree
Hide file tree
Showing 3 changed files with 879 additions and 683 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ In `config.json`, add the following plugin definition:
"plugins": [
...
{
"uri": "plugin://adetante/besu?v=1.0.3",
"uri": "plugin://adetante/besu?v=1.0.4,
"config": {
"loginUrl": "https://my_besu_node/login"
}
Expand Down Expand Up @@ -101,7 +101,7 @@ A Docker image based on [ethereum-lite-explorer](https://hub.docker.com/r/alethi
Just run

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

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

0 comments on commit 7918d26

Please sign in to comment.