Skip to content

Commit

Permalink
Revert "test: basic marketplace land integration test"
Browse files Browse the repository at this point in the history
  • Loading branch information
adjisb authored Aug 8, 2024
1 parent 3e128b1 commit b3d6275
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 361 deletions.
30 changes: 0 additions & 30 deletions packages/deploy/deploy/000_core/001_deploy_polygon_land.ts

This file was deleted.

28 changes: 0 additions & 28 deletions packages/deploy/deploy/000_core/002_setup_polygon_land.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
const {deployer, assetAdmin} = await getNamedAccounts();
await deploy('AuthSuperValidator', {
from: deployer,
contract:
'@sandbox-smart-contracts/asset/contracts/AuthSuperValidator.sol:AuthSuperValidator',
contract: 'AuthSuperValidator',
args: [assetAdmin],
log: true,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,5 @@ func.tags = ['Exchange', 'Exchange_deploy'];
func.dependencies = [
'RoyaltiesRegistry_deploy',
'OrderValidator_deploy',
'OrderValidator_setup',
'TRUSTED_FORWARDER_V2',
];
1 change: 0 additions & 1 deletion packages/deploy/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const importedPackages = {
'@sandbox-smart-contracts/dependency-operator-filter': 'contracts/',
'@sandbox-smart-contracts/dependency-royalty-management': 'contracts/',
'@sandbox-smart-contracts/core': [
'/src/solc_0.8/polygon/child/land/PolygonLandV2.sol',
'/src/solc_0.8/polygon/child/sand/PolygonSand.sol',
'/src/solc_0.8/test/FakeChildChainManager.sol',
],
Expand Down
131 changes: 0 additions & 131 deletions packages/deploy/integration_test/marketplaceLand/exchange.test.ts

This file was deleted.

159 changes: 0 additions & 159 deletions packages/deploy/integration_test/marketplaceLand/orders.ts

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {getContract, withSnapshot} from '../utils/testUtils';
import {getContract, withSnapshot} from '../../utils/testUtils';
import {expect} from 'chai';

const setupTest = withSnapshot(['SignedMultiGiveaway'], async (hre) => {
Expand Down
Loading

0 comments on commit b3d6275

Please sign in to comment.