Skip to content

Commit cd4fc3f

Browse files
Remove notification send due to endpoint deprecation
Remove notification send due to endpoint deprecation. See dappnode/DNP_DAPPMANAGER#2101
1 parent 697703a commit cd4fc3f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/consensus_tools.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,6 @@ _is_mevboost_available() {
229229
return 0
230230
else
231231
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
237232
return 1
238233
fi
239234
}

0 commit comments

Comments
 (0)