Skip to content

Commit 7818902

Browse files
remove nimbus-gnosis (#2297)
1 parent d2e300a commit 7818902

File tree

3 files changed

+3
-33
lines changed

3 files changed

+3
-33
lines changed

packages/admin-ui/src/__mock-backend__/stakerConfig.ts

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ export const stakerConfig: Pick<Routes, "stakerConfigGet" | "stakerConfigSet"> =
904904
},
905905
feeRecipient: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F"
906906
};
907-
907+
908908
case "sepolia":
909909
return {
910910
executionClients: [
@@ -1404,34 +1404,6 @@ export const stakerConfig: Pick<Routes, "stakerConfigGet" | "stakerConfigSet"> =
14041404
version: "0.1.0"
14051405
}
14061406
}
1407-
},
1408-
{
1409-
status: "ok",
1410-
dnpName: "nimbus-gnosis.dnp.dappnode.eth",
1411-
isInstalled: true,
1412-
isRunning: true,
1413-
isUpdated: true,
1414-
isSelected: false,
1415-
avatarUrl: "",
1416-
data: {
1417-
dnpName: "package",
1418-
reqVersion: "0.1.0",
1419-
semVersion: "0.1.0",
1420-
imageFile: {
1421-
hash: "QM..",
1422-
source: "ipfs",
1423-
size: 123
1424-
},
1425-
warnings: {},
1426-
signedSafe: true,
1427-
1428-
manifest: {
1429-
name: "nimbus.dnp.dappnode.eth",
1430-
description: "Nimbus consensus client",
1431-
shortDescription: "Nimbus consensus client",
1432-
version: "0.1.0"
1433-
}
1434-
}
14351407
}
14361408
],
14371409
web3Signer: {

packages/stakers/src/consensus.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ export class Consensus extends StakerComponent {
4545
[Network.Gnosis]: [
4646
{ dnpName: ConsensusClientGnosis.Lighthouse, minVersion: "0.1.5" },
4747
{ dnpName: ConsensusClientGnosis.Teku, minVersion: "0.1.5" },
48-
{ dnpName: ConsensusClientGnosis.Lodestar, minVersion: "0.1.0" },
49-
{ dnpName: ConsensusClientGnosis.Nimbus, minVersion: "0.1.0" }
48+
{ dnpName: ConsensusClientGnosis.Lodestar, minVersion: "0.1.0" }
5049
],
5150
[Network.Prater]: [
5251
{ dnpName: ConsensusClientPrater.Prysm, minVersion: "1.0.15" },

packages/types/src/stakers.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ export enum MevBoostHoodi {
108108
export enum ConsensusClientGnosis {
109109
Lighthouse = "lighthouse-gnosis.dnp.dappnode.eth",
110110
Teku = "teku-gnosis.dnp.dappnode.eth",
111-
Lodestar = "lodestar-gnosis.dnp.dappnode.eth",
112-
Nimbus = "nimbus-gnosis.dnp.dappnode.eth"
111+
Lodestar = "lodestar-gnosis.dnp.dappnode.eth"
113112
}
114113
export enum ExecutionClientGnosis {
115114
Nethermind = "nethermind-xdai.dnp.dappnode.eth",

0 commit comments

Comments
 (0)