Skip to content

Commit 7533b4f

Browse files
committed
style(dips): apply prettier formatting to the POI reference change
1 parent b646ad0 commit 7533b4f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • packages/indexer-common/src/indexing-fees

packages/indexer-common/src/indexing-fees/dips.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,10 @@ export class DipsManager {
10101010
)
10111011
}
10121012
const networkAlias = chain.network
1013-
const recentBlock = Math.max(Number(chain.latestBlock.number) - RECENT_BLOCK_OFFSET, 0)
1013+
const recentBlock = Math.max(
1014+
Number(chain.latestBlock.number) - RECENT_BLOCK_OFFSET,
1015+
0,
1016+
)
10141017
const blockHash = await this.graphNode.blockHashFromNumber(networkAlias, recentBlock)
10151018
const poi = await this.graphNode.proofOfIndexing(
10161019
deploymentId,

0 commit comments

Comments
 (0)