Skip to content

Commit 906737d

Browse files
committed
chore: fix for the devtools build, downgraded @web3modal/wagmi to v4
1 parent 21696d9 commit 906737d

File tree

3 files changed

+12
-278
lines changed

3 files changed

+12
-278
lines changed

kleros-sdk/src/dataMappings/utils/populateTemplate.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import mustache from "mustache";
22
import { DisputeDetails } from "./disputeDetailsTypes";
33
import DisputeDetailsSchema from "./disputeDetailsSchema";
4-
import { InvalidFormatError } from "../../errors";
54

65
export const populateTemplate = (mustacheTemplate: string, data: any): DisputeDetails => {
76
const render = mustache.render(mustacheTemplate, data);

web-devtools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@tanstack/react-query": "^5.61.0",
5353
"@wagmi/connectors": "^5.5.0",
5454
"@wagmi/core": "^2.15.0",
55-
"@web3modal/wagmi": "^5.1.11",
55+
"@web3modal/wagmi": "^4.2.3",
5656
"graphql": "^16.9.0",
5757
"graphql-request": "^7.1.2",
5858
"next": "14.2.18",

0 commit comments

Comments
 (0)