chore: Rename IndexedDB database from 'floEthereum' to 'floEthereumCronos'.
This commit is contained in:
parent
c304dab0f6
commit
2b8a2df27a
@ -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); });
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user