Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to deploy synthetix smart contract on local blockchain #1527

Open
petermunachi opened this issue Sep 24, 2021 · 1 comment
Open

Unable to deploy synthetix smart contract on local blockchain #1527

petermunachi opened this issue Sep 24, 2021 · 1 comment

Comments

@petermunachi
Copy link

When i run this command node publish deploy -n local -d publish/deployed/local -g 8 -h to deploy to my local blockchain in my windows machine, i this error below

TypeError: Cannot read property 'SafeDecimalMath' of undefined

  • Deployer.js:178 Deployer._deploy
    C:/pathToMyDirectory/synthetix/publish/src/Deployer.js:178:34

  • Deployer.js:410 Deployer.deployContract
    C:/pathToMyDirectory/synthetix/publish/src/Deployer.js:410:39

  • deploy-core.js:21 module.exports
    C:/pathToMyDirectory/synthetix/publish/src/commands/deploy/deploy-cor e.js:21:17

  • index.js:287 deploy
    C:/pathToMyDirectory/synthetix/publish/src/commands/deploy/index.js:2 87:8

  • task_queues.js:93 processTicksAndRejections
    internal/process/task_queues.js:93:5

  • index.js:562 async Command.
    C:/pathToMyDirectory/synthetix/publish/src/commands/deploy/index.js:5 62:6

@Webners1
Copy link

Webners1 commented Jun 9, 2022

hey did you found a solution for it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@petermunachi @Webners1 and others