We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d667fa9 commit 75f6098Copy full SHA for 75f6098
src/collector/polymer/polymer.worker.ts
@@ -54,7 +54,8 @@ class PolymerCollectorSnifferWorker {
54
this.polymerAddress = this.config.polymerAddress;
55
this.ibcEventEmitterInterface = IbcEventEmitter__factory.createInterface();
56
this.filterTopics = [
57
- [this.ibcEventEmitterInterface.getEvent('SendPacket').topicHash, zeroPadValue(this.incentivesAddress, 32)]
+ [this.ibcEventEmitterInterface.getEvent('SendPacket').topicHash],
58
+ [zeroPadValue(this.incentivesAddress, 32)]
59
];
60
61
this.monitor = this.startListeningToMonitor(this.config.monitorPort);
0 commit comments