Workflow updating files of cronoswallet

This commit is contained in:
RanchiMall Dev 2026-01-20 00:49:32 +00:00
parent da5e4c605c
commit 3359d60683

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