peppersec/erc20faucet

minting error in goerli network

kwanlae opened this issue · 1 comments

Clicking "Mint Free Tokens" button in goerli network, I have received below error message,

vendors.app.js:70740 Uncaught (in promise) Error: Provider not set or invalid
    at Object.InvalidProvider (vendors.app.js:70740)
    at RequestManager.push../node_modules/web3-core-requestmanager/src/index.js.RequestManager.send (vendors.app.js:72279)
    at sendRequest (vendors.app.js:71820)
    at send (vendors.app.js:71841)
    at Object._executeMethod (vendors.app.js:75615)
    at _callee2$ (app.js:4732)
    at tryCatch (commons.app.js:4445)
    at Generator.invoke [as _invoke] (commons.app.js:4671)
    at Generator.prototype.<computed> [as next] (commons.app.js:4497)
    at asyncGeneratorStep (commons.app.js:31)

It seems to be a problem about goerli infura.io. Could you check this?
Thanks.

@kwanlae sorry about it.
it's fixed now.
there was missing rpcUrl
https://erc20faucet.com/
image