improve progress percentage
This commit is contained in:
parent
d7d9ebe214
commit
a9b27bf4c1
3 changed files with 19 additions and 2 deletions
|
@ -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}`]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue