Skip to content

Commit 1542ebf

Browse files
committed
Introduce useEnsMultichainAddress
1 parent e5aa58b commit 1542ebf

File tree

5 files changed

+2446
-24
lines changed

5 files changed

+2446
-24
lines changed

package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,24 @@
1919
"devDependencies": {
2020
"@jest/types": "^29.4.3",
2121
"@types/jest": "^29.4.0",
22+
"@types/react": "^18.2.0",
2223
"@typescript-eslint/parser": "^5.42.1",
24+
"@wagmi/core": "^0.10.10",
2325
"eslint": "^8.27.0",
2426
"eslint-plugin-v3xlabs": "^1.5.2",
27+
"ethers": "^5",
2528
"jest": "^29.4.3",
29+
"react": "^18.2.0",
2630
"ts-jest": "^29.0.5",
2731
"ts-node": "^10.9.1",
2832
"tsup": "^6.5.0",
29-
"typescript": "^4.8.4"
33+
"typescript": "^4.8.4",
34+
"wagmi": "^0.12.12"
35+
},
36+
"optionalDependency": {
37+
"@wagmi/core": "^0.10.10",
38+
"wagmi": "^0.12.12",
39+
"ethers": "^5",
40+
"react": "^18.2.0"
3041
}
3142
}

0 commit comments

Comments
 (0)