Skip to content

Commit 75f6098

Browse files
committed
fix: Polymer events query
1 parent d667fa9 commit 75f6098

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/collector/polymer/polymer.worker.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ class PolymerCollectorSnifferWorker {
5454
this.polymerAddress = this.config.polymerAddress;
5555
this.ibcEventEmitterInterface = IbcEventEmitter__factory.createInterface();
5656
this.filterTopics = [
57-
[this.ibcEventEmitterInterface.getEvent('SendPacket').topicHash, zeroPadValue(this.incentivesAddress, 32)]
57+
[this.ibcEventEmitterInterface.getEvent('SendPacket').topicHash],
58+
[zeroPadValue(this.incentivesAddress, 32)]
5859
];
5960

6061
this.monitor = this.startListeningToMonitor(this.config.monitorPort);

0 commit comments

Comments
 (0)