From 2b8a2df27a0a64182e4b3a9bc25a202759e74029 Mon Sep 17 00:00:00 2001 From: void-57 Date: Tue, 20 Jan 2026 06:19:02 +0530 Subject: [PATCH] chore: Rename IndexedDB database from 'floEthereum' to 'floEthereumCronos'. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b229f42..01b8042 100644 --- a/index.html +++ b/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); });