diff --git a/backend/pkg/notification/queuing.go b/backend/pkg/notification/queuing.go index cb9b04d55..09f9687a1 100644 --- a/backend/pkg/notification/queuing.go +++ b/backend/pkg/notification/queuing.go @@ -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,