From 81cb0fe42b19329c4224d9b01f4807f87f01895d Mon Sep 17 00:00:00 2001 From: overtorment Date: Thu, 11 Jul 2024 11:41:53 +0100 Subject: [PATCH] REF: ADDRESS_IGNORE_LIST --- src/controller/GroundController.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/controller/GroundController.ts b/src/controller/GroundController.ts index 6bbd6ae..81c9e3a 100644 --- a/src/controller/GroundController.ts +++ b/src/controller/GroundController.ts @@ -74,6 +74,8 @@ const ADDRESS_IGNORE_LIST = [ "1G47mSr3oANXMafVrR8UC4pzV7FEAzo3r9", "17StnGroPUsNXBq4AVJQ1fqGftoFZh3zva", "1FWQiwK27EnGXb6BiBMRLJvunJQZZPMcGd", + "16r7U7GqbVPeKukgfd3mUN9LCkuoKbfpXM", + "bc1q22hp7n28whk5h94z93vm05hfx2zxs8ca9gglk7", ]; let connection: DataSource;