Skip to content

Commit

Permalink
remove wagmi cli
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyunc committed Feb 2, 2024
1 parent 3b70c12 commit f247b23
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1,247 deletions.
2 changes: 1 addition & 1 deletion trade.renegade.fi/app/providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { ConnectKitProvider, getDefaultConfig } from "connectkit"
import { IntercomProvider } from "react-use-intercom"
import { createPublicClient, http } from "viem"
import { WagmiConfig, createConfig } from "wagmi"
import { stylusDevnet, stylusDevnetEc2, stylusTestnet } from "@/lib/stylus"
import { stylusDevnetEc2 } from "@/lib/stylus"

const { definePartsStyle, defineMultiStyleConfig } =
createMultiStyleConfigHelpers(menuAnatomy.keys)
Expand Down
3 changes: 1 addition & 2 deletions trade.renegade.fi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"@types/react-dom": "^18.2.14",
"@types/uuid": "^9.0.7",
"@typescript-eslint/parser": "^5.61.0",
"@wagmi/cli": "^1.5.2",
"eslint": "8.45.0",
"eslint-config-next": "^14.0.3",
"eslint-config-prettier": "^8.8.0",
Expand All @@ -53,4 +52,4 @@
"prettier": "^2.8.8",
"typescript": "5.1.6"
}
}
}
Loading

0 comments on commit f247b23

Please sign in to comment.