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
The ink version (v4.2.1) used in contract templates is higher than than supported ink version (v4.2.0).
The supportedInk value in swankyNode object has to be increased to "v4.2.1".
Steps to Reproduce
swanky init test
cd test
swanky check
Expected vs. Actual Behavior
Expected: No error should be logged.
Actual Behavior: Logs an error.
Description
The ink version (v4.2.1) used in contract templates is higher than than supported ink version (v4.2.0).
The
supportedInk
value in swankyNode object has to be increased to "v4.2.1".Steps to Reproduce
swanky init test
cd test
swanky check
Expected vs. Actual Behavior
Expected: No error should be logged.
Actual Behavior: Logs an error.
Environment
Logs, Errors or Screenshots
[ERROR] Version of ink (4.2.1) in flipper is higher than supported ink version (v4.2.0)
The text was updated successfully, but these errors were encountered: