We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697703a commit cd4fc3fCopy full SHA for cd4fc3f
scripts/consensus_tools.sh
@@ -229,11 +229,6 @@ _is_mevboost_available() {
229
return 0
230
else
231
echo "[ERROR - entrypoint] MEV Boost is enabled but the package at ${mevboost_url} is not reachable. Disabling MEV Boost..." >&2
232
- curl -X POST -G 'http://my.dappnode/notification-send' \
233
- --data-urlencode 'type=danger' \
234
- --data-urlencode title="${mevboost_url} can not be reached" \
235
- --data-urlencode 'body=Make sure the MEV Boost DNP for this network is available and running' \
236
- >/dev/null 2>&1
237
return 1
238
fi
239
}
0 commit comments