Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
zkSoju committed Nov 20, 2022
1 parent c518dae commit d9fc1bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const avalancheChain: Chain = {
const { chains, provider } = configureChains(
[chain.goerli, chain.arbitrumGoerli, chain.polygonMumbai],
[
alchemyProvider({ apiKey: process.env.NEXT_PUBLIC_ALCHEMY_ID ?? "" }),
alchemyProvider({ apiKey: "e7cPXmSM4CN0WoDydp42aBK_SRswrWXU" }),
jsonRpcProvider({
rpc: (chain) => {
if (chain.id !== avalancheChain.id) return null;
Expand Down
2 changes: 1 addition & 1 deletion styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ a {
.background-gradient {
-webkit-mask-image: radial-gradient(
farthest-side at 50% 0%,
rgba(255, 255, 255, 0.2),
rgba(255, 255, 255, 0.5),
rgba(0, 0, 0, 0)
);
background-image: linear-gradient(90deg,#ffffff,#ffae33,1));
Expand Down

1 comment on commit d9fc1bb

@vercel
Copy link

@vercel vercel bot commented on d9fc1bb Nov 20, 2022

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:

dove-interface – ./

dove-interface-git-main-exp-table.vercel.app
dove-interface.vercel.app
dove-interface-exp-table.vercel.app

Please sign in to comment.