Skip to content

UMAprotocol/optimistic-oracle-dapp-v2

Repository files navigation

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