File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 391391 "sort" : " asc"
392392 }
393393 },
394- "get_eth_daily_avg_gas_price " : {
394+ "get_eth_daily_average_gas_price " : {
395395 "module" : " pro" ,
396396 "kwargs" : {
397397 "start_date" : " 2019-02-01" ,
423423 "sort" : " asc"
424424 }
425425 },
426- "get_daily_avg_network_hash_rate " : {
426+ "get_daily_average_network_hash_rate " : {
427427 "module" : " pro" ,
428428 "kwargs" : {
429429 "start_date" : " 2019-02-01" ,
439439 "sort" : " asc"
440440 }
441441 },
442- "get_daily_avg_network_difficulty " : {
442+ "get_daily_average_network_difficulty " : {
443443 "module" : " pro" ,
444444 "kwargs" : {
445445 "start_date" : " 2019-02-01" ,
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ def get_eth_daily_total_gas_used(
211211 return url
212212
213213 @staticmethod
214- def get_eth_daily_avg_gas_price (
214+ def get_eth_daily_average_gas_price (
215215 start_date : int ,
216216 end_date : int ,
217217 sort : str ,
@@ -291,7 +291,7 @@ def get_daily_network_utilization(
291291 return url
292292
293293 @staticmethod
294- def get_daily_avg_network_hash_rate (
294+ def get_daily_average_network_hash_rate (
295295 start_date : int ,
296296 end_date : int ,
297297 sort : str ,
@@ -331,7 +331,7 @@ def get_daily_tx_count(
331331 return url
332332
333333 @staticmethod
334- def get_daily_avg_network_difficulty (
334+ def get_daily_average_network_difficulty (
335335 start_date : int ,
336336 end_date : int ,
337337 sort : str ,
You can’t perform that action at this time.
0 commit comments