File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 391
391
"sort" : " asc"
392
392
}
393
393
},
394
- "get_eth_daily_avg_gas_price " : {
394
+ "get_eth_daily_average_gas_price " : {
395
395
"module" : " pro" ,
396
396
"kwargs" : {
397
397
"start_date" : " 2019-02-01" ,
423
423
"sort" : " asc"
424
424
}
425
425
},
426
- "get_daily_avg_network_hash_rate " : {
426
+ "get_daily_average_network_hash_rate " : {
427
427
"module" : " pro" ,
428
428
"kwargs" : {
429
429
"start_date" : " 2019-02-01" ,
439
439
"sort" : " asc"
440
440
}
441
441
},
442
- "get_daily_avg_network_difficulty " : {
442
+ "get_daily_average_network_difficulty " : {
443
443
"module" : " pro" ,
444
444
"kwargs" : {
445
445
"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(
211
211
return url
212
212
213
213
@staticmethod
214
- def get_eth_daily_avg_gas_price (
214
+ def get_eth_daily_average_gas_price (
215
215
start_date : int ,
216
216
end_date : int ,
217
217
sort : str ,
@@ -291,7 +291,7 @@ def get_daily_network_utilization(
291
291
return url
292
292
293
293
@staticmethod
294
- def get_daily_avg_network_hash_rate (
294
+ def get_daily_average_network_hash_rate (
295
295
start_date : int ,
296
296
end_date : int ,
297
297
sort : str ,
@@ -331,7 +331,7 @@ def get_daily_tx_count(
331
331
return url
332
332
333
333
@staticmethod
334
- def get_daily_avg_network_difficulty (
334
+ def get_daily_average_network_difficulty (
335
335
start_date : int ,
336
336
end_date : int ,
337
337
sort : str ,
You can’t perform that action at this time.
0 commit comments