Skip to content

Commit

Permalink
fix(notifications): track history of gas limit alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbitfly committed Nov 4, 2024
1 parent 1ce4492 commit 5f63b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pkg/notification/queuing.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func ExportNotificationHistory(epoch uint64, notificationsByUserID types.Notific
_, err := networktNotificationHistoryInsertStmt.Exec(
userID,
epoch,
utils.Config.Chain.Name,
utils.Config.Chain.ClConfig.DepositChainID,
eventName,
0,
epochTs,
Expand Down

0 comments on commit 5f63b8c

Please sign in to comment.