Update AlertManager.java

This commit is contained in:
retoaccess1 2024-05-14 15:29:41 +02:00 committed by example
parent 6b3e9febf3
commit b2f9816f46

View file

@ -109,7 +109,10 @@ public class AlertManager {
"026c581ad773d987e6bd10785ac7f7e0e64864aedeb8bce5af37046de812a37854",
"025b058c9f2c60d839669dbfa5578cf5a8117d60e6b70e2f0946f8a691273c6a36");
case XMR_MAINNET:
return List.of();
return List.of(
"029da09bc04dea33cd11a31bc1c05aa830b9180acb84e5370ee7fde60cae9f3d03",
"02834de139c2767cd11f000f8ea71a3e168fec81132850a4a2cce65385da57a98a"
);
default:
throw new RuntimeException("Unhandled base currency network: " + Config.baseCurrencyNetwork());
}