Skip to content

Commit

Permalink
test: disable anchor polling loop
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed May 2, 2024
1 parent ddccdef commit e13cf58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/anchor/ethereum/ethereum-anchor-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class EthereumAnchorService implements AnchorService {
ethereumRpcUrl: string | undefined,
logger: DiagnosticsLogger,
sendRequest: FetchRequest = fetchJson,
enableAnchorPollingLoop = true
enableAnchorPollingLoop = false
) {
this.#logger = logger
this.#events = new Subject()
Expand Down Expand Up @@ -150,7 +150,7 @@ export class AuthenticatedEthereumAnchorService
anchorServiceUrl: string,
ethereumRpcUrl: string | undefined,
logger: DiagnosticsLogger,
enableAnchorPollingLoop = true
enableAnchorPollingLoop = false
) {
super(
anchorServiceUrl,
Expand Down

0 comments on commit e13cf58

Please sign in to comment.