Skip to content

Commit

Permalink
fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
d10r committed Dec 23, 2024
1 parent 042bcc9 commit e32a8c9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/ethereum-contracts/dev-scripts/deploy-test-framework.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const SuperTokenFactoryDeployerLibraryArtifact = require("@superfluid-finance/et
const SuperfluidFrameworkDeployerArtifact = require("@superfluid-finance/ethereum-contracts/build/hardhat/contracts/utils/SuperfluidFrameworkDeployer.t.sol/SuperfluidFrameworkDeployer.json");
const SlotsBitmapLibraryArtifact = require("@superfluid-finance/ethereum-contracts/build/hardhat/contracts/libs/SlotsBitmapLibrary.sol/SlotsBitmapLibrary.json");
const TokenDeployerLibraryArtifact = require("@superfluid-finance/ethereum-contracts/build/hardhat/contracts/utils/SuperfluidFrameworkDeploymentSteps.t.sol/TokenDeployerLibrary.json");
const SuperfluidERC2771ForwarderDeployerLibraryArtifact = require("@superfluid-finance/ethereum-contracts/build/hardhat/contracts/utils/SuperfluidFrameworkDeploymentSteps.t.sol/SuperfluidERC2771ForwarderDeployerLibrary.json");

const ERC1820Registry = require("../dev-scripts/artifacts/ERC1820Registry.json");

Expand Down Expand Up @@ -225,12 +224,6 @@ const _deployTestFramework = async (provider, signer) => {
TokenDeployerLibraryArtifact,
signer
);
const SuperfluidERC2771ForwarderDeployerLibrary =
await _getFactoryAndReturnDeployedContract(
"SuperfluidERC2771ForwarderDeployerLibrary",
SuperfluidERC2771ForwarderDeployerLibraryArtifact,
signer
);

const sfDeployer = await _getFactoryAndReturnDeployedContract(
"SuperfluidFrameworkDeployer",
Expand Down Expand Up @@ -276,9 +269,6 @@ const _deployTestFramework = async (provider, signer) => {
SuperTokenFactoryDeployerLibrary
),
TokenDeployerLibrary: getContractAddress(TokenDeployerLibrary),
SuperfluidERC2771ForwarderDeployerLibrary: getContractAddress(
SuperfluidERC2771ForwarderDeployerLibrary
),
},
}
);
Expand Down

0 comments on commit e32a8c9

Please sign in to comment.