Skip to content

Commit 9465794

Browse files
fix: log line to confirm ignored offramp pushes
1 parent 6b4b1ea commit 9465794

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/worker/trigger_offramp.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ func (w *OfframpWorker) Work(ctx context.Context, job *river.Job[OfframpArgs]) e
3535

3636
// TODO: Inject the actual merhcnat address here instead of hardcoding
3737
if job.Args.InitiatorAddress == "0x0000000000000000000000000000000000000000" || job.Args.InitiatorAddress == "0x8005ee53E57aB11E11eAA4EFe07Ee3835Dc02F98" {
38+
w.wc.logg.Info("this is an onramp request from pretium ignoreing offramp", "address", job.Args.InitiatorAddress)
3839
return nil
3940
}
4041

0 commit comments

Comments
 (0)