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
When trying to use the INonfungiblePositionManager.positions(tokenId); call, I and others get the following compile error:
CompilerError: Stack too deep when compiling inline assembly: Variable headStart is 1 slot(s) too deep inside the stack.
Error HH600: Compilation failed.
Different optimizer settings, yul settings, haven't worked.
The text was updated successfully, but these errors were encountered:
change that but still no luck, at the end of the day, I just suppress the generateSVGImage call so the uri has an invalid image attribute. It is not critical for my usage as it is purely for presentation. though I wonder how it was compiled in the first place(a different compiler?)
When trying to use the INonfungiblePositionManager.positions(tokenId); call, I and others get the following compile error:
CompilerError: Stack too deep when compiling inline assembly: Variable headStart is 1 slot(s) too deep inside the stack.
Error HH600: Compilation failed.
Different optimizer settings, yul settings, haven't worked.
The text was updated successfully, but these errors were encountered: