From acafe8447f5a69db92370103ba3c6dba224d9e34 Mon Sep 17 00:00:00 2001 From: nand2 Date: Thu, 13 Jun 2024 07:54:28 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75b3734..1e0eb0d 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,8 @@ EVM Browser support ``.eth`` ENS domains and ``.og`` Linagee domains. ## Current limitations -Due to a bug in electron, web storage apis (localStorage, sessionStorage, webSQL, indexedDB, cookies) are disabled for now (see [progress in issue](https://github.com/nand2/evm-browser/issues/3)) +- web storage apis (localStorage, sessionStorage, webSQL, indexedDB, cookies) are disabled for now (see [progress in issue](https://github.com/nand2/evm-browser/issues/3)), due to a bug in electron. +- Loading resources from blockchain with a chain id above 65536 (such as Sepolia) will fail. ## Usage