Skip to content

Commit

Permalink
add alchemy provider
Browse files Browse the repository at this point in the history
  • Loading branch information
steftroubadour committed Oct 13, 2023
1 parent aa7d02b commit dc88d7f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions frontend/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,10 @@ import {

import App from "../components/App";

const { chains, provider } = configureChains(
[sepolia, polygonMumbai] as Chain[],
//[sepolia, polygon, polygonMumbai, foundry] as Chain[],
[
//alchemyProvider({ apiKey: process.env.NEXT_PUBLIC_ALCHEMY_ID! }),
publicProvider(),
]
);
const { chains, provider } = configureChains([sepolia, polygonMumbai] as Chain[], [
alchemyProvider({ apiKey: "7HyG965YlOEgB6-wsB0OLy6m-E1hrjRY" }),
publicProvider(),
]);

/*const { connectors } = getDefaultWallets({
appName: "Yi Jing App",
Expand Down

1 comment on commit dc88d7f

@vercel
Copy link

@vercel vercel bot commented on dc88d7f Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

yi-king – ./

yi-king.vercel.app
yi-king-git-main-steftroubadour.vercel.app
yi-king-steftroubadour.vercel.app

Please sign in to comment.