Loading Core/Analytics/Graphs/Aggregates/TokenSales.php +3 −3 Original line number Original line Diff line number Diff line Loading @@ -599,11 +599,11 @@ class TokenSales implements AggregateInterface [ [ "match_phrase" => [ "match_phrase" => [ "transactionCategory" => [ "transactionCategory" => [ "query" => "wire" "query" => "sale" ] ] ] ] ], ], [ /*[ "match_phrase" => [ "match_phrase" => [ "isTokenTransaction" => [ "isTokenTransaction" => [ "query" => true "query" => true Loading @@ -616,7 +616,7 @@ class TokenSales implements AggregateInterface "query" => "approveAndCall" "query" => "approveAndCall" ] ] ] ] ] ]*/ ]; ]; $query = [ $query = [ Loading Loading
Core/Analytics/Graphs/Aggregates/TokenSales.php +3 −3 Original line number Original line Diff line number Diff line Loading @@ -599,11 +599,11 @@ class TokenSales implements AggregateInterface [ [ "match_phrase" => [ "match_phrase" => [ "transactionCategory" => [ "transactionCategory" => [ "query" => "wire" "query" => "sale" ] ] ] ] ], ], [ /*[ "match_phrase" => [ "match_phrase" => [ "isTokenTransaction" => [ "isTokenTransaction" => [ "query" => true "query" => true Loading @@ -616,7 +616,7 @@ class TokenSales implements AggregateInterface "query" => "approveAndCall" "query" => "approveAndCall" ] ] ] ] ] ]*/ ]; ]; $query = [ $query = [ Loading