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
I think that the problem is because of this: event summoned(address indexed owner, uint256 class, uint256 summoner); and in typescript/js the class is a reserved keyword.
how could that be fixed?
The text was updated successfully, but these errors were encountered:
Hi there, I've tried to use typechain generate types of Andre Cronje rarity.sol contract but I'm getting this error:
I think that the problem is because of this:
event summoned(address indexed owner, uint256 class, uint256 summoner);
and in typescript/js theclass
is a reserved keyword.how could that be fixed?
The text was updated successfully, but these errors were encountered: