Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgnoah committed Oct 21, 2023
1 parent a34db02 commit 741400b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitment/commitment_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func (w *CommitmentManager) request(
// time.Sleep(2 * time.Second)

// TODO change the address
sequencerContractTest, err := sequencer.NewSequencer(ethcommon.HexToAddress("0x92983EFc4EF260037B804a545243380A114F759D"), conn)
sequencerContractTest, err := sequencer.NewSequencer(ethcommon.HexToAddress("0x7d282a0f9379134767348c4f7f164156DDA82a7c"), conn)

// function call on `instance`. Retrieves pending name
maxBlocks, err := sequencerContractTest.MAXBLOCKS(&ethbind.CallOpts{Pending: true})
Expand Down

0 comments on commit 741400b

Please sign in to comment.