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
I tried to transfer some of the ganache tokens (hosted on localhost 7545) to an account of hardhat node (hosted on localhost 8545). I imported the node account in metamask and conected to ganache chain.
When I tried to send the tokens it won't let me proceed further after adding the account. The "next" button on metamask is greyed out.
I saw on terminal and saw this error multiple times.
You can't transfer tokens from one chain to another using Metamask, even if they are both development networks. You need some sort of bridge for that, which is out of scope for Hardhat.
Version of Hardhat
2.17.3
What happened?
I tried to transfer some of the ganache tokens (hosted on localhost 7545) to an account of hardhat node (hosted on localhost 8545). I imported the node account in metamask and conected to ganache chain.
When I tried to send the tokens it won't let me proceed further after adding the account. The "next" button on metamask is greyed out.
I saw on terminal and saw this error multiple times.
eth_estimateGas
If you think this is a bug in Hardhat, please report it here: https://hardhat.org/report-bug
Minimal reproduction steps
Just try to transfer tokens from any chain to node through metamask. I tried with ganache
Search terms
Can't transfer tokens from ganache to hardhat node
The text was updated successfully, but these errors were encountered: