Hello fellow developers,
I am currently encountering an error when trying to test a contract using Hardhat. The error message states "HardhatError: HH103: Account 0x175530dfced40bbe17a22cff76c2b765f1b2f8f8 is not managed by the node you are connected to."
The error is coming as a part of the script I am running to simulate multiple wallet addresses on my contract. I have being using this account for more than a year , You can check the Blocksscan for the same.
Link to BlockSscan
I have tried resolving the issue by double-checking that the account being used is unlocked and has enough XDC to perform the action on the contract, but the error persists. I have also tried connecting to a different RPC, but the issue remains.
If anyone has encountered this error before or has any suggestions on how to resolve it, please let me know. Your help would be greatly appreciated.
Discussion (3)
The Error clearly shows HardhatError: HH103: Account 0x175530dfced40bbe17a22cff76c2b765f1b2f8f8 is not managed by the node you are connected to."
So please make sure you are connected to right account and can you please share more details regarding the script
@ruslan_wing above is the script which I am using to load test , it's working fine for other accounts however a few accounts like the on mentioned in the original post throws error , even tho the account are active since a year on the xdc network. and since it's working for the other accounts, I am positive that I am connected to correct network
Hello,
We would apppriciate if you could us share details step so that developer can reproduce issue and provide solution it.