Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntVal committed Mar 7, 2024
1 parent 7425cec commit 223972b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { ReactNode } from "react";
import { createContext, useEffect, useState } from "react";
import type { DirectSecp256k1HdWallet } from "@cosmjs/proto-signing";
import { testnetChainInfo, fetchConfig } from "@burnt-labs/constants";
import { testnetChainInfo } from "@burnt-labs/constants";

export type SpendLimit = { denom: string; amount: string };

Expand Down

0 comments on commit 223972b

Please sign in to comment.