eth-faucet
eth-faucet copied to clipboard
is it anyway to change the chainid to other than goerli?
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?
@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.