Skip to content

Commit

Permalink
fix compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Metroxe committed Feb 27, 2024
1 parent c431291 commit 0f766d4
Show file tree
Hide file tree
Showing 4 changed files with 1,037 additions and 8,916 deletions.
2 changes: 1 addition & 1 deletion apps/web-connect/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const wagmiConfig = defaultWagmiConfig({
createWeb3Modal({wagmiConfig, projectId, chains})

ReactDOM.createRoot(document.getElementById('root')!).render(
<WagmiConfig config={wagmiConfig}>
<WagmiConfig config={wagmiConfig as any}>
<React.StrictMode>
<AppRoutes/>
</React.StrictMode>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "",
"main": "index.js",
"scripts": {
"build": "pnpm recursive run build",
"build": "pnpm -r --filter !xai-staking-internal run build",
"clean": "pnpm recursive run clean",
"cli": "pnpm -filter @sentry/core run build && pnpm -r -filter @sentry/sentry-node-cli run compile && pnpm -r -filter @sentry/sentry-node-cli run start",
"deploy-smart-contracts": "pnpm -r -filter @sentry/core run build && pnpm -r -filter @sentry/smart-contracts run deploy",
Expand Down
Loading

0 comments on commit 0f766d4

Please sign in to comment.