diff --git a/cspell.json b/cspell.json index a1f4e8bf3..395e0e01e 100644 --- a/cspell.json +++ b/cspell.json @@ -14,6 +14,7 @@ "codegen", "commify", "commitlint", + "consts", "COOLDOWN", "datetime", "devnet", @@ -33,6 +34,7 @@ "solhint", "typechain", "Unslashed", + "viem", "wagmi" ], "ignoreWords": [], diff --git a/web/src/components/ConnectWallet/index.tsx b/web/src/components/ConnectWallet/index.tsx index 89e44bd03..f1c30a007 100644 --- a/web/src/components/ConnectWallet/index.tsx +++ b/web/src/components/ConnectWallet/index.tsx @@ -22,7 +22,7 @@ export const SwitchChainButton: React.FC = () => {