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
5 changes: 0 additions & 5 deletions build/Dockerfile

This file was deleted.

25 changes: 9 additions & 16 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,26 @@
{
"name": "stakewise-operator.dnp.dappnode.eth",
"name": "stakewise-operator-prater.dnp.dappnode.eth",
"version": "0.1.0",
"description": "stakewise.public.dappnode.eth description",
"description": "StakeWise V3 allows anyone who is capable of running Ethereum validators to participate in liquid staking and receive staking delegations from others.",
"type": "service",
"author": "edu",
"categories": [
"Developer tools"
],
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"categories": ["ETH2.0"],
"architectures": ["linux/amd64"],
"links": {
"homepage": "https://your-project-homepage-or-docs.io"
"homepage": "https://stakewise.io/#home"
},
"license": "GPL-3.0",
"globalEnvs": [
{
"envs": [
"CONSENSUS_CLIENT_PRATER",
"EXECUTION_CLIENT_PRATER"
],
"services": [
"stakewise-operator"
]
"envs": ["CONSENSUS_CLIENT_PRATER", "EXECUTION_CLIENT_PRATER"],
"services": ["operator"]
}
],
"backup": [
{
"name": "data",
"path": "/data",
"service": "stakewise-operator"
"service": "operator"
}
]
}
}
7 changes: 3 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
version: "3.5"
services:
stakewise-operator:
image: "stakewise-operator.stakewise-operator.dnp.dappnode.eth:0.1.0"
operator:
image: "operator.stakewise-operator-prater.dnp.dappnode.eth:0.1.0"
build:
context: ./v3-operator
dockerfile: Dockerfile
context: ./operator
restart: unless-stopped
volumes:
- "stakewise:/data"
Expand Down
1 change: 1 addition & 0 deletions operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM europe-west4-docker.pkg.dev/stakewiselabs/public/v3-operator:master
14 changes: 7 additions & 7 deletions setup-wizard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ fields:
target:
type: environment
name: VAULT_CONTRACT_ADDRESS
service: stakewise-operator
service: operator
title: vault contract address
description: >-
vault contract address
- id: operator_wallet
target:
type: fileUpload
path: /data/operator/wallet.json
service: stakewise-operator
service: operator
title: Wallet for the operator
description: Wallet for the operator
- id: passphrase
target:
type: environment
name: OPERATOR_KEYSTORE_PASSWORD
service: stakewise-operator
service: operator
title: Passphrase for the wallet operator
secret: true
description: >-
Expand All @@ -28,22 +28,22 @@ fields:
target:
type: fileUpload
path: /data/deposit_data.json
service: stakewise-operator
service: operator
title: Deposit data
description: Deposit data
- id: validator_key
target:
type: fileUpload
path: /data/keystores/keystore.json
service: stakewise-operator
service: operator
title: Validator keystores
description: Wallet for the operator
- id: keystores_password
target:
type: environment
name: KEYSTORES_PASSWORD
service: stakewise-operator
service: operator
title: Passphrase for the keystore
secret: true
description: >-
Passphrase to desencrypt the keystore file
Passphrase to decrypt the keystore file
1 change: 0 additions & 1 deletion v3-operator
Submodule v3-operator deleted from 037602