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 03e7354 commit 97c47afCopy full SHA for 97c47af
packages/indexer/src/pubsub/service.ts
@@ -22,9 +22,7 @@ export class PubSubService {
22
destinationChainId: number,
23
) {
24
if (!this.cctpFinalizerTopic) {
25
- const topic = await this.pubSub.topic(
26
- this.config.pubSubCctpFinalizerTopic,
27
- );
+ const topic = this.pubSub.topic(this.config.pubSubCctpFinalizerTopic);
28
this.cctpFinalizerTopic = topic;
29
}
30
// the published payload is a base64 encoded JSON string. The JSON is
0 commit comments