Skip to content

Commit

Permalink
chore: fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Aug 6, 2024
1 parent 653590e commit ceee3b7
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/contracts/contract-modules/soul-name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { TypedDataField } from "ethers";

import { Messages } from "../../collections";
import type { BaseResult } from "../../interface";
import { isSigner } from "../../utils";
import { MasaContractModuleBase } from "./masa-contract-module-base";
import { isSigner } from "../../utils"

export class SoulName extends MasaContractModuleBase {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/modules/identity/load.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { BigNumber } from "@ethersproject/bignumber";

import { Messages } from "../../collections";
import type { IdentityDetails, MasaInterface } from "../../interface";
import { isBigNumber, patchMetadataUrl } from "../../utils";
import { isBigNumber, isSigner, patchMetadataUrl } from "../../utils";
import { resolveReverseIdentity } from "./resolve";

export const loadIdentityByAddress = async (
Expand Down
Loading

0 comments on commit ceee3b7

Please sign in to comment.