Skip to content

Commit

Permalink
feat: 🎸 Add solv fork
Browse files Browse the repository at this point in the history
  • Loading branch information
chef-ryan committed Jan 15, 2025
1 parent 58ab27c commit 8cc899c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/src/config/nodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export const SERVER_NODES = {

export const PUBLIC_NODES: Record<ChainId, string[] | readonly string[]> = {
[ChainId.BSC]: [
'https://rpc.tenderly.co/fork/34de9626-e87c-41b1-a039-9f5a0e555673',
process.env.NEXT_PUBLIC_NODE_PRODUCTION || '',
getNodeRealUrl(ChainId.BSC, process.env.NEXT_PUBLIC_NODE_REAL_API_ETH) || '',
process.env.NEXT_PUBLIC_NODIES_BSC || '',
Expand Down

0 comments on commit 8cc899c

Please sign in to comment.