Skip to content

Commit

Permalink
Merge pull request #7 from dappnode/dappnodebot/bump-upstream/ConsenS…
Browse files Browse the repository at this point in the history
…ys/[email protected],dappnode/[email protected],dappnode/[email protected]

bump ConsenSys/web3signer to 24.6.0, dappnode/StakingBrain to 0.1.22, dappnode/staker-package-scripts to v0.1.0
  • Loading branch information
Marketen authored Nov 4, 2024
2 parents 6717847 + a78c5b3 commit d5d9b02
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
{
"repo": "dappnode/StakingBrain",
"version": "0.1.21",
"version": "0.1.22",
"arg": "BRAIN_VERSION"
},
{
Expand Down
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: services/brain
args:
BRAIN_VERSION: 0.1.21
BRAIN_VERSION: 0.1.22
environment:
- LOG_LEVEL=debug
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion package_variants/gnosis/dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3signer-gnosis.dnp.dappnode.eth",
"version": "1.0.10",
"version": "1.0.12",
"links": {
"ui": "http://brain.web3signer-gnosis.dappnode",
"homepage": "https://docs.web3signer.consensys.net/en/latest/",
Expand Down
8 changes: 6 additions & 2 deletions package_variants/holesky/dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"name": "web3signer-holesky.dnp.dappnode.eth",
"version": "0.1.5",
"version": "0.1.9",
"links": {
"ui": "http://brain.web3signer-holesky.dappnode",
"homepage": "https://docs.web3signer.consensys.net/en/latest/",
"readme": "https://github.com/ConsenSys/web3signer/blob/master/README.md"
},
"globalEnvs": [
{
"envs": ["CONSENSUS_CLIENT_HOLESKY", "EXECUTION_CLIENT_HOLESKY", "MEVBOOST_HOLESKY"],
"envs": [
"CONSENSUS_CLIENT_HOLESKY",
"EXECUTION_CLIENT_HOLESKY",
"MEVBOOST_HOLESKY"
],
"services": ["brain"]
},
{
Expand Down
2 changes: 1 addition & 1 deletion package_variants/lukso/dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3signer-lukso.dnp.dappnode.eth",
"version": "0.1.3",
"version": "0.1.4",
"links": {
"ui": "http://brain.web3signer-lukso.dappnode",
"homepage": "https://docs.web3signer.consensys.net/en/latest/",
Expand Down
8 changes: 6 additions & 2 deletions package_variants/mainnet/dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"name": "web3signer.dnp.dappnode.eth",
"version": "0.1.5",
"version": "2.0.9",
"links": {
"ui": "http://brain.web3signer.dappnode",
"homepage": "https://docs.web3signer.consensys.net/en/latest/",
"readme": "https://github.com/ConsenSys/web3signer/blob/master/README.md"
},
"globalEnvs": [
{
"envs": ["CONSENSUS_CLIENT_MAINNET", "EXECUTION_CLIENT_MAINNET", "MEVBOOST_MAINNET"],
"envs": [
"CONSENSUS_CLIENT_MAINNET",
"EXECUTION_CLIENT_MAINNET",
"MEVBOOST_MAINNET"
],
"services": ["brain"]
},
{
Expand Down

0 comments on commit d5d9b02

Please sign in to comment.