Open rac-sri opened 3 years ago
On importing TruffleProvider from @harmony-js/core and :
TruffleProvider
@harmony-js/core
const newAcc = truffleProvider.addByPrivateKey(process.env.TESTNET_PRIVATE_KEY);
generates the following error:
To reproduce:
node_modules
Note: The private key in the picture is from Ganache Testing. But the same error is occurring for different networks with original keys.
On importing
TruffleProvider
from@harmony-js/core
and :generates the following error:
To reproduce:
@harmony-js/core
node_modules
node_modules
Note: The private key in the picture is from Ganache Testing. But the same error is occurring for different networks with original keys.