mateuszsokola / eth-faucet

💸 Get testnet Ether (ETH) to troubleshoot your DApp before going live 🚀

Home Page:https://eth-faucet-alpha.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

9cat opened this issue · comments

commented

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.