Skip to content

Commit

Permalink
Use updated contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower committed Jan 23, 2024
1 parent d3d0e0f commit d229f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arbnode/batch_poster.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const (
batchPosterSimpleRedisLockKey = "node.batch-poster.redis-lock.simple-lock-key"

sequencerBatchPostMethodName = "addSequencerL2BatchFromOrigin0"
sequencerBatchPostWithBlobsMethodName = "addSequencerL2BatchFromBlob" // TODO: this will probably get updated to have a plural name
sequencerBatchPostWithBlobsMethodName = "addSequencerL2BatchFromBlobs"
)

type batchPosterPosition struct {
Expand Down

0 comments on commit d229f3c

Please sign in to comment.