Skip to content

Commit

Permalink
Merge pull request #5 from otterscan/chore-update-upstream-2.1.0
Browse files Browse the repository at this point in the history
chore:updated to 2.1.0 & updated readme
  • Loading branch information
melenxyz authored Nov 3, 2023
2 parents 27d8ec5 + 727b57d commit 12bf0cd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Otterscan
Otterscan DAppNodePackage

https://github.com/wmitsuda/otterscan
https://github.com/otterscan/otterscan
5 changes: 2 additions & 3 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "otterscan.public.dappnode.eth",
"version": "0.2.2",
"version": "0.2.3",
"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": "v1.32.0",
"upstreamVersion": "v2.1.0",
"upstreamRepo": "otterscan/otterscan",
"upstreamArg": "UPSTREAM_VERSION",
"type": "service",
Expand Down Expand Up @@ -31,7 +31,6 @@
}
],
"mainService": "otterscan",

"license": "GLP-3.0",
"repository": {
"type": "git",
Expand Down
4 changes: 3 additions & 1 deletion getting-started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Otterscan, a An open-source, fast, local, laptop-friendly Ethereum block explorer.


*Note: Even though this package contains the latest version of Otterscan, it doesn't include the new OTS2 API enabling some of the newest features.*
*This package relies on the Erigon package maintained by dappnode, which doesn't include the OTS2 API yet.*

### Erigon settings
When running erigon, make sure to enable the erigon, ots, eth APIs in addition to whatever cli options you are using to start erigon. It should at least look like this `--http.api "eth,erigon,ots,<your-other-apis>"`
Expand Down
6 changes: 6 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,11 @@
"uploadedTo": {
"dappnode": "Mon, 28 Aug 2023 10:49:24 GMT"
}
},
"0.2.3": {
"hash": "/ipfs/QmWDux1EGMiwY73bjvk8n7toEraA2qSH8w6BdHqUiCqWtr",
"uploadedTo": {
"dappnode": "Fri, 03 Nov 2023 01:43:03 GMT"
}
}
}

0 comments on commit 12bf0cd

Please sign in to comment.