Skip to content

Commit

Permalink
Code formating
Browse files Browse the repository at this point in the history
  • Loading branch information
danielailie committed Dec 13, 2023
1 parent 262f9ec commit da2eee5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/modules/auctions/marketplaceUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ export class MarketplaceUtils {
public static readonly xoxnoMarketplaceAbiPath: string = './src/abis/xoxno-nft-marketplace.abi.json';

public static readonly deployerMintersAbiPath: string = './src/abis/nft-minter-deployer.abi.json';

public static readonly proxyDeployerMintersAbiPath: string = './src/abis/proxy-deployer.abi.json';

static isExternalMarketplace(type: MarketplaceTypeEnum) {
return type === MarketplaceTypeEnum.External;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { ProxyDeployerAbiService } from './proxy-deployer.abi.service';
import { TransactionNode } from '../common/transaction';
import { DeployBulkArgs } from './models/DeployBulkArgs';
import { DeployMarketplaceArgs } from './models/DeployMarketplaceArgs';
import {DeployMinterArgs} from './models/DeployMinterArgs';
import { DeployMinterArgs } from './models/DeployMinterArgs';

@Resolver(() => TransactionNode)
export class ProxyDeployerMutationsResolver extends BaseResolver(TransactionNode) {
Expand Down

0 comments on commit da2eee5

Please sign in to comment.