improve progress percentage

This commit is contained in:
gozzy 2022-11-13 06:32:56 +00:00
parent d7d9ebe214
commit a9b27bf4c1
3 changed files with 19 additions and 2 deletions

View file

@ -9,7 +9,7 @@ import { loadCachedEvents, getPastEvents } from './helpers'
const EVENTS_PATH = './static/events/'
const EVENTS = ['Deposit', 'Withdrawal']
const enabledChains = ['1', '56', '5', '100', '137' ]
const enabledChains = ['1', '56', '100', '137' ]
async function main(type, netId) {
const { tokens, nativeCurrency, deployedBlock } = networkConfig[`netId${netId}`]