harmony-one / sdk

Javascript SDK of Harmony protocol.
MIT License
92 stars 43 forks source link

Dependency Problem with @harmony-js/core #91

Open rac-sri opened 3 years ago

rac-sri commented 3 years ago

On importing TruffleProvider from @harmony-js/core and :

const newAcc = truffleProvider.addByPrivateKey(process.env.TESTNET_PRIVATE_KEY);

generates the following error:

photo_2021-04-27_19-09-32

To reproduce:

Note: The private key in the picture is from Ganache Testing. But the same error is occurring for different networks with original keys.