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
{{ message }}
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
The thing is I need to to send some coins to one of my created account and withdraw from the same account because of that I need to charge the new wallet somehow. Also running node like this:
bin/thor solo --api-cors "*"
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I managed to deploy my contract however I can not transfer
eth
from one account to another. I use command below to transfer eth:and then I get following errors in terminal:
There is something wrong with the
eth_gasPrice
. I also configured mytruffle-config.js
like below:The thing is I need to to send some coins to one of my created account and withdraw from the same account because of that I need to charge the new wallet somehow. Also running node like this:
The text was updated successfully, but these errors were encountered: