Skip to content

Commit

Permalink
chore: update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ditoglez committed Oct 22, 2024
1 parent bb367ac commit e3c32c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/issuer-sdk-js/src/create-issuer-config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { implicitAddressFromPublicKey, kwilNep413Signer } from "@idos-network/kwil-nep413-signer";
import { KwilSigner, NodeKwil } from "@kwilteam/kwil-js";
import { Wallet } from "ethers";
import { KeyPair } from "near-api-js";
import invariant from "tiny-invariant";
import { implicitAddressFromPublicKey, kwilNep413Signer } from "../../kwil-nep413-signer";

export interface CreateIssuerConfigParams {
nodeUrl: string;
Expand Down

0 comments on commit e3c32c4

Please sign in to comment.