chore: Update IndexedDB name to 'floEthereumClassic' from 'floEthereum'.

This commit is contained in:
void-57 2026-01-20 06:17:30 +05:30
parent 458bd1c75a
commit 5a7696ea61

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('floEthereumClassic', { contacts: {} })
.then((res) => { console.log(res); })
.catch((err) => { console.error(err); });