Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into containers-unpriv…
Browse files Browse the repository at this point in the history
…-user
  • Loading branch information
poupas committed Sep 14, 2021
2 parents 8e54314 + 8db8e9f commit 62dc419
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
3 changes: 2 additions & 1 deletion amd64/rp-smartnode-install/network/mainnet/config.yml
Expand Up @@ -73,12 +73,13 @@ chains:
image: rocketpool/smartnode-pow-proxy:v1.0.0-pre
link: https://www.portal.pokt.network/
compatibleEth2Clients: lighthouse;prysm;teku
eventLogInterval: 100000
params:
- name: Pocket App or Load Balancer ID
desc: the ID of your Pocket App; if you use a Load Balancer, prefix it with lb/
env: POCKET_PROJECT_ID
regex: (^$|^(lb\/)?[0-9a-zA-Z]{24,}$)
default: lb/6126b4a783e49000343a3a47
default: lb/613bb4ae8c124d00353c40a1
blankText: the standard Rocket Pool project ID for Pocket
- id: custom
name: Custom
Expand Down
11 changes: 6 additions & 5 deletions amd64/rp-smartnode-install/network/prater/config.yml
Expand Up @@ -5,8 +5,8 @@ rocketpool:
rplFaucetAddress: 0x95D6b8E2106E3B30a72fC87e2B56ce15E37853F9
smartnode:
projectName: rocketpool
graffitiVersion: v1.0.0-pre
image: rocketpool/smartnode:v1.0.0-pre
graffitiVersion: v1.0.0-predev
image: rocketpool/smartnode:v1.0.0-predev
passwordPath: /.rocketpool/data/password
walletPath: /.rocketpool/data/wallet
validatorKeychainPath: /.rocketpool/data/validators
Expand Down Expand Up @@ -60,7 +60,7 @@ chains:
name: Infura
desc: "\tUse infura.io as a light client for Eth 1.0. Not recommended\n
\t\tfor use in production."
image: rocketpool/smartnode-pow-proxy:v1.0.0-pre
image: rocketpool/smartnode-pow-proxy:v1.0.0-predev
link: https://infura.io/
params:
- name: Infura Project ID
Expand All @@ -72,9 +72,10 @@ chains:
name: Pocket
desc: "\tUse Pocket Network as a light client for Eth 1.0. Suitable\n
\t\tfor use in production."
image: rocketpool/smartnode-pow-proxy:v1.0.0-pre
image: rocketpool/smartnode-pow-proxy:v1.0.0-predev
link: https://www.portal.pokt.network/
compatibleEth2Clients: lighthouse;prysm;teku
eventLogInterval: 100000
params:
- name: Pocket App or Load Balancer ID
desc: the ID of your Pocket App; if you use a Load Balancer, prefix it with lb/
Expand All @@ -86,7 +87,7 @@ chains:
name: Custom
desc: "\tUse a custom Eth 1.0 client at a specified address (does not\n
\t\twork on localhost)."
image: rocketpool/smartnode-pow-proxy:v1.0.0-pre
image: rocketpool/smartnode-pow-proxy:v1.0.0-predev
params:
- name: Provider HTTP URL
desc: "The Eth 1.0 client HTTP server address and port\n
Expand Down
3 changes: 2 additions & 1 deletion arm64/rp-smartnode-install/network/mainnet/config.yml
Expand Up @@ -75,12 +75,13 @@ chains:
image: rocketpool/smartnode-pow-proxy:v1.0.0-pre
link: https://www.portal.pokt.network/
compatibleEth2Clients: lighthouse;prysm;teku
eventLogInterval: 100000
params:
- name: Pocket App or Load Balancer ID
desc: the ID of your Pocket App; if you use a Load Balancer, prefix it with lb/
env: POCKET_PROJECT_ID
regex: (^$|^(lb\/)?[0-9a-zA-Z]{24,}$)
default: lb/6126b4a783e49000343a3a47
default: lb/613bb4ae8c124d00353c40a1
blankText: the standard Rocket Pool project ID for Pocket
- id: custom
name: Custom
Expand Down
11 changes: 6 additions & 5 deletions arm64/rp-smartnode-install/network/prater/config.yml
Expand Up @@ -5,8 +5,8 @@ rocketpool:
rplFaucetAddress: 0x95D6b8E2106E3B30a72fC87e2B56ce15E37853F9
smartnode:
projectName: rocketpool
graffitiVersion: v1.0.0-pre
image: rocketpool/smartnode:v1.0.0-pre
graffitiVersion: v1.0.0-predev
image: rocketpool/smartnode:v1.0.0-predev
passwordPath: /.rocketpool/data/password
walletPath: /.rocketpool/data/wallet
validatorKeychainPath: /.rocketpool/data/validators
Expand Down Expand Up @@ -62,7 +62,7 @@ chains:
name: Infura
desc: "\tUse infura.io as a light client for Eth 1.0. Not recommended\n
\t\tfor use in production."
image: rocketpool/smartnode-pow-proxy:v1.0.0-pre
image: rocketpool/smartnode-pow-proxy:v1.0.0-predev
link: https://infura.io/
params:
- name: Infura Project ID
Expand All @@ -74,9 +74,10 @@ chains:
name: Pocket
desc: "\tUse Pocket Network as a light client for Eth 1.0. Suitable\n
\t\tfor use in production."
image: rocketpool/smartnode-pow-proxy:v1.0.0-pre
image: rocketpool/smartnode-pow-proxy:v1.0.0-predev
link: https://www.portal.pokt.network/
compatibleEth2Clients: lighthouse;prysm;teku
eventLogInterval: 100000
params:
- name: Pocket App or Load Balancer ID
desc: the ID of your Pocket App; if you use a Load Balancer, prefix it with lb/
Expand All @@ -88,7 +89,7 @@ chains:
name: Custom
desc: "\tUse a custom Eth 1.0 client at a specified address (does not\n
\t\twork on localhost)."
image: rocketpool/smartnode-pow-proxy:v1.0.0-pre
image: rocketpool/smartnode-pow-proxy:v1.0.0-predev
params:
- name: Provider HTTP URL
desc: "The Eth 1.0 client HTTP server address and port\n
Expand Down

0 comments on commit 62dc419

Please sign in to comment.