Compare commits
No commits in common. "e49e3e0c0d651d7bb79684b242224085b12f3eab" and "a8c238c2afd3cf01f00ca72bb9f1d7e9806d62b5" have entirely different histories.
e49e3e0c0d
...
a8c238c2af
.gitignore
scripts
static
events
deposits_bnb_0.1.json.gzdeposits_bnb_1.json.gzdeposits_bnb_10.json.gzdeposits_bnb_100.json.gzdeposits_eth_0.1.json.gzdeposits_eth_1.json.gzdeposits_eth_10.json.gzdeposits_eth_100.json.gzdeposits_matic_100.json.gzdeposits_matic_1000.json.gzdeposits_matic_10000.json.gzdeposits_matic_100000.json.gzencrypted_notes_1.json.gzencrypted_notes_56.json.gzwithdrawals_bnb_0.1.json.gzwithdrawals_bnb_1.json.gzwithdrawals_bnb_10.json.gzwithdrawals_bnb_100.json.gzwithdrawals_eth_0.1.json.gzwithdrawals_eth_1.json.gzwithdrawals_eth_10.json.gzwithdrawals_eth_100.json.gzwithdrawals_matic_100.json.gzwithdrawals_matic_1000.json.gzwithdrawals_matic_10000.json.gzwithdrawals_matic_100000.json.gz
trees
deposits_eth_0.1_bloom.json.gzdeposits_eth_0.1_slice1.json.gzdeposits_eth_0.1_slice2.json.gzdeposits_eth_0.1_slice3.json.gzdeposits_eth_0.1_slice4.json.gzdeposits_eth_100_bloom.json.gzdeposits_eth_100_slice1.json.gzdeposits_eth_100_slice2.json.gzdeposits_eth_100_slice3.json.gzdeposits_eth_100_slice4.json.gzdeposits_eth_10_bloom.json.gzdeposits_eth_10_slice1.json.gzdeposits_eth_10_slice2.json.gzdeposits_eth_10_slice3.json.gzdeposits_eth_10_slice4.json.gzdeposits_eth_1_bloom.json.gzdeposits_eth_1_slice1.json.gzdeposits_eth_1_slice2.json.gzdeposits_eth_1_slice3.json.gzdeposits_eth_1_slice4.json.gz
3
.gitignore
vendored
3
.gitignore
vendored
@ -87,6 +87,3 @@ sw.*
|
||||
|
||||
# Mac OSX
|
||||
.DS_Store
|
||||
|
||||
|
||||
static/*/*.json
|
@ -9,7 +9,7 @@ import { loadCachedEvents, getPastEvents } from './helpers'
|
||||
|
||||
const EVENTS_PATH = './static/events/'
|
||||
const EVENTS = ['Deposit', 'Withdrawal']
|
||||
const enabledChains = ['1', '56', '100', '137']
|
||||
const enabledChains = ['1', '56', '100', '137' ]
|
||||
|
||||
async function main(type, netId) {
|
||||
const { tokens, nativeCurrency, deployedBlock } = networkConfig[`netId${netId}`]
|
||||
@ -22,7 +22,6 @@ async function main(type, netId) {
|
||||
deployedBlock
|
||||
})
|
||||
|
||||
console.log('Update events for', instance, nativeCurrency.toUpperCase(), `${type.toLowerCase()}s`)
|
||||
console.log('cachedEvents count - ', cachedEvents.events.length)
|
||||
console.log('lastBlock - ', cachedEvents.lastBlock)
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user