Skip to content

Commit ff573f2

Browse files
author
Kotsias, Panagiotis-Christos
committed
Merged stable and pro configs
1 parent 10278ed commit ff573f2

File tree

2 files changed

+156
-19
lines changed

2 files changed

+156
-19
lines changed

configs/pro.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

configs/standard.json renamed to configs/stable.json

Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,5 +306,161 @@
306306
"page": 1,
307307
"offset": 100
308308
}
309+
},
310+
"get_hist_eth_balance_for_address_by_block_no": {
311+
"module": "pro",
312+
"kwargs": {
313+
"address": "0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae",
314+
"block_no": "8000000"
315+
}
316+
},
317+
"get_daily_average_block_size": {
318+
"module": "pro",
319+
"kwargs": {
320+
"start_date": "2019-02-01",
321+
"end_date": "2019-02-28",
322+
"sort": "asc"
323+
}
324+
},
325+
"get_daily_block_count_and_rewards": {
326+
"module": "pro",
327+
"kwargs": {
328+
"start_date": "2019-02-01",
329+
"end_date": "2019-02-28",
330+
"sort": "asc"
331+
}
332+
},
333+
"get_daily_block_rewards": {
334+
"module": "pro",
335+
"kwargs": {
336+
"start_date": "2019-02-01",
337+
"end_date": "2019-02-28",
338+
"sort": "asc"
339+
}
340+
},
341+
"get_daily_average_block_time": {
342+
"module": "pro",
343+
"kwargs": {
344+
"start_date": "2019-02-01",
345+
"end_date": "2019-02-28",
346+
"sort": "asc"
347+
}
348+
},
349+
"get_daily_uncle_block_count_and_rewards": {
350+
"module": "pro",
351+
"kwargs": {
352+
"start_date": "2019-02-01",
353+
"end_date": "2019-02-28",
354+
"sort": "asc"
355+
}
356+
},
357+
"get_hist_erc20_token_total_supply_by_contract_address_and_block_no": {
358+
"module": "pro",
359+
"kwargs": {
360+
"contract_address": "0x57d90b64a1a57749b0f932f1a3395792e12e7055",
361+
"block_no": "8000000"
362+
}
363+
},
364+
"get_hist_erc20_token_account_balance_for_token_contract_address_by_block_no": {
365+
"module": "pro",
366+
"kwargs": {
367+
"contract_address": "0x57d90b64a1a57749b0f932f1a3395792e12e7055",
368+
"address": "0xe04f27eb70e025b78871a2ad7eabe85e61212761",
369+
"block_no": "8000000"
370+
}
371+
},
372+
"get_token_info_by_contract_address": {
373+
"module": "pro",
374+
"kwargs": {
375+
"contract_address": "0x0e3a2a1f2146d86a604adc220b4967a898d7fe07"
376+
}
377+
},
378+
"get_daily_average_gas_limit": {
379+
"module": "pro",
380+
"kwargs": {
381+
"start_date": "2019-02-01",
382+
"end_date": "2019-02-28",
383+
"sort": "asc"
384+
}
385+
},
386+
"get_eth_daily_total_gas_used": {
387+
"module": "pro",
388+
"kwargs": {
389+
"start_date": "2019-02-01",
390+
"end_date": "2019-02-28",
391+
"sort": "asc"
392+
}
393+
},
394+
"get_eth_daily_avg_gas_price": {
395+
"module": "pro",
396+
"kwargs": {
397+
"start_date": "2019-02-01",
398+
"end_date": "2019-02-28",
399+
"sort": "asc"
400+
}
401+
},
402+
"get_eth_daily_network_tx_fee": {
403+
"module": "pro",
404+
"kwargs": {
405+
"start_date": "2019-02-01",
406+
"end_date": "2019-02-28",
407+
"sort": "asc"
408+
}
409+
},
410+
"get_daily_new_address_count": {
411+
"module": "pro",
412+
"kwargs": {
413+
"start_date": "2019-02-01",
414+
"end_date": "2019-02-28",
415+
"sort": "asc"
416+
}
417+
},
418+
"get_daily_network_utilization": {
419+
"module": "pro",
420+
"kwargs": {
421+
"start_date": "2019-02-01",
422+
"end_date": "2019-02-28",
423+
"sort": "asc"
424+
}
425+
},
426+
"get_daily_avg_network_hash_rate": {
427+
"module": "pro",
428+
"kwargs": {
429+
"start_date": "2019-02-01",
430+
"end_date": "2019-02-28",
431+
"sort": "asc"
432+
}
433+
},
434+
"get_daily_tx_count": {
435+
"module": "pro",
436+
"kwargs": {
437+
"start_date": "2019-02-01",
438+
"end_date": "2019-02-28",
439+
"sort": "asc"
440+
}
441+
},
442+
"get_daily_avg_network_difficulty": {
443+
"module": "pro",
444+
"kwargs": {
445+
"start_date": "2019-02-01",
446+
"end_date": "2019-02-28",
447+
"sort": "asc"
448+
}
449+
},
450+
"get_eth_hist_daily_market_cap": {
451+
"module": "pro",
452+
"kwargs": {
453+
"start_date": "2019-02-01",
454+
"end_date": "2019-02-28",
455+
"sort": "asc"
456+
}
457+
},
458+
"get_eth_hist_price": {
459+
"module": "pro",
460+
"kwargs": {
461+
"start_date": "2019-02-01",
462+
"end_date": "2019-02-28",
463+
"sort": "asc"
464+
}
309465
}
310466
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy