File tree Expand file tree Collapse file tree 6 files changed +3
-3
lines changed
pages/Courts/CourtDetails Expand file tree Collapse file tree 6 files changed +3
-3
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11import useSWR from "swr" ;
2- import { PNK } from "@kleros/kleros-v2-contracts/typechain-types/src/arbitration/mock /PNK" ;
2+ import { PNK } from "@kleros/kleros-v2-contracts/typechain-types/src/token /PNK" ;
33import { useConnectedContract } from "hooks/useConnectedContract" ;
44import { CONTRACTS } from "utils/getContract" ;
55
Original file line number Diff line number Diff line change 11import useSWR from "swr" ;
2- import { PNK } from "@kleros/kleros-v2-contracts/typechain-types/src/arbitration/mock /PNK" ;
2+ import { PNK } from "@kleros/kleros-v2-contracts/typechain-types/src/token /PNK" ;
33import { useConnectedContract } from "hooks/useConnectedContract" ;
44
55export const usePNKBalance = ( user ?: string | null ) => {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { useParams } from "react-router-dom";
44import Modal from "react-modal" ;
55import { BigNumber } from "ethers" ;
66import { Field , Button } from "@kleros/ui-components-library" ;
7- import { PNK } from "@kleros/kleros-v2-contracts/typechain-types/src/arbitration/mock /PNK" ;
7+ import { PNK } from "@kleros/kleros-v2-contracts/typechain-types/src/token /PNK" ;
88import { KlerosCore } from "@kleros/kleros-v2-contracts/typechain-types/src/arbitration/KlerosCore" ;
99import { useWeb3 } from "hooks/useWeb3" ;
1010import { useConnectedContract } from "hooks/useConnectedContract" ;
You can’t perform that action at this time.
0 commit comments