You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Server Error
Error: Cannot read properties of undefined (reading 'config')
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Source
src/config.ts (12:2) @ eval
10 | export const chain = arbitrumSepolia;
11 | export const config = createConfig(
> 12 | {
|^
13 | // this is for requests to the specific chain RPC
14 | rpcUrl: "/api/rpc/chain/" + chain.id,
15 | signerConnection: {
steps to reproduce:
clone repo
add env vars
copy to .env.local
install deps with yarn
run app yarn dev
could there be something we're missing?
The text was updated successfully, but these errors were encountered:
not sure why we're getting this error:
steps to reproduce:
yarn
yarn dev
could there be something we're missing?
The text was updated successfully, but these errors were encountered: