Workflow updating files of cronoswallet
This commit is contained in:
parent
da5e4c605c
commit
3359d60683
@ -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