From 3359d60683abdf6e3b76b38866eb136c94c8ca6c Mon Sep 17 00:00:00 2001 From: RanchiMall Dev Date: Tue, 20 Jan 2026 00:49:32 +0000 Subject: [PATCH] Workflow updating files of cronoswallet --- cronoswallet/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cronoswallet/index.html b/cronoswallet/index.html index b229f42..01b8042 100644 --- a/cronoswallet/index.html +++ b/cronoswallet/index.html @@ -567,7 +567,7 @@ window.addEventListener('load', () => { // Initialize the database before any routing or data reads - idbReady = compactIDB.initDB('floEthereum', { contacts: {} }) + idbReady = compactIDB.initDB('floEthereumCronos', { contacts: {} }) .then((res) => { console.log(res); }) .catch((err) => { console.error(err); });