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
The faucet currently uses the web3.js library to transfer ether. Since we're moving away from web3 it would be nice to refactor the faucet to drop web3 in favour of ethers.js.
An attempt has been made in the 'faucet-replace-web3-by-ether' branch, but although the tests pass, the faucet itself doesn't work when connecting to ganache. It throws an error indicating that the TCP connection to ganache is refused.
Reproducing the error:
checkout the 'faucet-replace-web3-by-ether' branch
start the demo app: cd workspaces/demo-app && yarn start:all
The faucet currently uses the web3.js library to transfer ether. Since we're moving away from web3 it would be nice to refactor the faucet to drop web3 in favour of ethers.js.
An attempt has been made in the 'faucet-replace-web3-by-ether' branch, but although the tests pass, the faucet itself doesn't work when connecting to ganache. It throws an error indicating that the TCP connection to ganache is refused.
Reproducing the error:
cd workspaces/demo-app && yarn start:all
The text was updated successfully, but these errors were encountered: