diff --git a/event_database/cloud_functions/shared.go b/event_database/cloud_functions/shared.go index 0a1736873..a612a76a2 100644 --- a/event_database/cloud_functions/shared.go +++ b/event_database/cloud_functions/shared.go @@ -54,6 +54,7 @@ var tokensToSkip = map[string]bool{ "0x7ffb3d637014488b63fb9858e279385685afc1e2": true, "0x337dc89ebcc33a337307d58a51888af92cfdc81b": true, "0x5Cb89Ac06F34f73B1A6b8000CEb0AfBc97d58B6b": true, + "0xd9F0446AedadCf16A12692E02FA26C617FA4D217": true, } // init runs during cloud function initialization. So, this will only run during an