Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 541 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 541 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Env variables

For provider and subgraph URLs you must follow this pattern in this order.

next_public-("provider" | "subgraph")-(version or "skinny")-(chainId)

correct examples:

  • NEXT_PUBLIC_PROVIDER_V1_11155111
  • NEXT_PUBLIC_SUBGRAPH_SKINNY_11155111