We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64e0fd commit 50de066Copy full SHA for 50de066
web/wagmi.config.ts
@@ -1,4 +1,5 @@
1
import { type Config, type ContractConfig, defineConfig } from "@wagmi/cli";
2
+import { react, actions } from "@wagmi/cli/plugins";
3
import { readdir, readFile } from "fs/promises";
4
import { parse, join } from "path";
5
import { Abi } from "viem";
@@ -83,6 +84,7 @@ const getConfig = async (): Promise<Config> => {
83
84
abi: getAbi(IArbitrableV2),
85
},
86
],
87
+ plugins: [react(), actions()],
88
};
89
90
0 commit comments