Skip to content

Commit

Permalink
Migrate fully to multipass dependency (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
theKosmoss authored Nov 27, 2024
1 parent 3d5c427 commit ad21a61
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-dragons-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"rankify-js": minor
---

Migrated to fully use multipass dependency
2 changes: 1 addition & 1 deletion src/multipass.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ethers, Wallet } from "ethers";
import { SignerWithAddress } from "@nomiclabs/hardhat-ethers/signers";
import { LibMultipass } from "rankify-contracts/types/src/facets/DNSFacet";
import { LibMultipass } from "@peeramid-labs/multipass/types/src/Multipass";
import { RegisterMessage } from "./types";
import { chainIdMapping, getArtifact, SupportedChains } from "./utils";
export default class Multipass {
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { BigNumber, Wallet, BytesLike } from "ethers";
import { SignerWithAddress } from "@nomiclabs/hardhat-ethers/signers";
export { LibMultipass } from "@peeramid-labs/multipass/types/src/Multipass";
export { LibMultipass, Multipass as MultipassDiamond } from "@peeramid-labs/multipass/types/src/Multipass";

export enum SearchCriteria {
id,
Expand Down

0 comments on commit ad21a61

Please sign in to comment.