update: events

This commit is contained in:
Pasha8914 2022-06-13 17:13:54 +10:00 committed by Danil Kovtonyuk
parent f0e38035e7
commit 72b87db11f
48 changed files with 25 additions and 29 deletions

View file

@ -11,9 +11,7 @@ function updateEncrypted(netId) {
const file = `${EVENTS_PATH}encrypted_notes_${netId}.json`
save(file)
} catch {
console.warn('Not detected any events files for chainId - ', netId)
}
} catch {}
}
async function updateCommon(netId) {
const { nativeCurrency, tokens } = networkConfig[`netId${netId}`]