You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we store both go-bindings and abi files for contracts (like ERC721.go)
This can lead to inconsistencies. Instead, we should treat ABI as the source of truth and auto-generate Go bindings during make generate to reduce errors and duplication.