Skip to content

Commit

Permalink
remove dummyManager artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Jul 4, 2024
1 parent 2946c01 commit 657a088
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deploy/SequencerInboxStubCreator.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ module.exports = async hre => {
futureSeconds: 10000,
}

const dummyManager = await ethers.getContract('EigenDADummyManager')

await deploy('SequencerInboxStub', {
from: deployer,
args: [
Expand All @@ -32,4 +30,4 @@ module.exports = async hre => {
}

module.exports.tags = ['SequencerInboxStub', 'test']
module.exports.dependencies = ['BridgeStub', 'EigenDADummyManager']
module.exports.dependencies = ['BridgeStub']

0 comments on commit 657a088

Please sign in to comment.