Skip to content

Commit

Permalink
chore: remove SeriesNonceManager from deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
artall64 committed Oct 16, 2023
1 parent 86f02bd commit 248f7dd
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions deploy/deploy-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,6 @@ module.exports = async ({ getNamedAccounts, deployments }) => {
const { deploy } = deployments;
const { deployer } = await getNamedAccounts();

const seriesEpochManager = await deploy('SeriesNonceManager', {
from: deployer,
});

console.log('SeriesNonceManager deployed to:', seriesEpochManager.address);

if (await getChainId() !== '31337') {
await hre.run('verify:verify', {
address: seriesEpochManager.address,
});
}

const callsSimulator = await deploy('CallsSimulator', {
from: deployer,
});
Expand Down

0 comments on commit 248f7dd

Please sign in to comment.