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
After entering all of the information for Binance deployment, I am getting the following error when running node deploy.js: TypeError: Cannot read property 'fromRed' of null
/Users/vlad/Documents/_DEV/chaindata/node_modules/elliptic/lib/elliptic/curve/short.js:415
return this.x.fromRed();
^
TypeError: Cannot read property 'fromRed' of null
at Point.getX (/Users/vlad/Documents/_DEV/chaindata/node_modules/elliptic/lib/elliptic/curve/short.js:415:17)
at Point._encode (/Users/vlad/Documents/_DEV/chaindata/node_modules/elliptic/lib/elliptic/curve/base.js:300:16)
at Point.encode (/Users/vlad/Documents/_DEV/chaindata/node_modules/elliptic/lib/elliptic/curve/base.js:309:28)
at KeyPair.getPublic (/Users/vlad/Documents/_DEV/chaindata/node_modules/elliptic/lib/elliptic/ec/key.js:66:19)
at new SigningKey (/Users/vlad/Documents/_DEV/chaindata/node_modules/@ethersproject/signing-key/lib/index.js:22:71)
at new Wallet (/Users/vlad/Documents/_DEV/chaindata/node_modules/@ethersproject/wallet/lib/index.js:123:36)
at Object.<anonymous> (/Users/vlad/Documents/_DEV/chaindata/deploy.js:59:16)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
In terms of changes, I've only updated the required 39 - 55:
Hi,
After entering all of the information for Binance deployment, I am getting the following error when running node deploy.js:
TypeError: Cannot read property 'fromRed' of null
In terms of changes, I've only updated the required 39 - 55:
Any guidance would be super appreciated. Thank you!
The text was updated successfully, but these errors were encountered: