Skip to content

Commit 668d4d3

Browse files
committed
fix: change tokens to strings
1 parent 86ebd2c commit 668d4d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/indexer-cli/src/dips.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export interface IndexingAgreement {
1515
acceptedAt: string
1616
lastCollectionAt: string
1717
endsAt: string
18-
tokensPerSecond: bigint
19-
tokensCollected: bigint
18+
tokensPerSecond: string
19+
tokensCollected: string
2020
canceledAt: string
2121
canceledBy: string
2222
protocolNetwork: string

0 commit comments

Comments
 (0)