feat: add TransferFrom event

This commit is contained in:
2025-05-13 18:57:28 +03:00
parent cf23978621
commit 0efd01e058
4 changed files with 48 additions and 5 deletions

View File

@@ -11,7 +11,6 @@ func New() *bunrouter.Router {
router := bunrouter.New()
router.GET("/metrics", metricsHandler())
return router
}