Skip to content

Commit

Permalink
chore: a temporary deploy for Diego
Browse files Browse the repository at this point in the history
  • Loading branch information
adjisb committed Oct 5, 2023
1 parent bf6fc1f commit f851f2b
Show file tree
Hide file tree
Showing 13 changed files with 8,047 additions and 8 deletions.
9 changes: 1 addition & 8 deletions packages/deploy/deploy/marketplace/10_deploy_exchange.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,7 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
const {deployer, sandAdmin, upgradeAdmin, exchangeFeeRecipient} =
await getNamedAccounts();

let TRUSTED_FORWARDER = await deployments.getOrNull('TRUSTED_FORWARDER');
if (!TRUSTED_FORWARDER) {
TRUSTED_FORWARDER = await deploy('TRUSTED_FORWARDER', {
from: deployer,
contract: 'TrustedForwarderMock',
log: true,
});
}
const TRUSTED_FORWARDER = await deployments.getOrNull('TRUSTED_FORWARDER_V2');
const orderValidator = await deployments.get('OrderValidator');
const royaltiesRegistry = await deployments.get('RoyaltiesRegistry');

Expand Down
Loading

0 comments on commit f851f2b

Please sign in to comment.