Skip to content

Commit

Permalink
chore: update config and wallet connect
Browse files Browse the repository at this point in the history
  • Loading branch information
molecula451 committed Jan 26, 2024
1 parent 6bb7f4d commit 01618a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion packages/dapp/components/lib/hooks/use-web-3.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { MetaMaskConnector } from "wagmi/connectors/metaMask";
import { ConnectKitProvider, getDefaultClient } from "connectkit";
import { FC } from "react";
import { ChildrenShim } from "./children-shim-d";
import ubqConfig from "ubq.config";
import ubqConfig from "ubq-connect.config";

const IS_DEV = process.env.NODE_ENV == "development";
export const LOCAL_NODE_ADDRESS = "http://localhost:8545";
Expand Down
10 changes: 0 additions & 10 deletions packages/dapp/ubq.config.ts

This file was deleted.

0 comments on commit 01618a6

Please sign in to comment.