Skip to content

Commit

Permalink
Add scroll to ccq, use batch poller
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-riley committed Nov 8, 2023
1 parent 7390e8e commit f7a9778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions node/pkg/query/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ func handleQueryRequestsImpl(
vaa.ChainIDArbitrum: {},
vaa.ChainIDOptimism: {},
vaa.ChainIDBase: {},
vaa.ChainIDScroll: {},
vaa.ChainIDSepolia: {},
}

Expand Down
1 change: 1 addition & 0 deletions node/pkg/watchers/evm/watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,7 @@ func (w *Watcher) getFinality(ctx context.Context) (bool, error) {
w.chainID == vaa.ChainIDKarura ||
w.chainID == vaa.ChainIDMoonbeam ||
w.chainID == vaa.ChainIDOptimism ||
w.chainID == vaa.ChainIDScroll ||
w.chainID == vaa.ChainIDSepolia {
finalized = true
}
Expand Down

0 comments on commit f7a9778

Please sign in to comment.