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
{{ message }}
This repository has been archived by the owner on May 26, 2023. It is now read-only.
Hi, just wondering if there is any plan to support solidity 0.6.x? I received a compilation fail as the solidity compiler seems to remain at 0.4.19
WARNING:root:You are using evm version 1.8.2. The supported version is 1.7.3
WARNING:root:You are using solc version 0.4.21, The latest supported version is 0.4.19
CRITICAL:root:TicketsFactory.sol:14:14: Error: Expected identifier, got 'LParen'
constructor() ERC721("NFT Tickets", "TIX") public {
^
The text was updated successfully, but these errors were encountered:
Hi, just wondering if there is any plan to support solidity 0.6.x? I received a compilation fail as the solidity compiler seems to remain at 0.4.19
The text was updated successfully, but these errors were encountered: