We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094f153 commit deedd11Copy full SHA for deedd11
packages/indexer-agent/src/network.ts
@@ -426,7 +426,7 @@ export class Network {
426
{
427
indexer: this.indexerAddress.toLocaleLowerCase(),
428
disputableEpoch,
429
- minimumQueryFeesCollected: this.queryFeesCollectedClaimThreshold,
+ minimumQueryFeesCollected: this.queryFeesCollectedClaimThreshold.toString(),
430
},
431
)
432
.toPromise()
0 commit comments