web3-protocol / evm-browser

Web browser with support of the ERC-4804 / ERC-6860 web3:// protocol, which can show on-chain websites hosted on Ethereum and all others EVM chains.
MIT License
32 stars 3 forks source link

Chain with id > 65k will not work (e.g. Sepolia websites) #9

Open nand2 opened 6 months ago

nand2 commented 6 months ago

As electron parse web3:// URLs as HTTP URLs, it applies some HTTP restrictions. One of these is that the chain number, which is the TCP port number, is limited to 65k.

URLs such as web3://dblog.eth:11155111 on sepolia will thus not work.