Skip to content

Commit

Permalink
cleanup vercel file
Browse files Browse the repository at this point in the history
  • Loading branch information
dghelm committed Jan 26, 2023
1 parent c069d61 commit 840321a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 402 deletions.
2 changes: 1 addition & 1 deletion src/config/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const SIDEBAR = {
developers: [
{
section: "Developers",
contents: [{ title: "Overview", url: "solana/overview" }],
contents: [{ title: "Overview", url: "/" }],
},
{
section: "Section",
Expand Down
12 changes: 6 additions & 6 deletions src/scripts/link-to-wallet.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { MetaMaskInpageProvider } from "@metamask/providers"
import detectEthereumProvider from "@metamask/detect-provider"
// import { MetaMaskInpageProvider } from "@metamask/providers"
// import detectEthereumProvider from "@metamask/detect-provider"
import { BigNumberish, ethers } from "ethers"
import { Web3Provider } from "@ethersproject/providers"
import LinkToken from "@chainlink/contracts/abi/v0.4/LinkToken.json"
import chains from "./reference/chains.json"
import linkNameSymbol from "./reference/linkNameSymbol.json"
import buttonStyles from "@chainlink/design-system/button.module.css"
// import LinkToken from "@chainlink/contracts/abi/v0.4/LinkToken.json"
// import chains from "./reference/chains.json"
// import linkNameSymbol from "./reference/linkNameSymbol.json"
import buttonStyles from "../styles/cl-design-system/button.module.css"

// disable unnecessary warnings
ethers.utils.Logger.setLogLevel(ethers.utils.Logger.levels.ERROR)
Expand Down
Loading

0 comments on commit 840321a

Please sign in to comment.