Open nand2 opened 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.
web3://
URLs such as web3://dblog.eth:11155111 on sepolia will thus not work.
web3://dblog.eth:11155111
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.