Subgraph has entries for unscoped parameters
jfschwarz opened this issue · 1 comments
jfschwarz commented
Look at this query's result:
The parameters at indices 4 and 5 are actually unscoped, but the subgraph returns the following entries:
{
"index": 4,
"type": "Static",
"comparison": "EqualTo",
"comparisonValue": [
"0x"
]
},
{
"index": 5,
"type": "Static",
"comparison": "EqualTo",
"comparisonValue": [
"0x"
]
},
It is expected that the entries are NOT present in the array.