Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
varex83 committed Nov 6, 2023
2 parents 5e78bf6 + d823f5a commit 7e9fdc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/utils/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { type DevnetAccount } from '../types/accounts'
const apiUrl = import.meta.env.VITE_API_URL ?? 'solidity-compile-remix-test.nethermind.io'
const devnetUrl = 'http://localhost:8011'
// process.env.REACT_APP_DEVNET_URL ?? 'http://localhost:8011'
const remoteDevnetUrl = process.env.REACT_APP_REMOTE_DEVNET_URL ?? 'https://starknet-devnet-dev.nethermind.io'
const remoteDevnetUrl = process.env.VITE_REMOTE_DEVNET_URL ?? 'https://zksync-devnet.nethermind.dev'

interface Devnet {
name: string
Expand Down

0 comments on commit 7e9fdc9

Please sign in to comment.