Skip to content

Commit 6329cb5

Browse files
committed
alias viem
1 parent 54025ae commit 6329cb5

File tree

3 files changed

+131
-19
lines changed

3 files changed

+131
-19
lines changed

components/EntropyApiDataFetcher.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useEffect, useState } from "react";
2-
import * as chains from "viem/chains";
2+
import * as chains from "viem-chains/chains";
33
import { EntropyDeploymentsConfig } from "./EntropyDeploymentsConfig";
44

55
interface ApiChainConfig {

package-lock.json

Lines changed: 127 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
"react-syntax-highlighter": "^15.5.0",
3434
"sharp": "^0.33.2",
3535
"toml": "^3.0.0",
36+
"viem": "^0.3.50",
37+
"viem-chains": "npm:viem@^2.32.1",
3638
"wagmi": "^1.2.0"
3739
},
3840
"devDependencies": {
@@ -55,7 +57,6 @@
5557
"solc": "^0.8.20",
5658
"tailwindcss": "^3.4.3",
5759
"ts-node": "^10.9.1",
58-
"typescript": "^5.8.3",
59-
"viem": "^2.31.6"
60+
"typescript": "^5.8.3"
6061
}
6162
}

0 commit comments

Comments
 (0)