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 86ebd2c commit 668d4d3Copy full SHA for 668d4d3
1 file changed
packages/indexer-cli/src/dips.ts
@@ -15,8 +15,8 @@ export interface IndexingAgreement {
15
acceptedAt: string
16
lastCollectionAt: string
17
endsAt: string
18
- tokensPerSecond: bigint
19
- tokensCollected: bigint
+ tokensPerSecond: string
+ tokensCollected: string
20
canceledAt: string
21
canceledBy: string
22
protocolNetwork: string
0 commit comments