feat: index ownership changes, bump min go version

This commit is contained in:
2024-11-25 13:53:50 +03:00
parent afd8e3f30b
commit defde73bd4
8 changed files with 66 additions and 11 deletions

View File

@@ -38,6 +38,10 @@ func bootstrapRouter(handlerContainer *handler.Handler) *router.Router {
handlerContainer.IndexFaucetGive,
handlerContainer.FaucetHealthCheck,
)
router.RegisterRoute(
"TRACKER.OWNERSHIP_TRANSFERRED",
handlerContainer.IndexOwnershipChange,
)
return router
}