chore: Rename IndexedDB database from 'floEthereum' to 'floEthereumCronos'.

This commit is contained in:
void-57 2026-01-20 06:19:02 +05:30
parent c304dab0f6
commit 2b8a2df27a

View File

@ -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); });