Skip to content

Commit

Permalink
Merge pull request #369 from Dominikkq/redeploy
Browse files Browse the repository at this point in the history
Update Heartbeat.ts
  • Loading branch information
MaximStanciu8 authored Jun 21, 2023
2 parents df684e7 + d6ec751 commit f429763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion federator/src/lib/Heartbeat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export class Heartbeat {
} else {
// Old heartbeat event (FederationV2)
const { sender, fedRskBlock, fedEthBlock, federatorVersion, nodeRskInfo, nodeEthInfo } = log.returnValues;
const sideChain = this.sideChains.find((x) => x.chainId == 1 || x.chainId == 42);
const sideChain = this.sideChains.find((x) => x.chainId);
this._trackHeartbeatMetrics(
sender,
federatorVersion,
Expand Down

0 comments on commit f429763

Please sign in to comment.