Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
],
"description": "Anchor is an open source implementation of the Secret Shared Validator (SSV) protocol, written in Rust and maintained by Sigma Prime.",
"license": "Apache-2.0",
"mainService": "operator",
"links": {
"Documentation": "https://anchor.sigmaprime.io/introduction/",
"Github": "https://github.com/sigp/anchor",
Expand All @@ -39,6 +38,7 @@
"SSV Web App": "http://app.ssv.network",
"Support": "https://discord.com/invite/cyAszAh"
},
"mainService": "operator",
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-Anchor.git"
Expand All @@ -52,7 +52,7 @@
{
"arg": "UPSTREAM_VERSION",
"repo": "sigp/anchor",
"version": "v1.2.4"
"version": "v1.3.0"
},
{
"arg": "DKG_UPSTREAM_VERSION",
Expand All @@ -65,4 +65,4 @@
"version": "v0.1.2"
}
]
}
}
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: operator
args:
UPSTREAM_VERSION: v1.2.4
UPSTREAM_VERSION: v1.3.0
STAKER_SCRIPTS_VERSION: v0.1.2
restart: unless-stopped
volumes:
Expand Down
8 changes: 4 additions & 4 deletions package_variants/hoodi/dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"name": "anchor-hoodi.dnp.dappnode.eth",
"version": "0.1.0",
"globalEnvs": [
{
"envs": [
Expand All @@ -11,5 +9,7 @@
"operator"
]
}
]
}
],
"name": "anchor-hoodi.dnp.dappnode.eth",
"version": "0.1.4"
}
8 changes: 4 additions & 4 deletions package_variants/mainnet/dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"name": "anchor.dnp.dappnode.eth",
"version": "0.1.0",
"globalEnvs": [
{
"envs": [
Expand All @@ -11,5 +9,7 @@
"operator"
]
}
]
}
],
"name": "anchor.dnp.dappnode.eth",
"version": "0.1.4"
}
Loading