Skip to content

TypeError : Cannot use "in" operator to search for 'map' in undefined #35

@legeci

Description

@legeci

I'm building the tip3 token contract on Venom testnet according to the documentation found here but every time I try to deploy I get this error message:

D:\Coded_Tale\Brand_Projects\VenomBlockchain\bread-token\node_modules\locklift\internal\factory\index.js:68
if ("map" in map) {
^
TypeError: Cannot use 'in' operator to search for 'map' in undefined
at Factory.initializeContract (D:\Coded_Tale\Brand_Projects\VenomBlockchain\bread-token\node_modules\locklift\internal\factory\index.js:68:23)
at D:\Coded_Tale\Brand_Projects\VenomBlockchain\bread-token\node_modules\locklift\internal\factory\index.js:154:35
at Array.map ()
at Factory.getContractsArtifacts (D:\Coded_Tale\Brand_Projects\VenomBlockchain\bread-token\node_modules\locklift\internal\factory\index.js:153:53)
at Function.setup (D:\Coded_Tale\Brand_Projects\VenomBlockchain\bread-token\node_modules\locklift\internal\factory\index.js:126:23)
at Function.setup (D:\Coded_Tale\Brand_Projects\VenomBlockchain\bread-token\node_modules\locklift\index.js:209:49)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at initLockliftStep (D:\Coded_Tale\Brand_Projects\VenomBlockchain\bread-token\node_modules\locklift\internal\cli\steps\initLocklift.js:8:23)
at Command. (D:\Coded_Tale\Brand_Projects\VenomBlockchain\bread-token\node_modules\locklift\internal\cli\commands\run.js:38:5)

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