Skip to content

Commit e515dd8

Browse files
committed
disable validator mode
1 parent 9444bed commit e515dd8

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ with the target chain. For additional details, refer to the [Configuration](#con
107107
"url": "wss://relay-hpp-mainnet-xeajiyxsci.t.conduit.xyz"
108108
}
109109
},
110+
"staker": {
111+
"enable": false
112+
},
110113
"batch-poster": {
111114
"enable-eigenda-failover": true
112115
},

hpp-mainnet-node-config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"url": "wss://relay-hpp-mainnet-xeajiyxsci.t.conduit.xyz"
1818
}
1919
},
20+
"staker": {
21+
"enable": false
22+
},
2023
"batch-poster": {
2124
"enable-eigenda-failover": true
2225
},

hpp-node-config-template.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"url": "wss://relay-hpp-mainnet-xeajiyxsci.t.conduit.xyz"
1818
}
1919
},
20+
"staker": {
21+
"enable": false
22+
},
2023
"batch-poster": {
2124
"enable-eigenda-failover": true
2225
},

hpp-sepolia-node-config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"url": "wss://relay-hpp-sepolia-turdrv0107.t.conduit.xyz"
1818
}
1919
},
20+
"staker": {
21+
"enable": false
22+
},
2023
"batch-poster": {
2124
"enable-eigenda-failover": true
2225
},

0 commit comments

Comments
 (0)