We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is it anyway to change the chainid to other than goerli?
such as change the id=5 to id=9000
could you suggest all the change I should make it happen?
The text was updated successfully, but these errors were encountered:
@9cat sorry for the late reply. I have been flooded with notifications. Unfortunately, you cannot do this through configuration but it is sort of exposed it on the code level here - https://github.com/mateuszsokola/eth-faucet/blob/main/utils/bootstrapEthereum.ts#L9 . So if you fork this repository and change chainId to 9000 it might work.
chainId
Sorry, something went wrong.
No branches or pull requests
is it anyway to change the chainid to other than goerli?
such as change the id=5 to id=9000
could you suggest all the change I should make it happen?
The text was updated successfully, but these errors were encountered: