diff --git a/networkConfig.js b/networkConfig.js index 029e639..74bd170 100644 --- a/networkConfig.js +++ b/networkConfig.js @@ -1,6 +1,5 @@ export const blockSyncInterval = 10000 -export const enabledChains = ['1', '5', '10', '56', '100', '137', '43114', '42161'] -export const chainsWithEncryptedNotes = ['1', '5', '56', '100', '137'] +export const enabledChains = ['1', '5', '10', '56', '100', '137', '42161', '43114'] export default { netId1: { rpcCallRetryAttempt: 15, @@ -402,21 +401,17 @@ export default { multicall: '0xe86e3989c74293Acc962156cd3F525c07b6a1B6e', echoContractAccount: '0xa75BF2815618872f155b7C4B0C81bF990f5245E4', rpcUrls: { - communityRPC: { - name: 'Tornado RPC', - url: 'https://avalanche-rpc.tornado.ws/ext/bc/C/rpc' + publicRpc1: { + name: 'Avalanche RPC', + url: 'https://endpoints.omniatech.io/v1/avax/mainnet/public' }, meowRPC: { name: 'Meow RPC', url: 'https://avax.meowrpc.com' }, - publicRpc1: { - name: 'Avalanche RPC', - url: 'https://api.avax.network/ext/bc/C/rpc' - }, - oneRpc: { - name: '1RPC', - ulr: 'https://1rpc.io/avax/' + communityRPC: { + name: 'Tornado RPC', + url: 'https://avalanche-rpc.tornado.ws/ext/bc/C/rpc' } }, tokens: { diff --git a/scripts/updateZip.js b/scripts/updateZip.js index 10443c8..f05b91e 100644 --- a/scripts/updateZip.js +++ b/scripts/updateZip.js @@ -1,6 +1,6 @@ import { uniqBy } from 'lodash' -import networkConfig, { enabledChains, chainsWithEncryptedNotes } from '../networkConfig' +import networkConfig, { enabledChains } from '../networkConfig' import { loadCachedEvents, save } from './helpers' @@ -68,7 +68,7 @@ async function main() { for (let i = 0; i < enabledChains.length; i++) { const netId = enabledChains[i] - if (netId === chainsWithEncryptedNotes[i]) updateEncrypted(netId) + updateEncrypted(netId) await updateCommon(netId) } diff --git a/static/events/deposits_100_xdai_100.json.gz b/static/events/deposits_100_xdai_100.json.gz index a37ca13..047ec7d 100644 Binary files a/static/events/deposits_100_xdai_100.json.gz and b/static/events/deposits_100_xdai_100.json.gz differ diff --git a/static/events/deposits_10_eth_0.1.json.gz b/static/events/deposits_10_eth_0.1.json.gz new file mode 100644 index 0000000..ed76a52 Binary files /dev/null and b/static/events/deposits_10_eth_0.1.json.gz differ diff --git a/static/events/deposits_10_eth_1.json.gz b/static/events/deposits_10_eth_1.json.gz new file mode 100644 index 0000000..9a62d23 Binary files /dev/null and b/static/events/deposits_10_eth_1.json.gz differ diff --git a/static/events/deposits_10_eth_10.json.gz b/static/events/deposits_10_eth_10.json.gz new file mode 100644 index 0000000..aa3b173 Binary files /dev/null and b/static/events/deposits_10_eth_10.json.gz differ diff --git a/static/events/deposits_10_eth_100.json.gz b/static/events/deposits_10_eth_100.json.gz new file mode 100644 index 0000000..192a0ca Binary files /dev/null and b/static/events/deposits_10_eth_100.json.gz differ diff --git a/static/events/deposits_137_matic_100.json.gz b/static/events/deposits_137_matic_100.json.gz index 7ce6c42..062cb93 100644 Binary files a/static/events/deposits_137_matic_100.json.gz and b/static/events/deposits_137_matic_100.json.gz differ diff --git a/static/events/deposits_137_matic_1000.json.gz b/static/events/deposits_137_matic_1000.json.gz index a1fdf12..51aa958 100644 Binary files a/static/events/deposits_137_matic_1000.json.gz and b/static/events/deposits_137_matic_1000.json.gz differ diff --git a/static/events/deposits_1_eth_0.1.json.gz b/static/events/deposits_1_eth_0.1.json.gz index 0671b4b..be28ac9 100644 Binary files a/static/events/deposits_1_eth_0.1.json.gz and b/static/events/deposits_1_eth_0.1.json.gz differ diff --git a/static/events/deposits_1_eth_1.json.gz b/static/events/deposits_1_eth_1.json.gz index 346bb66..d8b3248 100644 Binary files a/static/events/deposits_1_eth_1.json.gz and b/static/events/deposits_1_eth_1.json.gz differ diff --git a/static/events/deposits_1_eth_10.json.gz b/static/events/deposits_1_eth_10.json.gz index d3020b2..a8d69fc 100644 Binary files a/static/events/deposits_1_eth_10.json.gz and b/static/events/deposits_1_eth_10.json.gz differ diff --git a/static/events/deposits_1_eth_100.json.gz b/static/events/deposits_1_eth_100.json.gz index 40ca1df..fb5bbc7 100644 Binary files a/static/events/deposits_1_eth_100.json.gz and b/static/events/deposits_1_eth_100.json.gz differ diff --git a/static/events/deposits_42161_eth_0.1.json.gz b/static/events/deposits_42161_eth_0.1.json.gz new file mode 100644 index 0000000..9c1dd0f Binary files /dev/null and b/static/events/deposits_42161_eth_0.1.json.gz differ diff --git a/static/events/deposits_42161_eth_1.json.gz b/static/events/deposits_42161_eth_1.json.gz new file mode 100644 index 0000000..9f0cf7c Binary files /dev/null and b/static/events/deposits_42161_eth_1.json.gz differ diff --git a/static/events/deposits_42161_eth_10.json.gz b/static/events/deposits_42161_eth_10.json.gz new file mode 100644 index 0000000..d8dfb94 Binary files /dev/null and b/static/events/deposits_42161_eth_10.json.gz differ diff --git a/static/events/deposits_42161_eth_100.json.gz b/static/events/deposits_42161_eth_100.json.gz new file mode 100644 index 0000000..ffd722f Binary files /dev/null and b/static/events/deposits_42161_eth_100.json.gz differ diff --git a/static/events/deposits_43114_avax_10.json.gz b/static/events/deposits_43114_avax_10.json.gz new file mode 100644 index 0000000..9b26410 Binary files /dev/null and b/static/events/deposits_43114_avax_10.json.gz differ diff --git a/static/events/deposits_43114_avax_100.json.gz b/static/events/deposits_43114_avax_100.json.gz new file mode 100644 index 0000000..4c8a9ec Binary files /dev/null and b/static/events/deposits_43114_avax_100.json.gz differ diff --git a/static/events/deposits_43114_avax_500.json.gz b/static/events/deposits_43114_avax_500.json.gz new file mode 100644 index 0000000..1655d4d Binary files /dev/null and b/static/events/deposits_43114_avax_500.json.gz differ diff --git a/static/events/deposits_56_bnb_0.1.json.gz b/static/events/deposits_56_bnb_0.1.json.gz index 9db3ecc..490aa98 100644 Binary files a/static/events/deposits_56_bnb_0.1.json.gz and b/static/events/deposits_56_bnb_0.1.json.gz differ diff --git a/static/events/deposits_56_bnb_1.json.gz b/static/events/deposits_56_bnb_1.json.gz index c8e2bf9..51bc1a6 100644 Binary files a/static/events/deposits_56_bnb_1.json.gz and b/static/events/deposits_56_bnb_1.json.gz differ diff --git a/static/events/deposits_56_bnb_10.json.gz b/static/events/deposits_56_bnb_10.json.gz index ef7a74e..c8e5a11 100644 Binary files a/static/events/deposits_56_bnb_10.json.gz and b/static/events/deposits_56_bnb_10.json.gz differ diff --git a/static/events/deposits_56_bnb_100.json.gz b/static/events/deposits_56_bnb_100.json.gz index 09ac0e0..8e226f0 100644 Binary files a/static/events/deposits_56_bnb_100.json.gz and b/static/events/deposits_56_bnb_100.json.gz differ diff --git a/static/events/deposits_5_eth_0.1.json.gz b/static/events/deposits_5_eth_0.1.json.gz new file mode 100644 index 0000000..cb953b7 Binary files /dev/null and b/static/events/deposits_5_eth_0.1.json.gz differ diff --git a/static/events/deposits_5_eth_1.json.gz b/static/events/deposits_5_eth_1.json.gz new file mode 100644 index 0000000..63c01cb Binary files /dev/null and b/static/events/deposits_5_eth_1.json.gz differ diff --git a/static/events/deposits_5_eth_10.json.gz b/static/events/deposits_5_eth_10.json.gz new file mode 100644 index 0000000..e8ecbed Binary files /dev/null and b/static/events/deposits_5_eth_10.json.gz differ diff --git a/static/events/deposits_5_eth_100.json.gz b/static/events/deposits_5_eth_100.json.gz new file mode 100644 index 0000000..348b1e0 Binary files /dev/null and b/static/events/deposits_5_eth_100.json.gz differ diff --git a/static/events/encrypted_notes_1.json.gz b/static/events/encrypted_notes_1.json.gz index 724c7cf..2d7f2cb 100644 Binary files a/static/events/encrypted_notes_1.json.gz and b/static/events/encrypted_notes_1.json.gz differ diff --git a/static/events/encrypted_notes_10.json.gz b/static/events/encrypted_notes_10.json.gz new file mode 100644 index 0000000..b223ba3 Binary files /dev/null and b/static/events/encrypted_notes_10.json.gz differ diff --git a/static/events/encrypted_notes_137.json.gz b/static/events/encrypted_notes_137.json.gz index d6a7e32..fca08cf 100644 Binary files a/static/events/encrypted_notes_137.json.gz and b/static/events/encrypted_notes_137.json.gz differ diff --git a/static/events/encrypted_notes_42161.json.gz b/static/events/encrypted_notes_42161.json.gz new file mode 100644 index 0000000..3666f70 Binary files /dev/null and b/static/events/encrypted_notes_42161.json.gz differ diff --git a/static/events/encrypted_notes_43114.json.gz b/static/events/encrypted_notes_43114.json.gz new file mode 100644 index 0000000..ee4b3a6 Binary files /dev/null and b/static/events/encrypted_notes_43114.json.gz differ diff --git a/static/events/encrypted_notes_5.json.gz b/static/events/encrypted_notes_5.json.gz index d6a7e32..05ec2f9 100644 Binary files a/static/events/encrypted_notes_5.json.gz and b/static/events/encrypted_notes_5.json.gz differ diff --git a/static/events/encrypted_notes_56.json.gz b/static/events/encrypted_notes_56.json.gz index 5c1c183..7aef506 100644 Binary files a/static/events/encrypted_notes_56.json.gz and b/static/events/encrypted_notes_56.json.gz differ diff --git a/static/events/withdrawals_100_xdai_100.json.gz b/static/events/withdrawals_100_xdai_100.json.gz index 37a714f..a11d63f 100644 Binary files a/static/events/withdrawals_100_xdai_100.json.gz and b/static/events/withdrawals_100_xdai_100.json.gz differ diff --git a/static/events/withdrawals_100_xdai_1000.json.gz b/static/events/withdrawals_100_xdai_1000.json.gz index 972f619..5f78532 100644 Binary files a/static/events/withdrawals_100_xdai_1000.json.gz and b/static/events/withdrawals_100_xdai_1000.json.gz differ diff --git a/static/events/withdrawals_100_xdai_10000.json.gz b/static/events/withdrawals_100_xdai_10000.json.gz index 0c6894b..163cc6b 100644 Binary files a/static/events/withdrawals_100_xdai_10000.json.gz and b/static/events/withdrawals_100_xdai_10000.json.gz differ diff --git a/static/events/withdrawals_10_eth_0.1.json.gz b/static/events/withdrawals_10_eth_0.1.json.gz new file mode 100644 index 0000000..48730aa Binary files /dev/null and b/static/events/withdrawals_10_eth_0.1.json.gz differ diff --git a/static/events/withdrawals_10_eth_1.json.gz b/static/events/withdrawals_10_eth_1.json.gz new file mode 100644 index 0000000..b90156e Binary files /dev/null and b/static/events/withdrawals_10_eth_1.json.gz differ diff --git a/static/events/withdrawals_10_eth_10.json.gz b/static/events/withdrawals_10_eth_10.json.gz new file mode 100644 index 0000000..4a13e8a --- /dev/null +++ b/static/events/withdrawals_10_eth_10.json.gz @@ -0,0 +1,2 @@ +x}jSQyw_`_i0& HA-bNj|_~.)ޯ.C +H=m],'R47XwiE@oy=_۷븭D|qT_qW^J')-UE)aSRT\UoTt v'"܋ʳey zD*M:4GuI_3lDyF/[:1P_fLhBcZs+G#ØH}Aӆ9js*G؜DxM>@ϢӢ!d@'޽KNuAȝ \ No newline at end of file diff --git a/static/events/withdrawals_10_eth_100.json.gz b/static/events/withdrawals_10_eth_100.json.gz new file mode 100644 index 0000000..192a0ca Binary files /dev/null and b/static/events/withdrawals_10_eth_100.json.gz differ diff --git a/static/events/withdrawals_137_matic_100.json.gz b/static/events/withdrawals_137_matic_100.json.gz index 3bb827b..2a04c69 100644 Binary files a/static/events/withdrawals_137_matic_100.json.gz and b/static/events/withdrawals_137_matic_100.json.gz differ diff --git a/static/events/withdrawals_137_matic_1000.json.gz b/static/events/withdrawals_137_matic_1000.json.gz index 2f51942..56ec7db 100644 Binary files a/static/events/withdrawals_137_matic_1000.json.gz and b/static/events/withdrawals_137_matic_1000.json.gz differ diff --git a/static/events/withdrawals_1_eth_0.1.json.gz b/static/events/withdrawals_1_eth_0.1.json.gz index ce14156..ef29115 100644 Binary files a/static/events/withdrawals_1_eth_0.1.json.gz and b/static/events/withdrawals_1_eth_0.1.json.gz differ diff --git a/static/events/withdrawals_1_eth_1.json.gz b/static/events/withdrawals_1_eth_1.json.gz index 9961022..c4b3baa 100644 Binary files a/static/events/withdrawals_1_eth_1.json.gz and b/static/events/withdrawals_1_eth_1.json.gz differ diff --git a/static/events/withdrawals_1_eth_10.json.gz b/static/events/withdrawals_1_eth_10.json.gz index 1fa1534..681f621 100644 Binary files a/static/events/withdrawals_1_eth_10.json.gz and b/static/events/withdrawals_1_eth_10.json.gz differ diff --git a/static/events/withdrawals_1_eth_100.json.gz b/static/events/withdrawals_1_eth_100.json.gz index 956e2bc..3d13923 100644 Binary files a/static/events/withdrawals_1_eth_100.json.gz and b/static/events/withdrawals_1_eth_100.json.gz differ diff --git a/static/events/withdrawals_42161_eth_0.1.json.gz b/static/events/withdrawals_42161_eth_0.1.json.gz new file mode 100644 index 0000000..68c2265 Binary files /dev/null and b/static/events/withdrawals_42161_eth_0.1.json.gz differ diff --git a/static/events/withdrawals_42161_eth_1.json.gz b/static/events/withdrawals_42161_eth_1.json.gz new file mode 100644 index 0000000..f2708af Binary files /dev/null and b/static/events/withdrawals_42161_eth_1.json.gz differ diff --git a/static/events/withdrawals_42161_eth_10.json.gz b/static/events/withdrawals_42161_eth_10.json.gz new file mode 100644 index 0000000..5bf36de Binary files /dev/null and b/static/events/withdrawals_42161_eth_10.json.gz differ diff --git a/static/events/withdrawals_42161_eth_100.json.gz b/static/events/withdrawals_42161_eth_100.json.gz new file mode 100644 index 0000000..61f7a4a Binary files /dev/null and b/static/events/withdrawals_42161_eth_100.json.gz differ diff --git a/static/events/withdrawals_43114_avax_10.json.gz b/static/events/withdrawals_43114_avax_10.json.gz new file mode 100644 index 0000000..7fee573 Binary files /dev/null and b/static/events/withdrawals_43114_avax_10.json.gz differ diff --git a/static/events/withdrawals_43114_avax_100.json.gz b/static/events/withdrawals_43114_avax_100.json.gz new file mode 100644 index 0000000..cb29ca2 Binary files /dev/null and b/static/events/withdrawals_43114_avax_100.json.gz differ diff --git a/static/events/withdrawals_43114_avax_500.json.gz b/static/events/withdrawals_43114_avax_500.json.gz new file mode 100644 index 0000000..64f1ed4 Binary files /dev/null and b/static/events/withdrawals_43114_avax_500.json.gz differ diff --git a/static/events/withdrawals_56_bnb_0.1.json.gz b/static/events/withdrawals_56_bnb_0.1.json.gz index 8e45b2f..a79ccb0 100644 Binary files a/static/events/withdrawals_56_bnb_0.1.json.gz and b/static/events/withdrawals_56_bnb_0.1.json.gz differ diff --git a/static/events/withdrawals_56_bnb_1.json.gz b/static/events/withdrawals_56_bnb_1.json.gz index a12b148..c0f0e17 100644 Binary files a/static/events/withdrawals_56_bnb_1.json.gz and b/static/events/withdrawals_56_bnb_1.json.gz differ diff --git a/static/events/withdrawals_56_bnb_10.json.gz b/static/events/withdrawals_56_bnb_10.json.gz index 55e3d29..cd6d016 100644 Binary files a/static/events/withdrawals_56_bnb_10.json.gz and b/static/events/withdrawals_56_bnb_10.json.gz differ diff --git a/static/events/withdrawals_56_bnb_100.json.gz b/static/events/withdrawals_56_bnb_100.json.gz index 6cc0e7d..28211c0 100644 Binary files a/static/events/withdrawals_56_bnb_100.json.gz and b/static/events/withdrawals_56_bnb_100.json.gz differ diff --git a/static/events/withdrawals_5_eth_0.1.json.gz b/static/events/withdrawals_5_eth_0.1.json.gz new file mode 100644 index 0000000..f77c281 Binary files /dev/null and b/static/events/withdrawals_5_eth_0.1.json.gz differ diff --git a/static/events/withdrawals_5_eth_1.json.gz b/static/events/withdrawals_5_eth_1.json.gz new file mode 100644 index 0000000..5a30294 Binary files /dev/null and b/static/events/withdrawals_5_eth_1.json.gz differ diff --git a/static/events/withdrawals_5_eth_10.json.gz b/static/events/withdrawals_5_eth_10.json.gz new file mode 100644 index 0000000..259b29b Binary files /dev/null and b/static/events/withdrawals_5_eth_10.json.gz differ diff --git a/static/events/withdrawals_5_eth_100.json.gz b/static/events/withdrawals_5_eth_100.json.gz new file mode 100644 index 0000000..e54be2e Binary files /dev/null and b/static/events/withdrawals_5_eth_100.json.gz differ diff --git a/static/trees/deposits_100_xdai_100_bloom.json.gz b/static/trees/deposits_100_xdai_100_bloom.json.gz index e97ecda..1144228 100644 Binary files a/static/trees/deposits_100_xdai_100_bloom.json.gz and b/static/trees/deposits_100_xdai_100_bloom.json.gz differ diff --git a/static/trees/deposits_100_xdai_100_slice1.json.gz b/static/trees/deposits_100_xdai_100_slice1.json.gz index a4f4b53..8c40e10 100644 Binary files a/static/trees/deposits_100_xdai_100_slice1.json.gz and b/static/trees/deposits_100_xdai_100_slice1.json.gz differ diff --git a/static/trees/deposits_100_xdai_100_slice2.json.gz b/static/trees/deposits_100_xdai_100_slice2.json.gz index ffc872f..0db77bf 100644 Binary files a/static/trees/deposits_100_xdai_100_slice2.json.gz and b/static/trees/deposits_100_xdai_100_slice2.json.gz differ diff --git a/static/trees/deposits_100_xdai_100_slice3.json.gz b/static/trees/deposits_100_xdai_100_slice3.json.gz index 471e84b..d2c8269 100644 Binary files a/static/trees/deposits_100_xdai_100_slice3.json.gz and b/static/trees/deposits_100_xdai_100_slice3.json.gz differ diff --git a/static/trees/deposits_100_xdai_100_slice4.json.gz b/static/trees/deposits_100_xdai_100_slice4.json.gz index e1be01c..33a8835 100644 Binary files a/static/trees/deposits_100_xdai_100_slice4.json.gz and b/static/trees/deposits_100_xdai_100_slice4.json.gz differ diff --git a/static/trees/deposits_10_eth_0.1_bloom.json.gz b/static/trees/deposits_10_eth_0.1_bloom.json.gz new file mode 100644 index 0000000..3cba1ce Binary files /dev/null and b/static/trees/deposits_10_eth_0.1_bloom.json.gz differ diff --git a/static/trees/deposits_10_eth_0.1_slice1.json.gz b/static/trees/deposits_10_eth_0.1_slice1.json.gz new file mode 100644 index 0000000..b48502d Binary files /dev/null and b/static/trees/deposits_10_eth_0.1_slice1.json.gz differ diff --git a/static/trees/deposits_10_eth_0.1_slice2.json.gz b/static/trees/deposits_10_eth_0.1_slice2.json.gz new file mode 100644 index 0000000..126eb8e Binary files /dev/null and b/static/trees/deposits_10_eth_0.1_slice2.json.gz differ diff --git a/static/trees/deposits_10_eth_0.1_slice3.json.gz b/static/trees/deposits_10_eth_0.1_slice3.json.gz new file mode 100644 index 0000000..a7fb158 Binary files /dev/null and b/static/trees/deposits_10_eth_0.1_slice3.json.gz differ diff --git a/static/trees/deposits_10_eth_0.1_slice4.json.gz b/static/trees/deposits_10_eth_0.1_slice4.json.gz new file mode 100644 index 0000000..74675b7 Binary files /dev/null and b/static/trees/deposits_10_eth_0.1_slice4.json.gz differ diff --git a/static/trees/deposits_10_eth_100_bloom.json.gz b/static/trees/deposits_10_eth_100_bloom.json.gz new file mode 100644 index 0000000..28698cd --- /dev/null +++ b/static/trees/deposits_10_eth_100_bloom.json.gz @@ -0,0 +1,2 @@ +x1 +0 @ѻ9C$)U0htޅ?C7|^45Ha ;d~ \ No newline at end of file diff --git a/static/trees/deposits_10_eth_10_bloom.json.gz b/static/trees/deposits_10_eth_10_bloom.json.gz new file mode 100644 index 0000000..af9756d --- /dev/null +++ b/static/trees/deposits_10_eth_10_bloom.json.gz @@ -0,0 +1,2 @@ +xK +0ѽ|;՘]!:BC9x1YZo-?Xm+n]{b9/b!Nb!2s \ No newline at end of file diff --git a/static/trees/deposits_10_eth_10_slice1.json.gz b/static/trees/deposits_10_eth_10_slice1.json.gz new file mode 100644 index 0000000..9533f39 Binary files /dev/null and b/static/trees/deposits_10_eth_10_slice1.json.gz differ diff --git a/static/trees/deposits_10_eth_1_bloom.json.gz b/static/trees/deposits_10_eth_1_bloom.json.gz new file mode 100644 index 0000000..986cf3b Binary files /dev/null and b/static/trees/deposits_10_eth_1_bloom.json.gz differ diff --git a/static/trees/deposits_10_eth_1_slice1.json.gz b/static/trees/deposits_10_eth_1_slice1.json.gz new file mode 100644 index 0000000..2d5cd34 Binary files /dev/null and b/static/trees/deposits_10_eth_1_slice1.json.gz differ diff --git a/static/trees/deposits_10_eth_1_slice2.json.gz b/static/trees/deposits_10_eth_1_slice2.json.gz new file mode 100644 index 0000000..351afe1 Binary files /dev/null and b/static/trees/deposits_10_eth_1_slice2.json.gz differ diff --git a/static/trees/deposits_10_eth_1_slice3.json.gz b/static/trees/deposits_10_eth_1_slice3.json.gz new file mode 100644 index 0000000..dd7cf4b Binary files /dev/null and b/static/trees/deposits_10_eth_1_slice3.json.gz differ diff --git a/static/trees/deposits_10_eth_1_slice4.json.gz b/static/trees/deposits_10_eth_1_slice4.json.gz new file mode 100644 index 0000000..a0837be Binary files /dev/null and b/static/trees/deposits_10_eth_1_slice4.json.gz differ diff --git a/static/trees/deposits_137_matic_100000_bloom.json.gz b/static/trees/deposits_137_matic_100000_bloom.json.gz index 032cc12..9435d38 100644 Binary files a/static/trees/deposits_137_matic_100000_bloom.json.gz and b/static/trees/deposits_137_matic_100000_bloom.json.gz differ diff --git a/static/trees/deposits_137_matic_100000_slice1.json.gz b/static/trees/deposits_137_matic_100000_slice1.json.gz index b6a3374..fa6be00 100644 Binary files a/static/trees/deposits_137_matic_100000_slice1.json.gz and b/static/trees/deposits_137_matic_100000_slice1.json.gz differ diff --git a/static/trees/deposits_137_matic_100000_slice2.json.gz b/static/trees/deposits_137_matic_100000_slice2.json.gz index b9fa5c5..7aa7e8d 100644 Binary files a/static/trees/deposits_137_matic_100000_slice2.json.gz and b/static/trees/deposits_137_matic_100000_slice2.json.gz differ diff --git a/static/trees/deposits_137_matic_100000_slice3.json.gz b/static/trees/deposits_137_matic_100000_slice3.json.gz index 4eca824..f8130dd 100644 Binary files a/static/trees/deposits_137_matic_100000_slice3.json.gz and b/static/trees/deposits_137_matic_100000_slice3.json.gz differ diff --git a/static/trees/deposits_137_matic_100000_slice4.json.gz b/static/trees/deposits_137_matic_100000_slice4.json.gz index fc68835..0dc702d 100644 Binary files a/static/trees/deposits_137_matic_100000_slice4.json.gz and b/static/trees/deposits_137_matic_100000_slice4.json.gz differ diff --git a/static/trees/deposits_137_matic_10000_bloom.json.gz b/static/trees/deposits_137_matic_10000_bloom.json.gz index 09285ba..4d1be40 100644 Binary files a/static/trees/deposits_137_matic_10000_bloom.json.gz and b/static/trees/deposits_137_matic_10000_bloom.json.gz differ diff --git a/static/trees/deposits_137_matic_10000_slice1.json.gz b/static/trees/deposits_137_matic_10000_slice1.json.gz index 784f782..1608c97 100644 Binary files a/static/trees/deposits_137_matic_10000_slice1.json.gz and b/static/trees/deposits_137_matic_10000_slice1.json.gz differ diff --git a/static/trees/deposits_137_matic_10000_slice2.json.gz b/static/trees/deposits_137_matic_10000_slice2.json.gz index cdc3ae6..7c813ae 100644 Binary files a/static/trees/deposits_137_matic_10000_slice2.json.gz and b/static/trees/deposits_137_matic_10000_slice2.json.gz differ diff --git a/static/trees/deposits_137_matic_10000_slice3.json.gz b/static/trees/deposits_137_matic_10000_slice3.json.gz index 26a1bda..24c2bf0 100644 Binary files a/static/trees/deposits_137_matic_10000_slice3.json.gz and b/static/trees/deposits_137_matic_10000_slice3.json.gz differ diff --git a/static/trees/deposits_137_matic_10000_slice4.json.gz b/static/trees/deposits_137_matic_10000_slice4.json.gz index 3622da4..8a6edc1 100644 Binary files a/static/trees/deposits_137_matic_10000_slice4.json.gz and b/static/trees/deposits_137_matic_10000_slice4.json.gz differ diff --git a/static/trees/deposits_137_matic_1000_bloom.json.gz b/static/trees/deposits_137_matic_1000_bloom.json.gz index 0965700..7dece37 100644 Binary files a/static/trees/deposits_137_matic_1000_bloom.json.gz and b/static/trees/deposits_137_matic_1000_bloom.json.gz differ diff --git a/static/trees/deposits_137_matic_1000_slice1.json.gz b/static/trees/deposits_137_matic_1000_slice1.json.gz index a789ea1..d7841c8 100644 Binary files a/static/trees/deposits_137_matic_1000_slice1.json.gz and b/static/trees/deposits_137_matic_1000_slice1.json.gz differ diff --git a/static/trees/deposits_137_matic_1000_slice2.json.gz b/static/trees/deposits_137_matic_1000_slice2.json.gz index e623e5f..b4fa992 100644 Binary files a/static/trees/deposits_137_matic_1000_slice2.json.gz and b/static/trees/deposits_137_matic_1000_slice2.json.gz differ diff --git a/static/trees/deposits_137_matic_1000_slice3.json.gz b/static/trees/deposits_137_matic_1000_slice3.json.gz index dbebdb1..1574b14 100644 Binary files a/static/trees/deposits_137_matic_1000_slice3.json.gz and b/static/trees/deposits_137_matic_1000_slice3.json.gz differ diff --git a/static/trees/deposits_137_matic_1000_slice4.json.gz b/static/trees/deposits_137_matic_1000_slice4.json.gz index 2c12505..1e1789a 100644 Binary files a/static/trees/deposits_137_matic_1000_slice4.json.gz and b/static/trees/deposits_137_matic_1000_slice4.json.gz differ diff --git a/static/trees/deposits_137_matic_100_bloom.json.gz b/static/trees/deposits_137_matic_100_bloom.json.gz index d0d1f77..b2f710a 100644 Binary files a/static/trees/deposits_137_matic_100_bloom.json.gz and b/static/trees/deposits_137_matic_100_bloom.json.gz differ diff --git a/static/trees/deposits_137_matic_100_slice1.json.gz b/static/trees/deposits_137_matic_100_slice1.json.gz index 180d5b3..de2544d 100644 Binary files a/static/trees/deposits_137_matic_100_slice1.json.gz and b/static/trees/deposits_137_matic_100_slice1.json.gz differ diff --git a/static/trees/deposits_137_matic_100_slice2.json.gz b/static/trees/deposits_137_matic_100_slice2.json.gz index a4d98b2..36d2a39 100644 Binary files a/static/trees/deposits_137_matic_100_slice2.json.gz and b/static/trees/deposits_137_matic_100_slice2.json.gz differ diff --git a/static/trees/deposits_137_matic_100_slice3.json.gz b/static/trees/deposits_137_matic_100_slice3.json.gz index 21d1b42..eeb6662 100644 Binary files a/static/trees/deposits_137_matic_100_slice3.json.gz and b/static/trees/deposits_137_matic_100_slice3.json.gz differ diff --git a/static/trees/deposits_137_matic_100_slice4.json.gz b/static/trees/deposits_137_matic_100_slice4.json.gz index d8f99ed..c9d68cf 100644 Binary files a/static/trees/deposits_137_matic_100_slice4.json.gz and b/static/trees/deposits_137_matic_100_slice4.json.gz differ diff --git a/static/trees/deposits_1_eth_0.1_bloom.json.gz b/static/trees/deposits_1_eth_0.1_bloom.json.gz index 29c5eb2..ca55bb1 100644 Binary files a/static/trees/deposits_1_eth_0.1_bloom.json.gz and b/static/trees/deposits_1_eth_0.1_bloom.json.gz differ diff --git a/static/trees/deposits_1_eth_0.1_slice1.json.gz b/static/trees/deposits_1_eth_0.1_slice1.json.gz index c8b1b04..d00c3e8 100644 Binary files a/static/trees/deposits_1_eth_0.1_slice1.json.gz and b/static/trees/deposits_1_eth_0.1_slice1.json.gz differ diff --git a/static/trees/deposits_1_eth_0.1_slice2.json.gz b/static/trees/deposits_1_eth_0.1_slice2.json.gz index 1c613fb..643f42b 100644 Binary files a/static/trees/deposits_1_eth_0.1_slice2.json.gz and b/static/trees/deposits_1_eth_0.1_slice2.json.gz differ diff --git a/static/trees/deposits_1_eth_0.1_slice3.json.gz b/static/trees/deposits_1_eth_0.1_slice3.json.gz index b59f75e..fab6f5e 100644 Binary files a/static/trees/deposits_1_eth_0.1_slice3.json.gz and b/static/trees/deposits_1_eth_0.1_slice3.json.gz differ diff --git a/static/trees/deposits_1_eth_0.1_slice4.json.gz b/static/trees/deposits_1_eth_0.1_slice4.json.gz index 7d79f9a..34e52e0 100644 Binary files a/static/trees/deposits_1_eth_0.1_slice4.json.gz and b/static/trees/deposits_1_eth_0.1_slice4.json.gz differ diff --git a/static/trees/deposits_1_eth_100_bloom.json.gz b/static/trees/deposits_1_eth_100_bloom.json.gz index 14fc463..d920640 100644 Binary files a/static/trees/deposits_1_eth_100_bloom.json.gz and b/static/trees/deposits_1_eth_100_bloom.json.gz differ diff --git a/static/trees/deposits_1_eth_100_slice1.json.gz b/static/trees/deposits_1_eth_100_slice1.json.gz index e442c89..5cd549f 100644 Binary files a/static/trees/deposits_1_eth_100_slice1.json.gz and b/static/trees/deposits_1_eth_100_slice1.json.gz differ diff --git a/static/trees/deposits_1_eth_100_slice2.json.gz b/static/trees/deposits_1_eth_100_slice2.json.gz index 1c5d317..270906f 100644 Binary files a/static/trees/deposits_1_eth_100_slice2.json.gz and b/static/trees/deposits_1_eth_100_slice2.json.gz differ diff --git a/static/trees/deposits_1_eth_100_slice3.json.gz b/static/trees/deposits_1_eth_100_slice3.json.gz index 31934db..edb30c4 100644 Binary files a/static/trees/deposits_1_eth_100_slice3.json.gz and b/static/trees/deposits_1_eth_100_slice3.json.gz differ diff --git a/static/trees/deposits_1_eth_100_slice4.json.gz b/static/trees/deposits_1_eth_100_slice4.json.gz index ea7e8a0..daf94ac 100644 Binary files a/static/trees/deposits_1_eth_100_slice4.json.gz and b/static/trees/deposits_1_eth_100_slice4.json.gz differ diff --git a/static/trees/deposits_1_eth_10_bloom.json.gz b/static/trees/deposits_1_eth_10_bloom.json.gz index cf15423..b102e09 100644 Binary files a/static/trees/deposits_1_eth_10_bloom.json.gz and b/static/trees/deposits_1_eth_10_bloom.json.gz differ diff --git a/static/trees/deposits_1_eth_10_slice1.json.gz b/static/trees/deposits_1_eth_10_slice1.json.gz index fc08be3..a3ca320 100644 Binary files a/static/trees/deposits_1_eth_10_slice1.json.gz and b/static/trees/deposits_1_eth_10_slice1.json.gz differ diff --git a/static/trees/deposits_1_eth_10_slice2.json.gz b/static/trees/deposits_1_eth_10_slice2.json.gz index 3637e55..9cb8f1c 100644 Binary files a/static/trees/deposits_1_eth_10_slice2.json.gz and b/static/trees/deposits_1_eth_10_slice2.json.gz differ diff --git a/static/trees/deposits_1_eth_10_slice3.json.gz b/static/trees/deposits_1_eth_10_slice3.json.gz index 162df27..ebf2342 100644 Binary files a/static/trees/deposits_1_eth_10_slice3.json.gz and b/static/trees/deposits_1_eth_10_slice3.json.gz differ diff --git a/static/trees/deposits_1_eth_10_slice4.json.gz b/static/trees/deposits_1_eth_10_slice4.json.gz index e4d4a1a..369d89a 100644 Binary files a/static/trees/deposits_1_eth_10_slice4.json.gz and b/static/trees/deposits_1_eth_10_slice4.json.gz differ diff --git a/static/trees/deposits_1_eth_1_bloom.json.gz b/static/trees/deposits_1_eth_1_bloom.json.gz index 98f3728..4f55dc7 100644 Binary files a/static/trees/deposits_1_eth_1_bloom.json.gz and b/static/trees/deposits_1_eth_1_bloom.json.gz differ diff --git a/static/trees/deposits_1_eth_1_slice1.json.gz b/static/trees/deposits_1_eth_1_slice1.json.gz index 8e37ce1..3edb7e1 100644 Binary files a/static/trees/deposits_1_eth_1_slice1.json.gz and b/static/trees/deposits_1_eth_1_slice1.json.gz differ diff --git a/static/trees/deposits_1_eth_1_slice2.json.gz b/static/trees/deposits_1_eth_1_slice2.json.gz index 7e1c135..ba26b42 100644 Binary files a/static/trees/deposits_1_eth_1_slice2.json.gz and b/static/trees/deposits_1_eth_1_slice2.json.gz differ diff --git a/static/trees/deposits_1_eth_1_slice3.json.gz b/static/trees/deposits_1_eth_1_slice3.json.gz index 54b1243..c28e557 100644 Binary files a/static/trees/deposits_1_eth_1_slice3.json.gz and b/static/trees/deposits_1_eth_1_slice3.json.gz differ diff --git a/static/trees/deposits_1_eth_1_slice4.json.gz b/static/trees/deposits_1_eth_1_slice4.json.gz index 5b88636..c0a8ced 100644 Binary files a/static/trees/deposits_1_eth_1_slice4.json.gz and b/static/trees/deposits_1_eth_1_slice4.json.gz differ diff --git a/static/trees/deposits_42161_eth_0.1_bloom.json.gz b/static/trees/deposits_42161_eth_0.1_bloom.json.gz new file mode 100644 index 0000000..7e60496 Binary files /dev/null and b/static/trees/deposits_42161_eth_0.1_bloom.json.gz differ diff --git a/static/trees/deposits_42161_eth_0.1_slice1.json.gz b/static/trees/deposits_42161_eth_0.1_slice1.json.gz new file mode 100644 index 0000000..8bff4ec Binary files /dev/null and b/static/trees/deposits_42161_eth_0.1_slice1.json.gz differ diff --git a/static/trees/deposits_42161_eth_0.1_slice2.json.gz b/static/trees/deposits_42161_eth_0.1_slice2.json.gz new file mode 100644 index 0000000..a95cb47 Binary files /dev/null and b/static/trees/deposits_42161_eth_0.1_slice2.json.gz differ diff --git a/static/trees/deposits_42161_eth_0.1_slice3.json.gz b/static/trees/deposits_42161_eth_0.1_slice3.json.gz new file mode 100644 index 0000000..33c5743 Binary files /dev/null and b/static/trees/deposits_42161_eth_0.1_slice3.json.gz differ diff --git a/static/trees/deposits_42161_eth_0.1_slice4.json.gz b/static/trees/deposits_42161_eth_0.1_slice4.json.gz new file mode 100644 index 0000000..394073a Binary files /dev/null and b/static/trees/deposits_42161_eth_0.1_slice4.json.gz differ diff --git a/static/trees/deposits_42161_eth_100_bloom.json.gz b/static/trees/deposits_42161_eth_100_bloom.json.gz new file mode 100644 index 0000000..c1e790d --- /dev/null +++ b/static/trees/deposits_42161_eth_100_bloom.json.gz @@ -0,0 +1 @@ +x=Mj\Ah]V0{ dg!MVͫGh="{@e 82v}A=~z<ߟzZ>jjjjjjK|:upj(2x4RRJ*D*EJIH))%%t)]J*u]JҥbPQ\1^e" -6dME)kjPsV`*Ԕ3iYr-)K;-?%e)͒l)[ʖeK~o)[Y#u'Q#9 5g2p1Ka.\R.)Ka.?5l%lӧkv|^5I M$MraF]oLn8]qt3En:{Ce:]vv;w[t9p՞?# \ No newline at end of file diff --git a/static/trees/deposits_42161_eth_100_slice1.json.gz b/static/trees/deposits_42161_eth_100_slice1.json.gz new file mode 100644 index 0000000..6b1f1d1 Binary files /dev/null and b/static/trees/deposits_42161_eth_100_slice1.json.gz differ diff --git a/static/trees/deposits_42161_eth_100_slice2.json.gz b/static/trees/deposits_42161_eth_100_slice2.json.gz new file mode 100644 index 0000000..5e05167 Binary files /dev/null and b/static/trees/deposits_42161_eth_100_slice2.json.gz differ diff --git a/static/trees/deposits_42161_eth_100_slice3.json.gz b/static/trees/deposits_42161_eth_100_slice3.json.gz new file mode 100644 index 0000000..7f5074c Binary files /dev/null and b/static/trees/deposits_42161_eth_100_slice3.json.gz differ diff --git a/static/trees/deposits_42161_eth_100_slice4.json.gz b/static/trees/deposits_42161_eth_100_slice4.json.gz new file mode 100644 index 0000000..8d4db74 Binary files /dev/null and b/static/trees/deposits_42161_eth_100_slice4.json.gz differ diff --git a/static/trees/deposits_42161_eth_10_bloom.json.gz b/static/trees/deposits_42161_eth_10_bloom.json.gz new file mode 100644 index 0000000..3185310 Binary files /dev/null and b/static/trees/deposits_42161_eth_10_bloom.json.gz differ diff --git a/static/trees/deposits_42161_eth_10_slice1.json.gz b/static/trees/deposits_42161_eth_10_slice1.json.gz new file mode 100644 index 0000000..dbf74aa Binary files /dev/null and b/static/trees/deposits_42161_eth_10_slice1.json.gz differ diff --git a/static/trees/deposits_42161_eth_10_slice2.json.gz b/static/trees/deposits_42161_eth_10_slice2.json.gz new file mode 100644 index 0000000..0f0e44b Binary files /dev/null and b/static/trees/deposits_42161_eth_10_slice2.json.gz differ diff --git a/static/trees/deposits_42161_eth_10_slice3.json.gz b/static/trees/deposits_42161_eth_10_slice3.json.gz new file mode 100644 index 0000000..9c058be Binary files /dev/null and b/static/trees/deposits_42161_eth_10_slice3.json.gz differ diff --git a/static/trees/deposits_42161_eth_10_slice4.json.gz b/static/trees/deposits_42161_eth_10_slice4.json.gz new file mode 100644 index 0000000..ffd9a07 Binary files /dev/null and b/static/trees/deposits_42161_eth_10_slice4.json.gz differ diff --git a/static/trees/deposits_42161_eth_1_bloom.json.gz b/static/trees/deposits_42161_eth_1_bloom.json.gz new file mode 100644 index 0000000..2e7215b Binary files /dev/null and b/static/trees/deposits_42161_eth_1_bloom.json.gz differ diff --git a/static/trees/deposits_42161_eth_1_slice1.json.gz b/static/trees/deposits_42161_eth_1_slice1.json.gz new file mode 100644 index 0000000..9d25a7b Binary files /dev/null and b/static/trees/deposits_42161_eth_1_slice1.json.gz differ diff --git a/static/trees/deposits_42161_eth_1_slice2.json.gz b/static/trees/deposits_42161_eth_1_slice2.json.gz new file mode 100644 index 0000000..f9f30ae Binary files /dev/null and b/static/trees/deposits_42161_eth_1_slice2.json.gz differ diff --git a/static/trees/deposits_42161_eth_1_slice3.json.gz b/static/trees/deposits_42161_eth_1_slice3.json.gz new file mode 100644 index 0000000..4a23554 Binary files /dev/null and b/static/trees/deposits_42161_eth_1_slice3.json.gz differ diff --git a/static/trees/deposits_42161_eth_1_slice4.json.gz b/static/trees/deposits_42161_eth_1_slice4.json.gz new file mode 100644 index 0000000..efe2ae6 Binary files /dev/null and b/static/trees/deposits_42161_eth_1_slice4.json.gz differ diff --git a/static/trees/deposits_43114_avax_100_bloom.json.gz b/static/trees/deposits_43114_avax_100_bloom.json.gz new file mode 100644 index 0000000..9d6e9cf Binary files /dev/null and b/static/trees/deposits_43114_avax_100_bloom.json.gz differ diff --git a/static/trees/deposits_43114_avax_100_slice1.json.gz b/static/trees/deposits_43114_avax_100_slice1.json.gz new file mode 100644 index 0000000..1dea8d9 Binary files /dev/null and b/static/trees/deposits_43114_avax_100_slice1.json.gz differ diff --git a/static/trees/deposits_43114_avax_100_slice2.json.gz b/static/trees/deposits_43114_avax_100_slice2.json.gz new file mode 100644 index 0000000..3ac0f72 Binary files /dev/null and b/static/trees/deposits_43114_avax_100_slice2.json.gz differ diff --git a/static/trees/deposits_43114_avax_100_slice3.json.gz b/static/trees/deposits_43114_avax_100_slice3.json.gz new file mode 100644 index 0000000..6d045d4 Binary files /dev/null and b/static/trees/deposits_43114_avax_100_slice3.json.gz differ diff --git a/static/trees/deposits_43114_avax_100_slice4.json.gz b/static/trees/deposits_43114_avax_100_slice4.json.gz new file mode 100644 index 0000000..9ab2027 Binary files /dev/null and b/static/trees/deposits_43114_avax_100_slice4.json.gz differ diff --git a/static/trees/deposits_43114_avax_10_bloom.json.gz b/static/trees/deposits_43114_avax_10_bloom.json.gz new file mode 100644 index 0000000..325696f Binary files /dev/null and b/static/trees/deposits_43114_avax_10_bloom.json.gz differ diff --git a/static/trees/deposits_43114_avax_10_slice1.json.gz b/static/trees/deposits_43114_avax_10_slice1.json.gz new file mode 100644 index 0000000..ea14464 Binary files /dev/null and b/static/trees/deposits_43114_avax_10_slice1.json.gz differ diff --git a/static/trees/deposits_43114_avax_10_slice2.json.gz b/static/trees/deposits_43114_avax_10_slice2.json.gz new file mode 100644 index 0000000..dcd39cb Binary files /dev/null and b/static/trees/deposits_43114_avax_10_slice2.json.gz differ diff --git a/static/trees/deposits_43114_avax_10_slice3.json.gz b/static/trees/deposits_43114_avax_10_slice3.json.gz new file mode 100644 index 0000000..7e29a73 Binary files /dev/null and b/static/trees/deposits_43114_avax_10_slice3.json.gz differ diff --git a/static/trees/deposits_43114_avax_10_slice4.json.gz b/static/trees/deposits_43114_avax_10_slice4.json.gz new file mode 100644 index 0000000..fa7431e Binary files /dev/null and b/static/trees/deposits_43114_avax_10_slice4.json.gz differ diff --git a/static/trees/deposits_43114_avax_500_bloom.json.gz b/static/trees/deposits_43114_avax_500_bloom.json.gz new file mode 100644 index 0000000..83bfc05 Binary files /dev/null and b/static/trees/deposits_43114_avax_500_bloom.json.gz differ diff --git a/static/trees/deposits_43114_avax_500_slice1.json.gz b/static/trees/deposits_43114_avax_500_slice1.json.gz new file mode 100644 index 0000000..70e2573 Binary files /dev/null and b/static/trees/deposits_43114_avax_500_slice1.json.gz differ diff --git a/static/trees/deposits_43114_avax_500_slice2.json.gz b/static/trees/deposits_43114_avax_500_slice2.json.gz new file mode 100644 index 0000000..5db6892 Binary files /dev/null and b/static/trees/deposits_43114_avax_500_slice2.json.gz differ diff --git a/static/trees/deposits_43114_avax_500_slice3.json.gz b/static/trees/deposits_43114_avax_500_slice3.json.gz new file mode 100644 index 0000000..16e6228 Binary files /dev/null and b/static/trees/deposits_43114_avax_500_slice3.json.gz differ diff --git a/static/trees/deposits_43114_avax_500_slice4.json.gz b/static/trees/deposits_43114_avax_500_slice4.json.gz new file mode 100644 index 0000000..519d7e5 Binary files /dev/null and b/static/trees/deposits_43114_avax_500_slice4.json.gz differ diff --git a/static/trees/deposits_56_bnb_0.1_bloom.json.gz b/static/trees/deposits_56_bnb_0.1_bloom.json.gz index 92c69f5..e2540fb 100644 Binary files a/static/trees/deposits_56_bnb_0.1_bloom.json.gz and b/static/trees/deposits_56_bnb_0.1_bloom.json.gz differ diff --git a/static/trees/deposits_56_bnb_0.1_slice1.json.gz b/static/trees/deposits_56_bnb_0.1_slice1.json.gz index 421b3b7..c4d49e3 100644 Binary files a/static/trees/deposits_56_bnb_0.1_slice1.json.gz and b/static/trees/deposits_56_bnb_0.1_slice1.json.gz differ diff --git a/static/trees/deposits_56_bnb_0.1_slice2.json.gz b/static/trees/deposits_56_bnb_0.1_slice2.json.gz index ec28e0e..c395d75 100644 Binary files a/static/trees/deposits_56_bnb_0.1_slice2.json.gz and b/static/trees/deposits_56_bnb_0.1_slice2.json.gz differ diff --git a/static/trees/deposits_56_bnb_0.1_slice3.json.gz b/static/trees/deposits_56_bnb_0.1_slice3.json.gz index d3a9f6d..e34f361 100644 Binary files a/static/trees/deposits_56_bnb_0.1_slice3.json.gz and b/static/trees/deposits_56_bnb_0.1_slice3.json.gz differ diff --git a/static/trees/deposits_56_bnb_0.1_slice4.json.gz b/static/trees/deposits_56_bnb_0.1_slice4.json.gz index 28a8d08..3b9a46a 100644 Binary files a/static/trees/deposits_56_bnb_0.1_slice4.json.gz and b/static/trees/deposits_56_bnb_0.1_slice4.json.gz differ diff --git a/static/trees/deposits_56_bnb_100_bloom.json.gz b/static/trees/deposits_56_bnb_100_bloom.json.gz index d3405b0..fa507dc 100644 Binary files a/static/trees/deposits_56_bnb_100_bloom.json.gz and b/static/trees/deposits_56_bnb_100_bloom.json.gz differ diff --git a/static/trees/deposits_56_bnb_100_slice1.json.gz b/static/trees/deposits_56_bnb_100_slice1.json.gz index 24bf1b7..57cb104 100644 Binary files a/static/trees/deposits_56_bnb_100_slice1.json.gz and b/static/trees/deposits_56_bnb_100_slice1.json.gz differ diff --git a/static/trees/deposits_56_bnb_100_slice2.json.gz b/static/trees/deposits_56_bnb_100_slice2.json.gz index 75b01cf..289904e 100644 Binary files a/static/trees/deposits_56_bnb_100_slice2.json.gz and b/static/trees/deposits_56_bnb_100_slice2.json.gz differ diff --git a/static/trees/deposits_56_bnb_100_slice3.json.gz b/static/trees/deposits_56_bnb_100_slice3.json.gz index 6e4d0f9..41937d2 100644 Binary files a/static/trees/deposits_56_bnb_100_slice3.json.gz and b/static/trees/deposits_56_bnb_100_slice3.json.gz differ diff --git a/static/trees/deposits_56_bnb_100_slice4.json.gz b/static/trees/deposits_56_bnb_100_slice4.json.gz index f7c9f33..df467f3 100644 Binary files a/static/trees/deposits_56_bnb_100_slice4.json.gz and b/static/trees/deposits_56_bnb_100_slice4.json.gz differ diff --git a/static/trees/deposits_56_bnb_10_bloom.json.gz b/static/trees/deposits_56_bnb_10_bloom.json.gz index d3cb123..440bf5a 100644 Binary files a/static/trees/deposits_56_bnb_10_bloom.json.gz and b/static/trees/deposits_56_bnb_10_bloom.json.gz differ diff --git a/static/trees/deposits_56_bnb_10_slice1.json.gz b/static/trees/deposits_56_bnb_10_slice1.json.gz index 589bb54..3d3ade5 100644 Binary files a/static/trees/deposits_56_bnb_10_slice1.json.gz and b/static/trees/deposits_56_bnb_10_slice1.json.gz differ diff --git a/static/trees/deposits_56_bnb_10_slice2.json.gz b/static/trees/deposits_56_bnb_10_slice2.json.gz index 4abfe30..843d199 100644 Binary files a/static/trees/deposits_56_bnb_10_slice2.json.gz and b/static/trees/deposits_56_bnb_10_slice2.json.gz differ diff --git a/static/trees/deposits_56_bnb_10_slice3.json.gz b/static/trees/deposits_56_bnb_10_slice3.json.gz index 94a20df..0f0fa60 100644 Binary files a/static/trees/deposits_56_bnb_10_slice3.json.gz and b/static/trees/deposits_56_bnb_10_slice3.json.gz differ diff --git a/static/trees/deposits_56_bnb_10_slice4.json.gz b/static/trees/deposits_56_bnb_10_slice4.json.gz index 08cbdec..42ce489 100644 Binary files a/static/trees/deposits_56_bnb_10_slice4.json.gz and b/static/trees/deposits_56_bnb_10_slice4.json.gz differ diff --git a/static/trees/deposits_56_bnb_1_bloom.json.gz b/static/trees/deposits_56_bnb_1_bloom.json.gz index 0966b4d..336cde4 100644 Binary files a/static/trees/deposits_56_bnb_1_bloom.json.gz and b/static/trees/deposits_56_bnb_1_bloom.json.gz differ diff --git a/static/trees/deposits_56_bnb_1_slice1.json.gz b/static/trees/deposits_56_bnb_1_slice1.json.gz index c252fd2..da41e65 100644 Binary files a/static/trees/deposits_56_bnb_1_slice1.json.gz and b/static/trees/deposits_56_bnb_1_slice1.json.gz differ diff --git a/static/trees/deposits_56_bnb_1_slice2.json.gz b/static/trees/deposits_56_bnb_1_slice2.json.gz index 7c69991..0ffb738 100644 Binary files a/static/trees/deposits_56_bnb_1_slice2.json.gz and b/static/trees/deposits_56_bnb_1_slice2.json.gz differ diff --git a/static/trees/deposits_56_bnb_1_slice3.json.gz b/static/trees/deposits_56_bnb_1_slice3.json.gz index 86666b0..75c6803 100644 Binary files a/static/trees/deposits_56_bnb_1_slice3.json.gz and b/static/trees/deposits_56_bnb_1_slice3.json.gz differ diff --git a/static/trees/deposits_56_bnb_1_slice4.json.gz b/static/trees/deposits_56_bnb_1_slice4.json.gz index 6f89743..ea9615f 100644 Binary files a/static/trees/deposits_56_bnb_1_slice4.json.gz and b/static/trees/deposits_56_bnb_1_slice4.json.gz differ diff --git a/static/trees/deposits_5_geth_0.1_bloom.json.gz b/static/trees/deposits_5_geth_0.1_bloom.json.gz new file mode 100644 index 0000000..85a6c8a Binary files /dev/null and b/static/trees/deposits_5_geth_0.1_bloom.json.gz differ diff --git a/static/trees/deposits_5_geth_0.1_slice1.json.gz b/static/trees/deposits_5_geth_0.1_slice1.json.gz new file mode 100644 index 0000000..ebeabc1 Binary files /dev/null and b/static/trees/deposits_5_geth_0.1_slice1.json.gz differ diff --git a/static/trees/deposits_5_geth_0.1_slice2.json.gz b/static/trees/deposits_5_geth_0.1_slice2.json.gz new file mode 100644 index 0000000..e3c3341 Binary files /dev/null and b/static/trees/deposits_5_geth_0.1_slice2.json.gz differ diff --git a/static/trees/deposits_5_geth_0.1_slice3.json.gz b/static/trees/deposits_5_geth_0.1_slice3.json.gz new file mode 100644 index 0000000..9fa10c4 Binary files /dev/null and b/static/trees/deposits_5_geth_0.1_slice3.json.gz differ diff --git a/static/trees/deposits_5_geth_0.1_slice4.json.gz b/static/trees/deposits_5_geth_0.1_slice4.json.gz new file mode 100644 index 0000000..2f90a6b Binary files /dev/null and b/static/trees/deposits_5_geth_0.1_slice4.json.gz differ diff --git a/static/trees/deposits_5_geth_100_bloom.json.gz b/static/trees/deposits_5_geth_100_bloom.json.gz new file mode 100644 index 0000000..bbcdae0 Binary files /dev/null and b/static/trees/deposits_5_geth_100_bloom.json.gz differ diff --git a/static/trees/deposits_5_geth_100_slice1.json.gz b/static/trees/deposits_5_geth_100_slice1.json.gz new file mode 100644 index 0000000..c1dfe03 Binary files /dev/null and b/static/trees/deposits_5_geth_100_slice1.json.gz differ diff --git a/static/trees/deposits_5_geth_100_slice2.json.gz b/static/trees/deposits_5_geth_100_slice2.json.gz new file mode 100644 index 0000000..f6566b9 Binary files /dev/null and b/static/trees/deposits_5_geth_100_slice2.json.gz differ diff --git a/static/trees/deposits_5_geth_100_slice3.json.gz b/static/trees/deposits_5_geth_100_slice3.json.gz new file mode 100644 index 0000000..3922fa3 Binary files /dev/null and b/static/trees/deposits_5_geth_100_slice3.json.gz differ diff --git a/static/trees/deposits_5_geth_100_slice4.json.gz b/static/trees/deposits_5_geth_100_slice4.json.gz new file mode 100644 index 0000000..9b99afc Binary files /dev/null and b/static/trees/deposits_5_geth_100_slice4.json.gz differ diff --git a/static/trees/deposits_5_geth_10_bloom.json.gz b/static/trees/deposits_5_geth_10_bloom.json.gz new file mode 100644 index 0000000..6fd5a7c Binary files /dev/null and b/static/trees/deposits_5_geth_10_bloom.json.gz differ diff --git a/static/trees/deposits_5_geth_10_slice1.json.gz b/static/trees/deposits_5_geth_10_slice1.json.gz new file mode 100644 index 0000000..d821ff2 Binary files /dev/null and b/static/trees/deposits_5_geth_10_slice1.json.gz differ diff --git a/static/trees/deposits_5_geth_10_slice2.json.gz b/static/trees/deposits_5_geth_10_slice2.json.gz new file mode 100644 index 0000000..c1ae461 Binary files /dev/null and b/static/trees/deposits_5_geth_10_slice2.json.gz differ diff --git a/static/trees/deposits_5_geth_10_slice3.json.gz b/static/trees/deposits_5_geth_10_slice3.json.gz new file mode 100644 index 0000000..de0fe62 Binary files /dev/null and b/static/trees/deposits_5_geth_10_slice3.json.gz differ diff --git a/static/trees/deposits_5_geth_10_slice4.json.gz b/static/trees/deposits_5_geth_10_slice4.json.gz new file mode 100644 index 0000000..dc17048 Binary files /dev/null and b/static/trees/deposits_5_geth_10_slice4.json.gz differ diff --git a/static/trees/deposits_5_geth_1_bloom.json.gz b/static/trees/deposits_5_geth_1_bloom.json.gz new file mode 100644 index 0000000..ca967e6 Binary files /dev/null and b/static/trees/deposits_5_geth_1_bloom.json.gz differ diff --git a/static/trees/deposits_5_geth_1_slice1.json.gz b/static/trees/deposits_5_geth_1_slice1.json.gz new file mode 100644 index 0000000..c803cb7 Binary files /dev/null and b/static/trees/deposits_5_geth_1_slice1.json.gz differ diff --git a/static/trees/deposits_5_geth_1_slice2.json.gz b/static/trees/deposits_5_geth_1_slice2.json.gz new file mode 100644 index 0000000..58ff094 Binary files /dev/null and b/static/trees/deposits_5_geth_1_slice2.json.gz differ diff --git a/static/trees/deposits_5_geth_1_slice3.json.gz b/static/trees/deposits_5_geth_1_slice3.json.gz new file mode 100644 index 0000000..c087cc8 Binary files /dev/null and b/static/trees/deposits_5_geth_1_slice3.json.gz differ diff --git a/static/trees/deposits_5_geth_1_slice4.json.gz b/static/trees/deposits_5_geth_1_slice4.json.gz new file mode 100644 index 0000000..bb5fbc6 Binary files /dev/null and b/static/trees/deposits_5_geth_1_slice4.json.gz differ