Skip to content

Trying to deploy a new token to the local network (venom) #34

@manu-bhadoria

Description

@manu-bhadoria

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions