eth-faucet icon indicating copy to clipboard operation
eth-faucet copied to clipboard

is it anyway to change the chainid to other than goerli?

Open 9cat opened this issue 2 years ago • 1 comments

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 avatar Feb 13 '23 01:02 9cat

@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.

mateuszsokola avatar Apr 27 '23 04:04 mateuszsokola