Skip to content

Commit

Permalink
Update to Otterscan v2.5.0 (#7)
Browse files Browse the repository at this point in the history
* Update to Otterscan v2.5.0

* Make args an array

* Use dictionary format

* Point to Otterscan repo for issues
  • Loading branch information
sealer3 authored Jul 18, 2024
1 parent b8d8b23 commit a2c04de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file modified avatar-otter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "otterscan.public.dappnode.eth",
"version": "0.2.3",
"version": "0.2.4",
"shortDescription": "A blazingly fast, local, Ethereum block explorer built on top of Erigon",
"description": "A blazingly fast, local, Ethereum block explorer built on top of Erigon",
"upstreamVersion": "v2.1.0",
"upstreamVersion": "v2.5.0",
"upstreamRepo": "otterscan/otterscan",
"upstreamArg": "UPSTREAM_VERSION",
"type": "service",
"dependencies": {
"erigon.dnp.dappnode.eth": "^0.1.33"
"erigon.dnp.dappnode.eth": "^0.1.43"
},
"categories": ["Developer tools"],
"architectures": ["linux/amd64"],
Expand Down Expand Up @@ -37,6 +37,6 @@
"url": "git+https://github.com/otterscan/DAppNodePackage-otterscan.git"
},
"bugs": {
"url": "https://github.com/otterscan/DAppNodePackage-otterscan/issues"
"url": "https://github.com/otterscan/otterscan/issues"
}
}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: .
args:
UPSTREAM_VERSION:v2.1.0
UPSTREAM_VERSION: v2.5.0
environment:
ERIGON_URL: "http://erigon.dappnode:8545"
BEACON_API_URL: ""

0 comments on commit a2c04de

Please sign in to comment.