-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Following the venom documentation to deploy a token on local network.
I am running npx locklift run -s ./scripts/1-deploy-collection.ts -n local and getting error
[INFO] Found 3 sources
[INFO] Found 3 changes, compiling...
[ERROR] path: C:\my-first-nft\contracts\Nft.tsol, contractFile: Nft. error: Error: Source file requires different compiler version (current compiler is 0.62.0+commit.e66e9ac9.Windows.msvc)
--> C:/my-first-nft\node_modules\@broxus\tip4\contracts\TIP4_1\structures\ICallbackParamsStructure.tsol:1:1:
|
1 | pragma ever-solidity ^0.61.2;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Source file requires different compiler version (current compiler is 0.62.0+commit.e66e9ac9.Windows.msvc)
--> C:/my-first-nft\node_modules\@broxus\tip4\contracts\TIP4_1\interfaces\ITIP4_1NFT.tsol:1:1:
|
1 | pragma ever-solidity ^0.61.2;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Source file requires different compiler version (current compiler is 0.62.0+commit.e66e9ac9.Windows.msvc)
--> C:/my-first-nft\node_modules\@broxus\tip4\contracts\TIP4_1\interfaces\INftChangeOwner.tsol:1:1:
|
1 | pragma ever-solidity ^0.61.2;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Source file requires different compiler version (current compiler is 0.62.0+commit.e66e9ac9.Windows.msvc)
--> C:/my-first-nft\node_modules\@broxus\tip4\contracts\TIP4_1\interfaces\INftChangeManager.tsol:1:1:
|
1 | pragma ever-solidity ^0.61.2;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Source file requires different compiler version (current compiler is 0.62.0+commit.e66e9ac9.Windows.msvc)
--> C:/my-first-nft\node_modules\@broxus\tip4\contracts\TIP4_1\interfaces\INftTransfer.tsol:1:1:
|
1 | pragma ever-solidity ^0.61.2;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Source file requires different compiler version (current compiler is 0.62.0+commit.e66e9ac9.Windows.msvc)
--> C:/my-first-nft\node_modules\@broxus\tip4\contracts\TIP6\ITIP6.tsol:1:1:
|
1 | pragma ever-solidity ^0.61.2;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Source file requires different compiler version (current compiler is 0.62.0+commit.e66e9ac9.Windows.msvc)
--> C:/my-first-nft\node_modules\@broxus\tip4\contracts\TIP6\TIP6.tsol:1:1:
|
1 | pragma ever-solidity ^0.61.2;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: Source file requires different compiler version (current compiler is 0.62.0+commit.e66e9ac9.Windows.msvc)
--> C:/my-first-nft\node_modules\@broxus\tip4\contracts\TIP4_1\TIP4_1Nft.tsol:3:1:
|
3 | pragma ever-solidity ^0.61.2;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^```
Tried changing compiler versions to various others but to no solution.
Metadata
Metadata
Assignees
Labels
No labels