From 57309176d6c657943f7497aba2aee7f3b381b795 Mon Sep 17 00:00:00 2001 From: rarosfp <86689587+rarosfp@users.noreply.github.com> Date: Thu, 9 Jun 2022 18:24:03 +0300 Subject: [PATCH] Update asicminervalue.com-v2.exr some asic's power is located on lines 12 or 13 ex/ https://www.asicminervalue.com/miners/bitfury/b8 https://www.asicminervalue.com/miners/bitfily/snow-panther-a1 --- asicminervalue.com-v2.exr | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/asicminervalue.com-v2.exr b/asicminervalue.com-v2.exr index 9c4944f..a7e2ff0 100644 --- a/asicminervalue.com-v2.exr +++ b/asicminervalue.com-v2.exr @@ -98,6 +98,21 @@ "ecCSSSelector" : "div.col-sm-8 table.table tr:nth-child(10) th" "ecTextCondition" : "Power" "ecRuleCSSSelector" : "div.col-sm-8 table.table tr:nth-child(10) td" + }, + { + "ecCSSSelector" : "div.col-sm-8 table.table tr:nth-child(11) th" + "ecTextCondition" : "Power" + "ecRuleCSSSelector" : "div.col-sm-8 table.table tr:nth-child(11) td" + }, + { + "ecCSSSelector" : "div.col-sm-8 table.table tr:nth-child(12) th" + "ecTextCondition" : "Power" + "ecRuleCSSSelector" : "div.col-sm-8 table.table tr:nth-child(12) td" + }, + { + "ecCSSSelector" : "div.col-sm-8 table.table tr:nth-child(13) th" + "ecTextCondition" : "Power" + "ecRuleCSSSelector" : "div.col-sm-8 table.table tr:nth-child(13) td" } ] @@ -273,4 +288,4 @@ ] -} \ No newline at end of file +}