Skip to content

Commit 50de066

Browse files
alcercujaybuidl
authored andcommitted
feat: add plugins
1 parent e64e0fd commit 50de066

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/wagmi.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { type Config, type ContractConfig, defineConfig } from "@wagmi/cli";
2+
import { react, actions } from "@wagmi/cli/plugins";
23
import { readdir, readFile } from "fs/promises";
34
import { parse, join } from "path";
45
import { Abi } from "viem";
@@ -83,6 +84,7 @@ const getConfig = async (): Promise<Config> => {
8384
abi: getAbi(IArbitrableV2),
8485
},
8586
],
87+
plugins: [react(), actions()],
8688
};
8789
};
8890

0 commit comments

Comments
 (0)