From aaf34035721f4d0c1289f9bff6bc5db56eaa31ad Mon Sep 17 00:00:00 2001 From: defiQUG Date: Tue, 2 Jun 2026 06:09:57 -0700 Subject: [PATCH] WIP: frontend-dapp network config updates --- frontend-dapp/src/config/networks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend-dapp/src/config/networks.ts b/frontend-dapp/src/config/networks.ts index 284b21d..94ae6d9 100644 --- a/frontend-dapp/src/config/networks.ts +++ b/frontend-dapp/src/config/networks.ts @@ -1,7 +1,7 @@ /** * Shared network definitions for Wagmi, Viem, CowSwap, Jumper, and others. * Single source of truth for chainId, RPC, explorers, native currency. - * Chainlist entries: pr-workspace/chains/_data/chains/eip155-*.json + * Chainlist entries: ../chains/_data/chains/eip155-*.json */ import { defineChain } from 'viem'